:root{--ink:#18322d;--muted:#64736f;--paper:#f7f8f3;--card:#fff;--line:#dfe6df;--green:#2f7d68;--green-dark:#1f6353;--mint:#dceee6;--shadow:0 18px 60px rgba(31,70,59,.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% 8%,#e4f2e9 0,transparent 26%),var(--paper)}button,a,input{font:inherit}button,a{touch-action:manipulation}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid rgba(24,50,45,.08);background:rgba(247,248,243,.86);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-weight:760;text-decoration:none;letter-spacing:-.02em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--green);color:white;font-size:13px;letter-spacing:.06em}.site-header nav{display:flex;gap:6px}.nav-link{padding:10px 14px;border-radius:10px;color:var(--muted);text-decoration:none;font-weight:650;font-size:14px}.nav-link:hover,.nav-link.active{background:white;color:var(--ink)}.page-shell{min-height:calc(100vh - 142px);display:grid;place-items:center;padding:48px 20px}.welcome-card,.survey-card{width:min(720px,100%);background:rgba(255,255,255,.94);border:1px solid rgba(24,50,45,.08);border-radius:28px;box-shadow:var(--shadow);padding:clamp(28px,6vw,58px)}.welcome-card{text-align:center}.eyebrow{color:var(--green);font-weight:800;font-size:12px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:15px}h1,h2,p{margin-top:0}h1{font-family:Georgia,serif;font-size:clamp(38px,7vw,62px);line-height:1.04;letter-spacing:-.045em;margin-bottom:20px}h2{font-size:24px;letter-spacing:-.025em}.lead{color:var(--muted);font-size:18px;line-height:1.65;max-width:590px;margin:0 auto 26px}.feature-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;color:#536661;font-size:13px;margin-bottom:28px}.privacy-note{display:flex;gap:5px;flex-direction:column;background:#f0f7f3;border-radius:15px;padding:16px 18px;text-align:left;font-size:13px;color:var(--muted);margin-bottom:20px}.privacy-note strong{color:var(--ink)}.consent-row{display:flex;align-items:flex-start;gap:11px;text-align:left;font-size:14px;line-height:1.45;margin:0 auto 24px}.consent-row input{width:18px;height:18px;margin-top:1px;accent-color:var(--green)}.primary-button,.secondary-button{border:0;border-radius:13px;padding:14px 20px;font-weight:760;cursor:pointer;transition:.2s ease}.primary-button{background:var(--green);color:white;box-shadow:0 8px 20px rgba(47,125,104,.2)}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled{background:#b9c8c1;box-shadow:none;cursor:not-allowed;transform:none}.secondary-button{background:#edf2ee;color:var(--ink)}.secondary-button:hover{background:#e2eae4}.button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.text-button,.danger-link{border:0;background:none;color:var(--green);font-weight:720;cursor:pointer;padding:12px;margin-top:10px}.danger-link{color:#a34c4c;margin:0}.survey-card{padding:34px clamp(24px,5vw,48px)}.survey-topline,.progress-copy,.survey-actions,.panel-heading,.dashboard-heading{display:flex;align-items:center;justify-content:space-between}.progress-copy{flex:1;margin-left:14px;color:var(--muted);font-size:13px;font-weight:700}.icon-button{border:0;background:#f0f4f1;width:38px;height:38px;border-radius:12px;cursor:pointer}.progress-track{height:7px;background:#e8eee9;border-radius:99px;margin:16px 0 42px;overflow:hidden}.progress-bar{height:100%;background:var(--green);border-radius:99px;transition:width .35s ease}fieldset{border:0;padding:0;margin:0}legend{font-family:Georgia,serif;font-size:clamp(28px,5vw,38px);line-height:1.18;letter-spacing:-.025em;color:var(--ink);margin-bottom:10px}.question-help{color:var(--muted);font-size:14px;margin-bottom:26px}.options-grid{display:grid;gap:10px}.option-card{display:flex;align-items:center;gap:14px;padding:16px 18px;border:1.5px solid var(--line);border-radius:14px;cursor:pointer;transition:.18s ease}.option-card:hover{border-color:#82aa9e;background:#fafcfb}.option-card.selected{border-color:var(--green);background:#edf7f2}.option-card input{position:absolute;opacity:0;pointer-events:none}.option-dot{width:19px;height:19px;border:2px solid #afbbb6;border-radius:50%;display:grid;place-items:center}.selected .option-dot{border:6px solid var(--green)}.survey-actions{margin-top:32px}.success-mark{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;background:var(--mint);color:var(--green);font-size:28px;font-weight:800}.hidden{display:none!important}footer{text-align:center;color:#7a8884;font-size:12px;padding:22px}.dashboard-shell{max-width:1180px;margin:0 auto;padding:52px 24px 72px}.dashboard-heading{align-items:flex-end;margin-bottom:32px}.dashboard-heading h1{font-size:clamp(36px,5vw,52px);margin-bottom:8px}.muted,.card-label{color:var(--muted)}.dashboard-actions{display:flex;gap:10px}.summary-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px}.score-card,.panel{background:var(--card);border:1px solid rgba(24,50,45,.08);border-radius:20px;padding:25px;box-shadow:0 8px 32px rgba(31,70,59,.06)}.score-card{min-height:175px;display:flex;flex-direction:column;justify-content:space-between}.score-card>strong{font-size:24px}.score-card p{color:var(--muted);margin:0}.accent-card{background:var(--green);color:white}.accent-card .card-label,.accent-card p{color:#dcefe8}.accent-card strong{font-size:54px}.accent-card small{font-size:16px}.card-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.dashboard-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-bottom:16px}.panel h2{margin:7px 0 25px}.dimension-bars{display:grid;gap:21px}.dimension-copy{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.bar-track{height:9px;background:#edf1ed;border-radius:99px;overflow:hidden}.bar-fill{height:100%;border-radius:99px;transition:width .7s ease}.insight-panel{background:#f1eee8}.insight-panel>p{color:var(--muted);line-height:1.65}.suggestions{display:grid;gap:10px;margin-top:22px}.suggestion{display:flex;gap:10px;padding:13px;background:rgba(255,255,255,.7);border-radius:12px;font-size:13px;line-height:1.5}.suggestion span{color:var(--green);font-weight:bold}.suggestion p{margin:0}.history-panel{margin-top:0}.history-list{display:grid}.history-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line)}.history-item>div:first-child{display:flex;flex-direction:column;gap:4px}.history-item span{color:var(--muted);font-size:12px}.history-score strong{font-size:22px}.history-score span{margin-left:3px}.disclaimer{text-align:center;color:var(--muted);font-size:12px;margin:22px 0 0}.empty-illustration{font-size:70px;color:var(--green)}
@media(max-width:800px){.summary-grid,.dashboard-grid{grid-template-columns:1fr}.dashboard-heading{align-items:flex-start;gap:22px;flex-direction:column}.site-header{height:68px}.nav-link{padding:9px 10px}.brand>span:last-child{display:none}.page-shell{padding:24px 14px}.welcome-card,.survey-card{border-radius:20px;padding:28px 22px}.feature-row{gap:10px}.dashboard-shell{padding:34px 16px}.dashboard-actions{width:100%}.dashboard-actions>*{flex:1}.score-card{min-height:145px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
*:focus-visible{outline:3px solid #e6a96f;outline-offset:3px}
.visitor-counter{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:0 0 24px;color:var(--green);font-size:13px;font-weight:750}.visitor-counter img{display:block;height:20px;width:auto}.visitor-counter small{flex-basis:100%;color:var(--muted);font-size:11px;font-weight:500}

.credits-section{padding:72px 20px;background:#173f37;color:white;scroll-margin-top:76px}.credits-shell{width:min(1060px,100%);margin:0 auto}.credits-section .eyebrow{color:#a8ddca}.credits-section h2{max-width:720px;font:clamp(34px,5vw,52px)/1.08 Georgia,serif;letter-spacing:-.035em;margin-bottom:18px}.credits-intro{max-width:720px;color:#c7dcd5;font-size:17px;line-height:1.65}.credits-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}.credit-card{display:grid;grid-template-columns:auto 1fr;gap:20px;padding:26px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.06)}.credit-mark{display:grid;place-items:center;width:62px;height:52px;padding:0 8px;border-radius:13px;background:white;color:var(--ink);font-weight:850}.sidiney-mark{background:#bfe8d7;font:italic 20px Georgia,serif}.openai-mark{width:82px;font-size:14px}.credit-role{color:#a8ddca;font-size:11px;font-weight:800;letter-spacing:.12em}.credit-card h3{margin:5px 0 10px;font-size:24px}.credit-card p{color:#c7dcd5;font-size:14px;line-height:1.6}.credit-links{display:flex;gap:13px;flex-wrap:wrap}.credit-links a,footer a{color:#c6f1df;font-weight:750}.independence-note{margin:22px 0 0;padding:16px 18px;border-radius:14px;background:rgba(255,255,255,.07);color:#c7dcd5;font-size:13px;line-height:1.55}
@media(max-width:800px){.credits-grid{grid-template-columns:1fr}.credit-card{grid-template-columns:1fr}.credits-section{padding:52px 16px}.site-header nav{gap:0}.nav-link{font-size:13px}}

