:root{color-scheme:light dark;--bg: #f5f3ee;--surface: #ffffff;--surface-2: #eef1ec;--ink: #17211c;--muted: #56625b;--line: #dcdfd8;--line-strong: #c3c9c1;--accent: #0d6b4b;--accent-strong: #09543a;--accent-ink: #ffffff;--accent-soft: #e2f0e8;--user-bg: #0d6b4b;--user-ink: #ffffff;--head-bg: #0d6b4b;--head-ink: #ffffff;--amber: #f2b705;--amber-soft: #fdf3d3;--error: #b3261e;--error-soft: #fbeae8;--shadow: 0 1px 2px rgb(23 33 28 / .06), 0 1px 1px rgb(23 33 28 / .04);--shadow-lg: 0 10px 30px -12px rgb(23 33 28 / .25);--text-xs: .8125rem;--text-sm: .9375rem;--text-md: 1.0625rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--radius: 14px;--gutter: 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--ink);background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(prefers-color-scheme:dark){:root{--bg: #0f1412;--surface: #18201c;--surface-2: #1f2924;--ink: #e9eee9;--muted: #a4b1a9;--line: #2b3731;--line-strong: #3d4b44;--accent: #4fc48d;--accent-strong: #74d6a6;--accent-ink: #062016;--accent-soft: #163427;--user-bg: #1b5c41;--user-ink: #ffffff;--head-bg: #1b5c41;--head-ink: #ffffff;--amber: #f5c542;--amber-soft: #2e2710;--error: #ff8f86;--error-soft: #3a1a18;--shadow: 0 1px 2px rgb(0 0 0 / .4);--shadow-lg: 0 12px 32px -12px rgb(0 0 0 / .7)}}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}body{margin:0}body{min-height:100dvh;background:var(--bg);color:var(--ink)}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}button:disabled{cursor:not-allowed}a{color:var(--accent);text-underline-offset:2px}:focus-visible{outline:3px solid var(--amber);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app{max-width:640px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.app__header{position:sticky;top:0;z-index:2;padding:10px var(--gutter) 12px;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.app__brand{display:flex;align-items:center;gap:10px;min-width:0}.app__logo{width:28px;height:28px;flex:none;border-radius:7px}.app__home{display:grid;place-items:center;flex:none;width:44px;height:44px;margin:-8px -4px -8px -8px;border-radius:12px}.app__home .app__logo{display:block}.app__title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.005em;min-width:0}.app__step{margin-left:auto;flex:none;font-size:var(--text-xs);font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.app__progress{display:block;width:100%;margin-top:10px;height:6px;border:0;border-radius:999px;background:var(--line);overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.app__progress::-webkit-progress-bar{background:var(--line);border-radius:999px}.app__progress::-webkit-progress-value{background:var(--accent);border-radius:999px;transition:width .35s ease}.app__progress::-moz-progress-bar{background:var(--accent);border-radius:999px}.chat{flex:1;min-width:0;padding:20px var(--gutter) 32px;display:flex;flex-direction:column;gap:8px;font-size:var(--text-md)}.chat-bubble{display:flex;max-width:100%;animation:rise .22s ease-out both}.chat-bubble--bot{justify-content:flex-start}.chat-bubble--user{justify-content:flex-end}.chat-bubble__text{max-width:88%;padding:11px 15px;border-radius:20px;overflow-wrap:anywhere;white-space:pre-wrap}.chat-bubble--bot .chat-bubble__text{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-bottom-left-radius:6px}.chat-bubble--bot+.chat-bubble--bot .chat-bubble__text{border-top-left-radius:6px}.chat-bubble--user .chat-bubble__text{background:var(--user-bg);color:var(--user-ink);font-weight:500;border-bottom-right-radius:6px}.chat-bubble--user+.chat-bubble--bot,.chat-bubble--bot+.chat-bubble--user{margin-top:8px}.typing-indicator{display:inline-flex;gap:4px;margin-left:6px;vertical-align:middle}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:blink 1s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.chat__input{display:flex;flex-direction:column;gap:10px;margin-top:10px;animation:rise .22s ease-out both}.chat__help{margin:0 2px;font-size:var(--text-sm);color:var(--muted)}.input-single,.input-multi__options{display:flex;flex-direction:column;gap:10px}.input-multi{display:flex;flex-direction:column;gap:12px}.input-single__btn{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:54px;padding:12px 16px;border:1.5px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);box-shadow:var(--shadow);font-size:var(--text-md);font-weight:600;line-height:1.3;text-align:left;transition:border-color .12s ease,background-color .12s ease}.input-single__btn:after{content:"";flex:none;width:9px;height:9px;margin-right:4px;border-top:2.5px solid var(--accent);border-right:2.5px solid var(--accent);transform:rotate(45deg)}.input-single__btn:active{background:var(--accent-soft);border-color:var(--accent)}.input-multi__toggle{display:flex;align-items:center;gap:12px;min-height:54px;padding:12px 16px;cursor:pointer;border:1.5px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);font-weight:600;line-height:1.3;transition:border-color .12s ease,background-color .12s ease}.input-multi__toggle:has(input:checked){border-color:var(--accent);background:var(--accent-soft)}.input-multi__toggle input,.lead-capture__consent-check{width:24px;height:24px;margin:0;flex:none;accent-color:var(--accent);cursor:pointer}.input-multi__hint{margin:0 2px;font-size:var(--text-sm);color:var(--muted)}@media(hover:hover){.input-single__btn:hover,.input-multi__toggle:hover{border-color:var(--accent)}.input-confirm-btn:not(:disabled):hover,.lead-capture__submit:not(:disabled):hover{background:var(--accent-strong)}}.input-scale__row{display:flex;gap:8px;flex-wrap:wrap}.input-scale__item{flex:1 1 44px}.input-scale__btn{display:grid;place-items:center;min-height:54px;cursor:pointer;border:1.5px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);font-weight:700}.input-scale__item input:checked+.input-scale__btn{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.input-scale__item input:focus-visible+.input-scale__btn{outline:3px solid var(--amber);outline-offset:2px}.input-scale__labels{display:flex;justify-content:space-between;margin:0;font-size:var(--text-xs);color:var(--muted)}.input-confirm-btn,.lead-capture__submit{min-height:54px;padding:12px 22px;border:0;border-radius:var(--radius);background:var(--accent);color:var(--accent-ink);font-size:var(--text-md);font-weight:700;text-align:center;transition:background-color .12s ease}.input-confirm-btn:disabled,.lead-capture__submit:disabled{background:var(--surface-2);color:var(--muted);box-shadow:inset 0 0 0 1.5px var(--line)}.input-number,.input-zip,.input-text{display:flex;gap:10px;align-items:stretch}.input-number__field,.input-zip__field,.input-text__field,.lead-field__input{flex:1;min-width:0;min-height:54px;padding:12px 14px;border:1.5px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:var(--text-md)}.input-text__field{resize:none;field-sizing:content;max-height:8lh;line-height:1.4}.input-zip__field{letter-spacing:.08em;font-variant-numeric:tabular-nums}.input-number__field:focus,.input-zip__field:focus,.input-text__field:focus,.lead-field__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 25%,transparent)}::placeholder{color:var(--muted);opacity:.8}.input-number .input-confirm-btn,.input-zip .input-confirm-btn,.input-text .input-confirm-btn{flex:none}.result-reveal{display:flex;flex-direction:column;gap:8px}.result-card{margin:12px 0 4px;overflow:hidden;overflow-wrap:anywhere;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);animation:rise .3s ease-out both}.result-card__head{position:relative;padding:20px 20px 22px;background:var(--head-bg);color:var(--head-ink)}.result-card__head:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:4px;background:repeating-linear-gradient(90deg,var(--amber) 0 22px,transparent 22px 36px)}.result-card__eyebrow{margin:0 0 6px;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.result-card__title{margin:0;font-size:var(--text-xl);line-height:1.2;letter-spacing:-.01em;text-wrap:balance}.result-card__body{padding:18px 20px 4px}.result-card__body p{margin:0 0 12px}.result-card__body ul{list-style:none;margin:4px 0 16px;padding:0;display:flex;flex-direction:column;gap:10px}.result-card__body li{position:relative;padding-left:32px}.result-card__body li:before{content:"";position:absolute;left:0;top:.1em;width:22px;height:22px;border-radius:50%;background:var(--accent-soft)}.result-card__body li:after{content:"";position:absolute;left:8px;top:calc(.1em + 5px);width:5px;height:10px;border:solid var(--accent);border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.result-card__foot{display:flex;align-items:center;gap:8px;padding:12px 20px;border-top:1px dashed var(--line-strong);font-size:var(--text-xs);color:var(--muted)}.result-card__foot svg{width:18px;height:18px;flex:none;border-radius:5px}.result-card__score{margin:0 0 4px;display:flex;align-items:baseline;gap:2px;font-variant-numeric:tabular-nums}.result-card__score-num{font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.02em}.result-card__score-of{font-size:var(--text-sm);font-weight:600;opacity:.85}.review{margin-top:12px;display:flex;flex-direction:column;gap:12px;animation:rise .3s ease-out both}.review__head{display:flex;flex-direction:column;gap:2px;padding:0 2px}.review__title{margin:0;font-size:var(--text-lg);line-height:1.25}.review__summary{margin:0;font-size:var(--text-sm);color:var(--muted)}.review__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.review-item{--mark: var(--accent);--mark-soft: var(--accent-soft);display:flex;flex-direction:column;gap:10px;padding:14px 16px 16px;overflow-wrap:anywhere;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--mark);border-radius:var(--radius);box-shadow:var(--shadow);font-size:1rem}.review-item--wrong{--mark: var(--error);--mark-soft: var(--error-soft)}.review-item__top{display:flex;gap:10px;align-items:flex-start}.review-item__num{flex:none;display:grid;place-items:center;width:26px;height:26px;margin-top:1px;border-radius:50%;background:var(--surface-2);color:var(--muted);font-size:var(--text-xs);font-weight:700;font-variant-numeric:tabular-nums}.review-item__prompt{margin:0;font-weight:600;line-height:1.4}.review-item__mark{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin:0;padding:3px 10px 3px 4px;border-radius:999px;background:var(--mark-soft);color:var(--mark);font-size:var(--text-xs);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.review-item__icon{position:relative;width:18px;height:18px;border-radius:50%;background:var(--mark)}.review-item__icon:after{content:"";position:absolute;left:6px;top:3px;width:4px;height:8px;border:solid var(--surface);border-width:0 2px 2px 0;transform:rotate(45deg)}.review-item--wrong .review-item__icon:before,.review-item--wrong .review-item__icon:after{content:"";position:absolute;left:8px;top:4px;width:2px;height:10px;border:0;background:var(--surface);transform:rotate(45deg)}.review-item--wrong .review-item__icon:after{transform:rotate(-45deg)}.review-item__answers{margin:0;display:flex;flex-direction:column;gap:8px}.review-item__row{display:flex;flex-direction:column;gap:1px}.review-item__row dt{font-size:var(--text-xs);font-weight:600;color:var(--muted)}.review-item__row dd{margin:0;font-weight:600}.review-item--wrong .review-item__chosen{color:var(--error)}.review-item__correct{color:var(--accent)}.review-item__why{margin:0;padding:10px 12px;border-radius:10px;background:var(--surface-2);color:var(--ink);font-size:var(--text-sm);line-height:1.5}.home{flex:1;padding:36px var(--gutter) 40px;display:flex;flex-direction:column;gap:28px}.home__intro{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.home__logo{width:48px;height:48px;border-radius:12px;box-shadow:var(--shadow)}.home__title{margin:6px 0 0;font-size:2rem;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.home__lede{margin:0;font-size:var(--text-md);color:var(--muted)}.home__choices{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.choice{position:relative;display:flex;flex-direction:column;gap:6px;padding:20px 20px 18px;overflow:hidden;overflow-wrap:anywhere;background:var(--surface);color:var(--ink);text-decoration:none;border:1.5px solid var(--line-strong);border-radius:20px;box-shadow:var(--shadow);transition:border-color .12s ease,box-shadow .12s ease;animation:rise .3s ease-out both}.home__choices li+li .choice{animation-delay:.06s}.choice:before{content:"";position:absolute;left:20px;right:20px;top:0;height:4px;background:repeating-linear-gradient(90deg,var(--amber) 0 22px,transparent 22px 36px)}.choice__meta{font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.choice__title{font-size:var(--text-xl);font-weight:800;line-height:1.2;letter-spacing:-.01em}.choice__pitch{color:var(--muted);line-height:1.45}.choice__go{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;margin-top:10px;min-height:44px;padding:10px 18px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:700}.choice__go:after{content:"";width:8px;height:8px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;transform:rotate(45deg)}.choice:active{border-color:var(--accent);background:var(--accent-soft)}@media(hover:hover){.choice:hover{border-color:var(--accent);box-shadow:var(--shadow-lg)}.choice:hover .choice__go{background:var(--accent-strong)}}.lead-capture{margin-top:12px;padding:20px;display:flex;flex-direction:column;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);font-size:1rem;animation:rise .3s ease-out both}.lead-capture__head{display:flex;flex-direction:column;gap:4px}.lead-capture__title{margin:0;font-size:var(--text-lg);line-height:1.25}.lead-capture__intro{margin:0;font-size:var(--text-sm);color:var(--muted)}.lead-field{display:flex;flex-direction:column;gap:6px}.lead-field__label{font-size:var(--text-sm);font-weight:600}.lead-field__required{color:var(--muted);font-weight:400}.lead-field__input--error{border-color:var(--error);background:var(--error-soft)}.lead-field__error,.lead-capture__consent-error,.lead-capture__submit-error{margin:0;color:var(--error);font-size:var(--text-sm);font-weight:500}.lead-capture__submit-error{padding:10px 12px;border-radius:10px;background:var(--error-soft)}.lead-capture__consent{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:var(--radius);background:var(--surface-2);border:1px solid var(--line)}.lead-capture__consent-label{display:flex;gap:12px;align-items:flex-start;cursor:pointer;font-size:var(--text-sm);line-height:1.45}.lead-capture__consent-check{margin-top:1px}.lead-capture__consent-text{overflow-wrap:anywhere}.lead-capture__legal{display:flex;flex-wrap:wrap;gap:0 18px;margin:-4px 0 0 36px;font-size:var(--text-sm)}.lead-capture__legal a{display:inline-flex;align-items:center;min-height:36px;font-weight:600}.lead-capture__buyer{margin:0;font-size:var(--text-sm);color:var(--muted);overflow-wrap:anywhere}.lead-capture__actions{display:flex;flex-direction:column;gap:4px}.lead-capture__submit{width:100%}.lead-capture__skip{min-height:48px;border:0;background:none;color:var(--muted);font-size:var(--text-sm);font-weight:600;text-decoration:underline;text-underline-offset:3px}.site-footer{padding:20px var(--gutter) calc(24px + env(safe-area-inset-bottom));border-top:1px solid var(--line);text-align:center;font-size:var(--text-xs);color:var(--muted)}.site-footer__links{margin:0 0 4px}.site-footer__links a{display:inline-block;padding:8px 6px;color:var(--muted);font-weight:600}.site-footer__note{margin:0}.catalog{display:flex;flex-direction:column;gap:18px;min-width:0}.catalog h1,.catalog h2,.catalog h3,.catalog p{margin:0}.catalog h1{font-size:2rem;line-height:1.15}.catalog h2{font-size:var(--text-xl);line-height:1.2}.catalog h3{font-size:var(--text-lg)}.catalog--page{flex:1;padding:28px var(--gutter) 40px;align-items:flex-start}.catalog--page>p{color:var(--muted)}.catalog__vertical{width:100%;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.catalog__heading{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:4px 12px}.catalog__heading span,.catalog__empty{color:var(--muted);font-size:var(--text-sm)}.catalog__empty{padding-top:8px}.catalog__list{list-style:none;margin:10px -8px -8px;padding:0}.catalog__list li+li{border-top:1px solid var(--line)}.catalog__list a{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2px 12px;min-height:48px;padding:10px 8px;border-radius:8px;color:var(--ink);text-decoration:none;font-weight:650;overflow-wrap:anywhere}.catalog__list a span:last-child{color:var(--muted);font-size:var(--text-sm);font-weight:500}.catalog__list a:hover,.catalog__list a:focus-visible{background:var(--accent-soft)}.catalog__back{display:inline-flex;align-items:center;min-height:44px;font-weight:700}@media(min-width:560px){:root{--gutter: 24px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.home__extras{margin-top:32px}.home__section-title{font-size:var(--text-xl);line-height:1.2;margin:0 0 14px}.result-card__cta{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:18px;padding:12px 18px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-weight:700;text-decoration:none;text-align:center}.result-card__cta:hover{background:var(--accent-strong)}.result-card__cta:focus-visible{outline:3px solid var(--accent-soft);outline-offset:2px}.home__more{display:flex;align-items:center;justify-content:center;min-height:48px;margin-top:14px;border:1.5px solid var(--accent);border-radius:999px;font-weight:700;text-decoration:none}.app__action{margin-left:auto;flex:none;display:inline-flex;align-items:center;min-height:44px;padding:0 4px;font-size:var(--text-sm);font-weight:700;text-decoration:none}.app__action:hover{text-decoration:underline}.where{flex:1;min-width:0;padding:28px var(--gutter) 40px;display:flex;flex-direction:column;gap:28px}.where>section{min-width:0}.where__intro{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.where__eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.where__title{margin:0;font-size:1.875rem;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.where__lede{margin:0;font-size:var(--text-md);color:var(--muted);text-wrap:pretty}.where__h2{margin:0 0 6px;font-size:var(--text-xl);line-height:1.2;letter-spacing:-.01em}.where__sub{margin:0 0 14px;font-size:var(--text-sm);color:var(--muted)}.where__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:-8px}.where__primary,.where__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border-radius:999px;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .12s ease,border-color .12s ease}.where__primary{border:0;background:var(--accent);color:var(--accent-ink)}.where__secondary{border:1.5px solid var(--line-strong);background:var(--surface);color:var(--ink)}.where__note{flex-basis:100%;margin:0;min-height:1.5em;font-size:var(--text-sm);font-weight:600;color:var(--accent)}.where__note:empty{display:none}@media(hover:hover){.where__primary:hover{background:var(--accent-strong)}.where__secondary:hover{border-color:var(--accent)}}.where-q{display:flex;flex-direction:column;gap:14px;animation:rise .22s ease-out both}.where-q__prompt{margin:0;font-size:var(--text-xl);line-height:1.25;letter-spacing:-.01em;text-wrap:balance}.where-q__prompt:focus{outline:none}.where-q__help{margin:-6px 0 2px;font-size:var(--text-sm);color:var(--muted)}.input-single__btn--chosen{border-color:var(--accent);background:var(--accent-soft)}.where-q__nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:2px}.where-q__link{min-height:44px;padding:0 4px;border:0;background:none;color:var(--muted);font-size:var(--text-sm);font-weight:600;text-decoration:underline;text-underline-offset:3px}.where-q__back{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--ink)}.where-q__back:before{content:"";width:8px;height:8px;border-bottom:2.5px solid var(--accent);border-left:2.5px solid var(--accent);transform:rotate(45deg)}.where-q__skip{margin-left:auto}.bar{display:block;width:100%;height:8px;border-radius:999px;overflow:hidden}.bar__track{fill:var(--surface-2)}.bar__fill{fill:var(--accent)}.where-top{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.where-card{margin:0}.where-top__item+.where-top__item .where-card{animation-delay:.06s}.where-card__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.where-card__who{min-width:0}.where-card__place{margin:0 0 -4px;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.where-card__name{margin:0;font-size:1.625rem;line-height:1.15;letter-spacing:-.01em}.where-card__name a{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:none}.where-card__name a:hover{text-decoration:underline}.where-card__name a:focus-visible{outline-color:var(--amber)}.where-card__score{flex:none;margin:0;display:flex;flex-direction:column;align-items:flex-end;font-variant-numeric:tabular-nums}.where-card__num{font-size:2.25rem;font-weight:800;line-height:1;letter-spacing:-.02em}.where-card__of{margin-top:4px;font-size:var(--text-xs);font-weight:600;opacity:.85}.where-card__body{display:flex;flex-direction:column;gap:16px;padding:18px 20px 20px}.where-card__group-title{margin:0 0 8px;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.where-card__bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.where-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:5px 12px}.where-bar__label{font-size:var(--text-sm);font-weight:600}.where-bar__pts{font-size:var(--text-sm);font-weight:700;font-variant-numeric:tabular-nums}.where-bar__of{font-weight:500;color:var(--muted)}.where-bar__bar{grid-column:1 / -1}.where-card__more{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-bottom:-8px;font-weight:700;text-decoration:none}.where-card__more:after{content:"";width:7px;height:7px;border-top:2.5px solid currentColor;border-right:2.5px solid currentColor;transform:rotate(45deg)}.where-card__more:hover{text-decoration:underline}.where-list{list-style:none;margin:8px 0 0;padding:0 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.where-list li+li{border-top:1px solid var(--line)}.where-list a{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 4px;color:var(--ink);text-decoration:none;font-variant-numeric:tabular-nums}.where-list__rank{flex:none;width:2ch;text-align:right;font-size:var(--text-sm);font-weight:600;color:var(--muted)}.where-list__name{flex:1;min-width:0;font-weight:650}.where-list__score{flex:none;font-weight:700}.where-list a:hover .where-list__name,.where-list a:focus-visible .where-list__name{color:var(--accent);text-decoration:underline}.where-out__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}.where-out__list a{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border-radius:999px;border:1px dashed var(--line-strong);color:var(--muted);font-size:var(--text-sm);font-weight:600;text-decoration:none}.where-out__list a:hover{border-color:var(--accent);color:var(--accent)}.where-how p{margin:0 0 10px;font-size:var(--text-sm);color:var(--muted);line-height:1.55}.where-how p:last-child{margin-bottom:0}.sources__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.source{padding:14px 0 6px;border-top:1px solid var(--line);overflow-wrap:anywhere}.source:last-child{border-bottom:1px solid var(--line)}.source__measure{margin:0 0 2px;font-weight:700}.source__name{font-size:var(--text-sm);font-weight:500;line-height:1.45;text-decoration-thickness:1px}.source__year{margin:4px 0 0;font-size:var(--text-xs);color:var(--muted)}.source__more{font-size:var(--text-sm)}.source__more summary{display:inline-flex;align-items:center;gap:8px;min-height:44px;cursor:pointer;list-style:none;color:var(--muted);font-weight:600}.source__more summary::-webkit-details-marker{display:none}.source__more summary:after{content:"";width:6px;height:6px;margin-top:-3px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .15s ease}.source__more[open] summary:after{margin-top:3px;transform:rotate(-135deg)}.source__more p{margin:0 0 4px;color:var(--muted);line-height:1.5}.state-grid__list{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.state-grid__list a{display:flex;align-items:center;min-height:44px;padding:4px 0;border-bottom:1px solid var(--line);color:var(--ink);font-size:var(--text-sm);font-weight:600;text-decoration:none}.state-grid__list a:hover{color:var(--accent);text-decoration:underline}.state-grid__list a[aria-current=page]{color:var(--accent)}@media(min-width:560px){.state-grid__list{grid-template-columns:repeat(3,minmax(0,1fr))}}.stat-group__title{margin:0 0 10px;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.stat-group__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}@media(min-width:480px){.stat-group__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.stat{display:flex;flex-direction:column;padding:14px 16px 16px;min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat__label{margin:0;font-size:var(--text-sm);font-weight:700}.stat__value{margin:6px 0 0;font-size:1.75rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat__caption{margin:2px 0 0;font-size:var(--text-xs);color:var(--muted)}.stat__standing{margin:12px 0 6px;font-size:var(--text-sm);font-weight:700}.stat__ends{display:flex;justify-content:space-between;gap:8px;margin:4px 0 0;font-size:var(--text-xs);color:var(--muted);font-variant-numeric:tabular-nums}.stat__scale{text-align:center}.stat{scroll-margin-top:72px}.axis{display:block;width:100%;height:20px;overflow:visible}.axis__base{stroke:var(--line-strong);stroke-width:1}.axis__tick{stroke:var(--muted);stroke-width:1;stroke-opacity:.45}.axis__mark{stroke:var(--accent);stroke-width:3;stroke-linecap:round}.state-ends__list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.state-ends__link{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:2px 12px;min-height:44px;padding:10px 14px;text-decoration:none;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.state-ends__link:hover{border-color:var(--accent)}.state-ends__text{font-size:var(--text-sm);font-weight:700}.state-ends__rank{font-size:var(--text-xs);color:var(--muted)}.where-cta{animation:none}.where__intro .where__primary,.where__jump{margin-top:8px}.where__jump{text-align:center}
