*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{font-family:var(--font-outfit),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;color:var(--ink);background:var(--paper);line-height:1.5}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1180px;margin:0 auto;padding-left:40px;padding-right:40px}.site-main{min-height:60vh}.section{padding:72px 0}.section--tight{padding:48px 0}.lbl,.section-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-55);margin:0 0 var(--space-md)}.eyebrow,.lbl.teal{color:var(--teal)}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:var(--space-md)}h1,h2,h3{font-weight:600;letter-spacing:-.025em;line-height:1.1;color:var(--ink)}.display{font-size:clamp(34px,6vw,56px);font-weight:700}.h2{font-size:clamp(26px,4vw,34px)}.lead{font-size:clamp(17px,2.4vw,20px);max-width:46ch}.lead,.muted{color:var(--ink-70)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);font:inherit;font-weight:600;cursor:pointer;border:none;transition:opacity .15s ease,background .15s ease}.btn--pill{background:var(--ink);color:var(--paper);padding:12px 22px;border-radius:var(--radius-pill)}.btn--pill:hover{opacity:.9}.btn--ghost{background:var(--white);color:var(--ink);padding:12px 22px;border-radius:var(--radius-pill);border:1.5px solid var(--line)}.btn--ghost:hover{background:var(--soft)}.pill{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 22px;border-radius:var(--radius-pill);background:var(--ink);color:var(--paper);font-family:inherit;font-weight:600;font-size:15px;white-space:nowrap;border:none;cursor:pointer;transition:opacity .15s ease,background .15s ease}.pill:hover{opacity:.9}.pill--ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}.pill--ghost:hover{opacity:1;background:var(--soft)}.pill--sm{height:36px;padding:0 16px;font-size:13.5px}.pill--on-ink{background:var(--paper);color:var(--ink)}.pill--ghost-on-ink{background:transparent;color:var(--paper);border:1.5px solid var(--paper-30)}.pill--ghost-on-ink:hover{background:var(--paper-30)}.tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-pill);background:var(--mint);color:var(--ink);font-size:11.5px;font-weight:600;letter-spacing:.02em}.tag--amber{background:var(--amber-soft);color:var(--amber)}.ic{display:block;flex:none}.slot{position:relative;border-radius:var(--radius-md);overflow:hidden;background:repeating-linear-gradient(45deg,color-mix(in srgb,var(--soft) 92%,var(--ink)) 0 11px,var(--soft) 11px 22px);display:grid;place-items:center;color:var(--ink-35)}.slot>span{font-family:var(--mono);font-size:11px;letter-spacing:.02em;padding:4px 8px}.slot--dark{background:repeating-linear-gradient(45deg,var(--ink) 0 11px,color-mix(in srgb,var(--ink) 85%,var(--teal)) 11px 22px);color:var(--paper-30)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.2,.7,.3,1),transform .5s cubic-bezier(.2,.7,.3,1)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.btn-row{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-top:var(--space-xl)}.site-nav{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--paper) 85%,transparent);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line-soft)}.site-nav__inner{display:flex;align-items:center;gap:30px;height:68px}.site-nav__brand{display:flex;align-items:center;gap:11px;margin-right:auto}.site-nav__wordmark{font-size:22px;font-weight:600;letter-spacing:-.025em}.site-nav__links{display:flex;align-items:center;gap:26px}.site-nav__link{display:inline-flex;align-items:center;gap:5px;font:inherit;font-size:15.5px;font-weight:500;color:var(--ink-70);background:none;border:none;padding:0;cursor:pointer}.site-nav__link.is-active,.site-nav__link:hover{color:var(--ink)}.site-nav__cta{height:40px;padding:0 18px;font-size:14.5px}.nav-dropdown{position:relative}.nav-dropdown__caret{transition:transform .15s ease}.nav-dropdown__panel{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(6px);min-width:200px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--line-soft);padding:8px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s}.nav-dropdown:focus-within .nav-dropdown__panel,.nav-dropdown:hover .nav-dropdown__panel{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dropdown:focus-within .nav-dropdown__caret,.nav-dropdown:hover .nav-dropdown__caret{transform:rotate(90deg)}.nav-dropdown__item{padding:10px 12px;border-radius:var(--radius-sm);font-size:14.5px;font-weight:500;color:var(--ink-70)}.nav-dropdown__item:hover{background:var(--soft);color:var(--ink)}.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;color:var(--ink);background:none;border:none;cursor:pointer}.nav-sheet{position:fixed;inset:0;z-index:40;background:var(--paper);display:flex;flex-direction:column}.nav-sheet__head{display:flex;align-items:center;justify-content:space-between;height:68px;flex:none}.nav-sheet__links{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding-top:var(--space-lg)}.nav-sheet__group-label,.nav-sheet__link{font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--ink);padding:12px 0}.nav-sheet__group{display:flex;flex-direction:column}.nav-sheet__group-label{padding-bottom:4px}.nav-sheet__sublink{font-size:18px;font-weight:500;color:var(--ink-70);padding:8px 0 8px 16px}.nav-sheet__cta{flex:none;padding-top:var(--space-lg);padding-bottom:calc(var(--space-xl) + env(safe-area-inset-bottom, 0px))}.nav-sheet__cta-pill{width:100%;justify-content:center}.hero{padding:84px 0 56px}.hero__badge{display:inline-flex;align-items:center;gap:8px;background:var(--mint);color:var(--ink);font-size:13px;font-weight:500;padding:6px 14px;border-radius:var(--radius-pill);margin-bottom:var(--space-lg)}.card{background:var(--white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease}.card--hover:hover,a.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (prefers-reduced-motion:reduce){.card,.card--hover,a.card{transition:none}.card--hover:hover,a.card:hover{transform:none}}.grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;background:var(--mint);color:var(--ink);font-size:23px;margin-bottom:var(--space-md)}.icon-tile--sm{width:38px;height:38px;border-radius:12px;font-size:18px;margin-bottom:0}.card h3{font-size:19px;margin-bottom:var(--space-sm)}.card p{color:var(--ink-70);font-size:15px;line-height:1.55}.premium{background:var(--ink);color:var(--white);border-radius:var(--radius-lg);padding:var(--space-xxl)}.premium .eyebrow{color:var(--teal)}.premium h2{color:var(--white)}.premium p{color:rgba(255,255,255,.75);max-width:52ch;margin-top:var(--space-md)}.premium__lock{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);color:var(--white);font-size:13px;font-weight:500;padding:6px 14px;border-radius:var(--radius-pill);margin-bottom:var(--space-lg)}.premium .btn--pill{background:var(--white);color:var(--ink);margin-top:var(--space-xl)}.site-footer{margin-top:80px}.site-footer__cta{background:var(--ink);color:var(--paper)}.site-footer__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;padding-top:48px;padding-bottom:48px}.site-footer__cta-title{font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--paper);margin:0 0 6px}.site-footer__cta-sub{margin:0;font-size:16px;color:var(--paper-70)}.site-footer__cta-pills{display:flex;gap:12px;flex-wrap:wrap}.site-footer__cols{background:var(--white);display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;grid-gap:30px;gap:30px;padding-top:48px;padding-bottom:48px}.site-footer__brand{max-width:30ch}.site-footer__blurb{color:var(--ink-70);font-size:14px;line-height:1.55;margin:16px 0 18px}.site-footer__social{display:flex;gap:10px}.site-footer__col{display:flex;flex-direction:column;gap:11px}.site-footer__link{color:var(--ink-70);font-size:14px}.site-footer__link:hover{color:var(--ink)}.site-footer__link.is-muted{color:var(--ink-35);cursor:default}.site-footer__legal{background:var(--white);padding-top:0;padding-bottom:var(--space-xl)}.site-footer__disclaimer{color:var(--ink-55);font-size:12.5px;line-height:1.5;max-width:90ch}.site-footer__bar{background:var(--white);border-top:1px solid var(--line-soft)}.site-footer__bar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:20px;padding-bottom:20px}.site-footer__compliance,.site-footer__copy{font-family:var(--mono);font-size:12px;color:var(--ink-55)}.site-footer__compliance{max-width:60ch;text-align:right}.prose{max-width:70ch;margin:0 auto}.prose h1{font-size:clamp(30px,5vw,40px);font-weight:700;margin-bottom:var(--space-md)}.prose .updated{color:var(--mist);font-size:14px;margin-bottom:var(--space-xl)}.prose h2{font-size:22px;margin-top:var(--space-xxl)}.prose h2,.prose li,.prose p{margin-bottom:var(--space-md)}.prose li,.prose p{color:var(--slate);font-size:16px}.prose ul{padding-left:var(--space-xl)}.prose a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.link-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 2px rgba(12,39,51,.04),0 8px 24px rgba(12,39,51,.06);transition:transform .15s ease,box-shadow .15s ease}.link-card:hover{transform:translateY(-2px);box-shadow:0 2px 4px rgba(12,39,51,.06),0 14px 32px rgba(12,39,51,.1)}.link-card__img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--soft)}.link-card__img--placeholder{display:block}.link-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:6px}.link-card__eyebrow{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--teal)}.link-card__body h3{font-size:18px}.link-card__body p{font-size:14px;color:var(--slate);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.link-card--lane{justify-content:center}.breadcrumb{font-size:14px;color:var(--mist);margin-bottom:var(--space-lg)}.breadcrumb a{color:var(--slate)}.breadcrumb a:hover{color:var(--ink)}.prose .breadcrumb{margin-bottom:var(--space-md)}.hero-img{width:100%;max-height:420px;object-fit:cover;border-radius:var(--radius-lg);margin:var(--space-lg) 0 var(--space-xl);background:var(--soft)}.lead-prose{font-size:19px;color:var(--ink);margin-bottom:var(--space-lg)}.inline-link{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.fact-row{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-md);padding:0;margin:var(--space-lg) 0 var(--space-xl)}.fact-row li{display:flex;flex-direction:column;gap:2px;background:var(--white);border:1px solid var(--ink-faint);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);margin:0}.fact-row__label{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--mist)}.fact-row__value{font-size:16px;font-weight:500;color:var(--ink)}.product-head{display:flex;gap:var(--space-xl);align-items:flex-start;margin-bottom:var(--space-md)}.product-head__img{width:220px;height:220px;flex-shrink:0;object-fit:cover;border-radius:var(--radius-lg);background:var(--soft)}.product-head__img--placeholder{display:block}.related{margin-top:var(--space-xxl)}.related h2{margin-bottom:var(--space-lg)}.cta-band{background:var(--mint);border-radius:var(--radius-lg);padding:var(--space-xl);margin:var(--space-xxl) 0}.cta-band h2{font-size:24px}.cta-band .btn-row{margin-top:var(--space-lg)}.prose .section-label{display:block;font-size:12px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--mist);margin-bottom:var(--space-sm,8px)}.takeaways{background:var(--mint);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);margin:var(--space-xl) 0}.takeaways .section-label{color:var(--teal)}.takeaways ul{list-style:none;padding:0;margin:0}.prose .takeaways li{position:relative;padding-left:22px;color:var(--ink);margin-bottom:var(--space-sm,8px)}.prose .takeaways li:last-child{margin-bottom:0}.takeaways li:before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--teal)}.prose .article-hook{font-size:18px;color:var(--ink);margin:var(--space-lg) 0}.bottom-line{border:1px solid var(--ink-faint);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);margin:var(--space-xl) 0}.prose .bottom-line p{margin-bottom:0;color:var(--ink)}.safety-box{background:var(--amber-soft);border-radius:var(--radius-lg);padding:var(--space-lg) var(--space-xl);margin:var(--space-xl) 0}.safety-box .section-label{color:var(--amber)}.safety-box .safety-flags{list-style:none;padding:0;margin:0 0 var(--space-sm,8px);display:flex;flex-wrap:wrap;gap:8px}.prose .safety-box .safety-flags li{margin:0;font-size:13px;font-weight:500;text-transform:capitalize;color:var(--amber);background:var(--white);border-radius:var(--radius-pill);padding:4px 12px}.prose .safety-box p{margin-bottom:0;color:var(--ink)}.sources{margin-top:var(--space-xxl)}.sources__head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.sources__head h2{margin:0}.sources__list{list-style:none;padding:0;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:var(--space-md)}.source-card{background:var(--white);border:1px solid var(--ink-faint);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg)}.prose .source-card p{margin-bottom:4px}.source-card__title{font-weight:600;color:var(--ink)}.prose .source-card__cite{font-size:13px;color:var(--mist)}.prose .source-card__point{font-size:14px;color:var(--slate);margin-bottom:0}.faq{margin-top:var(--space-xxl)}.faq__item{border-top:1px solid var(--ink-faint);padding:var(--space-lg) 0}.faq dt{font-weight:600;color:var(--ink);margin-bottom:var(--space-sm,8px)}.faq dd{margin:0;color:var(--slate)}.offers{margin:var(--space-xxl) 0}.offers__list{list-style:none;padding:0;margin:var(--space-lg) 0 0;display:flex;flex-direction:column;gap:var(--space-md)}.offer-card{justify-content:space-between;gap:var(--space-lg);background:var(--white);border:1px solid var(--ink-faint);border-radius:var(--radius-md);padding:var(--space-lg);margin:0}.offer-card,.offer-card__head{display:flex;align-items:center}.offer-card__head{flex-wrap:wrap;gap:var(--space-sm)}.offer-card__merchant{font-size:16px;font-weight:600;color:var(--ink)}.offer-card__meta{display:flex;gap:var(--space-md);font-size:14px;margin-top:4px}.offer-card__price{font-weight:600;color:var(--ink)}.offer-card__stock--out{color:var(--amber)}.offers__disclosure{margin-top:var(--space-md)}.offers__disclosure p{font-size:13px;color:var(--mist);margin-bottom:var(--space-sm)}.offers-region{margin:var(--space-xxl) 0}.offers-region__bar{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap}.offers-region__note{font-size:13px;margin:4px 0 0}.offers-region__status{margin-top:var(--space-lg);font-size:14px}.offers-region .offers{margin:var(--space-md) 0 0}.region-picker{display:inline-flex;flex-direction:column;gap:4px}.region-picker__label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mist)}.region-picker__control{display:inline-flex;align-items:center;gap:var(--space-sm);background:var(--white);border:1px solid var(--ink-faint);border-radius:var(--radius-pill);padding:6px 14px}.region-picker select{border:0;background:transparent;font:inherit;font-size:14px;font-weight:500;color:var(--ink);cursor:pointer;outline:none}.chip{display:inline-flex;align-items:center;font-size:12px;font-weight:500;color:var(--slate);background:var(--soft);border-radius:var(--radius-pill);padding:3px 10px}.chip--disclosure{background:var(--sand);color:var(--ink)}.disclaimer-note{font-size:13px;color:var(--mist);border-top:1px solid var(--ink-faint);padding-top:var(--space-lg);margin-top:var(--space-xl)}.disclaimer-note a{color:var(--slate);text-decoration:underline;text-underline-offset:2px}.empty-state{text-align:center}.empty-state h3{font-size:20px;margin-bottom:var(--space-sm)}.app-banner{display:flex;align-items:center;gap:var(--space-md);padding:10px var(--space-md);background:var(--white);border-bottom:1px solid var(--ink-faint)}.app-banner__close{flex:none;width:26px;height:26px;font-size:20px;line-height:1;color:var(--slate);background:none;border:none;cursor:pointer}.app-banner__text{display:flex;flex-direction:column;min-width:0;gap:2px;flex:1 1}.app-banner__text strong{font-weight:600;color:var(--ink)}.app-banner__text .muted{font-size:13px}.app-banner__cta{flex:none;padding:8px 16px;font-size:14px}@media (max-width:880px){.site-nav__links{display:none}.nav-toggle{display:inline-flex}.site-footer__cols{grid-template-columns:1fr 1fr}.site-footer__brand{grid-column:1/-1;max-width:none}.site-footer__compliance{text-align:left}}@media (max-width:820px){.grid--2,.grid--3{grid-template-columns:1fr}.container{padding-left:var(--space-lg);padding-right:var(--space-lg)}.section{padding:56px 0}.product-head{flex-direction:column}.product-head__img{width:100%;height:auto;aspect-ratio:1/1}.offer-card{flex-direction:column;align-items:flex-start}}@media (max-width:540px){.site-footer__cols{grid-template-columns:1fr 1fr}.site-footer__cta-title{font-size:24px}}.stack{margin-top:var(--space-xl)}.stack__grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:var(--space-lg);gap:var(--space-lg);align-items:start}.stack__picker{position:-webkit-sticky;position:sticky;top:var(--space-lg)}.stack__picker-head{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.stack__search{width:100%;padding:10px 14px;border:1px solid var(--ink-faint);border-radius:var(--radius-pill);background:var(--white);font:inherit;color:var(--ink)}.stack__search:focus-visible{outline:2px solid var(--teal);outline-offset:1px}.stack__list{list-style:none;margin:0;padding:0;max-height:460px;overflow-y:auto;display:flex;flex-direction:column}.stack__item{display:flex;align-items:baseline;gap:var(--space-sm);padding:10px 6px;border-bottom:1px solid var(--ink-faint);cursor:pointer}.stack__item:last-child{border-bottom:none}.stack__item input{accent-color:var(--teal)}.stack__item--on .stack__item-name{font-weight:600}.stack__item-name{color:var(--ink);font-size:15px}.stack__item-brand{font-size:13px;margin-left:auto}.stack__results{display:flex;flex-direction:column;gap:var(--space-md)}.stack__empty{border:1px dashed var(--ink-faint);box-shadow:none}.stack__summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.stack__clear{border:none;background:none;color:var(--teal);font:inherit;font-weight:600;cursor:pointer;padding:0}.stack__panel-title{font-size:16px;margin-bottom:var(--space-sm)}.stack__panel-note{font-size:13px;margin-bottom:var(--space-md)}.stack__panel--warn{background:var(--sand);border-left:3px solid var(--amber)}.stack__dupes{list-style:none;margin:0;padding:0;flex-direction:column}.stack__dupes,.stack__dupes li{display:flex;gap:var(--space-sm)}.stack__dupes li{align-items:center;flex-wrap:wrap;font-size:14px}.stack__table{width:100%;border-collapse:collapse;font-size:14px}.stack__table td,.stack__table th{text-align:left;padding:8px 6px;border-bottom:1px solid var(--ink-faint);vertical-align:top}.stack__table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--slate);font-weight:600}.stack__table tr:last-child td{border-bottom:none}.stack__partial{font-size:12px}.stack__missing,.stack__tips{margin:0;padding-left:1.1em;display:flex;flex-direction:column;gap:var(--space-sm);font-size:14px;color:var(--slate)}.stack__missing{list-style:none;padding-left:0}.stack__save{background:var(--mint)}@media (max-width:820px){.stack__grid{grid-template-columns:1fr}.stack__picker{position:static}}.mono{font-family:var(--mono);font-size:12px;color:var(--ink-55)}.grid--4{grid-template-columns:repeat(4,1fr)}.section-head{text-align:center;max-width:680px;margin:0 auto var(--space-xl)}.eyebrow--muted{color:var(--ink-55)}.home-hero{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:30px;gap:30px;align-items:center;padding-top:64px;padding-bottom:56px;position:relative}.home-hero__title{font-size:clamp(34px,5.4vw,54px);letter-spacing:-.035em;line-height:1.02;margin:20px 0 18px}.home-hero__sub{max-width:32ch;margin:0 0 4px}.home-hero__how{display:inline-flex;align-items:center;gap:4px;margin-top:var(--space-md);font-size:15px;font-weight:600;color:var(--ink)}.home-hero__how:hover{color:var(--teal)}.home-hero__device{display:flex;justify-content:center}#hero-sentinel{position:absolute;bottom:0;left:0;width:1px;height:1px}.proof{display:flex;gap:28px;margin:34px 0 0}.proof__item{position:relative;display:flex;flex-direction:column}.proof__divider{position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:1px;height:34px;background:var(--line)}.proof__value{font-size:24px;font-weight:600;color:var(--ink)}.proof__label{font-family:var(--mono);font-size:12px;color:var(--ink-55);margin:0}.home-press{background:var(--paper);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.home-press__inner{display:flex;align-items:center;gap:28px;padding-top:22px;padding-bottom:22px}.home-press__label{margin:0;white-space:nowrap}.home-press__logos{flex:1 1;display:flex;gap:40px;align-items:center;opacity:.5;flex-wrap:wrap}.home-press__logo{height:26px;border-radius:6px}.steps{list-style:none;padding:0;margin:0}.step{display:flex;flex-direction:column}.step .icon-tile{margin:12px 0}.step h3{font-size:17px;margin-bottom:6px}.step p{margin:0;font-size:14px;color:var(--ink-70);line-height:1.5}.stepnum{font-family:var(--mono);font-size:12px;font-weight:600;color:var(--teal)}.feature-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.feature-split__body{font-size:17px;line-height:1.6;max-width:42ch;margin-top:var(--space-md)}.feature-split__media{display:flex;justify-content:center}.tag-row{display:flex;gap:10px;margin-top:22px;flex-wrap:wrap}.feature-slot{width:250px;height:500px;border-radius:38px}.premium--split{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px;align-items:center}.premium__media{display:flex;justify-content:center}.premium-slot{width:250px;height:460px;border-radius:38px}.quote{display:flex;flex-direction:column}.quote__text{margin:0 0 18px;font-size:16px;line-height:1.55;color:var(--ink)}.quote__who{display:flex;align-items:center;gap:11px;margin-top:auto}.quote__avatar{width:38px;height:38px;border-radius:50%;flex:none}.quote__who b{font-size:14px}.quote__who .mono{display:block}.final-cta{text-align:center}.final-cta__title{font-size:clamp(32px,5vw,44px);margin:0 0 14px}.final-cta__sub{margin:0 auto 28px}.final-cta__ctas{display:flex;justify-content:center}.final-cta__ctas .btn-row{margin-top:0;justify-content:center}.final-cta__note{margin-top:18px}.phone{width:252px;border-radius:40px;background:var(--ink);padding:9px;box-shadow:var(--shadow-lg);flex:none}.phone__screen{position:relative;height:520px;border-radius:32px;background:var(--paper);overflow:hidden}.ph-notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:84px;height:22px;border-radius:var(--radius-pill);background:var(--ink);z-index:5}.phscroll{height:100%;padding:40px 15px 60px;display:flex;flex-direction:column;gap:11px}.ph-head{display:flex;align-items:flex-end;justify-content:space-between}.ph-kick{font-size:11.5px;color:var(--ink-55)}.ph-h1{font-size:23px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.ph-bell{width:34px;height:34px;border-radius:50%;background:var(--white);display:grid;place-items:center;color:var(--ink)}.ph-bell,.ph-card{box-shadow:var(--shadow)}.ph-card{background:var(--white);border-radius:16px}.ph-label{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-55);margin-top:2px}.ph-ring{position:relative;width:60px;height:60px;flex:none}.ph-ring__label{position:absolute;inset:0;display:grid;place-items:center;font-size:14px;font-weight:600;color:var(--ink)}.ph-progress{display:flex;align-items:center;gap:12px;padding:14px}.ph-progress__title{font-size:13.5px;font-weight:600;color:var(--ink)}.ph-progress__sub{font-size:11px;color:var(--ink-55)}.ph-dose{display:flex;align-items:center;gap:10px;padding:11px 12px}.ph-marktile{width:34px;height:34px;border-radius:11px;background:var(--mint);display:grid;place-items:center;flex:none}.ph-dose__text{flex:1 1;display:flex;flex-direction:column;gap:1px}.ph-dose__name{font-size:12.5px;font-weight:600;color:var(--ink)}.ph-dose__meta{font-size:10.5px;color:var(--ink-55)}.ph-check{width:26px;height:26px;border-radius:50%;flex:none;display:grid;place-items:center;border:1.5px solid var(--ink-faint)}.ph-check--on{background:var(--teal);border:none;color:var(--white)}.ph-nav{position:absolute;left:0;right:0;bottom:0;height:56px;background:color-mix(in srgb,var(--white) 93%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line-soft);padding:0 8px 14px}.ph-nav,.ph-nav>span{display:flex;align-items:center}.ph-nav>span{flex:1 1;flex-direction:column;gap:4px;color:var(--ink);opacity:.4}.ph-nav>span.is-active{opacity:1}.ph-dot{width:4px;height:4px;border-radius:50%;background:transparent}.ph-nav>span.is-active .ph-dot{background:var(--teal)}.ph-stat,.ph-stat-row{display:flex;gap:9px}.ph-stat{flex:1 1;padding:12px;align-items:center}.ph-stat--num{flex-direction:column;align-items:flex-start;justify-content:center;gap:0}.ph-stat__title{font-size:12px;font-weight:600;color:var(--ink)}.ph-stat__sub{font-size:10px;color:var(--ink-55)}.ph-stat__big{font-size:20px;font-weight:600;color:var(--ink)}.ph-stat__pct{font-size:12px;color:var(--teal)}.ph-week{padding:14px}.ph-week__title{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:10px}.ph-week__bars{display:flex;gap:7px;align-items:flex-end;height:80px}.ph-week__col{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:6px;height:100%}.ph-week__track{flex:1 1;width:11px;background:var(--mint);position:relative;overflow:hidden}.ph-week__fill,.ph-week__track{border-radius:var(--radius-pill)}.ph-week__fill{position:absolute;bottom:0;left:0;right:0;background:var(--teal)}.ph-week__fill--low{background:var(--amber)}.ph-week__day{font-size:9.5px;color:var(--ink-55)}.ph-bysup{padding:14px;display:flex;flex-direction:column;gap:10px}.ph-bysup__title{font-size:13px;font-weight:600;color:var(--ink)}.ph-bysup__head{display:flex;justify-content:space-between;font-size:11px;margin-bottom:4px}.ph-bysup__name{font-weight:600;color:var(--ink)}.ph-bysup__pct{color:var(--ink-55)}.ph-bysup__track{height:6px;border-radius:var(--radius-pill);background:var(--mint);overflow:hidden}.ph-bysup__fill{display:block;height:100%;border-radius:var(--radius-pill);background:var(--teal)}.phone-showcase{position:relative;display:flex;justify-content:center;align-items:center;min-height:560px;width:100%}.phone-showcase__peek{position:absolute;right:8px;top:36px;width:210px;height:440px;border-radius:34px;transform:rotate(6deg)}.phone-showcase__main{position:relative;z-index:2}.sticky-install{display:none}@media (max-width:820px){.sticky-install{position:fixed;left:0;right:0;bottom:0;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:12px var(--space-lg);padding-bottom:calc(12px + env(safe-area-inset-bottom, 0px));background:color-mix(in srgb,var(--white) 92%,transparent);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-top:1px solid var(--line);transform:translateY(110%);transition:transform .25s cubic-bezier(.2,.7,.3,1)}.sticky-install.is-shown{transform:none}}.sticky-install__label{font-size:14px;font-weight:600;color:var(--ink)}@media (prefers-reduced-motion:reduce){.sticky-install{transition:none}}@media (max-width:900px){.home-hero{grid-template-columns:1fr;gap:var(--space-xl);padding-top:40px}.home-hero__sub{max-width:none}.feature-split,.premium--split{grid-template-columns:1fr;gap:var(--space-xl)}.feature-split__media,.premium__media{order:-1}.grid--4{grid-template-columns:1fr 1fr}}@media (max-width:560px){.grid--4{grid-template-columns:1fr}.proof{gap:22px}.proof__value{font-size:20px}.phone-showcase{min-height:0}.phone-showcase__peek{display:none}.home-press__inner{flex-direction:column;align-items:flex-start;gap:var(--space-md)}}.tag--ghost{background:transparent;border:1px solid var(--line);color:var(--ink)}.nutref-controls{position:-webkit-sticky;position:sticky;top:68px;z-index:10;background:var(--paper);padding:12px 0;margin-top:6px}.nutref-search{display:flex;align-items:center;gap:10px;background:var(--white);border-radius:var(--radius-pill);padding:13px 20px;box-shadow:var(--shadow);max-width:540px}.nutref-search input{flex:1 1;border:none;background:transparent;font:inherit;font-size:15px;color:var(--ink);outline:none}.nutref-search input::placeholder{color:var(--ink-55)}.nutref-filters{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.nutref-body{display:grid;grid-template-columns:1fr 36px;grid-gap:24px;gap:24px;margin-top:8px}.nutref-empty{padding:var(--space-xl) 0}.nutref-group{scroll-margin-top:160px}.nutref-group__head{display:flex;align-items:center;gap:14px;margin:22px 0 10px}.nutref-group__letter{font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.nutref-group__rule{flex:1 1;height:1px;background:var(--line)}.nutref-rows{padding:0;overflow:hidden}.nutref-row{display:flex;align-items:center;gap:16px;padding:15px 20px;border-bottom:1px solid var(--line-soft);transition:background .12s ease}.nutref-row:last-child{border-bottom:none}.nutref-row:hover{background:var(--soft)}.nutref-row__tag{flex:none;white-space:nowrap}.nutref-row__name{flex:none;width:168px;font-size:15.5px;font-weight:600;color:var(--ink)}.nutref-row__abbr{font-weight:500;color:var(--ink-55)}.nutref-row__desc{flex:1 1;min-width:0;font-size:14px;color:var(--ink-70);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nutref-row__count{flex:none;white-space:nowrap;color:var(--teal)}.nutref-row__chev{flex:none}.nutref-rail{display:flex;flex-direction:column;align-items:center;gap:1px;font-family:var(--mono);font-size:11px;position:-webkit-sticky;position:sticky;top:150px;align-self:start}.nutref-rail__on{color:var(--teal);font-weight:700}.nutref-rail__off{color:var(--ink-35)}.crosslinks{margin-top:var(--space-xxl)}.crosslinks h2{margin-bottom:var(--space-md)}.crosslink-rows{padding:0;overflow:hidden}.crosslink-row{display:flex;align-items:center;gap:var(--space-md);padding:14px 18px;border-bottom:1px solid var(--line-soft);transition:background .12s ease}.crosslink-row:last-child{border-bottom:none}.crosslink-row:hover{background:var(--soft)}.crosslink-row__name{font-size:15px;font-weight:600;color:var(--ink)}.crosslink-row__meta{margin-left:auto}.crosslink-row__chev{flex:none}.artic-cats{gap:9px;margin-bottom:var(--space-xl)}.artic-cats,.artic-meta{display:flex;flex-wrap:wrap}.artic-meta{align-items:center;gap:16px;font-size:13px;color:var(--ink-55)}.artic-meta__item{display:inline-flex;align-items:center;gap:6px}.artic-meta__reviewed{color:var(--teal)}.artic-featured{display:grid;grid-template-columns:1.15fr 1fr;padding:0;overflow:hidden}.artic-featured__img,.artic-featured__slot{min-height:300px;height:100%;width:100%;object-fit:cover;border-radius:0}.artic-featured__body{padding:36px 38px;display:flex;flex-direction:column;justify-content:center}.artic-featured__tags{display:flex;gap:10px;align-items:center;margin-bottom:14px}.artic-featured__title{font-size:clamp(22px,3vw,30px);font-weight:600;letter-spacing:-.02em;line-height:1.12;margin:0 0 12px}.artic-featured__sum{font-size:15.5px;color:var(--ink-70);line-height:1.55;margin:0 0 20px}.artic-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:30px;gap:30px;margin-top:40px}.artic-rows{display:flex;flex-direction:column;gap:18px;margin-top:16px}.artic-row{display:grid;grid-template-columns:200px 1fr;padding:0;overflow:hidden}.artic-row__img,.artic-row__slot{min-height:150px;height:100%;width:100%;object-fit:cover;border-radius:0}.artic-row__body{padding:20px 24px;display:flex;flex-direction:column}.artic-row__cat{align-self:flex-start;margin-bottom:10px}.artic-row__title{font-size:19px;letter-spacing:-.01em;margin:0 0 8px}.artic-row__sum{font-size:14px;color:var(--ink-70);line-height:1.5;margin:0 0 12px}.artic-side__lbl{display:block;margin-top:24px}.artic-popular{margin-top:16px;padding:0;overflow:hidden}.artic-popular__row{display:block;padding:15px 20px;border-bottom:1px solid var(--line-soft);transition:background .12s ease}.artic-popular__row:last-child{border-bottom:none}.artic-popular__row:hover{background:var(--soft)}.artic-popular__num{color:var(--teal)}.artic-popular__title{margin:6px 0 0;font-size:15px;font-weight:600;line-height:1.3}.artic-nuttags{gap:8px;margin-top:14px}.artic-nuttags,.prodx-head{display:flex;flex-wrap:wrap}.prodx-head{align-items:flex-end;justify-content:space-between;gap:20px;margin-top:var(--space-md)}.prodx-explainer{font-size:16px;color:var(--ink-70);max-width:48ch;margin:0}.prodx-howlinks{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:var(--ink-55);text-decoration:underline;text-underline-offset:2px;margin-left:6px}.prodx-howlinks:hover{color:var(--ink)}.prodx-region{flex:none}.prodx-region-note{margin-top:10px}.prodx-body{display:grid;grid-template-columns:210px 1fr;grid-gap:30px;gap:30px;margin-top:var(--space-xl)}.prodx-filters{display:flex;flex-direction:column;gap:20px;align-self:start;position:-webkit-sticky;position:sticky;top:90px}.prodx-filter__title{font-size:13.5px;color:var(--ink)}.prodx-filter__checks{display:flex;flex-direction:column;gap:8px;margin-top:9px}.prodx-filter__tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.prodx-check{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ink-70);cursor:pointer}.prodx-check input{accent-color:var(--teal)}.prodx-tagbtn{border:1px solid transparent;cursor:pointer;font:inherit}.prodx-tagbtn--on{background:var(--ink);color:var(--paper)}.prodx-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;align-content:start}.prodx-card{display:flex;flex-direction:column;padding:0;overflow:hidden}.prodx-card__img,.prodx-card__slot{height:160px;width:100%;object-fit:cover;border-radius:0}.prodx-card__body{padding:16px 18px;display:flex;flex-direction:column;flex:1 1}.prodx-card__top{display:flex;justify-content:space-between;align-items:center;gap:8px}.prodx-card__brand{margin:0}.prodx-card__form{flex:none}.prodx-card__name{font-size:16px;letter-spacing:-.01em;margin:8px 0 4px}.prodx-card__desc{font-size:13px;color:var(--ink-70);margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prodx-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}@media (max-width:900px){.artic-grid{grid-template-columns:1fr}.prodx-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.nutref-body{grid-template-columns:1fr}.nutref-rail{display:none}.nutref-row__name{width:auto;flex:1 1}.nutref-row__desc,.nutref-row__tag{display:none}.artic-featured,.artic-row{grid-template-columns:1fr}.artic-featured__img,.artic-featured__slot,.artic-row__img,.artic-row__slot{min-height:180px}.prodx-body{grid-template-columns:1fr}.prodx-filters{position:static}.prodx-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.prodx-grid{grid-template-columns:1fr}.prodx-head{flex-direction:column;align-items:flex-start}}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_7fd790{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_7fd790{--font-outfit:"Outfit","Outfit Fallback"}