:root{--page:#f2f0eb;--surface:#fff;--ink:#17181c;--muted:#686963;--line:#d9d9d3;--panel:#202337;--accent:#4652d9;--accent-hover:#3945c9;--accent-soft:#eef0ff;--error:#b42318;--error-soft:#fff1ef;--success:#18794e;--success-soft:#edf8f2;--radius-field:11px;--radius-frame:22px;--shadow-frame:0 28px 70px #20233721, 0 4px 14px #20233712;--font-sans:"Helvetica Neue", "Segoe UI", Arial, sans-serif}*{box-sizing:border-box}html{background:var(--page);min-width:320px;min-height:100%;color:var(--ink);font-family:var(--font-sans);-webkit-text-size-adjust:100%}body{background:var(--page);min-height:100%;color:var(--ink);font-family:var(--font-sans);text-rendering:optimizelegibility;margin:0}button,input,textarea{color:inherit;font:inherit}button,label{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}::selection{color:var(--ink);background:#dfe2ff}.research-page{place-items:center;min-height:100dvh;padding:clamp(24px,4.5vw,64px);display:grid}.research-frame{background:var(--surface);border-radius:var(--radius-frame);width:min(1180px,100%);min-height:min(760px,100dvh - 64px);box-shadow:var(--shadow-frame);border:1px solid #2023371a;grid-template-columns:minmax(300px,36%) minmax(0,64%);display:grid;overflow:hidden}.context-panel{background:var(--panel);color:#fff;flex-direction:column;justify-content:space-between;min-width:0;padding:38px 40px 44px;display:flex;overflow:hidden}.context-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.asterisk-mark{letter-spacing:-.08em;height:46px;font-size:4rem;font-weight:400;line-height:.93;display:block}.wordmark{letter-spacing:-.035em;font-size:1.05rem;font-weight:650}.context-copy{max-width:295px}.context-kicker,.context-region,.eyebrow,.progress-meta,.optional-label{letter-spacing:.105em;text-transform:uppercase;font-size:.72rem;font-weight:650}.context-kicker{color:#ffffff9e;margin:0 0 14px}.context-statement{letter-spacing:-.045em;margin:0;font-size:clamp(1.65rem,2.25vw,2.35rem);font-weight:570;line-height:1.06}.context-region{color:#ffffff8a;margin:28px 0 0}.survey-surface{background:var(--surface);flex-direction:column;min-width:0;padding:34px clamp(42px,5vw,72px) 28px;display:flex}.survey-header,.step-panel,.surface-footer{width:100%;max-width:680px;margin-inline:auto}.survey-header{margin-bottom:34px}.progress-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.progress-track{background:#e9e9e4;border-radius:999px;width:100%;height:3px;position:relative;overflow:hidden}.progress-value{background:var(--accent);border-radius:inherit;transition:width .22s;position:absolute;inset:0 auto 0 0}.survey-form{flex:1;align-items:stretch;min-height:0;display:flex;position:relative}.step-panel{flex-direction:column;align-self:stretch;min-height:100%;animation:.21s ease-out both question-in;display:flex}.step-intro,.step-success{justify-content:center;padding-block:32px 48px}.question-fieldset{border:0;flex-direction:column;flex:1;min-width:0;min-height:100%;margin:0;padding:0;display:flex}.eyebrow{color:var(--accent);margin:0 0 15px}.question-title{max-width:660px;color:var(--ink);letter-spacing:-.052em;margin:0 0 24px;padding:0;font-size:clamp(2rem,3.55vw,3.45rem);font-weight:610;line-height:1.015;display:block}.intro-title{max-width:670px;margin-bottom:28px;font-size:clamp(2.4rem,4.2vw,3.75rem);line-height:.99}.intro-copy{max-width:560px;color:var(--muted);font-size:1.08rem;line-height:1.58}.intro-copy p{margin:0 0 12px}.question-support{max-width:600px;color:var(--muted);margin:-8px 0 22px;font-size:1rem;line-height:1.55}.choice-list{gap:9px;display:grid}.choice-row{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-field);min-height:50px;color:var(--ink);cursor:pointer;grid-template-columns:30px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:8px 13px;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .15s;display:grid;position:relative}.choice-row:hover{border-color:#adaeaa;transform:translateY(-1px)}.choice-row:has(.choice-input:focus-visible){border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:none}.choice-row-selected{background:var(--accent-soft);border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.choice-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.choice-key{border:1px solid var(--line);width:27px;height:27px;color:var(--muted);background:#f5f5f1;border-radius:7px;place-items:center;font-size:.72rem;font-weight:700;display:inline-grid}.choice-row-selected .choice-key{background:var(--accent);border-color:var(--accent);color:#fff}.choice-label{font-size:.98rem;font-weight:510;line-height:1.3}.choice-mark{color:#0000;text-align:center;font-size:.9rem;font-weight:700}.choice-row-selected .choice-mark{color:var(--accent)}.text-input,.story-textarea{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-field);width:100%;color:var(--ink);outline:none;font-size:1rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.text-input{min-height:54px;padding:14px 16px}.story-textarea{resize:none;min-height:clamp(205px,31dvh,300px);max-height:52dvh;padding:16px 17px;line-height:1.55;overflow-y:hidden}.recovery-textarea{min-height:145px}.text-input::placeholder,.story-textarea::placeholder{color:#969790;opacity:1}.text-input:focus,.story-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.text-input:disabled{color:#9a9a94;background:#f5f5f2}.toggle-row{min-height:44px;color:var(--muted);cursor:pointer;grid-template-columns:23px auto;align-self:flex-start;align-items:center;gap:10px;margin-top:13px;font-size:.93rem;font-weight:520;display:inline-grid}.toggle-row input{opacity:0;width:1px;height:1px;position:absolute}.toggle-box{background:var(--surface);border:1px solid var(--line);color:#0000;border-radius:6px;place-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:inline-grid}.toggle-row input:checked+.toggle-box{background:var(--accent);border-color:var(--accent);color:#fff}.toggle-row input:focus-visible+.toggle-box{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.conditional-field{border-left:3px solid var(--accent);border-radius:0 var(--radius-field) var(--radius-field) 0;background:#fafaf8;margin-top:22px;padding:20px;animation:.18s ease-out both conditional-in}.conditional-label{color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;font-size:1.12rem;font-weight:650;display:block}.conditional-field .question-support{margin:-5px 0 15px;font-size:.92rem}.email-field{padding-block:18px}.optional-label{color:var(--muted);margin-left:6px}.field-note,.keyboard-hint,.research-use-note{color:var(--muted);font-size:.78rem;line-height:1.45}.field-note{margin:8px 0 0}.keyboard-hint{margin:9px 2px 0}.research-use-note{margin:16px 0 0}.action-region{margin-top:auto;padding-top:28px}.question-actions{grid-template-columns:auto minmax(150px,1fr);gap:10px;display:grid}.question-actions.actions-start{grid-template-columns:1fr;max-width:280px}.button{border-radius:10px;justify-content:center;align-items:center;gap:11px;min-height:48px;padding:12px 20px;font-size:.94rem;font-weight:650;line-height:1;transition:background-color .15s,border-color .15s,box-shadow .15s,color .15s,transform .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.button-primary{background:var(--accent);border:1px solid var(--accent);color:#fff;box-shadow:0 6px 14px #4652d933}.button-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);box-shadow:0 8px 18px #4652d93d}.button-primary:disabled{box-shadow:none;background:#8d94df;border-color:#8d94df}.button-secondary{background:var(--surface);border:1px solid var(--line);color:var(--muted)}.button-secondary:hover:not(:disabled){color:var(--ink);background:#f6f6f3;border-color:#b8b9b3}.button-arrow{font-size:1.05rem;line-height:0}.loading-dot{border:2px solid #ffffff70;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.error-notice{background:var(--error-soft);color:var(--error);border:1px solid #b423183d;border-radius:9px;grid-template-columns:23px minmax(0,1fr);align-items:start;gap:10px;margin-bottom:12px;padding:12px 13px;font-size:.88rem;line-height:1.45;display:grid}.error-symbol{background:var(--error);color:#fff;border-radius:6px;place-items:center;width:21px;height:21px;font-size:.74rem;font-weight:800;display:inline-grid}.success-state{max-width:625px}.success-mark{background:var(--success-soft);width:52px;height:52px;color:var(--success);border:1px solid #18794e40;border-radius:12px;place-items:center;margin-bottom:28px;font-size:1.35rem;font-weight:760;display:grid}.success-eyebrow{color:var(--success)}.success-title{margin-bottom:22px}.success-copy{color:var(--muted);margin:0;font-size:1.08rem;line-height:1.55}.surface-footer{color:#8a8b85;border-top:1px solid #ecece7;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:17px;font-size:.72rem;line-height:1.4;display:flex}.surface-footer a{min-height:32px;color:var(--muted);text-underline-offset:3px}.surface-footer a:hover{color:var(--ink)}.surface-footer a:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px;border-radius:4px}.honeypot-field{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}@keyframes question-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes conditional-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:761px) and (max-height:780px){.research-page{place-items:start center;padding-block:20px}.research-frame{min-height:calc(100dvh - 40px)}.survey-surface{padding-block:26px 22px}.survey-header{margin-bottom:24px}.question-title{margin-bottom:18px;font-size:clamp(1.9rem,3.2vw,3rem)}.choice-list{gap:7px}.choice-row{min-height:46px}.action-region{padding-top:20px}}@media (max-width:760px){.research-page{min-height:100dvh;padding:0;display:block}.research-frame{min-height:100dvh;box-shadow:none;border:0;border-radius:0;flex-direction:column;display:flex}.context-panel{min-height:96px;padding:max(20px, env(safe-area-inset-top)) 22px 18px;flex:none}.context-top{flex-direction:row-reverse}.asterisk-mark{height:28px;font-size:2.65rem}.wordmark{font-size:1.02rem}.context-copy{display:none}.survey-surface{min-height:calc(100dvh - 96px);padding:20px 21px calc(18px + env(safe-area-inset-bottom));flex:1}.survey-header{margin-bottom:28px}.step-panel{min-height:auto}.step-intro,.step-success{justify-content:flex-start;padding-block:18px 24px}.question-title,.intro-title{letter-spacing:-.05em;margin-bottom:22px;font-size:clamp(2.05rem,10.3vw,3.15rem);line-height:1.015}.intro-copy{font-size:1rem}.question-support{margin-top:-7px;margin-bottom:18px;font-size:.95rem}.choice-list{gap:8px}.choice-row{grid-template-columns:29px minmax(0,1fr) 18px;gap:10px;min-height:52px;padding-inline:12px}.choice-row:hover{transform:none}.choice-label{font-size:.95rem}.question-dense .question-title{font-size:clamp(1.9rem,9vw,2.65rem)}.story-textarea{min-height:clamp(190px,34dvh,300px);max-height:50dvh}.recovery-textarea{min-height:150px}.conditional-field{margin-top:18px;padding:17px 15px}.action-region{padding-top:24px}.button{min-height:50px;padding-inline:16px}.surface-footer{align-items:flex-start;margin-top:22px}}@media (max-width:380px){.survey-surface{padding-inline:18px}.question-title,.intro-title{font-size:2rem}.question-actions{grid-template-columns:92px minmax(0,1fr)}.surface-footer span{max-width:210px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.privacy-page{background:var(--page);min-height:100dvh;padding:clamp(28px,6vw,80px) 22px}.privacy-card{background:var(--surface);border-radius:var(--radius-frame);width:min(780px,100%);box-shadow:var(--shadow-frame);border:1px solid #2023371a;margin:0 auto;padding:clamp(28px,6vw,64px)}.privacy-back{color:var(--muted);text-underline-offset:4px;margin-bottom:52px;font-size:.9rem;display:inline-block}.privacy-back:hover{color:var(--ink)}.privacy-card h1{letter-spacing:-.052em;max-width:620px;margin:0 0 22px;font-size:clamp(2.2rem,7vw,4rem);font-weight:610;line-height:1}.privacy-header{border-bottom:1px solid var(--line);padding-bottom:34px}.privacy-lead{max-width:640px;color:var(--muted);margin:0;font-size:1.05rem;line-height:1.65}.privacy-effective{color:var(--ink);margin:18px 0 0;font-size:.83rem;line-height:1.5}.privacy-card section{margin-top:34px}.privacy-card h2{letter-spacing:-.02em;margin:0 0 10px;font-size:1.16rem}.privacy-card section p,.privacy-card li{color:var(--muted);line-height:1.65}.privacy-card section p{margin:0}.privacy-card section p+p,.privacy-card section ul+p{margin-top:12px}.privacy-card ul{gap:8px;margin:12px 0 0;padding-left:1.2rem;display:grid}.privacy-card strong{color:var(--ink);font-weight:650}.privacy-card a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}.privacy-card a:hover{color:var(--accent-hover)}.privacy-card a:focus-visible{outline:3px solid var(--accent-soft);outline-offset:3px;border-radius:3px}.privacy-card code{color:var(--ink);overflow-wrap:anywhere;background:#f4f4f0;border-radius:4px;padding:1px 4px;font-size:.9em}.privacy-card .privacy-contact{background:var(--accent-soft);border-radius:var(--radius-field);padding:20px}@media (max-width:600px){.privacy-page{padding:0}.privacy-card{min-height:100dvh;box-shadow:none;border:0;border-radius:0}.privacy-back{margin-bottom:42px}.privacy-card h1{font-size:clamp(2.15rem,12vw,3.15rem)}.privacy-card .privacy-contact{padding:17px}}
