body { font-family: system-ui, Arial, sans-serif; margin: 0; background: #020226; color: #fff; }
.wrap { max-width: 820px; margin: 0 auto; padding: 24px; }
.sub { opacity: 0.85; margin-top: 8px; line-height: 1.35; }
.bar { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin: 18px 0; }
.list { display: grid; gap: 10px; }
.item { display: flex; gap: 10px; align-items: flex-start; padding: 12px; border: 1px solid #2a2a35; border-radius: 12px; background: #12121a; }
.item input { margin-top: 3px; transform: scale(1.2); }
.calc { width: 100%; margin-top: 16px; padding: 14px; border: 0; border-radius: 12px; font-weight: 700; cursor: pointer; }
button, .linkBtn { background: #ffffff; color: #000; }
#reset { padding: 8px 12px; border-radius: 10px; border: 0; cursor: pointer; }

.center { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.resultCard { margin-top: 16px; padding: 22px; border-radius: 16px; border: 1px solid #2a2a35; background: #12121a; text-align: center; }
.bigLabel { opacity: 0.85; font-weight: 600; }
.score { font-size: 56px; font-weight: 900; margin: 10px 0; }
.small { opacity: 0.8; font-size: 14px; }
.resultsActions { display: flex; gap: 12px; margin-top: 16px; justify-content: center; flex-wrap: wrap; }
.linkBtn { padding: 12px 14px; border-radius: 12px; border: 0; cursor: pointer; text-decoration: none; font-weight: 700; }
