:root{--color-brand:#1a2e4b;--color-brand-hover:#122039;--color-accent:#2c6fac;--color-accent-hover:#245d92;--color-success:#32b484;--color-success-bg:#e0f5ed;--color-warning:#d97706;--color-warning-bg:#fff4e0;--color-danger:#dc2626;--color-danger-bg:#fef2f2;--color-info-bg:#eff6ff;--color-bg:#f4f6f8;--color-surface:#fff;--color-border:#e0e4ea;--color-text:#4a566a;--color-text-muted:#728090;--color-text-subtle:#9ca3af;--color-heading:#1c2332;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--sp-12:48px;--r-sm:6px;--r-md:8px;--r-lg:12px;--r-full:999px;--font:"Inter", system-ui, -apple-system, sans-serif;--text-xs:.75rem;--text-sm:.8125rem;--text-base:1rem;--text-md:1.0625rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 1px 3px #00000014, 0 4px 16px #0000000f;--shadow-lg:0 4px 24px #0000001f;--sans:var(--font);--bg:var(--color-bg);--surface:var(--color-surface);--border:var(--color-border);--text:var(--color-text);--text-muted:var(--color-text-muted);--text-heading:var(--color-heading);--accent:var(--color-accent);--accent-hover:var(--color-accent-hover);--success:var(--color-success);--warning:var(--color-warning);--danger:var(--color-danger);--radius:var(--r-lg);--shadow:var(--shadow-md)}@supports (color:oklch(0% 0 0)){:root{--color-brand:oklch(29% .065 250);--color-brand-hover:oklch(24% .065 250);--color-accent:oklch(46% .105 255);--color-accent-hover:oklch(41% .105 255);--color-success:oklch(55% .17 145);--color-success-bg:oklch(95% .05 145);--color-warning:oklch(72% .155 75);--color-warning-bg:oklch(96% .04 75);--color-danger:oklch(52% .2 25);--color-danger-bg:oklch(96% .04 25);--color-info-bg:oklch(95% .03 250);--color-bg:oklch(97% .006 250);--color-surface:oklch(99.5% .003 250);--color-border:oklch(89% .01 250);--color-text:oklch(34% .02 250);--color-text-muted:oklch(52% .018 250);--color-text-subtle:oklch(62% .015 250);--color-heading:oklch(18% .02 250);--shadow-sm:0 1px 2px oklch(0% 0 0/.05);--shadow-md:0 1px 3px oklch(0% 0 0/.08), 0 4px 16px oklch(0% 0 0/.06);--shadow-lg:0 4px 24px oklch(0% 0 0/.12)}}.mobile-nav{display:none}@media (width<=767px){body{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}.mobile-nav{background:var(--color-surface);border-top:1px solid var(--color-border);z-index:200;height:60px;padding-bottom:env(safe-area-inset-bottom,0px);display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:var(--color-text-muted);font-size:var(--text-xs);cursor:pointer;min-height:44px;font-weight:500;font-family:var(--font);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:0;transition:color .15s ease-out;display:flex}.mobile-nav-item.active{color:var(--color-accent)}.mobile-nav-item svg{display:block}}@media (prefers-color-scheme:dark){:root{--color-bg:#1e2330;--color-surface:#242a38;--color-border:#353d52;--color-text:#c8d0dd;--color-text-muted:#8a96a7;--color-text-subtle:#6b7688;--color-heading:#e8edf3;--color-brand:#3b6fa8;--color-brand-hover:#2f5f98;--color-accent:#5a8fc8;--color-accent-hover:#4e80b8}@supports (color:oklch(0% 0 0)){:root{--color-bg:oklch(14% .012 250);--color-surface:oklch(20% .012 250);--color-border:oklch(30% .015 250);--color-text:oklch(80% .01 250);--color-text-muted:oklch(62% .01 250);--color-text-subtle:oklch(52% .01 250);--color-heading:oklch(94% .008 250);--color-brand:oklch(50% .1 255);--color-brand-hover:oklch(45% .1 255);--color-accent:oklch(60% .1 255);--color-accent-hover:oklch(55% .1 255)}}}*,: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-layout{flex-direction:column;min-height:100svh;display:flex}.test-header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:1.5rem;padding:.6rem clamp(1rem,4vw,2rem);display:flex}.progress-wrap{flex:1;align-items:center;gap:.75rem;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);white-space:nowrap;font-size:.85rem;font-weight:600}.test-back-btn{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:4px 12px;font-size:.82rem}.test-back-btn:hover{background:var(--border);color:var(--text)}.test-content{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.btn-primary{height:44px;padding:0 var(--sp-6);background:var(--color-brand);color:oklch(99% .003 250);border-radius:var(--r-md);font:600 var(--text-base) / 1 var(--font);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background .15s ease-out;display:inline-flex}.btn-primary:hover:not(:disabled){background:var(--color-brand-hover)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-outline{height:44px;padding:0 var(--sp-6);background:var(--color-surface);color:var(--color-brand);border:1.5px solid var(--color-brand);border-radius:var(--r-md);font:500 var(--text-base) / 1 var(--font);cursor:pointer;justify-content:center;align-items:center;transition:background .15s ease-out;display:inline-flex}.btn-outline:hover:not(:disabled){background:var(--color-bg)}.btn-outline:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{height:36px;padding:0 var(--sp-3);color:var(--color-accent);border-radius:var(--r-sm);font:500 var(--text-sm) / 1 var(--font);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s ease-out;display:inline-flex}.btn-ghost:hover{background:var(--color-info-bg)}.btn-full{width:100%}.btn-lg{height:52px;font-size:var(--text-md)}.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:clamp(2.5rem,8vw,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:clamp(1.75rem,6vw,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:460px;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:clamp(2rem,7vw,3.5rem);font-weight:800}.stroop-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.stroop-btn{color:var(--color-surface);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-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:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1}.final-score-label{letter-spacing:.02em;border-radius:99px;margin-top:.5rem;padding:.3rem .9rem;font-size:1rem;font-weight:700;display:inline-block}.final-score-label.excellent{background:var(--color-success-bg);color:var(--color-success)}.final-score-label.acceptable{background:var(--color-success-bg);color:oklch(40% .14 145)}.final-score-label.at-risk{background:var(--color-warning-bg);color:var(--color-warning)}.final-score-label.high-risk{color:oklch(44% .16 45);background:oklch(97% .03 45)}.final-score-label.physician{background:var(--color-danger-bg);color:var(--color-danger)}.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{background:var(--color-danger-bg);color:oklch(26% .11 25);border:1px solid oklch(79% .07 25)}.alert-suggestions{background:var(--color-info-bg);color:var(--color-brand);border:1px solid oklch(82% .05 255)}.suggestions-list{margin:.5rem 0 0;padding-left:1.2rem}.suggestions-list li{margin-bottom:.3rem}.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}.reg-layout{flex-direction:row;width:100%;min-height:100vh;display:flex}.reg-sidebar{background:var(--color-brand);width:33%;min-width:260px;color:var(--color-surface);box-sizing:border-box;flex-direction:column;padding:2.5rem;display:flex}.reg-sidebar-top{align-items:center;gap:.75rem;margin-bottom:3rem;display:flex}.reg-sidebar-logo{width:40px;height:40px;color:var(--color-surface);background:#ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.reg-sidebar-wordmark{color:var(--color-surface);margin:0;font-size:1.15rem;font-weight:700}.reg-sidebar-headline{color:var(--color-surface);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:oklch(80% .18 145);flex-shrink:0;margin-top:.05rem;font-weight:700}.reg-sidebar-footer{color:#ffffff59;margin-top:2.5rem;font-size:.75rem}.reg-form-panel{background:var(--color-surface);box-sizing:border-box;flex-direction:column;flex:1;padding:3rem 4rem;display:flex;overflow-y:auto}.reg-back-link{color:var(--color-accent);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:var(--color-text);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.reg-progress-wrap{margin-bottom:2rem}.reg-progress-bar{background:var(--color-bg);border-radius:99px;height:4px;overflow:hidden}.reg-progress-fill{background:var(--color-brand);border-radius:99px;height:100%;transition:width .35s}.reg-form-title{color:var(--color-heading);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.reg-form-subtitle{color:var(--color-text);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:var(--color-text);align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:flex}.reg-input{border:1.5px solid var(--color-border);height:46px;color:var(--color-heading);background:var(--color-surface);box-sizing:border-box;border-radius:7px;outline:none;width:100%;padding:0 .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.reg-input::placeholder{color:var(--color-text-subtle)}.reg-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #2c6fac14}.reg-optional-badge{background:var(--color-bg);color:var(--color-accent);letter-spacing:.02em;vertical-align:middle;border-radius:99px;padding:.1rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.reg-hipaa-note{color:var(--color-text);text-align:center;margin:1rem 0 1.25rem;font-size:.8rem}.reg-pw-rules{color:var(--color-text-subtle);flex-wrap:wrap;gap:4px 12px;margin:0;padding:6px 0 0;font-size:12px;list-style:none;display:flex}.reg-pw-rules li:before{content:"✕ "}.reg-pw-rules li.met{color:var(--color-success)}.reg-pw-rules li.met:before{content:"✓ "}.reg-error-banner{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid oklch(79% .07 25);border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.reg-link{color:var(--color-accent);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:var(--color-bg);border-radius:8px;margin:.75rem 0 1.25rem;padding:.875rem 1.125rem}.reg-info-box-title{color:var(--color-heading);margin:0 0 .4rem;font-size:.85rem;font-weight:700}.reg-info-box-bullets{color:var(--color-text);flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.825rem;list-style:none;display:flex}.reg-toggle-row{border:1.5px solid var(--color-border);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:var(--color-heading);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{background:var(--color-border);cursor:pointer;border-radius:99px;transition:background .2s;position:absolute;inset:0}.reg-toggle-slider:after{content:"";background:var(--color-surface);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:var(--color-success)}.reg-toggle input:checked+.reg-toggle-slider:after{transform:translate(20px)}.reg-section-divider{border:none;border-top:1px solid var(--color-border);margin:0 0 1.5rem}.reg-forgot-row{justify-content:flex-end;margin-bottom:1.5rem;display:flex}.reg-forgot-link{color:var(--color-accent);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:var(--color-heading);margin:0 0 .25rem;font-size:1rem;font-weight:700}.reg-section-subtitle{color:var(--color-text);margin:0 0 1.25rem;font-size:.825rem}.reg-contact-block{margin-bottom:1rem}.reg-contact-block+.reg-contact-block{border-top:1px solid var(--color-border);margin-top:.25rem;padding-top:1.25rem}.reg-add-contact{color:var(--color-accent);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:var(--color-text);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:var(--color-heading);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}}.session-timeout-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.session-timeout-modal{background:var(--color-surface);text-align:center;border-radius:12px;width:90%;max-width:400px;padding:32px;box-shadow:0 8px 32px #0000002e}.session-timeout-modal h3{color:var(--color-heading);margin:0 0 12px;font-size:20px}.session-timeout-modal p{color:var(--color-text);margin:0 0 24px;line-height:1.5}.session-timeout-actions{justify-content:center;gap:12px;display:flex}.dashboard-root{background:var(--color-bg);min-height:100vh;font-family:var(--font)}.dashboard-nav{background:var(--color-brand);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{background:var(--color-accent);color:var(--color-surface);border-radius:var(--r-sm);justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:flex}.dashboard-nav-logo-name{color:var(--color-surface);font-size:20px;font-weight:600}.dashboard-nav-links{flex:1;gap:0;display:flex}.dashboard-nav-link{color:var(--color-text-subtle);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:var(--color-surface);font-weight:600}.dashboard-nav-link.active:after{content:"";background:var(--color-accent);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:var(--color-text-subtle);cursor:pointer;font-size:13px}.dashboard-nav-user-wrap{cursor:pointer;position:relative}.dashboard-nav-user{color:var(--color-text-subtle);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:clamp(13px,1.2vw,15px);display:flex}.dashboard-nav-avatar{width:28px;height:28px;color:var(--color-surface);background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;overflow:hidden}.dashboard-nav-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-nav-streak{color:#fff9;font-size:12px}.dashboard-nav-dropdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-md);box-shadow:var(--shadow-md);z-index:100;min-width:140px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.dashboard-nav-dropdown-item{text-align:left;width:100%;color:var(--color-heading);cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:14px;display:block}.dashboard-nav-dropdown-item:hover{background:var(--color-bg)}.dashboard-nav-dropdown-item.danger{color:var(--color-danger)}.dashboard-nav-dropdown-item.danger:hover{background:var(--color-danger-bg)}.dashboard-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-direction:column;justify-content:center;height:72px;padding:0 clamp(20px,4vw,48px);display:flex}.dashboard-header h1{color:var(--color-heading);margin:0;font-size:clamp(20px,2vw,24px);font-weight:600;line-height:1.2}.dashboard-header p{color:var(--color-text-muted);margin:2px 0 0;font-size:14px}.dashboard-body{padding:var(--sp-6) clamp(16px, 4vw, 48px);grid-template-columns:1fr clamp(280px,32%,437px);gap:16px;max-width:1392px;display:grid}.dash-card{background:var(--color-surface);border-radius:var(--r-lg);padding:var(--sp-6)}.dash-assessment-title{color:var(--color-heading);margin:0 0 8px;font-size:20px;font-weight:600}.dash-assessment-desc{color:var(--color-text);margin:0 0 4px;font-size:16px}.dash-assessment-meta{color:var(--color-text-muted);margin:0 0 24px;font-size:14px}.dash-assessment-actions{gap:16px;display:flex}.dash-results-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-results-title{color:var(--color-heading);margin:0;font-size:20px;font-weight:600}.dash-link{color:var(--color-accent);cursor:pointer;font-size:14px;font-weight:500;text-decoration:none}.dash-result-row{border-top:1px solid var(--color-border);grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:2px 8px;padding:12px 0;display:grid}.dash-result-date{color:var(--color-heading);font-size:16px;font-weight:600}.dash-result-type{color:var(--color-text);font-size:14px}.dash-result-duration{color:var(--color-text-muted);text-align:right;font-size:14px}.dash-result-link{color:var(--color-accent);text-align:right;cursor:pointer;font-size:13px;font-weight:500}.dash-stat-label{color:var(--color-text-muted);margin:0 0 4px;font-size:16px}.dash-stat-number{color:var(--color-brand);margin:0 0 8px;font-size:52px;font-weight:700;line-height:1}.dash-stat-sub{color:var(--color-text);margin:0 0 4px;font-size:15px}.dash-stat-last{color:var(--color-text-muted);margin:0;font-size:13px}.dash-doctor-title{color:var(--color-heading);margin:0 0 8px;font-size:18px;font-weight:600}.dash-doctor-status{color:var(--color-text);margin:0 0 20px;font-size:15px}.dash-privacy-title{color:var(--color-brand);margin:0 0 6px;font-size:15px;font-weight:600}.dash-privacy-text{color:var(--color-text);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}.dash-stat-number{font-size:40px}.dash-result-row{grid-template-columns:1fr}.dash-result-duration,.dash-result-link{text-align:left}}.settings-body{grid-template-columns:clamp(280px,32%,437px) 1fr}@media (width<=768px){.settings-body{grid-template-columns:1fr}}.settings-section-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:12px;font-weight:600}.settings-row{color:var(--color-heading);cursor:pointer;justify-content:space-between;align-items:center;padding:13px 0;font-size:16px;display:flex}.settings-row:hover{color:var(--color-accent)}.settings-row-chevron{color:var(--color-border);font-size:18px;line-height:1}.settings-divider{border:none;border-top:1px solid var(--color-border);margin:0}.settings-row--danger{color:var(--color-danger)}.settings-row--danger:hover{color:#8a1f1f}.settings-footer{text-align:center;color:var(--color-text-muted);padding:24px 16px 32px;font-size:12px}.profile-body{padding:24px clamp(16px,3vw,40px) 16px}.profile-card{background:var(--color-surface);border-radius:var(--r-lg);padding:var(--sp-6);margin-bottom:16px}.profile-hero{text-align:center;padding:32px var(--sp-6)}.profile-avatar{background:var(--color-brand);width:80px;height:80px;color:var(--color-surface);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:28px;font-weight:700;display:flex}.profile-hero-name{color:var(--color-heading);margin:0 0 4px;font-size:20px;font-weight:700}.profile-hero-email{color:var(--color-text-muted);margin:0 0 8px;font-size:14px}.profile-hero-since{color:var(--color-text-subtle);margin:0 0 20px;font-size:13px}.profile-badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.profile-badge{border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600}.profile-badge-orange{color:#c2410c;background:#fff7ed}.profile-badge-blue{background:var(--color-info-bg);color:var(--color-accent)}.profile-badge-green{background:var(--color-success-bg);color:var(--color-success)}.profile-edit-btn{background:var(--color-brand);color:var(--color-surface);border-radius:var(--r-md);cursor:pointer;border:none;padding:10px 24px;font-size:14px;font-weight:600}.profile-edit-btn:hover{background:var(--color-brand-hover)}.profile-avatar-upload{cursor:pointer;position:relative;overflow:hidden}.profile-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.profile-avatar-overlay{color:var(--color-surface);opacity:0;background:#00000059;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:opacity .15s;display:flex;position:absolute;inset:0}.profile-avatar-upload:hover .profile-avatar-overlay{opacity:1}.profile-section-title{letter-spacing:.08em;color:var(--color-text-subtle);text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:700}.profile-row{border-bottom:1px solid var(--color-bg);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.profile-row:last-child{border-bottom:none}.profile-row-label{color:var(--color-text-muted);font-size:14px}.profile-row-value{color:var(--color-heading);text-align:right;max-width:55%;font-size:14px;font-weight:500}.profile-row-chevron{color:var(--color-border);margin-left:6px;font-size:12px}.profile-action-row{border-bottom:1px solid var(--color-bg);cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:13px 0;display:flex}.profile-action-row:last-child{border-bottom:none}.profile-action-row:hover{background:var(--color-bg);margin:0 -24px;padding:13px 24px}.profile-action-label{color:var(--color-heading);font-size:14px;font-weight:500}.profile-action-label.danger{color:var(--color-danger)}.profile-badge-sm{border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.profile-badge-sm-red{background:var(--color-danger-bg);color:var(--color-danger)}.profile-badge-sm-gray{color:#64748b;background:#f1f5f9}.profile-run-row{border-bottom:1px solid var(--color-bg);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.profile-run-row:last-child{border-bottom:none}.profile-run-date{color:var(--color-text-subtle);flex-shrink:0;width:90px;font-size:12px}.profile-run-name{color:var(--color-text);flex:1;padding:0 8px;font-size:13px}.profile-run-score{font-size:14px;font-weight:700}.profile-empty{color:var(--color-text-subtle);text-align:center;padding:16px 0;font-size:14px}.profile-edit-form{flex-direction:column;gap:14px;display:flex}.profile-edit-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.profile-edit-field{flex-direction:column;gap:4px;display:flex}.profile-edit-field label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.profile-edit-field input,.profile-edit-field select{border:1.5px solid var(--color-border);border-radius:var(--r-md);color:var(--color-heading);background:var(--color-surface);outline:none;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.profile-edit-field input:focus,.profile-edit-field select:focus{border-color:var(--color-brand)}.profile-edit-field input:disabled,.profile-edit-field select:disabled{background:var(--color-bg);color:var(--color-text-subtle);cursor:not-allowed}.profile-edit-actions{gap:10px;margin-top:8px;display:flex}.profile-save-btn{background:var(--color-brand);color:var(--color-surface);border-radius:var(--r-md);cursor:pointer;border:none;flex:1;padding:10px;font-family:inherit;font-size:14px;font-weight:600}.profile-save-btn:hover:not(:disabled){background:var(--color-brand-hover)}.profile-save-btn:disabled{opacity:.5;cursor:not-allowed}.profile-cancel-btn{background:var(--color-surface);color:var(--color-text);border:1.5px solid var(--color-border);border-radius:var(--r-md);cursor:pointer;flex:1;padding:10px;font-family:inherit;font-size:14px;font-weight:600}.profile-cancel-btn:hover:not(:disabled){background:var(--color-bg)}.profile-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.profile-save-error{color:var(--color-danger);margin:0;font-size:13px}.profile-footer{text-align:center;color:var(--color-text-subtle);padding:0 16px 24px;font-size:11px}.profile-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-modal{background:var(--color-surface);border-radius:var(--r-lg);flex-direction:column;gap:14px;width:min(420px,100vw - 32px);padding:28px 24px 24px;display:flex}.profile-modal-title{color:var(--color-heading);margin:0;font-size:17px;font-weight:700}.profile-modal-body{color:var(--color-text);margin:0;font-size:14px;line-height:1.5}.profile-modal-input{border:1.5px solid var(--color-border);border-radius:var(--r-md);color:var(--color-heading);outline:none;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.profile-modal-input:focus{border-color:var(--color-danger)}.journal-body{grid-template-columns:1fr 280px;gap:16px;max-width:1392px;padding:24px clamp(16px,4vw,48px);display:grid}@media (width<=900px){.journal-body{grid-template-columns:1fr}}.journal-card{background:var(--color-surface);border-radius:var(--r-lg);padding:var(--sp-6)}.journal-steps{align-items:center;gap:8px;margin-bottom:24px;display:flex}.journal-step{background:var(--color-border);width:32px;height:32px;color:var(--color-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.journal-step.done{background:var(--color-accent);color:var(--color-surface)}.journal-step.active{background:var(--color-heading);color:var(--color-surface)}.journal-question-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:13px;font-weight:600}.journal-question-title{color:var(--color-heading);margin:0 0 24px;font-size:22px;font-weight:600;line-height:1.3}.journal-option{border:1.5px solid var(--color-border);border-radius:var(--r-md);cursor:pointer;color:var(--color-heading);align-items:center;gap:14px;margin-bottom:10px;padding:14px 16px;font-size:15px;transition:border-color .15s;display:flex}.journal-option:hover{border-color:var(--color-accent)}.journal-option.selected{border-color:var(--color-accent);background:var(--color-info-bg);color:var(--color-accent);font-weight:500}.journal-option-radio{border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.journal-option.selected .journal-option-radio{border-color:var(--color-accent);background:var(--color-accent)}.journal-option-check{border:2px solid var(--color-border);color:#0000;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}.journal-option.selected .journal-option-check{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-surface)}.journal-spinner-wrap{align-items:center;gap:16px;margin-bottom:16px;display:flex}.journal-spinner-label{color:var(--color-text);min-width:120px;font-size:15px}.journal-spinner-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:700;line-height:1;display:flex}.journal-spinner-btn.minus{background:var(--color-accent);color:oklch(99% .003 250)}.journal-spinner-btn.plus{background:var(--color-brand);color:oklch(99% .003 250)}.journal-spinner-value{color:var(--color-heading);text-align:center;min-width:28px;font-size:18px;font-weight:600}.journal-spinner-total{background:var(--color-warning-bg);border:1.5px solid var(--color-warning);border-radius:var(--r-md);color:var(--color-warning);margin-top:8px;padding:12px 16px;font-size:15px}.journal-sidebar-card{background:var(--color-surface);border-radius:var(--r-lg);padding:var(--sp-5) var(--sp-6)}.journal-sidebar-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;font-size:13px;font-weight:600}.journal-sidebar-avg{color:var(--color-heading);margin:0 0 4px;font-size:40px;font-weight:700;line-height:1}.journal-sidebar-unit{color:var(--color-text-muted);margin:0 0 16px;font-size:14px}.journal-sidebar-bar{background:var(--color-border);border-radius:99px;height:8px;margin-bottom:6px;overflow:hidden}.journal-sidebar-fill{background:var(--color-accent);border-radius:99px;height:100%;transition:width .3s}.journal-nav-row{justify-content:space-between;align-items:center;margin-top:32px;display:flex}.journal-success-icon{background:var(--color-success-bg);width:80px;height:80px;color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:36px;display:flex}.journal-summary-tiles{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.journal-summary-tile{background:var(--color-bg);border-radius:var(--r-lg);text-align:center;flex:1;min-width:100px;padding:16px 12px}.journal-summary-tile-emoji{margin-bottom:6px;font-size:24px}.journal-summary-tile-label{color:var(--color-text-muted);font-size:12px;font-weight:500}.journal-summary-tile-value{color:var(--color-heading);margin-top:2px;font-size:14px;font-weight:600}.journal-factor-row{grid-template-columns:140px 1fr 40px;align-items:center;gap:12px;margin-bottom:12px;display:grid}.journal-factor-label{color:var(--color-text);font-size:14px}.journal-factor-bar{background:var(--color-border);border-radius:99px;height:8px;overflow:hidden}.journal-factor-fill{border-radius:99px;height:100%}.journal-factor-pct{color:var(--color-heading);text-align:right;font-size:13px;font-weight:600}.journal-info-cards{flex-wrap:wrap;gap:16px;margin-bottom:28px;display:flex}.journal-info-card{border-radius:var(--r-lg);background:var(--color-bg);flex:1;min-width:140px;padding:20px}.journal-info-card.blue{background:var(--color-info-bg)}.journal-info-card.green{background:var(--color-success-bg)}.journal-info-card.purple{background:oklch(96% .015 300)}.journal-info-icon{margin-bottom:8px;font-size:24px}.journal-info-title{color:var(--color-heading);margin:0 0 4px;font-size:16px;font-weight:600}.journal-info-desc{color:var(--color-text-muted);margin:0;font-size:13px}.journal-table{border-collapse:collapse;width:100%;font-size:14px}.journal-table th{text-align:left;color:var(--color-text-muted);border-bottom:2px solid var(--color-border);padding:10px 12px;font-weight:600}.journal-table td{border-bottom:1px solid var(--color-border);color:var(--color-heading);padding:12px}.journal-badge{border-radius:99px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.journal-badge.great{background:var(--color-success-bg);color:var(--color-success)}.journal-badge.good{background:var(--color-info-bg);color:var(--color-accent)}.journal-badge.fair{background:var(--color-warning-bg);color:var(--color-warning)}.journal-q-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:13px;font-weight:600}.journal-q-title{color:var(--color-heading);margin:0 0 24px;font-size:22px;font-weight:600;line-height:1.3}.journal-sidebar-value{color:var(--color-heading);margin:0 0 4px;font-size:40px;font-weight:700;line-height:1}.journal-sidebar-bar-bg{background:var(--color-border);border-radius:99px;height:8px;margin-bottom:6px;overflow:hidden}.journal-sidebar-bar-fill{border-radius:99px;height:100%;transition:width .3s}.journal-sidebar-bar-fill.blue{background:var(--color-accent)}.journal-sidebar-bar-fill.green{background:var(--color-success)}.journal-sidebar-bar-fill.red{background:var(--color-danger)}.journal-info-card-icon{margin-bottom:8px;font-size:24px}.journal-info-card-title{color:var(--color-heading);margin:0 0 4px;font-size:16px;font-weight:600}.journal-info-card-desc{color:var(--color-text-muted);margin:0;font-size:13px}.journal-intro-body{max-width:1392px;padding:24px clamp(16px,4vw,48px)}.journal-recent-heading{color:var(--color-heading);margin:0 0 16px;font-size:18px;font-weight:600}.journal-table-wrap{overflow-x:auto}.journal-body.single{grid-template-columns:1fr!important}.journal-body.centered{justify-items:center}.journal-body.centered .journal-card{width:100%;max-width:640px}.privacy-body{padding:32px clamp(16px,4vw,48px)}.privacy-doc{background:#fff;border-radius:12px;padding:40px 48px}@media (width<=768px){.privacy-doc{padding:24px 20px}}.privacy-effective{color:#728090;margin:0 0 32px;font-size:13px}.privacy-lead{color:#4a566a;margin:0 0 12px;font-size:16px;line-height:1.7}.privacy-section{margin-top:36px}.privacy-section h2{color:#1e263a;border-bottom:1.5px solid #e0e3e7;margin:0 0 12px;padding-bottom:8px;font-size:17px;font-weight:700}.privacy-section p{color:#4a566a;margin:0 0 12px;font-size:15px;line-height:1.7}.privacy-section ul{margin:0 0 12px;padding-left:20px}.privacy-section li{color:#4a566a;margin-bottom:6px;font-size:15px;line-height:1.7}.privacy-section strong{color:#1e263a}.privacy-footer{text-align:center;color:#728090;padding:24px 16px 32px;font-size:12px}
