:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--slate-950: #020617;--haven-green: #245746;--haven-green-hover: #1b4335;--haven-green-tint: #e9f9f2;--mint: #21c68f;--text-heading: var(--slate-900);--text-body: var(--slate-600);--text-strong: var(--slate-700);--text-muted: var(--slate-500);--text-faint: var(--slate-400);--surface: #ffffff;--surface-tint: var(--slate-50);--fill: var(--slate-100);--border: var(--slate-200);--border-input: var(--slate-300);--divider: var(--slate-200);--primary: var(--slate-900);--primary-hover: var(--slate-800);--primary-fg: #ffffff;--success-fg: #166534;--success-bg: #dcfce7;--info-fg: #1d4ed8;--info-bg: #dbeafe;--warning-fg: #854d0e;--warning-bg: #fef9c3;--danger-fg: #be123c;--danger-bg: #ffe4e6;--review-fg: #92400e;--review-bg: #fef3c7;--font-heading: "Figtree", -apple-system, "Segoe UI", sans-serif;--font-body: "Atkinson Hyperlegible Next", -apple-system, "Segoe UI", sans-serif;--tracking-display: -.025em;--tracking-heading: -.02em;--radius-btn: 8px;--radius-input: 8px;--radius-card: 16px;--radius-card-lg: 20px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--shadow-menu: 0 4px 12px rgba(0, 0, 0, .08);--shadow-card: 0 0 1px rgba(66, 71, 76, .6), 0 4px 8px rgba(66, 71, 76, .04), 0 8px 56px rgba(238, 242, 246, .5);--hairline: 0 0 0 .5px rgba(0, 0, 0, .12);--ring: 0 0 0 3px rgba(15, 23, 42, .1);--container: 1180px;--gutter: clamp(16px, 4vw, 32px);--sheet: calc(var(--container) + 64px);--section-y: clamp(48px, 7vw, 88px)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--text-body);background:var(--surface);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0;font-family:var(--font-heading);color:var(--text-heading)}p{margin:0}a{color:var(--haven-green)}a:hover{color:var(--haven-green-hover)}img,svg{display:block}img{max-width:100%}button{font:inherit}.sheet{width:100%;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;background:var(--surface)}.container{width:100%;max-width:var(--container);margin:0 auto}.header{border-bottom:1px solid var(--divider)}.header__inner{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}.section{padding:var(--section-y) var(--gutter)}.section__head{display:grid;grid-template-columns:minmax(0,1fr);gap:16px 48px;align-items:start}.section__head-main{display:flex;flex-direction:column;gap:12px;min-width:0}.section__head-side{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.section__lede{font-size:17px;line-height:1.55;max-width:44ch;text-wrap:pretty}@media(min-width:900px){.section__head{grid-template-columns:minmax(0,7fr) minmax(0,5fr)}.section__head-side{padding-top:30px}}.eyebrow{font-family:var(--font-heading);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.h2{font-weight:700;font-size:clamp(30px,3vw,40px);letter-spacing:-.02em;line-height:1.1;text-wrap:balance;max-width:18ch}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card-lg)}.panel{background:var(--fill);border-radius:var(--radius-card)}.review-tag{display:inline-block;vertical-align:middle;font-family:var(--font-heading);font-size:11px;font-weight:700;line-height:1.4;color:var(--warning-fg);background:var(--warning-bg);border-radius:var(--radius-pill);padding:2px 8px;white-space:nowrap}.avatar{width:44px;height:44px;border-radius:var(--radius-pill);background:var(--fill);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-muted)}.avatar svg{width:22px;height:22px}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.btn{font-family:var(--font-heading);display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 16px;border-radius:var(--radius-btn);font-size:14px;font-weight:500;line-height:1;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background-color .12s ease}.btn svg{width:16px;height:16px;flex-shrink:0}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn--primary{border:none;background:var(--primary);color:var(--primary-fg);box-shadow:var(--shadow-xs)}.btn--primary:hover{background:var(--primary-hover);color:var(--primary-fg)}.btn--secondary{border:1px solid var(--border-input);background:var(--surface);color:var(--text-heading)}.btn--secondary:hover{background:var(--fill);color:var(--text-heading)}.btn--sm{height:32px;padding:0 12px;font-size:13px}.btn--lg{height:40px;padding:0 24px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field__label{font-family:var(--font-heading);font-size:14px;font-weight:500;color:var(--text-heading)}.field__input{font-family:var(--font-body);width:100%;height:36px;padding:0 12px;border-radius:var(--radius-input);border:1px solid var(--border-input);font-size:14px;color:var(--text-heading);background:var(--surface);outline:none;box-shadow:var(--shadow-xs);transition:border-color .12s ease,box-shadow .12s ease}.field__input::placeholder{color:var(--text-faint)}.field__input:focus{border-color:var(--text-muted);box-shadow:var(--ring)}.field__hint{font-size:13px;color:var(--text-muted)}.wizard{width:100%;padding:24px;font-family:var(--font-body)}.wizard__panel{display:flex;flex-direction:column}.wizard__form{display:flex;flex-direction:column;gap:16px}.wizard__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.wizard__title{font-family:var(--font-heading);font-weight:600;font-size:18px;letter-spacing:-.02em;color:var(--text-heading)}.wizard__count{font-size:13px;color:var(--text-muted);white-space:nowrap}.wizard__progress{display:flex;gap:6px}.wizard__progress span{height:4px;flex:1;border-radius:var(--radius-pill);background:var(--fill);transition:background-color .16s ease}.wizard__progress span.is-done{background:var(--primary)}.wizard__choices{display:flex;flex-direction:column;gap:16px}.wizard__replacement{width:100%}.wizard__replacement-title,.wizard__replacement-note{display:block}.wizard__replacement-note{margin-top:4px;font-size:13px;font-weight:400;color:var(--text-muted)}.wizard__symptoms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tile{display:flex;align-items:center;gap:10px;padding:12px;text-align:left;border-radius:10px;cursor:pointer;font-family:var(--font-heading);font-size:14px;font-weight:500;color:var(--text-heading);background:var(--surface);border:1px solid var(--divider);transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.tile svg{width:20px;height:20px;flex-shrink:0}.tile:hover{background:var(--surface-tint)}.tile.is-selected{background:var(--surface-tint);border-color:var(--text-heading);box-shadow:0 0 0 1px var(--text-heading)}.tile:focus-visible{outline:none;box-shadow:var(--ring)}.tile.is-selected:focus-visible{box-shadow:0 0 0 1px var(--text-heading),var(--ring)}.wizard__fields{display:flex;flex-direction:column;gap:12px}.wizard__row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:10px}.wizard__note{font-size:13px;color:var(--text-muted)}.wizard__error{font-size:13px;color:var(--danger-fg)}.wizard__nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.wizard__fine{font-size:13px;color:var(--text-muted);text-align:center}.wizard__done{display:flex;flex-direction:column;gap:20px;padding:8px 0}.wizard__done-head{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.wizard__check{width:48px;height:48px;border-radius:12px;background:var(--success-bg);color:var(--success-fg);display:flex;align-items:center;justify-content:center}.wizard__check svg{width:28px;height:28px}.wizard__done-title{font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-.02em;color:var(--text-heading)}.wizard__done-sub{font-size:15px;line-height:23px;color:var(--text-body)}.wizard__steps{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.wizard__step{display:flex;gap:12px}.wizard__num{width:28px;height:28px;border-radius:var(--radius-pill);background:var(--fill);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:var(--font-heading);font-size:13px;font-weight:600;color:var(--text-heading)}.wizard__step-text{display:flex;flex-direction:column;gap:2px}.wizard__step-title{font-family:var(--font-heading);font-weight:600;font-size:15px;color:var(--text-heading)}.wizard__step-body{font-size:14px;line-height:21px;color:var(--text-body)}.wizard__reset{align-self:flex-start;padding:0;border:0;background:none;cursor:pointer;font-family:var(--font-heading);font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.wizard__reset:hover{color:var(--text-heading)}.navbar{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px;background:var(--surface)}.navbar__logo{display:flex;flex-shrink:0}.navbar__logo img{width:89px;height:30px}.navbar__actions{display:flex;align-items:center;gap:20px;min-width:0}.navbar__link{font-family:var(--font-heading);font-size:14px;font-weight:500;color:var(--text-strong);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__link:hover{color:var(--text-heading)}
