@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--brand-teal:#557f7d;--brand-teal-dark:#3f6664;--brand-teal-light:#edf4f3;--brand-burgundy:#84383f;--brand-burgundy-light:#f7eeee;--brand-cream:#eee8e4;--brand-cream-light:#faf8f6;--color-background:#f5f6f7;--color-surface:#fff;--color-border:#dedede;--color-text:#202020;--color-text-soft:#626262;--color-success:#4f8067;--color-warning:#b9892f;--color-danger:#a8484e;--font-heading:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", Arial, sans-serif;--radius-small:10px;--radius-medium:16px;--radius-large:26px;--shadow-card:0 16px 45px #202d2c14;--transition:.18s ease}*{box-sizing:border-box}html{min-height:100%}body{background:var(--color-background);min-height:100vh;color:var(--color-text);font-family:var(--font-body);margin:0;font-size:16px}#app{justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:34px 18px;display:flex}.card{background:var(--color-surface);border-radius:var(--radius-large);width:100%;max-width:650px;box-shadow:var(--shadow-card);border:1px solid #557f7d14;padding:42px}h1,h2,h3{color:var(--color-text);font-family:var(--font-heading)}h1{letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(38px,7vw,56px);font-weight:600;line-height:.98}h2{font-size:clamp(25px,4vw,32px);font-weight:600;line-height:1.15}p{line-height:1.65}button{font-family:var(--font-body)}.brand{text-align:center}.brand-logo{width:210px;max-width:70%;margin:0 auto 24px;display:block}.brand-subtitle{color:var(--brand-teal-dark);letter-spacing:.09em;text-transform:uppercase;margin:14px 0 0;font-size:15px;font-weight:700}.intro-text{max-width:520px;color:var(--color-text-soft);text-align:center;margin:32px auto 24px;font-size:17px}.screening-info{flex-wrap:wrap;justify-content:center;gap:10px;margin:0 auto;display:flex}.info-chip{color:var(--brand-teal-dark);background:var(--brand-teal-light);border:1px solid #557f7d29;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600}.divider{border:0;border-top:1px solid var(--color-border);margin:32px 0}.age-title{font-family:var(--font-body);text-align:left;margin:0 0 20px;font-size:21px;font-weight:700}.age-options,.answer-options{gap:12px;display:grid}.age-option,.answer-option{width:100%;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);cursor:pointer;transition:border-color var(--transition), background-color var(--transition), box-shadow var(--transition), transform var(--transition);align-items:center;gap:14px;margin:0;padding:16px 18px;display:flex}.age-option:hover,.answer-option:hover{background:var(--brand-teal-light);border-color:var(--brand-teal)}.age-option-selected,.answer-option-selected{background:var(--brand-teal-light);border:2px solid var(--brand-teal);transform:translateY(-1px);box-shadow:0 7px 20px #557f7d1f}.age-option input,.answer-option input{opacity:0;pointer-events:none;position:absolute}.age-option span{flex-direction:column;gap:3px;display:flex}.age-option strong{font-size:17px}.age-option small{color:var(--color-text-soft);font-size:14px}.primary-button{color:#fff;background:var(--brand-teal);cursor:pointer;width:100%;transition:background-color var(--transition), transform var(--transition), box-shadow var(--transition);border:0;border-radius:14px;margin-top:26px;padding:15px 20px;font-size:16px;font-weight:700}.primary-button:hover:not(:disabled){background:var(--brand-teal-dark);transform:translateY(-1px);box-shadow:0 10px 24px #557f7d38}.primary-button:disabled{color:#fff;cursor:not-allowed;background:#aebdbc}.secondary-button{width:auto;color:var(--brand-teal-dark);border:1px solid var(--brand-teal);border-radius:var(--radius-small);cursor:pointer;background:0 0;padding:8px 12px;font-size:14px;font-weight:600}.secondary-button:disabled{color:#a4a4a4;cursor:not-allowed;border-color:#ddd}.error-message{min-height:22px;color:var(--color-danger);text-align:center;margin:14px 0 0;font-size:14px;font-weight:600}.question-header{justify-content:flex-start;margin-bottom:20px;display:flex}.question-brand{text-align:center;margin-bottom:22px}.algorithm-name{color:var(--brand-teal-dark);letter-spacing:.07em;text-transform:uppercase;margin:8px 0 0;font-size:14px;font-weight:700}.question-title{font-family:var(--font-body);margin:28px 0 22px;font-size:clamp(22px,4vw,28px);font-weight:700;line-height:1.32}.answer-option{min-height:58px;font-size:16px;font-weight:600}.result-intro{color:var(--color-text-soft);text-align:center}.result-section{border-bottom:1px solid var(--color-border);margin:30px 0;padding-bottom:28px}.result-section h2{margin:0 0 14px}.score-track{background:#e9e9e9;border-radius:999px;height:11px;overflow:hidden}.score-fill{border-radius:inherit;height:100%;transition:width .4s}.score-text{color:var(--color-text-soft);margin:10px 0 4px;font-size:14px}.result-label{margin:0 0 10px;font-weight:700}.result-description{color:var(--color-text-soft);margin-bottom:0}.result-notice{color:var(--color-text-soft);background:var(--brand-cream-light);border:1px solid var(--brand-cream);border-radius:var(--radius-medium);margin-top:30px;padding:18px}@media (width<=600px){#app{padding:14px 10px}.card{border-radius:20px;padding:28px 20px}.brand-logo{width:180px}.intro-text{margin-top:25px;font-size:16px}.screening-info{flex-direction:column;align-items:stretch}.info-chip{text-align:center}.age-option,.answer-option{padding:15px}}.brand h1{font-size:clamp(34px,6vw,48px)}.brand-subtitle{margin-top:10px}.question-title{margin-top:24px}.result-section h2{font-size:clamp(25px,4vw,30px)}.result-intro{margin-bottom:20px}.progress-track{background:#e6e8e8}.progress-fill{background:var(--brand-teal)}.cta-block{border-top:1px solid var(--color-border);text-align:center;margin-top:30px;padding-top:28px}.cta-title{font-family:var(--font-body);margin:0 0 8px;font-size:22px;font-weight:700}.cta-text{max-width:500px;color:var(--color-text-soft);margin:0 auto 18px}.cta-link{color:#fff;background:var(--brand-teal);border-radius:14px;width:100%;padding:15px 20px;font-weight:700;text-decoration:none;display:block}.cta-link:hover{background:var(--brand-teal-dark)}.restart-link{color:var(--brand-teal-dark);cursor:pointer;margin-top:18px;font-weight:600;text-decoration:underline;display:inline-block}@media (width<=600px){.brand-logo{width:150px}.brand h1{font-size:34px}.question-brand h1{font-size:30px}.card{padding-top:24px}}body{background:linear-gradient(#f7f9f8 0%,#eef2f1 100%)}#app{padding:24px 14px}.card{max-width:680px;padding:34px 38px}.brand-logo{width:150px;margin-bottom:12px}.brand h1{font-size:clamp(34px,5vw,46px);line-height:1.05}.brand-subtitle{margin-top:8px;font-size:14px}.intro-text{margin-top:20px;margin-bottom:16px}.screening-info{gap:8px}.divider{margin:24px 0}.age-title{margin-bottom:16px}.age-options{gap:10px}.age-option{padding:14px 16px}.primary-button{margin-top:20px}.question-header{min-height:34px;margin-bottom:10px}.question-brand{margin-bottom:14px}.question-brand h1{font-size:clamp(30px,5vw,39px)}.algorithm-name{margin-top:6px}.question-title{margin:22px 0 18px;font-size:clamp(21px,3.5vw,26px)}.answer-options{gap:10px}.answer-option{min-height:54px;padding:14px 16px}.result-intro{margin-top:8px;margin-bottom:18px}.result-section{margin:22px 0;padding-bottom:20px}.result-section h2{margin-bottom:10px}.result-notice{margin-top:24px}.cta-block{margin-top:24px;padding-top:24px}@media (width<=600px){#app{padding:8px}.card{border-radius:18px;padding:24px 18px}.brand-logo{width:130px}.brand h1{font-size:33px}.brand-subtitle{letter-spacing:.06em;font-size:12px}.intro-text{font-size:15px}.info-chip{padding:7px 10px}.question-brand h1{font-size:29px}.question-title{font-size:22px}.result-section h2{font-size:27px}.cta-title{font-size:20px}}
