:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;--bg:#f9fafb;--surface:#fff;--border:#e5e7eb;--text:#374151;--text-muted:#6b7280;--text-heading:#111827;--accent:#6366f1;--accent-hover:#4f46e5;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--radius:12px;--shadow:0 1px 3px #00000014, 0 4px 16px #0000000f}@media (prefers-color-scheme:dark){:root{--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#cbd5e1;--text-muted:#94a3b8;--text-heading:#f1f5f9;--accent:#818cf8;--accent-hover:#6366f1}}*,:before,:after{box-sizing:border-box}body{font:16px/1.5 var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2{color:var(--text-heading);margin:0 0 .5rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.4rem}p{margin:0 0 .75rem}p:last-child{margin-bottom:0}.container{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.home-card,.results-card,.test-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:560px;box-shadow:var(--shadow);padding:2rem}.test-card.center{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem}.test-list{text-align:left;flex-direction:column;gap:.4rem;margin:1rem 0 1.5rem;display:flex}.test-list-item{align-items:baseline;gap:.75rem;font-size:.95rem;display:flex}.test-num{color:var(--accent);min-width:2.2rem;font-weight:700}.time-note{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.dev-skip{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.dev-btn{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:5px;padding:.2rem .6rem;font-size:.8rem;font-weight:700}.dev-btn:hover{background:#d97706}.test-header{border-bottom:1px solid var(--border);background:var(--surface);padding:1rem 1.5rem}.progress-wrap{align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.progress-bar{background:var(--border);border-radius:99px;flex:1;height:6px;overflow:hidden}.progress-fill{background:var(--accent);border-radius:99px;height:100%;transition:width .4s}.progress-label{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.test-badge{color:var(--accent);font-size:.85rem;font-weight:600}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.75rem;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;transition:background .15s;display:inline-block}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.text-input{border:1.5px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;outline:none;margin-bottom:.75rem;padding:.6rem .85rem;font-size:1rem;transition:border-color .15s;display:block}.text-input:focus{border-color:var(--accent)}.text-input.serial{text-align:center;width:100px;margin-bottom:0;display:inline-block}.countdown{color:var(--accent);font-size:4rem;font-weight:700;line-height:1}.objects-display{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:1rem 0;display:flex}.object-word{color:var(--text-heading);background:var(--bg);border:2px solid var(--border);border-radius:8px;padding:.5rem 1.2rem;font-size:1.6rem;font-weight:700}.hint{color:var(--text-muted);font-size:.9rem}.big-word{letter-spacing:.1em;color:var(--accent);text-align:center;margin:.5rem 0 1rem;font-size:2.5rem;font-weight:800;display:block}.plain-list{margin:.5rem 0 1rem;padding-left:1.2rem}.plain-list li{margin-bottom:.4rem}.serial-grid{flex-direction:column;gap:.5rem;margin:.75rem 0 1rem;display:flex}.serial-row{align-items:center;gap:.75rem;display:flex}.serial-label{min-width:2rem;color:var(--text-muted);font-weight:600}.coverage-label{margin-bottom:.5rem;font-size:.95rem}.trace-canvas{border:1.5px solid var(--border);cursor:crosshair;background:var(--bg);border-radius:8px;width:100%;max-width:380px;margin:0 auto .75rem;display:block}.stroop-meta{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.stroop-progress{color:var(--text-muted)}.stroop-mode{font-size:.9rem}.stroop-word{letter-spacing:.05em;text-align:center;text-shadow:0 1px 2px #0000001a;margin:1.5rem 0;font-size:3.5rem;font-weight:800}.stroop-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.stroop-btn{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0000004d;border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:700;transition:transform 80ms,filter .1s}.stroop-btn:hover{filter:brightness(1.1);transform:scale(1.04)}.stroop-btn:active{transform:scale(.97)}.mode-switch-badge{color:var(--warning);border:2px solid var(--warning);border-radius:8px;padding:.4rem 1.2rem;font-size:1.5rem;font-weight:800}.results-card{max-width:620px}.final-score-label{letter-spacing:.02em;border-radius:99px;margin-top:.5rem;padding:.3rem .9rem;font-size:1rem;font-weight:700;display:inline-block}.results-list{flex-direction:column;gap:1.25rem;margin:1.5rem 0;display:flex}.result-row{text-align:left}.result-header{align-items:baseline;gap:.6rem;margin-bottom:.35rem;display:flex}.result-id{color:var(--accent);min-width:2rem;font-size:.85rem;font-weight:700}.result-label{color:var(--text-heading);flex:1;font-weight:600}.result-value{color:var(--text-muted);font-size:.9rem}.result-bar-wrap{background:var(--border);border-radius:99px;height:8px;margin-bottom:.3rem;overflow:hidden}.result-bar{border-radius:99px;height:100%;transition:width .6s}.result-detail{color:var(--text-muted);font-size:.8rem}.stroop-note{color:var(--text-muted);border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem;font-size:.85rem}.final-score-block{text-align:center;border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding:1.5rem 0 1rem}.final-score-value{color:var(--text-heading);font-size:4rem;font-weight:800;line-height:1}.final-score-label{border-radius:99px;margin-top:.5rem;padding:.3rem .9rem;font-size:1rem;font-weight:700;display:inline-block}.final-score-label.excellent{color:#15803d;background:#dcfce7}.final-score-label.acceptable{color:#065f46;background:#d1fae5}.final-score-label.at-risk{color:#854d0e;background:#fef9c3}.final-score-label.high-risk{color:#9a3412;background:#ffedd5}.final-score-label.physician{color:#991b1b;background:#fee2e2}.final-score-sub{color:var(--text-muted);margin-top:.5rem;font-size:.75rem}.alert-box{border-radius:var(--radius);margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.9rem}.alert-box strong{margin-bottom:.4rem;font-size:1rem;display:block}.alert-box p{margin:0}.alert-physician{color:#7f1d1d;background:#fee2e2;border:1px solid #fca5a5}.alert-suggestions{color:#1e3a5f;background:#eff6ff;border:1px solid #bfdbfe}.suggestions-list{margin:.5rem 0 0;padding-left:1.2rem}.suggestions-list li{margin-bottom:.3rem}.reg-layout{flex-direction:row;width:100%;min-height:100vh;display:flex}.reg-sidebar{color:#fff;box-sizing:border-box;background:#1a2e4b;flex-direction:column;width:33%;min-width:260px;padding:2.5rem;display:flex}.reg-sidebar-top{align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.reg-sidebar-logo{color:#fff;background:#ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:800;display:flex}.reg-sidebar-wordmark{color:#fff;margin:0;font-size:1.15rem;font-weight:700}.reg-sidebar-headline{color:#fff;margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.25}.reg-sidebar-divider{border:none;border-top:2px solid #fff3;width:48px;margin:0 0 1.25rem}.reg-sidebar-body{color:#ffffffb3;margin:0 0 2rem;font-size:.9rem;line-height:1.6}.reg-sidebar-checks{flex-direction:column;gap:.75rem;margin:0 0 auto;padding:0;list-style:none;display:flex}.reg-sidebar-checks li{color:#ffffffd9;align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.4;display:flex}.reg-sidebar-check-icon{color:#4ade80;flex-shrink:0;margin-top:.05rem;font-weight:700}.reg-sidebar-footer{color:#ffffff59;margin-top:2.5rem;font-size:.75rem}.reg-form-panel{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;padding:3rem 4rem;display:flex;overflow-y:auto}.reg-back-link{color:#2c6fac;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:2.5rem;padding:0;font-family:inherit;font-size:.875rem;text-decoration:none;display:inline-flex}.reg-back-link:hover{text-decoration:underline}.reg-step-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.reg-step-label{color:#4a566a;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.reg-progress-wrap{margin-bottom:2rem}.reg-progress-bar{background:#eff3f7;border-radius:99px;height:4px;overflow:hidden}.reg-progress-fill{background:#1a2e4b;border-radius:99px;height:100%;transition:width .35s}.reg-form-title{color:#1c2332;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.reg-form-subtitle{color:#4a566a;margin:0 0 2rem;font-size:.9rem;line-height:1.55}.reg-form-grid{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;margin-bottom:.5rem;display:grid}.reg-field{flex-direction:column;gap:.35rem;display:flex}.reg-field.full-width{grid-column:1/-1}.reg-label{color:#4a566a;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:flex}.reg-input{color:#1c2332;box-sizing:border-box;background:#fff;border:1.5px solid #d0d5dd;border-radius:7px;outline:none;width:100%;height:46px;padding:0 .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.reg-input::placeholder{color:#b2bcc9}.reg-input:focus{border-color:#2c6fac;box-shadow:0 0 0 3px #2c6fac14}.reg-optional-badge{color:#2c6fac;letter-spacing:.02em;vertical-align:middle;background:#eff3f7;border-radius:99px;padding:.1rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.reg-hipaa-note{color:#4a566a;text-align:center;margin:1rem 0 1.25rem;font-size:.8rem}.reg-error-banner{color:#b91c1c;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.reg-btn-primary{color:#fff;cursor:pointer;background:#1a2e4b;border:none;border-radius:8px;width:100%;height:52px;font-family:inherit;font-size:1rem;font-weight:600;transition:background .15s}.reg-btn-primary:hover{background:#122039}.reg-link{color:#2c6fac;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:1rem;padding:0;font-family:inherit;font-size:.875rem;text-decoration:none;display:block}.reg-link:hover{text-decoration:underline}.reg-info-box{background:#eff3f7;border-radius:8px;margin:.75rem 0 1.25rem;padding:.875rem 1.125rem}.reg-info-box-title{color:#1c2332;margin:0 0 .4rem;font-size:.85rem;font-weight:700}.reg-info-box-bullets{color:#4a566a;flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.825rem;list-style:none;display:flex}.reg-toggle-row{border:1.5px solid #d0d5dd;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.875rem 1rem;display:flex}.reg-toggle-label{color:#1c2332;font-size:.9rem;font-weight:500;line-height:1.4}.reg-toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.reg-toggle input{opacity:0;width:0;height:0;position:absolute}.reg-toggle-slider{cursor:pointer;background:#d0d5dd;border-radius:99px;transition:background .2s;position:absolute;inset:0}.reg-toggle-slider:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.reg-toggle input:checked+.reg-toggle-slider{background:#20825a}.reg-toggle input:checked+.reg-toggle-slider:after{transform:translate(20px)}.reg-section-divider{border:none;border-top:1px solid #d0d5dd;margin:0 0 1.5rem}.reg-forgot-row{justify-content:flex-end;margin-bottom:1.5rem;display:flex}.reg-forgot-link{color:#2c6fac;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:500}.reg-forgot-link:hover{text-decoration:underline}.reg-section-title{color:#1c2332;margin:0 0 .25rem;font-size:1rem;font-weight:700}.reg-section-subtitle{color:#4a566a;margin:0 0 1.25rem;font-size:.825rem}.reg-contact-block{margin-bottom:1rem}.reg-contact-block+.reg-contact-block{border-top:1px solid #d0d5dd;margin-top:.25rem;padding-top:1.25rem}.reg-add-contact{color:#2c6fac;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-bottom:1.5rem;padding:0;font-family:inherit;font-size:.875rem;display:inline-flex}.reg-add-contact:hover{text-decoration:underline}.reg-skip-link{color:#4a566a;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:.75rem;padding:0;font-family:inherit;font-size:.875rem;display:block}.reg-skip-link:hover{color:#1c2332;text-decoration:underline}@media (width<=768px){.reg-layout{flex-direction:column}.reg-sidebar{width:100%;min-width:unset;padding:1.5rem}.reg-sidebar-checks{display:none}.reg-form-panel{padding:1.5rem}.reg-form-grid{grid-template-columns:1fr}.reg-field.full-width{grid-column:1}}@media (width<=480px){.stroop-word{margin:1rem 0;font-size:2.8rem}.result-header{flex-wrap:wrap}.result-value{text-align:left;width:100%}.home-card,.results-card,.test-card{padding:1.25rem}}.dashboard-root{background:#f4f6f8;min-height:100vh;font-family:Inter,system-ui,sans-serif}.dashboard-nav{background:#1a2e4b;align-items:center;gap:0;height:64px;padding:0 clamp(16px,2.5vw,24px);display:flex}.dashboard-nav-logo{align-items:center;gap:10px;margin-right:clamp(16px,3vw,48px);text-decoration:none;display:flex}.dashboard-nav-logo-mark{color:#fff;background:#2c6fac;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.dashboard-nav-logo-name{color:#fff;font-size:20px;font-weight:600}.dashboard-nav-links{flex:1;gap:0;display:flex}.dashboard-nav-link{color:#99b8d6;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;height:64px;padding:0 clamp(10px,1.8vw,24px);font-size:clamp(13px,1.2vw,15px);font-weight:400;text-decoration:none;display:flex;position:relative}.dashboard-nav-link.active{color:#fff;font-weight:600}.dashboard-nav-link.active:after{content:"";background:#2c6fac;border-radius:2px 2px 0 0;height:4px;position:absolute;bottom:0;left:clamp(10px,1.8vw,24px);right:clamp(10px,1.8vw,24px)}.dashboard-nav-right{align-items:center;gap:clamp(12px,2vw,24px);margin-left:auto;display:flex}.dashboard-nav-privacy{color:#99b8d6;cursor:pointer;font-size:13px}.dashboard-nav-user{color:#99b8d6;cursor:pointer;font-size:clamp(13px,1.2vw,15px)}.dashboard-header{background:#fff;border-bottom:1px solid #e0e4ea;flex-direction:column;justify-content:center;height:72px;padding:0 clamp(20px,4vw,48px);display:flex}.dashboard-header h1{color:#1c2332;margin:0;font-size:clamp(20px,2vw,24px);font-weight:600;line-height:1.2}.dashboard-header p{color:#728090;margin:2px 0 0;font-size:14px}.dashboard-body{grid-template-columns:1fr clamp(280px,32%,437px);gap:16px;max-width:1392px;padding:24px clamp(16px,4vw,48px);display:grid}.dash-card{background:#fff;border-radius:12px;padding:24px}.dash-assessment-title{color:#1c2332;margin:0 0 8px;font-size:20px;font-weight:600}.dash-assessment-desc{color:#4a566a;margin:0 0 4px;font-size:16px}.dash-assessment-meta{color:#728090;margin:0 0 24px;font-size:14px}.dash-assessment-actions{gap:16px;display:flex}.btn-dash-primary{color:#fff;cursor:pointer;background:#1a2e4b;border:none;border-radius:8px;height:52px;padding:0 28px;font-size:16px;font-weight:600}.btn-dash-primary:hover{background:#243d62}.btn-dash-outline{color:#1a2e4b;cursor:pointer;background:#fff;border:1.5px solid #1a2e4b;border-radius:8px;height:52px;padding:0 24px;font-size:16px;font-weight:500}.btn-dash-outline:hover{background:#f4f6f8}.dash-results-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-results-title{color:#1c2332;margin:0;font-size:20px;font-weight:600}.dash-link{color:#2c6fac;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none}.dash-result-row{border-top:1px solid #e0e4ea;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:2px 8px;padding:12px 0;display:grid}.dash-result-date{color:#1c2332;font-size:16px;font-weight:600}.dash-result-type{color:#4a566a;font-size:14px}.dash-result-duration{color:#728090;text-align:right;font-size:14px}.dash-result-link{color:#2c6fac;text-align:right;cursor:pointer;font-size:13px;font-weight:500}.dash-stat-label{color:#728090;margin:0 0 4px;font-size:16px}.dash-stat-number{color:#1a2e4b;margin:0 0 8px;font-size:52px;font-weight:700;line-height:1}.dash-stat-sub{color:#4a566a;margin:0 0 4px;font-size:15px}.dash-stat-last{color:#728090;margin:0;font-size:13px}.dash-doctor-title{color:#1c2332;margin:0 0 8px;font-size:18px;font-weight:600}.dash-doctor-status{color:#4a566a;margin:0 0 20px;font-size:15px}.btn-dash-full{color:#fff;cursor:pointer;background:#1a2e4b;border:none;border-radius:8px;width:100%;height:52px;font-size:15px;font-weight:600;display:block}.btn-dash-full:hover{background:#243d62}.dash-privacy-title{color:#1a2e4b;margin:0 0 6px;font-size:15px;font-weight:600}.dash-privacy-text{color:#4a566a;margin:0 0 8px;font-size:13px;line-height:1.5}@media (width<=1100px){.dashboard-nav-privacy{display:none}}@media (width<=768px){.dashboard-nav{height:56px;padding:0 16px}.dashboard-nav-logo{margin-right:auto}.dashboard-nav-logo-name{font-size:17px}.dashboard-nav-links{display:none}.dashboard-nav-right{gap:12px}.dashboard-nav-user{font-size:14px}.dashboard-header{height:auto;min-height:56px;padding:12px 16px}.dashboard-header h1{font-size:20px}.dashboard-body{grid-template-columns:1fr;padding:12px 16px}.dash-card{padding:16px}.dash-assessment-title{font-size:18px}.dash-assessment-actions{flex-direction:column}.btn-dash-primary,.btn-dash-outline{width:100%}.dash-stat-number{font-size:40px}.dash-result-row{grid-template-columns:1fr}.dash-result-duration,.dash-result-link{text-align:left}}
