:root{color-scheme:light;--ink:#233344;--muted:#5d6c7b;--blue:#375f84;--line:#dce3ea;--paper:#fff;--ground:#f4f6f8;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:16px;color:var(--ink);background:var(--ground)}*{box-sizing:border-box}body{margin:0;line-height:1.6}a{color:var(--blue);text-underline-offset:3px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer;border:1px solid var(--blue);background:var(--blue);color:white;border-radius:8px;padding:12px 22px;font-weight:600;min-height:48px}button:hover{background:#294c6b}button:disabled{opacity:.65;cursor:wait}button.secondary{background:white;color:var(--blue);border-color:var(--line)}:focus-visible{outline:3px solid #558ac0;outline-offset:4px}.site-header{background:white;border-bottom:1px solid var(--line)}.header-inner{max-width:1120px;margin:auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;gap:24px}.brand{color:var(--ink);font-weight:650;text-decoration:none;display:flex;align-items:center;gap:13px;font-size:17px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #c3d3e1;border-radius:8px;color:var(--blue);font-size:17px;letter-spacing:-2px;padding-right:2px}.brand-mark span{font-size:13px;align-self:flex-end;padding-bottom:5px}.header-note{color:var(--muted);font-size:14px}main{max-width:824px;margin:44px auto;padding:0 24px}.survey-panel{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:42px 48px;box-shadow:0 3px 14px #243e5605}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;color:var(--blue);margin-bottom:12px}h1{font-size:30px;line-height:1.28;letter-spacing:-.025em;margin:0 0 16px;font-weight:650}h2{font-size:21px;margin:24px 0 12px}p{margin:0 0 18px}.intro{color:var(--muted);font-size:17px;line-height:1.65;margin-bottom:26px}.muted{color:var(--muted);font-size:14px}.study-facts{display:flex;gap:32px;padding:20px 0;margin:0 0 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}.study-facts strong{display:block;color:var(--ink);font-size:16px}.actions{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:26px}.actions button span{margin-left:16px}.text-button{font-size:14px}.question{border:0;margin:30px 0;padding:0;min-width:0}.question legend,.field-label{font-size:16px;font-weight:600;margin-bottom:10px;padding:0;width:100%}.optional{font-weight:400;color:var(--muted);font-size:14px}.choice{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:8px;padding:12px 15px;margin:9px 0;cursor:pointer;min-height:49px;transition:background .12s,border-color .12s}.choice:hover{background:#f7f9fc;border-color:#a4b9cd}.choice:has(input:checked){background:#edf3f9;border-color:#6e92b3}.choice input{width:18px;height:18px;flex-shrink:0;margin:4px 0 0;accent-color:var(--blue)}.consent-choice{font-size:15px;padding:17px;line-height:1.6}.hint{font-size:14px;color:var(--muted);margin:0 0 10px}select,input[type=number],input[type=text],textarea{width:100%;padding:12px;border:1px solid #adbcc9;border-radius:7px;background:white;color:var(--ink);min-height:48px}textarea{min-height:100px;resize:vertical}.progress-track{margin:0 3px 22px}progress{display:block;width:100%;height:6px;border:0;border-radius:8px;background:#dce5ed}progress::-webkit-progress-bar{background:#dce5ed;border-radius:8px}progress::-webkit-progress-value{background:var(--blue);border-radius:8px}progress::-moz-progress-bar{background:var(--blue);border-radius:8px}footer{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted);padding:22px 5px}footer a{color:var(--muted)}.save-row{font-size:13px;color:var(--muted);min-height:22px}.error-summary{padding:16px 20px;background:#fff3f1;border-left:3px solid #ad3c31;margin:22px 0;color:#822d25}.error-summary p{margin:0}.field-error{font-size:14px;color:#a02f27;margin-top:8px}[aria-invalid=true]{border-color:#a02f27}.notice,.scenario{padding:20px;background:#f0f5fa;border:1px solid #d6e2ee;border-radius:8px;margin:24px 0}.scenario p:last-child,.notice p:last-child{margin-bottom:0}.comparison{width:100%;border-collapse:collapse;font-size:14px;margin:18px 0}.comparison th,.comparison td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);vertical-align:top}.comparison th{font-weight:600}.comparison caption{text-align:left;font-size:16px;font-weight:600;margin-bottom:8px}.preview-banner{text-align:center;padding:7px 16px;background:#e8eef5;color:#38516c;font-size:13px}.preview-banner strong{margin-right:6px}.skip{position:absolute;left:12px;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:12px}.complete-symbol{font-size:26px;color:var(--blue);margin-bottom:20px}.button-link{display:inline-block;text-decoration:none;padding:12px 22px;background:var(--blue);color:white;border-radius:8px;font-weight:600}.share-input{margin:15px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.header-inner{padding:18px 20px}.header-note{display:none}.brand{font-size:15px}.brand-mark{width:30px;height:32px}main{margin:26px auto;padding:0 16px}.survey-panel{padding:28px 22px;border-radius:10px}h1{font-size:26px}.intro{font-size:16px}.desktop-break{display:none}.actions{gap:15px;align-items:stretch}.actions button{padding:12px 16px}.actions button span{margin-left:8px}footer{flex-direction:column;gap:5px;padding:18px 4px}.comparison th,.comparison td{padding:10px 4px;font-size:13px}.study-facts{gap:25px}.actions .text-button{align-self:center}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.subscription-table{width:100%;table-layout:fixed;border-collapse:collapse;margin:22px 0 30px;font-size:14px}.subscription-table caption{text-align:left;font-weight:600;margin-bottom:10px}.subscription-table th,.subscription-table td{border-bottom:1px solid var(--line);padding:0;text-align:center;vertical-align:middle}.subscription-table thead th{font-size:12px;line-height:1.35;padding:10px 4px;background:#edf3f9}.subscription-table th:first-child{width:43%;text-align:left;padding:8px;font-weight:500;overflow-wrap:anywhere}.subscription-table tbody tr:nth-child(even){background:#f7f9fb}.subscription-table td label{display:flex;align-items:center;justify-content:center;min-height:44px;cursor:pointer}.subscription-table input{width:18px;height:18px;margin:0;accent-color:var(--blue)}.subscription-table td:has(input:checked){background:#e5eef7}.subscription-table .field-error{display:block;font-size:12px}.subscription-table .field-error:empty{display:none}@media(max-width:420px){.subscription-table{font-size:12px}.subscription-table th:first-child{width:37%;padding:6px 4px}.subscription-table thead th{font-size:11px;padding:8px 2px}}
.dashboard{max-width:1400px}.dashboard-scroll{overflow-x:auto}.dashboard table{min-width:800px}.dashboard td{overflow-wrap:anywhere}.dashboard td:last-child{width:40%}.dashboard summary{cursor:pointer;color:var(--blue);white-space:nowrap}.dashboard dt{font-weight:600;margin-top:15px}.dashboard dd{margin:4px 0 16px}.dashboard nav{margin:18px 0}
input[type=email]{width:100%;padding:12px;border:1px solid #adbcc9;border-radius:7px;background:white;color:var(--ink);min-height:48px}

:root{--ground:#f4f6f8;--blue:#375f84}