:root{--bg:#f5f2eb;--surface:#fbfaf7;--surface-raised:#fff;--surface-tint:#e8ece6;--text:#152522;--text-muted:#59635f;--border:#d8d7cf;--accent:#285c52;--accent-hover:#1f4a43;--accent-text:#fff;--focus:#a26a38;--danger:#8b4545;--danger-surface:#f4e8e5;--info-surface:#e7efec;--shadow:0 14px 34px #1e2e2914, 0 2px 6px #1e2e2912;--radius-sm:10px;--radius-md:18px;--radius-lg:24px;--page-width:760px;font-synthesis:none;color:var(--text);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Avenir Next,Avenir,Segoe UI,system-ui,sans-serif}[data-theme=dark]{--bg:#141c1a;--surface:#1b2522;--surface-raised:#22302c;--surface-tint:#293732;--text:#edf2ef;--text-muted:#b4bfba;--border:#3a4843;--accent:#8cc1b3;--accent-hover:#a6d2c7;--accent-text:#10231f;--focus:#e4ae72;--danger:#e5a6a0;--danger-surface:#3c2827;--info-surface:#253832;--shadow:0 16px 36px #00000040}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}body,button,input,textarea{font:inherit}button,input,textarea{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;margin-bottom:1rem;font-size:clamp(2rem,8vw,3.25rem);line-height:1.08}h2{letter-spacing:-.018em;font-size:1.25rem;line-height:1.25}p{line-height:1.55}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}::selection{background:var(--accent);color:var(--accent-text)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--surface-raised);border-radius:var(--radius-sm);padding:.75rem 1rem;position:fixed;top:.5rem;left:.5rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.muted{color:var(--text-muted)}.text-link{color:var(--accent);background:0 0;border:0;align-items:center;gap:.35rem;min-height:44px;padding:.3rem 0;font-weight:700;display:inline-flex}.text-link:hover{color:var(--accent-hover)}.button{letter-spacing:.005em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;min-height:52px;padding:.78rem 1.35rem;font-size:1rem;font-weight:700;line-height:1.2;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:var(--accent);color:var(--accent-text)}.button--primary:hover:not(:disabled){background:var(--accent-hover)}.button--secondary{color:var(--text);border-color:var(--border);background:0 0}.button--ghost{color:var(--accent);background:0 0}.button--danger{background:var(--danger-surface);color:var(--danger)}.button--full{width:100%}.brand{letter-spacing:-.035em;align-items:center;gap:.55rem;font-size:1.3rem;font-weight:650;display:inline-flex}.brand img{object-fit:contain;width:42px;height:42px}.app-header{width:min(100%, var(--page-width));min-height:78px;padding:calc(.7rem + env(safe-area-inset-top)) 1.25rem .7rem;align-items:center;margin:0 auto;display:flex}.app-shell{min-height:100dvh}.page-shell{width:min(100%, var(--page-width));padding:1.5rem 1.25rem calc(7.25rem + env(safe-area-inset-bottom));margin:0 auto}.bottom-nav{z-index:20;min-height:calc(72px + env(safe-area-inset-bottom));padding:.55rem max(.35rem, env(safe-area-inset-left)) env(safe-area-inset-bottom) max(.35rem, env(safe-area-inset-right));background:color-mix(in srgb, var(--surface) 94%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{min-width:0;min-height:58px;color:var(--text-muted);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:.28rem;font-size:.76rem;display:flex}.bottom-nav svg{stroke-width:1.8px;width:24px;height:24px}.bottom-nav a.active{color:var(--accent);font-weight:750}.bottom-nav a.active svg{stroke-width:2.6px}.update-banner{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-raised);justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,720px);margin:0 auto;padding:.6rem .8rem .6rem 1rem;display:flex}.update-banner .button{min-height:40px;padding:.55rem .9rem}.page-intro{margin-bottom:2.25rem}.page-intro h1{max-width:650px}.page-intro>p:last-child{color:var(--text-muted);max-width:540px;font-size:1.08rem}.greeting{color:var(--accent);margin-bottom:.65rem;font-weight:750}.primary-action-panel{background:var(--surface-raised);border:1px solid color-mix(in srgb, var(--border) 72%, transparent);box-shadow:var(--shadow);border-radius:var(--radius-lg);grid-template-columns:auto 1fr;align-items:center;gap:1.1rem;padding:1.5rem;display:grid}.primary-action-panel>svg{width:40px;height:40px;color:var(--accent)}.primary-action-panel h2{margin-bottom:.3rem}.primary-action-panel p{color:var(--text-muted);margin:0}.primary-action-panel .button{grid-column:1/-1;margin-top:.55rem}.open-section{padding:2.4rem 0 0}.open-section>h2{margin-bottom:.8rem;font-size:1.35rem}.feature-row{border-bottom:1px solid var(--border);grid-template-columns:48px 1fr auto;align-items:center;gap:1rem;padding:1rem 0;display:grid}.feature-row>svg{width:22px;color:var(--accent)}.feature-row strong,.feature-row small{display:block}.feature-row strong{line-height:1.3}.feature-row small{color:var(--text-muted);margin-top:.2rem;line-height:1.45}.feature-icon{background:var(--surface-tint);width:48px;height:48px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.feature-icon svg{width:23px}.empty-inline{border-bottom:1px solid var(--border);padding-bottom:1rem}.welcome-page{min-height:100dvh;padding:max(2rem, env(safe-area-inset-top)) 1.25rem max(2rem, env(safe-area-inset-bottom));place-items:center;display:grid}.welcome-inner{width:min(100%,480px)}.welcome-copy{margin:3.5rem 0 2rem}.welcome-copy h1{font-size:clamp(2.35rem,10vw,3.7rem)}.welcome-copy p{color:var(--text-muted);font-size:1.05rem}.auth-switch{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;margin-bottom:1.4rem;display:grid}.google-auth{background:var(--surface-raised)}.google-mark{border:1px solid var(--border);color:#4285f4;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:800;display:grid}.auth-divider{color:var(--text-muted);align-items:center;gap:.8rem;margin:1rem 0;font-size:.82rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-switch button{background:0 0;border:0;border-bottom:3px solid #0000;min-height:48px;font-weight:650}.auth-switch button[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.auth-form{gap:1rem;display:grid}label{font-weight:650}label small,label span{font-weight:400}input,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);width:100%;min-height:50px;margin-top:.4rem;padding:.75rem .85rem}textarea{resize:vertical;line-height:1.5}.auth-form small{color:var(--text-muted);margin-top:.35rem;display:block}.form-error{color:var(--danger);background:var(--danger-surface);border-radius:var(--radius-sm);margin:0;padding:.75rem 1rem}.privacy-note{color:var(--text-muted);margin:1.4rem 0 0;font-size:.86rem}.auth-help{margin-top:var(--space-2);justify-content:center;align-items:center;min-height:44px;display:inline-flex}.focus-page{width:min(100%,650px);min-height:100dvh;padding:max(1.2rem, env(safe-area-inset-top)) 1.25rem max(1.25rem, env(safe-area-inset-bottom));flex-direction:column;margin:0 auto;display:flex}.focus-header{min-height:52px;color:var(--text-muted);grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.focus-header>span{grid-column:2}.focus-header .icon-text-button{grid-column:1;justify-self:start}.icon-text-button{min-height:44px;color:var(--text);background:0 0;border:0;align-items:center;gap:.2rem;padding:.4rem 0;display:inline-flex}.icon-text-button svg{width:20px}.progress-track{background:var(--border);width:100%;height:4px;margin:.7rem 0 0;overflow:hidden}.progress-track span{background:var(--accent);height:100%;transition:width .18s;display:block}.question-body{padding:clamp(2.8rem,10vh,6rem) 0 2rem}.question-body h1{font-size:clamp(1.9rem,7vw,2.8rem)}.recall-label,.formal-name{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:780}.focus-actions{justify-items:center;gap:.7rem;margin-top:auto;padding-top:1.5rem;display:grid}.autosave-note{color:var(--text-muted);margin:0;font-size:.88rem}.scale-fieldset,.answer-list,.concern-list,.choice-group,.report-form fieldset{border:0;margin:2rem 0 0;padding:0}.scale-options{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.scale-options label{place-items:center;display:grid}.scale-options input,.answer-list input,.choice-group input{opacity:0;width:1px;height:1px;min-height:0;margin:0;padding:0;position:absolute}.scale-options span{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-raised);border-radius:50%;place-items:center;width:100%;max-width:58px;font-weight:700;display:grid}.scale-options label.selected span{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.scale-options input:focus-visible+span{outline:3px solid var(--focus);outline-offset:3px}.scale-labels{color:var(--text-muted);justify-content:space-between;margin-top:.65rem;font-size:.78rem;display:flex}.completion-page{text-align:center;justify-content:center;align-items:center;gap:.9rem;max-width:470px}.completion-page .text-link,.result-page>.text-link,.report-ready .text-link{justify-content:center}.completion-mark{background:var(--info-surface);width:72px;height:72px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.completion-mark svg{width:34px}.intro-page>.icon-text-button,.discovery-page>.icon-text-button,.report-page>.icon-text-button{align-self:flex-start}.intro-content{margin:auto 0;padding:3rem 0}.intro-content>p:not(.formal-name){color:var(--text-muted);font-size:1.08rem}.assessment-facts{flex-wrap:wrap;gap:1.25rem;margin:1.6rem 0;display:flex}.assessment-facts span{align-items:center;gap:.45rem;display:inline-flex}.assessment-facts svg{width:20px;color:var(--accent)}.plain-notice,.monitoring-notice{background:var(--info-surface);border-left:3px solid var(--accent);padding:1rem 1.1rem;line-height:1.55}.assessment-attribution{border-top:1px solid var(--border);color:var(--text-muted);margin-top:1.2rem;padding-top:1rem}.assessment-attribution summary{min-height:44px;color:var(--text);cursor:pointer;align-items:center;font-weight:700;display:flex}.assessment-attribution p{margin:.5rem 0 0;font-size:.9rem}.assessment-question{margin:1.4rem 0 0;font-size:clamp(1.35rem,5vw,1.85rem);font-weight:650;line-height:1.35}.response-prompt{color:var(--text-muted);margin:.35rem 0 0}.screening-key{color:var(--text-muted);align-items:center;gap:.55rem;margin:1rem 0 -.75rem;font-size:.8rem;display:flex}.screening-key>span{border:2px dashed var(--accent);background:var(--surface-tint);border-radius:4px;width:18px;height:18px}.answer-list{display:grid}.answer-list label{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:72px;padding:.75rem;display:grid}.answer-list label.screening-range:not(.selected){border-left:2px dashed var(--accent)}.answer-list label.selected{background:var(--surface-tint);border-radius:var(--radius-sm);border-color:#0000}.answer-list input:focus-visible+.radio-mark{outline:3px solid var(--focus);outline-offset:3px}.radio-mark{border:2px solid var(--text-muted);border-radius:50%;width:28px;height:28px}.selected .radio-mark{border:8px solid var(--accent)}.answer-list label>svg{color:var(--accent);width:22px}.result-page{max-width:560px;padding-top:clamp(4rem,12vh,8rem)}.result-page header>p:last-child{color:var(--text-muted)}.result-detail{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:2rem 0;padding:1.5rem 0}.score{color:var(--accent);margin-bottom:.5rem;font-size:3rem;font-weight:750;line-height:1}.score small{color:var(--text-muted);font-size:1rem}.result-page>.button{margin-top:auto}.safety-page{min-height:100dvh;padding:max(1rem, env(safe-area-inset-top)) 1.25rem max(2rem, env(safe-area-inset-bottom))}.safety-inner{width:min(100%,680px);margin:0 auto}.safety-inner header{padding:2.5rem 0 1rem}.safety-inner header p{color:var(--text-muted);font-size:1.08rem}.monitoring-notice{margin-bottom:1.5rem}.resource-list{gap:1rem;display:grid}.resource{border-top:1px solid var(--border);grid-template-columns:1fr;gap:1rem;padding:1.4rem 0;display:grid}.resource-type{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.35rem;font-size:.72rem;font-weight:780}.resource h2{margin-bottom:.35rem}.resource p{margin-bottom:0}.resource-actions{flex-wrap:wrap;align-items:center;gap:.8rem 1rem;display:flex}.resource-message{align-items:center;gap:.5rem;display:inline-flex}.resource-message svg,.resource .text-link svg{width:18px}.verification-note{color:var(--text-muted);margin-top:1.5rem;font-size:.78rem}.period-selector{border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);margin:-1rem 0 2.5rem;display:grid}.period-selector button{background:0 0;border:0;border-bottom:3px solid #0000;min-height:48px;font-size:.88rem}.period-selector button[aria-pressed=true]{border-color:var(--accent);color:var(--accent);font-weight:750}.primary-insight>p{color:var(--text-muted)}.trend-chart{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);margin:1.3rem 0 0;padding:1.2rem}.trend-chart svg{width:100%;height:auto;overflow:visible}.chart-grid{stroke:var(--border);stroke-width:1px}.chart-line{fill:none;stroke:var(--accent);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.chart-point{fill:var(--surface-raised);stroke:var(--accent);stroke-width:3px}.trend-chart figcaption{color:var(--text-muted);font-size:.8rem}.trend-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;min-height:70px;display:flex}.trend-row strong,.trend-row small{text-transform:capitalize;display:block}.trend-row small{color:var(--text-muted);margin-top:.2rem}.trend-row>svg{width:20px}.empty-state-section{padding:2rem 0}.add-event-link{margin-top:1rem}.concern-list{gap:.65rem;display:grid}.concern-list label{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);align-items:center;min-height:58px;padding:.75rem 1rem;display:flex}.concern-list label.selected{border-color:var(--accent);background:var(--surface-tint)}.concern-list input{width:22px;min-height:22px;accent-color:var(--accent);margin:0 .8rem 0 0}.suggestion-results{padding:4rem 0}.suggestion{border-bottom:1px solid var(--border);padding:1.4rem 0}.context-options{border:0;gap:.65rem;margin:1.6rem 0 0;padding:0;display:grid}.context-options label{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);grid-template-columns:1fr auto;align-items:center;gap:.75rem;min-height:58px;padding:.8rem 1rem;display:grid}.context-options label.selected{border-color:var(--accent);background:var(--surface-tint)}.context-options input{opacity:0;width:1px;min-height:0;margin:0;position:absolute}.context-options input:focus-visible+span{outline:3px solid var(--focus);outline-offset:4px;border-radius:3px}.context-options svg{width:21px;color:var(--accent)}.context-notes{margin-top:1.6rem;display:grid}.context-notes>span,.context-notes small{color:var(--text-muted);font-weight:400}.context-notes small{justify-self:end;margin-top:.35rem}.context-actions .text-link svg{width:19px}.settings-section{border-top:1px solid var(--border);padding:1.5rem 0}.choice-group{grid-template-columns:repeat(4,1fr);gap:.55rem;display:grid}.choice-group label{place-items:center;min-width:0;display:grid}.choice-group span{border:1px solid var(--border);border-radius:var(--radius-sm);place-items:center;width:100%;min-height:46px;font-size:.86rem;display:grid}.choice-group input:checked+span{background:var(--accent);color:var(--accent-text);border-color:var(--accent);font-weight:700}.choice-group input:focus-visible+span{outline:3px solid var(--focus);outline-offset:3px}.settings-links{display:grid}.settings-links a,.settings-links button{border:0;border-bottom:1px solid var(--border);text-align:left;background:0 0;align-items:center;gap:.85rem;min-height:64px;padding:.6rem 0;display:flex}.settings-links svg{width:22px;color:var(--accent)}.settings-links span{font-weight:650}.settings-links small{color:var(--text-muted);margin-top:.2rem;font-weight:400;display:block}.account-section{justify-items:start;gap:.8rem;display:grid}.account-section h2,.account-section p{margin-bottom:0}.danger-link{min-height:44px;color:var(--danger);background:0 0;border:0;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.danger-link svg{width:19px}.report-page>header{margin:2rem 0}.report-page>header p{color:var(--text-muted)}.report-form{gap:1.4rem;display:grid}.report-form fieldset{margin:0}.report-form legend{margin-bottom:.55rem;font-weight:750}.date-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.included-list{color:var(--text-muted);gap:.55rem;display:grid}.included-list>span:before{content:"✓";color:var(--accent);margin-right:.55rem}.included-list label{color:var(--text);align-items:center;margin-top:.4rem;display:flex}.included-list input{width:22px;min-height:22px;accent-color:var(--accent);margin:0 .55rem 0 0}.report-ready{text-align:center;margin:auto 0}.state{text-align:center;min-height:300px;color:var(--text-muted);align-content:center;place-items:center;padding:2rem;display:grid}.state--full{min-height:100dvh}.state svg{color:var(--accent)}.state h2{color:var(--text);margin-top:1rem}.spin{animation:1.2s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=760px){.page-shell{padding-top:2.6rem}.primary-action-panel{grid-template-columns:auto 1fr auto;padding:2rem}.primary-action-panel .button{grid-column:auto;min-width:170px;margin-top:0}.resource{grid-template-columns:1fr auto;align-items:center}.resource-actions{flex-direction:column;align-items:flex-end}.bottom-nav{width:min(100%, var(--page-width));border-left:1px solid var(--border);border-right:1px solid var(--border);border-radius:var(--radius-md) var(--radius-md) 0 0;left:50%;transform:translate(-50%)}}@media (width<=390px){.choice-group{grid-template-columns:repeat(2,1fr)}.page-shell,.focus-page{padding-left:1rem;padding-right:1rem}.feature-row{grid-template-columns:44px 1fr auto;gap:.75rem}.feature-icon{width:44px;height:44px}}@media (width<=340px){.bottom-nav a{font-size:.69rem}.bottom-nav svg{width:22px}.date-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
