.home-x-articles,.x-articles-page,.x-article-page{--x-section-fg: var(--fg);--x-section-muted: var(--muted);--x-section-bg: var(--home-canvas, var(--surface));--x-card-bg: var(--surface);--x-card-border: var(--line);--x-card-meta: color-mix(in srgb, var(--fg) 54%, transparent);--x-card-copy: color-mix(in srgb, var(--fg) 72%, transparent);--x-control-bg: color-mix(in srgb, var(--surface) 80%, transparent);--x-control-bg-hover: var(--surface);--x-control-border: var(--line-strong);--x-modal-bg: rgba(224, 230, 240, .88);--x-reader-bg: #fbfcff;--x-reader-fg: #151a24;--x-reader-line: rgba(15, 23, 42, .14);--x-reader-toolbar: rgba(251, 252, 255, .94);--x-reader-shadow: rgba(15, 23, 42, .24);--x-reader-accent: var(--accent-text);color:var(--x-section-fg);background:var(--x-section-bg)}.home-x-articles{overflow:hidden}.home-x-articles .section-inner{width:min(1320px,calc(100% - 40px))}:root[data-theme=dark] .home-x-articles,:root[data-theme=dark] .x-articles-page,:root[data-theme=dark] .x-article-page{--x-section-fg: #f8fafc;--x-section-muted: rgba(236, 241, 250, .7);--x-section-bg: var(--home-canvas, #0c1018);--x-card-bg: #0e121d;--x-card-border: rgba(255, 255, 255, .14);--x-card-meta: rgba(231, 237, 247, .54);--x-card-copy: rgba(231, 237, 247, .66);--x-control-bg: rgba(255, 255, 255, .06);--x-control-bg-hover: rgba(255, 255, 255, .12);--x-control-border: rgba(255, 255, 255, .22);--x-modal-bg: rgba(2, 4, 9, .86);--x-reader-bg: #0c1019;--x-reader-fg: #e8edf6;--x-reader-line: rgba(255, 255, 255, .13);--x-reader-toolbar: rgba(12, 16, 25, .94);--x-reader-shadow: rgba(0, 0, 0, .55);--x-reader-accent: var(--accent-text)}.home-x-articles__heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr);align-items:end;gap:clamp(32px,7vw,90px);margin-bottom:36px}.home-x-articles .section-title{max-width:760px;color:var(--x-section-fg)}.home-x-articles__intro>p{margin:0;color:var(--x-section-muted);line-height:1.7}.home-x-articles__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.home-x-articles__viewport{position:relative;overflow:hidden}.home-x-articles__viewport:after{position:absolute;right:0;bottom:0;left:0;height:142px;background:linear-gradient(to bottom,transparent,var(--x-section-bg) 88%);content:"";opacity:0;pointer-events:none;transition:opacity .18s ease}.home-x-articles__viewport.is-collapsed:after{opacity:1}.home-x-articles__more{display:flex;justify-content:center;margin-top:30px}.home-x-articles__more button{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 18px;border:1px solid var(--x-control-border);border-radius:999px;color:var(--x-section-fg);background:var(--x-control-bg);cursor:pointer;font-size:.8rem;letter-spacing:.025em;transition:border-color .16s ease,background-color .16s ease}.home-x-articles__more button:hover{border-color:var(--accent-border);background:var(--x-control-bg-hover)}.home-x-articles__more svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.home-x-articles__more button[aria-expanded=true] svg{transform:rotate(180deg)}.home-x-articles__all-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--x-reader-accent);font-size:.78rem;font-weight:700;text-decoration:none}.home-x-articles__all-link:hover{text-decoration:underline;text-underline-offset:4px}.x-article-card{min-width:0;border:1px solid var(--x-card-border);border-radius:3px;overflow:hidden;background:var(--x-card-bg)}.x-article-card>a{display:flex;width:100%;height:100%;color:inherit;background:transparent;flex-direction:column;text-align:left;text-decoration:none}.x-article-card__image{position:relative;display:block;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#141a28}.x-article-card__image:after{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#05080eb8);content:""}.x-article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .42s ease}.x-article-card:hover .x-article-card__image img{transform:scale(1.035)}.x-article-card__image>span{position:absolute;z-index:1;right:14px;bottom:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;background:#05080ea8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.x-article-card__content{display:flex;flex:1;padding:24px;flex-direction:column}.x-article-card__content time{color:var(--x-card-meta);font-size:.66rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.x-article-card__content>strong{margin-top:15px;color:var(--x-section-fg);font-size:clamp(1.25rem,2vw,1.75rem);letter-spacing:-.035em;line-height:1.08;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:600}.x-article-card__content>span{display:-webkit-box;margin-top:13px;overflow:hidden;color:var(--x-card-copy);font-size:.83rem;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.x-article-card__content b{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;color:var(--x-reader-accent);font-size:.73rem;letter-spacing:.02em}.x-article-modal{position:fixed;z-index:1000;inset:0;display:grid;align-items:start;padding:0 clamp(10px,3vw,34px) clamp(10px,3vw,34px);overflow-y:auto;background:var(--x-modal-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.x-article-reader{width:min(980px,100%);margin:0 auto;border:1px solid var(--x-reader-line);border-top:0;border-radius:0 0 6px 6px;color:var(--x-reader-fg);background:var(--x-reader-bg);box-shadow:0 30px 100px var(--x-reader-shadow)}.x-article-reader__toolbar{position:sticky;z-index:4;top:0;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:10px 18px 10px 24px;border-bottom:1px solid var(--x-reader-line);background:var(--x-reader-toolbar);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.x-article-reader__toolbar>span{color:color-mix(in srgb,var(--x-reader-fg) 62%,transparent);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.x-article-reader__hero{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);align-items:stretch;border-bottom:1px solid var(--x-reader-line)}.x-article-reader__hero>img{width:100%;height:100%;min-height:360px;object-fit:cover}.x-article-reader__hero>div{display:flex;justify-content:center;padding:clamp(30px,6vw,66px);flex-direction:column}.x-article-reader__hero p{margin:0 0 18px;color:var(--x-reader-accent);font-size:.7rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase}.x-article-reader__hero h2{margin:0;color:var(--x-reader-fg);font-size:clamp(2rem,5vw,4.2rem);letter-spacing:-.055em;line-height:.98}.x-article-reader__meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:28px;color:color-mix(in srgb,var(--x-reader-fg) 58%,transparent);font-size:.72rem}.x-article-reader__meta span,.x-article-reader__meta a{display:inline-flex;align-items:center;gap:6px}.x-article-reader__meta a,.x-article-reader__body a,.x-article-reader__footer a{color:var(--x-reader-accent)}.x-article-reader__notice{margin:30px auto 0;width:min(720px,calc(100% - 40px));padding:16px 18px;border:1px solid color-mix(in srgb,var(--x-reader-accent) 32%,transparent);color:color-mix(in srgb,var(--x-reader-fg) 72%,transparent);background:color-mix(in srgb,var(--x-reader-accent) 9%,transparent);font-size:.78rem;line-height:1.6}.x-article-reader__body{width:100%;margin:0 auto;padding:42px 0 70px;color:color-mix(in srgb,var(--x-reader-fg) 84%,transparent);font-size:clamp(1rem,1.7vw,1.09rem);line-height:1.82}.x-article-reader__body h2,.x-article-reader__body h3{color:var(--x-reader-fg);letter-spacing:-.035em;line-height:1.12}.x-article-reader__body h2{margin:64px 0 20px;font-size:clamp(1.75rem,4vw,2.8rem)}.x-article-reader__body h3{margin:42px 0 15px;font-size:clamp(1.3rem,3vw,1.9rem)}.x-article-reader__body p,.x-article-reader__body ul,.x-article-reader__body ol,.x-article-reader__body blockquote{margin:0 0 24px}.x-article-reader__body ul,.x-article-reader__body ol{padding-left:24px}.x-article-reader__body li+li{margin-top:8px}.x-article-reader__body blockquote{padding:3px 0 3px 22px;border-left:2px solid var(--x-reader-accent);color:color-mix(in srgb,var(--x-reader-fg) 70%,transparent)}.x-article-reader__body img{max-width:100%;height:auto}.x-article-reader__body hr{margin:54px 0;border:0;border-top:1px solid var(--x-reader-line)}.x-article-reader__loading{min-height:240px;color:color-mix(in srgb,var(--x-reader-fg) 60%,transparent)}.x-articles-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.x-articles-page__hero{padding:clamp(92px,12vw,160px) 0 clamp(68px,9vw,112px);border-bottom:1px solid var(--x-card-border)}.x-articles-page__hero h1{max-width:900px;margin:16px 0 0;color:var(--x-section-fg);font-size:clamp(3rem,7vw,6.4rem);letter-spacing:-.055em;line-height:.94}.x-articles-page__hero>div>p:last-child{max-width:680px;margin:30px 0 0;color:var(--x-section-muted);font-size:clamp(1rem,1.8vw,1.18rem);line-height:1.7}.x-articles-page__archive{padding-block:clamp(62px,8vw,104px)}.x-articles-page__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.x-articles-page__heading h2,.x-articles-page__heading p{margin:0}.x-articles-page__heading h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.045em}.x-articles-page__heading p{color:var(--x-section-muted);font-size:.78rem}.x-articles-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.x-article-page__hero{padding:clamp(44px,7vw,92px) 0;border-bottom:1px solid var(--x-reader-line)}.x-article-page__hero-grid{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(38px,7vw,96px)}.x-article-page__hero figure{margin:0;aspect-ratio:16 / 10;overflow:hidden;background:#141a28}.x-article-page__hero figure img{width:100%;height:100%;object-fit:cover}.x-article-page__back,.x-article-page__source a{display:inline-flex;align-items:center;gap:7px;color:var(--x-reader-accent);font-size:.75rem;font-weight:700;text-decoration:none}.x-article-page__hero .eyebrow{margin-top:42px}.x-article-page__hero h1{margin:14px 0 0;color:var(--x-section-fg);font-size:clamp(2.5rem,5.3vw,5.2rem);letter-spacing:-.055em;line-height:.96}.x-article-page__excerpt{margin:25px 0 0;color:var(--x-section-muted);font-size:clamp(.98rem,1.5vw,1.1rem);line-height:1.68}.x-article-page__byline{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin-top:28px;color:var(--x-card-meta);font-size:.74rem}.x-article-page__byline span,.x-article-page__byline a{display:inline-flex;align-items:center;gap:5px}.x-article-page__byline a{color:var(--x-reader-accent)}.x-article-page__layout{display:grid;grid-template-columns:220px minmax(0,720px);justify-content:center;gap:clamp(44px,8vw,110px);padding-block:clamp(54px,8vw,96px)}.x-article-page__source{position:sticky;top:calc(var(--header-height) + 28px);height:fit-content;padding-top:4px}.x-article-page__source strong{color:var(--x-section-fg);font-size:.76rem;letter-spacing:.04em;text-transform:uppercase}.x-article-page__source p{margin:15px 0 19px;color:var(--x-section-muted);font-size:.78rem;line-height:1.62}.x-article-page__content .x-article-reader__notice,.x-article-page__content .x-article-reader__body{width:100%}.x-article-page__content .x-article-reader__notice{margin-top:0}.x-article-page__pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding-block:34px clamp(70px,9vw,112px);border-top:1px solid var(--x-reader-line)}.x-article-page__pagination a{display:flex;align-items:center;gap:12px;min-height:96px;padding:20px;border:1px solid var(--x-card-border);color:var(--x-section-fg);text-decoration:none}.x-article-page__pagination a:last-child{justify-content:flex-end;text-align:right}.x-article-page__pagination span{display:grid;gap:7px;font-size:.82rem;line-height:1.35}.x-article-page__pagination small{color:var(--x-card-meta);font-size:.64rem;letter-spacing:.06em;text-transform:uppercase}.x-article-page--missing{min-height:68dvh;padding:clamp(90px,12vw,160px) 0}.x-article-page--missing h1{max-width:720px;margin:16px 0;font-size:clamp(2.6rem,6vw,5rem);letter-spacing:-.05em}.x-article-page--missing a{display:inline-flex;align-items:center;gap:7px;margin-top:20px;color:var(--x-reader-accent)}@media(max-width:900px){.home-x-articles__heading,.x-article-reader__hero,.x-article-page__hero-grid{grid-template-columns:1fr}.home-x-articles__heading{align-items:start;gap:20px}.home-x-articles__grid,.x-articles-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.x-article-page__layout{grid-template-columns:1fr}.x-article-page__source{position:static;max-width:600px}.x-article-reader__hero>img{max-height:460px;min-height:0;aspect-ratio:16 / 9}}@media(max-width:620px){.home-x-articles__grid,.x-articles-page__grid{grid-template-columns:1fr}.x-article-card__content{padding:20px}.x-articles-page__heading{align-items:start;flex-direction:column}.x-article-reader{min-height:100vh;border:0;border-radius:0}.x-article-reader__toolbar{padding-inline:15px 12px}.x-article-reader__hero>div{padding:30px 20px 36px}.x-article-reader__notice,.x-article-reader__body{width:min(100% - 28px,720px)}.x-article-page__pagination{grid-template-columns:1fr}.x-article-page__pagination>span{display:none}}@media(prefers-reduced-motion:reduce){.home-x-articles__more svg{transition:none}.x-article-card__image img{transition:none}}@font-face{font-family:"Instrument Serif";src:url(/fonts/instrument-serif-italic-latin.woff2) format("woff2");font-style:italic;font-weight:400;font-display:swap}.home-page{--home-space-major: clamp(112px, 11vw, 152px);--home-space-standard: clamp(88px, 9vw, 120px);--home-space-compact: clamp(68px, 7vw, 96px);--home-canvas: #fdfbf7;--home-offset: #f1f3f4;--home-anchor: #0a1128;--bg: var(--home-canvas);--surface: #fffefa;--surface-soft: #eef0f2;--surface-blue: var(--home-offset);--fg: #0f172a;--muted: #5f6672;--line: #d8d8d3;--line-strong: #a9abb0;--accent: var(--home-anchor);--accent-hover: #17213f;--accent-text: var(--home-anchor);--accent-border: var(--home-anchor);--accent-contrast: #ffffff;color:var(--fg);background:var(--home-canvas);font-family:Arial,sans-serif}:root[data-theme=dark] .home-page{--home-canvas: #0c1018;--home-offset: #151a25;--home-anchor: #0a1128;--bg: var(--home-canvas);--surface: #131824;--surface-soft: #1b2130;--surface-blue: var(--home-offset);--fg: #f1f1ee;--muted: #abb1be;--line: #303746;--line-strong: #525c70;--accent: #aebce8;--accent-hover: #c8d1ef;--accent-text: #c3cdf0;--accent-border: #8f9bc9;--accent-contrast: #0a1128}.home-page :where(h1,h2,h3,.eyebrow,button,.button,.button-secondary,.text-link,.tag){font-family:Helvetica,Helvetica Neue,Arial,sans-serif}.home-page :where(.section-title,.home-hero h1,.top-five-panel h3,.home-stack-card h3){font-weight:600}.home-page :where(.eyebrow,.button,.button-secondary,.text-link,.tag){font-weight:600}.home-serif-accent{display:inline-block;color:inherit;font-family:"Instrument Serif",Georgia,serif;font-size:1.08em;font-style:italic;font-weight:400;letter-spacing:-.025em;line-height:.86}.home-page .section{padding:var(--home-space-standard) 0;border-top:0}.home-page .section--major{padding-block:var(--home-space-major)}.home-page .section--standard{padding-block:var(--home-space-standard)}.home-page .section--compact{padding-block:var(--home-space-compact)}.home-page .section--blue{background:var(--home-offset)}.home-page .section--surface{background:var(--home-canvas)}.home-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr);min-height:clamp(680px,calc(100dvh - var(--header-height)),900px);place-items:center;overflow:hidden;color:#fff;background:#05070b}.home-hero__video,.home-hero__veil{position:absolute;inset:0;width:100%;height:100%}.home-hero__video{object-fit:cover;opacity:.4}.home-hero__veil{background:linear-gradient(180deg,#03071075,#030710b8),radial-gradient(circle at 50% 48%,transparent 0 26%,rgba(3,7,16,.48) 76%)}:root:not([data-theme=dark]) .home-hero__video{opacity:.3}:root:not([data-theme=dark]) .home-hero__veil{background:transparent}:root:not([data-theme=dark]) .home-hero{color:#080a0e;background:#fff}.home-hero__content{position:relative;z-index:1;width:calc(100% - 40px);max-width:980px;min-width:0;margin:0 auto;padding:88px 0;text-align:center}.home-hero__content .eyebrow{margin-bottom:20px}.home-hero h1{display:grid;max-width:980px;margin:0 auto;font-size:clamp(3rem,7.3vw,6.9rem);font-weight:600;letter-spacing:-.052em;line-height:.9}.home-hero__content>p:not(.eyebrow){max-width:720px;margin:34px auto 0;color:#ffffffc7;font-size:clamp(.98rem,1.7vw,1.16rem);line-height:1.65}:root:not([data-theme=dark]) .home-hero__content>p:not(.eyebrow){color:#272b33}.home-hero__chat{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:min(720px,100%);min-height:70px;margin:46px auto 0;padding:0 22px;border:1px solid rgba(255,255,255,.58);color:#fff;background:#04080f85;box-shadow:0 18px 50px #0003;font-size:1rem;font-weight:600;text-align:left;text-decoration:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .16s ease,transform .16s ease}.home-hero__chat:hover{border-color:var(--accent-border);transform:translateY(-2px)}:root:not([data-theme=dark]) .home-hero__chat{border-color:#1f242c;color:#080a0e;background:#ffffffe6;box-shadow:0 15px 45px #11182724}.home-hero__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;margin-top:28px;color:#ffffffa8;font-size:.76rem;font-weight:600}.home-hero__trust span{display:inline-flex;align-items:center;gap:7px}:root:not([data-theme=dark]) .home-hero__trust{color:#4f5663}.top-five-heading{display:grid;max-width:720px;gap:10px;margin:0 0 38px clamp(0px,3vw,36px)}.top-five-heading .eyebrow,.top-five-heading h2,.top-five-heading>p:last-child{margin:0}.top-five-heading>p:last-child{max-width:630px;color:var(--muted);line-height:1.6}.top-five-block{margin-bottom:8px}.top-five-explorer{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.38fr);min-height:430px;overflow:hidden;border:0;background:var(--surface);box-shadow:0 24px 72px color-mix(in srgb,var(--fg) 8%,transparent)}.top-five-tabs{display:grid;grid-template-rows:repeat(5,1fr);border-left:1px solid var(--line);background:color-mix(in srgb,var(--surface-soft) 62%,var(--surface))}.top-five-tab{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:86px;padding:14px 16px;border:0;border-bottom:1px solid var(--line);color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.top-five-tab:last-child{border-bottom:0}.top-five-tab:hover{background:color-mix(in srgb,var(--accent) 7%,var(--surface))}.top-five-tab.is-active{background:var(--surface);box-shadow:inset 3px 0 0 var(--accent)}.top-five-tab__rank{display:grid;width:30px;height:30px;place-items:center;border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));color:var(--accent-text);background:color-mix(in srgb,var(--accent) 7%,var(--surface));font-size:.78rem;font-weight:600;letter-spacing:.08em}.top-five-tab.is-active .top-five-tab__rank{border-color:var(--accent);color:var(--accent-contrast);background:var(--accent)}.top-five-tab__copy{min-width:0}.top-five-tab__copy strong{display:block;font-size:.78rem;font-weight:600;letter-spacing:.015em;line-height:1.25;overflow-wrap:anywhere;text-transform:uppercase;white-space:normal}.top-five-panel{display:grid;min-width:0;padding:clamp(28px,4vw,46px);background:var(--surface)}.top-five-panel__content{display:flex;max-width:820px;flex-direction:column}.top-five-panel__category{margin:0 0 18px;color:var(--accent-text);font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.top-five-panel h3{margin:0;font-size:clamp(1.8rem,3.5vw,3.1rem);letter-spacing:-.045em;line-height:1}.top-five-panel h3 a{color:inherit;text-decoration:none}.top-five-panel__tagline{margin:16px 0 0;color:var(--fg);font-size:clamp(1rem,1.5vw,1.16rem);font-weight:600;letter-spacing:-.015em}.top-five-panel__description{max-width:700px;margin:10px 0 0;color:var(--muted);font-size:.92rem;line-height:1.65}.top-five-panel__insight{position:relative;display:grid;grid-template-columns:116px minmax(0,1fr);gap:18px;max-width:700px;margin-top:18px;padding-top:22px;border-top:0}.top-five-panel__insight:before{position:absolute;top:0;left:0;width:96px;height:1px;background:var(--accent-border);content:""}.top-five-panel__insight>span{padding-top:2px;color:var(--accent-text);font-size:.62rem;font-weight:600;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.top-five-panel__insight p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}.top-five-panel__actions{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-top:auto;padding-top:30px}.top-five-benefits{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.top-five-benefits li{padding:6px 8px;border:0;color:var(--fg);background:var(--surface-soft);font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.top-five-panel__actions .regional-source-links{flex:0 0 auto}.top-five-panel__buttons{display:flex;flex:0 0 auto;align-items:center;gap:8px}.top-five-profile-links{display:flex;gap:6px}.top-five-profile-link,.top-five-source-trigger{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid #080a0e;color:#080a0e;background:transparent;font-size:.64rem;font-weight:600;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;cursor:pointer}.top-five-source-picker{position:relative}.top-five-source-trigger{color:#fff;background:#080a0e}:root[data-theme=dark] .top-five-profile-link{border-color:var(--line-strong);color:var(--fg)}.top-five-source-trigger:hover,.top-five-source-trigger[aria-expanded=true]{border-color:var(--accent-border);background:var(--accent)}.top-five-source-popover{position:absolute;z-index:10;right:0;bottom:calc(100% + 10px);display:grid;width:min(430px,calc(100vw - 48px));gap:16px;padding:16px;border:1px solid var(--line-strong);background:var(--surface);box-shadow:var(--shadow)}.top-five-source-popover .region-toggle{align-items:flex-start;flex-direction:column}.top-five-source-popover .region-toggle>div,.top-five-source-popover .regional-source-links,.top-five-source-popover .regional-source-links>a{width:100%}.top-five-panel__actions .regional-source-links>a{min-height:36px;padding-inline:13px;border-color:#080a0e;color:#fff;background:#080a0e;font-size:.64rem;letter-spacing:.04em;text-transform:uppercase}.top-five-panel__actions .regional-source-links>a:hover{border-color:var(--accent-border);color:#fff;background:var(--accent)}#tools .section-heading-row,#stacks .section-heading-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.62fr);align-items:end;gap:clamp(42px,8vw,118px)}.home-page #stacks{position:relative;color:var(--fg);background:var(--home-offset)}#stacks .section-title{color:var(--fg)}.home-stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}.home-stack-card{display:flex;flex-direction:column;min-height:260px;padding:26px;border:0;background:var(--surface)}.home-stack-card h3{margin:0;font-size:1.7rem;letter-spacing:-.04em;font-weight:600}.home-stack-card p{color:var(--muted);line-height:1.55}#stacks .tag{border:0;color:var(--muted);background:var(--surface-soft)}.home-stack-card .text-link{align-self:flex-start;margin-top:auto}.home-feature-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(50px,9vw,130px)}.home-current-stack-layout{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(48px,8vw,112px)}.home-current-stack-copy{display:grid;justify-items:start}.home-current-stack-copy .lede{margin-top:18px}.home-current-stack{display:grid;width:100%;grid-template-columns:1fr;gap:8px;margin:30px 0 24px;border:0}.home-current-stack article{display:grid;min-height:84px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border:0;background:var(--home-offset)}.home-current-stack strong{font-size:.94rem;font-weight:600}.home-current-stack small{color:var(--muted);line-height:1.35;text-align:right}.home-peptide-section{overflow:hidden;background:var(--home-offset)!important}.home-peptide-preview{display:grid;gap:18px;min-width:0;padding:clamp(22px,4vw,38px);border:1px solid var(--line);background:var(--surface);box-shadow:0 24px 70px color-mix(in srgb,var(--fg) 8%,transparent)}.home-peptide-preview>header,.home-peptide-preview__fields>div,.home-peptide-preview__equation,.home-peptide-preview__result,.home-peptide-preview__syringe,.home-peptide-preview>footer{opacity:.22;transform:translateY(14px)}.home-peptide-preview.is-visible>header,.home-peptide-preview.is-visible .home-peptide-preview__fields>div,.home-peptide-preview.is-visible .home-peptide-preview__equation,.home-peptide-preview.is-visible .home-peptide-preview__result,.home-peptide-preview.is-visible .home-peptide-preview__syringe,.home-peptide-preview.is-visible>footer{animation:home-peptide-reveal .32s ease-out forwards}.home-peptide-preview.is-visible .home-peptide-preview__fields>div:nth-child(1){animation-delay:60ms}.home-peptide-preview.is-visible .home-peptide-preview__fields>div:nth-child(2){animation-delay:.1s}.home-peptide-preview.is-visible .home-peptide-preview__fields>div:nth-child(3){animation-delay:.14s}.home-peptide-preview.is-visible .home-peptide-preview__equation{animation-delay:.18s}.home-peptide-preview.is-visible .home-peptide-preview__result{animation-delay:.22s}.home-peptide-preview.is-visible .home-peptide-preview__syringe,.home-peptide-preview.is-visible>footer{animation-delay:.26s}.home-peptide-preview header{display:grid;gap:5px}.home-peptide-preview header span,.home-peptide-preview__fields span,.home-peptide-preview__equation span,.home-peptide-preview__result>span{color:var(--muted);font-size:.64rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-peptide-preview header strong{font-size:clamp(1.35rem,2.5vw,2rem);letter-spacing:-.035em}.home-peptide-preview__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-peptide-preview__fields>div{display:grid;gap:10px;padding:12px;border:1px solid var(--line);background:var(--surface-soft)}.home-peptide-preview__fields strong{font-size:.92rem}.home-peptide-preview__equation{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.home-peptide-preview__equation b{color:var(--accent-text);font-size:.86rem}.home-peptide-preview__result{display:grid;gap:4px}.home-peptide-preview__result strong{font-size:clamp(3rem,7vw,5.6rem);letter-spacing:-.065em;line-height:.92}.home-peptide-preview__result b{color:var(--accent-text);font-size:.82rem}.home-peptide-preview__syringe{position:relative;display:flex;height:46px;overflow:hidden;border:1px solid var(--line-strong);background:var(--surface-soft)}.home-peptide-preview__syringe i{z-index:1;flex:1 1 10%;border-right:1px solid var(--line)}.home-peptide-preview__fill{position:absolute;inset:0 auto 0 0;width:0;background:var(--accent)}.home-peptide-preview.is-visible .home-peptide-preview__fill{animation:home-peptide-fill .42s .3s ease-out forwards}.home-peptide-preview>footer{display:flex;justify-content:space-between;color:var(--muted);font-size:.64rem}@keyframes home-peptide-reveal{to{opacity:1;transform:translateY(0)}}@keyframes home-peptide-fill{to{width:10%}}.home-tool-grid .tool-card{display:flex;min-height:400px;flex-direction:column}.home-tool-grid .tool-card>p{line-height:1.6}.home-tool-grid .tool-card>.text-link{margin-top:auto}.home-tool-visual{position:relative;min-height:184px;margin:-8px -8px 28px;overflow:hidden;border:1px solid var(--line);background:color-mix(in srgb,var(--surface-soft) 82%,var(--surface))}.home-tool-visual--map>svg{display:block;width:100%;height:154px}.home-map-links line{stroke:color-mix(in srgb,var(--accent) 52%,var(--line));stroke-dasharray:130;stroke-dashoffset:130;stroke-width:1.5}:root[data-theme=dark] .home-map-links line{stroke:#ffffffc7}.is-visible .home-map-links line{animation:home-map-draw .4s .12s ease-out forwards}.home-map-node{opacity:0;transform-box:fill-box;transform-origin:center;transform:scale(.75)}.is-visible .home-map-node{animation:home-map-node-in .26s .25s ease-out forwards}.is-visible .home-map-node:nth-child(3){animation-delay:.28s}.is-visible .home-map-node:nth-child(4){animation-delay:.32s}.is-visible .home-map-node:nth-child(5){animation-delay:.36s}.is-visible .home-map-node:nth-child(6){animation-delay:.4s}.home-map-node circle{fill:var(--surface);stroke:var(--line-strong)}.home-map-node text{fill:var(--muted);font-size:9px;font-weight:600;text-anchor:middle}.home-map-node--center text{fill:var(--accent-contrast);font-size:12px;font-weight:600}.home-map-node--center circle{fill:var(--accent);stroke:var(--accent-border);stroke-width:2}.home-tool-visual--map>span{position:absolute;right:12px;bottom:10px;display:inline-flex;align-items:center;gap:6px;color:var(--accent-text);font-size:.64rem;font-weight:600}.home-tool-visual--quiz{display:grid;align-content:center;gap:9px;padding:21px}.home-quiz-progress{height:4px;margin-bottom:4px;overflow:hidden;background:var(--line)}.home-quiz-progress span{display:block;width:0;height:100%;background:var(--accent)}.is-visible .home-quiz-progress span{animation:home-quiz-progress .4s .18s ease-out forwards}.home-quiz-row,.home-quiz-result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);background:var(--surface);opacity:0;transform:translateY(10px)}.home-quiz-row span{color:var(--muted);font-size:.65rem}.home-quiz-row strong{font-size:.72rem}.home-quiz-result{justify-content:flex-start;color:var(--accent-text);transform:translateY(10px)}.home-quiz-result span{color:var(--fg);font-size:.72rem;font-weight:600}.home-quiz-result b{color:var(--accent-text)}.is-visible .home-quiz-row,.is-visible .home-quiz-result{animation:home-tool-detail-in .26s .22s ease-out forwards}.is-visible .home-quiz-row:nth-of-type(3){animation-delay:.28s}.is-visible .home-quiz-result{animation-delay:.34s}.home-tool-visual--ai{display:flex;justify-content:center;flex-direction:column;gap:10px;padding:20px}.home-tool-visual--ai p{width:fit-content;max-width:88%;margin:0;padding:10px 12px;border:1px solid var(--line);background:var(--surface);font-size:.68rem;line-height:1.4;opacity:0;transform:translateY(10px)}.home-tool-visual--ai p:nth-child(2){align-self:flex-end;color:#fff;background:var(--accent);transform:translateY(10px)}.home-tool-visual--ai>span{display:inline-flex;align-items:center;gap:6px;margin-top:2px;color:var(--muted);font-size:.62rem;font-weight:600;opacity:0}.home-tool-visual--ai i{width:7px;height:7px;border-radius:50%;background:#25aa68;box-shadow:0 0 0 4px color-mix(in srgb,#25aa68 15%,transparent)}.is-visible .home-tool-visual--ai p,.is-visible .home-tool-visual--ai>span{animation:home-tool-detail-in .28s .18s ease-out forwards}.is-visible .home-tool-visual--ai p:nth-child(2){animation-delay:.26s}.is-visible .home-tool-visual--ai>span{animation-delay:.34s}@keyframes home-map-draw{to{stroke-dashoffset:0}}@keyframes home-map-node-in{to{opacity:1;transform:scale(1)}}@keyframes home-quiz-progress{to{width:76%}}@keyframes home-tool-detail-in{to{opacity:1;transform:translateY(0)}}.home-editorial-split{display:grid;grid-template-columns:minmax(340px,.88fr) minmax(0,1.12fr);gap:clamp(48px,8vw,112px);align-items:center}.home-editorial-split--method{grid-template-columns:minmax(0,.86fr) minmax(380px,1.14fr)}.home-editorial-copy{display:grid;justify-items:start}.home-editorial-copy .lede,.home-editorial-copy>p:not(.eyebrow){max-width:590px}.home-editorial-copy>p:not(.eyebrow):not(.lede){margin:24px 0 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.home-editorial-copy>.button{margin-top:30px}.home-editorial-split--consulting .home-editorial-copy{justify-items:end;text-align:right}.home-editorial-art{position:relative;width:min(100%,580px);margin:0}.home-editorial-art img{display:block;width:100%;height:auto;box-shadow:0 30px 80px color-mix(in srgb,var(--fg) 18%,transparent)}:root[data-theme=dark] .home-editorial-art img{box-shadow:0 26px 70px color-mix(in srgb,var(--fg) 6%,transparent)}.home-editorial-art--method{justify-self:end;transform:rotate(.35deg)}.home-editorial-art--method img{box-shadow:none}:root[data-theme=dark] .home-editorial-art--method img{box-shadow:none}.home-editorial-art--consulting{width:min(100%,520px);justify-self:start;transform:rotate(-.45deg)}.home-editorial-art--consulting img{box-shadow:none}:root[data-theme=dark] .home-editorial-art--consulting img{box-shadow:none}.home-editorial-art--current-stack{width:min(100%,520px);justify-self:start;transform:rotate(-.25deg)}:root:not([data-theme=dark]) .home-page .section-title,:root:not([data-theme=dark]) .home-page .home-stack-card h3,:root:not([data-theme=dark]) .home-page .home-tool-grid .tool-card h3,:root:not([data-theme=dark]) .home-page .home-current-stack strong{color:var(--accent)}.home-email-capture{padding:var(--home-space-standard) 0;border:0;background:var(--home-offset)}.home-email-capture .newsletter-capture__heading>span,.home-email-capture .newsletter-capture form>label,.home-email-capture .newsletter-capture__submit{font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:600}.home-email-capture .newsletter-capture__heading h2{font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:600;letter-spacing:-.045em}.home-email-capture .newsletter-capture__email-row{box-shadow:none}@media(max-width:900px){.home-page{--home-space-major: clamp(88px, 13vw, 112px);--home-space-standard: clamp(72px, 11vw, 96px);--home-space-compact: clamp(58px, 9vw, 78px)}#tools .section-heading-row,#stacks .section-heading-row{grid-template-columns:1fr;align-items:start;gap:24px}.top-five-explorer{grid-template-columns:1fr;min-height:0}.top-five-tabs{order:-1;grid-auto-columns:minmax(180px,1fr);grid-auto-flow:column;grid-template-rows:none;overflow-x:auto;border-left:0;border-bottom:1px solid var(--line);scrollbar-width:thin}.top-five-tab{min-height:82px;border-right:1px solid var(--line);border-bottom:0}.top-five-tab:last-child{border-right:0}.top-five-tab.is-active{box-shadow:inset 0 -4px 0 var(--accent)}.top-five-panel{min-height:390px}.home-stack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-feature-split,.home-editorial-split,.home-current-stack-layout{grid-template-columns:1fr}.home-editorial-split--method .home-editorial-copy,.home-editorial-split--consulting .home-editorial-copy{order:1;justify-items:center;text-align:center}.home-editorial-split--method .home-editorial-art,.home-editorial-split--consulting .home-editorial-art{order:2}.home-editorial-art--method,.home-editorial-art--consulting,.home-editorial-art--current-stack{width:min(92%,580px);justify-self:center}}@media(max-width:620px){.home-page{--home-space-major: 76px;--home-space-standard: 64px;--home-space-compact: 54px}.home-hero{min-height:700px}.home-hero__veil{background:linear-gradient(0deg,#030710fa,#03071073)}:root:not([data-theme=dark]) .home-hero__veil{background:transparent}.home-hero__content{padding:70px 0 34px}.home-hero h1{font-size:clamp(1.95rem,9.9vw,2.55rem);line-height:.92}.home-hero h1 span{white-space:nowrap}:root:not([data-theme=dark]) .home-hero__content>p:not(.eyebrow){text-shadow:none}.home-hero__trust{display:none}.top-five-tabs{grid-auto-columns:minmax(190px,72vw)}.top-five-heading{margin-left:0;margin-bottom:32px}.top-five-tab{min-height:82px;padding:15px}.top-five-panel{min-height:430px;padding:30px 22px}.top-five-panel__category{margin-bottom:16px}.top-five-panel h3{font-size:clamp(1.75rem,8vw,2.45rem)}.top-five-panel__actions{align-items:flex-start;flex-direction:column;gap:16px}.top-five-panel__insight{grid-template-columns:1fr;gap:7px}.top-five-panel__actions .regional-source-links,.top-five-panel__actions .regional-source-links>a{width:100%}.top-five-panel__buttons,.top-five-profile-links,.top-five-profile-link,.top-five-source-picker,.top-five-source-trigger{width:100%}.top-five-panel__buttons,.top-five-profile-links{align-items:stretch;flex-direction:column}.top-five-source-popover{right:auto;left:0}.home-stack-grid{grid-auto-columns:minmax(270px,82vw);grid-auto-flow:column;grid-template-columns:none;gap:10px;border:0;background:transparent;margin-right:-14px;padding-bottom:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:1px;scroll-snap-type:inline mandatory;scrollbar-width:thin}.card-grid.home-tool-grid{grid-auto-columns:minmax(268px,78vw);grid-auto-flow:column;grid-template-columns:none;margin-right:-14px;padding-bottom:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin}.home-tool-grid .tool-card{min-height:440px;scroll-snap-align:start}.home-stack-card{min-height:280px;border:1px solid var(--line);scroll-snap-align:start}.home-feature-split{gap:46px}.home-editorial-split{gap:54px}.home-current-stack-layout{gap:46px}.home-editorial-art{width:calc(100% - 18px)}.home-peptide-preview{padding:20px}.home-peptide-preview__fields{gap:5px}.home-peptide-preview__fields>div{padding:10px 8px}.home-peptide-preview__result strong{font-size:clamp(3.1rem,18vw,4.6rem)}.home-current-stack{grid-template-columns:1fr;margin-right:0;overflow:visible}.home-current-stack article{min-height:76px;grid-template-columns:minmax(0,1fr);gap:6px 12px;padding:14px}.home-current-stack small{text-align:left}}@media(prefers-reduced-motion:reduce){.home-tool-grid .tool-card,.home-map-node,.home-quiz-row,.home-quiz-result,.home-tool-visual--ai p,.home-tool-visual--ai>span{opacity:1;transform:none;animation:none!important}.home-map-links line{stroke-dashoffset:0;animation:none!important}.home-quiz-progress span{width:76%;animation:none!important}.home-peptide-preview>header,.home-peptide-preview__fields>div,.home-peptide-preview__equation,.home-peptide-preview__result,.home-peptide-preview__syringe,.home-peptide-preview>footer{opacity:1;transform:none;animation:none!important}.home-peptide-preview__fill{width:10%;animation:none!important}}:root{font-family:Helvetica,Helvetica Neue,Arial,sans-serif;color:#111318;background:#f5f6f8;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f5f6f8;--surface: #ffffff;--surface-soft: #edf0f5;--surface-blue: #e8f0ff;--bg-muted: var(--surface-soft);--bg-elevated: var(--surface);--fg: #111318;--muted: #626a78;--fg-muted: var(--muted);--line: #d9dde5;--line-strong: #bbc2ce;--control-border: #878f9b;--border: var(--line);--accent: #000052;--accent-hover: #111175;--accent-text: var(--accent);--accent-border: var(--accent);--accent-contrast: #ffffff;--accent-fg: var(--accent-contrast);--focus-ring: #000052;--font-heading: Helvetica, "Helvetica Neue", Arial, sans-serif;--font-sans: Helvetica, "Helvetica Neue", Arial, sans-serif;--danger: #a52727;--warning: #8a4c00;--success: #08735a;--shadow: 0 18px 60px rgba(15, 23, 42, .08);--header-height: 56px}:root[data-theme=dark]{color:#eef0f4;background:#10101a;--bg: #10101a;--surface: #191925;--surface-soft: #222232;--surface-blue: #181831;--bg-muted: var(--surface-soft);--bg-elevated: var(--surface);--fg: #eef0f4;--muted: #a0a8b7;--fg-muted: var(--muted);--line: #343447;--line-strong: #55556b;--control-border: #737389;--border: var(--line);--accent: #000052;--accent-hover: #111175;--accent-text: color-mix(in srgb, var(--accent) 26%, white);--accent-border: color-mix(in srgb, var(--accent) 48%, white);--accent-contrast: #ffffff;--accent-fg: var(--accent-contrast);--focus-ring: #aebce8;--danger: #ff9090;--warning: #ffc47a;--success: #69d7b7;--shadow: 0 18px 60px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;color:var(--fg);background:var(--bg)}button,input,select,textarea{color:inherit;font:inherit}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img,video{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.app-shell{min-height:100vh}.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;color:var(--accent-contrast);background:var(--accent);font-size:.82rem;font-weight:800;text-decoration:none;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;z-index:100;top:0;display:grid;grid-template-columns:minmax(150px,220px) 1fr auto;align-items:center;min-height:var(--header-height);padding:0 24px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-brand{display:inline-flex;align-items:center;width:min(62px,100%);height:40px;text-decoration:none}.site-brand img{display:block;width:54px;max-width:100%;max-height:34px;object-fit:contain}:root[data-theme=dark] .site-brand img,:root[data-theme=dark] .footer-logo{filter:invert(1)}.desktop-nav{display:flex;justify-content:flex-end;gap:4px}.nav-link{padding:19px 9px 16px;border-bottom:2px solid transparent;color:var(--muted);font-size:.71rem;font-weight:800;letter-spacing:.055em;text-decoration:none;text-transform:uppercase;transition:color .16s ease,border-color .16s ease}.nav-link:hover,.nav-link.is-current{color:var(--fg);border-bottom-color:var(--accent-border)}.header-actions{display:flex;align-items:center;gap:8px;margin-left:8px}.icon-button{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:0;color:var(--fg);background:transparent;cursor:pointer}.icon-button:hover{border-color:var(--line-strong);background:var(--surface)}.menu-button{display:inline-grid}.mobile-nav{position:absolute;top:100%;right:12px;left:12px;display:grid;max-height:calc(100dvh - var(--header-height) - 16px);padding:10px;overflow-y:auto;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);overscroll-behavior:contain}.mobile-nav-link{display:flex;min-height:44px;align-items:center;padding:13px 12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.84rem;font-weight:800;text-decoration:none;text-transform:uppercase}.mobile-nav-link:last-child{border-bottom:0}.mobile-nav-link.is-current{color:var(--accent-text)}.mobile-nav-link:nth-child(-n+3){display:none}.site-main{min-height:calc(100vh - var(--header-height))}.site-main--map{height:calc(100dvh - var(--header-height));min-height:0;overflow:hidden}.research-map-route,.research-map-route>div{width:100%;height:calc(100dvh - var(--header-height))!important;min-height:0}.route-loader{display:grid;place-items:center;height:100%;color:var(--muted);font-weight:700}.page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:72px 0 100px}.page--narrow{width:min(760px,calc(100% - 40px))}.page-kicker,.eyebrow{margin:0 0 14px;color:var(--accent-text);font-size:.72rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.page-title,.display-title,.section-title{max-width:920px;margin:0;color:var(--fg);font-weight:800;letter-spacing:-.055em;line-height:.94}.display-title{font-size:clamp(3rem,8vw,7.2rem)}.page-title{font-size:clamp(2.7rem,7vw,6rem)}.section-title{font-size:clamp(2.25rem,5vw,4.8rem)}.lede{max-width:720px;margin:24px 0 0;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.section{padding:clamp(64px,10vw,120px) 0;border-top:1px solid var(--line)}.section--blue{background:var(--surface-blue)}.section--surface{background:var(--surface)}.section-inner{width:min(1180px,calc(100% - 40px));margin:0 auto}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:38px}.section-heading-row p{max-width:540px;margin:0;color:var(--muted);line-height:1.65}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.button,.button-secondary,.text-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 17px;border:1px solid var(--accent);border-radius:2px;font-size:.75rem;font-weight:850;letter-spacing:.055em;text-decoration:none;text-transform:uppercase;cursor:pointer}.button{color:var(--accent-contrast);background:var(--accent)}.button:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.button-secondary{color:var(--fg);border-color:var(--line-strong);background:transparent}.button-secondary:hover{border-color:var(--fg);background:var(--surface)}.text-link{min-height:auto;padding:0 0 3px;border-width:0 0 1px;color:var(--accent-text)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card{display:flex;flex-direction:column;min-width:0;padding:24px;border:1px solid var(--line);background:var(--surface)}.card:hover{border-color:var(--line-strong)}.card h2,.card h3{margin:0;color:var(--fg);font-size:1.35rem;letter-spacing:-.03em}.card p{color:var(--muted);line-height:1.6}.card .text-link{align-self:flex-start;margin-top:auto}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.tag{padding:5px 8px;border:1px solid var(--line);color:var(--muted);font-size:.68rem;font-weight:750;text-transform:uppercase}.notice{padding:18px 20px;border:1px solid var(--line);color:var(--muted);background:var(--surface-soft);font-size:.9rem;line-height:1.6}.notice strong{color:var(--fg)}.notice--warning{border-left-color:var(--warning)}.notice--danger{border-left-color:var(--danger)}.field{display:grid;gap:7px}.field label,.field-label{color:var(--fg);font-size:.78rem;font-weight:750}.input,.select,.textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid var(--line-strong);border-radius:2px;color:var(--fg);background:var(--surface)}.textarea{min-height:140px;resize:vertical}.form-grid{display:grid;gap:16px}.form-status{margin:0;color:var(--muted);font-size:.9rem}.form-status.is-error{color:var(--danger)}.turnstile-container,.turnstile-slot{max-width:100%}.turnstile-error{margin:8px 0 0;color:var(--danger);font-size:.82rem;line-height:1.45}.turnstile-development-state{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:min(100%,320px);min-height:66px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:4px;color:var(--muted);background:var(--surface)}.turnstile-development-state>svg:first-child{color:var(--accent-text)}.turnstile-development-state>svg:last-child{color:var(--success)}.turnstile-development-state span{display:grid;gap:3px}.turnstile-development-state strong{color:var(--fg);font-size:.76rem}.turnstile-development-state small{font-size:.67rem}.turnstile-development-state.is-ready{border-color:color-mix(in srgb,var(--success) 45%,var(--line));background:color-mix(in srgb,var(--success) 6%,var(--surface))}.prose{color:var(--muted);font-size:1rem;line-height:1.75}.prose h2,.prose h3{margin:2em 0 .6em;color:var(--fg);letter-spacing:-.03em}.prose a{color:var(--accent-text)}.empty-state{padding:48px 24px;border:1px dashed var(--line-strong);color:var(--muted);text-align:center}.site-footer{padding:64px 32px 24px;border-top:1px solid var(--line);background:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.6fr .7fr .8fr;gap:40px;width:min(1180px,100%);margin:0 auto 56px}.footer-grid>div{display:grid;align-content:start;gap:11px}.footer-grid p{max-width:440px;margin:4px 0 0;color:var(--muted);line-height:1.6}.footer-grid strong{margin-bottom:5px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.footer-grid a{color:var(--muted);font-size:.9rem;text-decoration:none}.footer-grid a:hover{color:var(--accent-text)}.footer-logo{width:124px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;width:min(1180px,100%);margin:0 auto;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem;text-transform:uppercase}@media(max-width:900px){.site-header{grid-template-columns:minmax(140px,1fr) auto auto}.icon-button{width:44px;height:44px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){:root{--header-height: 52px}.site-header{grid-template-columns:minmax(140px,1fr) auto;padding:0 12px}.desktop-nav{display:none}.site-brand img{width:48px;max-width:48px}.mobile-nav{right:8px;left:8px}.mobile-nav-link:nth-child(-n+3){display:flex}.page,.section-inner{width:min(calc(100% - 28px),1180px)}.page{padding:52px 0 72px}.section{padding:64px 0}.section-heading-row{display:grid;align-items:start}.card-grid{grid-template-columns:1fr}.site-footer{padding:48px 20px 22px}.footer-grid{grid-template-columns:1fr;margin-bottom:38px}.footer-bottom{display:grid}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.region-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px}.region-toggle>span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.region-toggle>div{display:inline-grid;grid-template-columns:repeat(3,minmax(48px,1fr));border:1px solid var(--line);background:var(--surface)}.region-toggle button{min-height:44px;padding:0 13px;border:0;border-right:1px solid var(--line);color:var(--muted);background:transparent;font-size:.7rem;font-weight:900;cursor:pointer}.region-toggle button:last-child{border-right:0}.region-toggle button:hover,.region-toggle button.is-active{color:var(--accent-contrast);background:var(--accent)}.regional-source-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.regional-source-links>a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid var(--line-strong);color:var(--fg);background:var(--surface);font-size:.72rem;font-weight:850;text-decoration:none}.regional-source-links>a:hover{border-color:var(--accent-border);color:var(--accent-text)}.regional-source-links>small{flex-basis:100%;color:var(--muted);font-size:.64rem}.regional-source-links--empty{color:var(--muted);font-size:.75rem}.regional-source-links--empty a{min-height:auto;padding:0 0 2px;border:0;border-bottom:1px solid currentColor;color:var(--accent-text);background:transparent}.newsletter-capture{width:100%;color:var(--fg)}.newsletter-capture__heading{display:grid;justify-items:center;text-align:center}.newsletter-capture__heading>span{margin-bottom:10px;color:var(--accent-text);font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.newsletter-capture__heading h2{max-width:720px;margin:0;font-size:clamp(2rem,4.8vw,4.6rem);letter-spacing:-.055em;line-height:.96}.newsletter-capture__heading p{max-width:650px;margin:17px 0 0;color:var(--muted);line-height:1.65}.newsletter-capture__heading .newsletter-capture__supporting-copy{margin-top:10px}.newsletter-capture form{display:grid;max-width:620px;gap:10px;margin:28px auto 0}.newsletter-capture form>label{color:var(--muted);font-size:.7rem;font-weight:800}.newsletter-capture__email-row{border:1px solid var(--line-strong);background:var(--surface);box-shadow:var(--shadow)}.newsletter-capture__email-row input{min-width:0;min-height:52px;padding:0 15px;border:0;color:var(--fg);background:transparent}.newsletter-capture__verification{display:grid;justify-items:center;gap:10px;min-height:132px;padding:17px;border:1px solid var(--line-strong);background:var(--surface)}.newsletter-capture__verification>p{margin:0;color:var(--muted);font-size:.8rem;text-align:center}.newsletter-capture__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:0 17px;border:0;color:var(--accent-contrast);background:var(--accent);font-size:.72rem;font-weight:900;text-transform:uppercase;cursor:pointer}.newsletter-capture__submit:hover{background:var(--accent-hover)}.newsletter-capture__submit:disabled{opacity:.65;cursor:not-allowed}.newsletter-capture .turnstile-container{display:grid;justify-content:center}.newsletter-capture>small{display:block;max-width:620px;margin:13px auto 0;color:var(--muted);font-size:.66rem;line-height:1.55;text-align:center}.newsletter-capture>small a,.newsletter-capture__dev-link{color:var(--accent-text)}.newsletter-capture__message{max-width:620px;margin:14px auto 0;padding:11px 13px;border:1px solid var(--line);background:var(--surface-soft);font-size:.82rem}.newsletter-capture__dev-link{display:block;margin-top:10px;font-size:.78rem;text-align:center}.newsletter-capture--verified{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;max-width:700px;margin:0 auto;padding:22px;border:1px solid var(--line);background:var(--surface)}.newsletter-capture--verified>svg{color:var(--success)}.newsletter-capture--verified p{margin:4px 0 0;color:var(--muted);font-size:.82rem}.newsletter-capture--verified a{display:inline-flex;align-items:center;gap:7px;color:var(--accent-text);font-size:.75rem;font-weight:850;text-decoration:none}.newsletter-capture.is-compact .newsletter-capture__heading h2{font-size:clamp(2rem,6vw,3.5rem)}.newsletter-capture.is-compact .newsletter-capture__heading p{font-size:.9rem}.newsletter-popup,.consent-gate{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:#04070cb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.newsletter-popup{z-index:900}.consent-gate{z-index:1000}.newsletter-popup__panel{position:relative;width:min(760px,100%);max-height:calc(100dvh - 32px);padding:clamp(34px,5vw,58px);overflow-y:auto;border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 8%,transparent),transparent 48%),var(--surface);box-shadow:0 30px 100px #00000059}.newsletter-popup__close{position:absolute;z-index:1;top:12px;right:12px;display:grid;width:40px;height:40px;place-items:center;padding:0;border:1px solid var(--line);color:var(--muted);background:var(--surface);cursor:pointer}.consent-gate__panel{width:min(570px,100%);padding:clamp(28px,6vw,52px);border:1px solid var(--line);color:var(--fg);background:var(--surface);box-shadow:0 32px 110px #0000006b;text-align:center}.consent-gate__icon{display:grid;width:58px;height:58px;place-items:center;margin:0 auto 22px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--line));color:var(--accent-text);background:color-mix(in srgb,var(--accent) 7%,transparent)}.consent-gate__eyebrow{margin:0 0 10px;color:var(--accent-text);font-size:.68rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.consent-gate h2{margin:0;font-size:clamp(2rem,6vw,4rem);letter-spacing:-.055em;line-height:.98}.consent-gate__panel>p:not(.consent-gate__eyebrow){margin:18px 0 0;color:var(--muted);line-height:1.65}.consent-gate__check{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;margin:26px 0 0;padding:15px;border:1px solid var(--line);background:var(--surface-soft);color:var(--fg);font-size:.82rem;line-height:1.5;text-align:left;cursor:pointer}.consent-gate__check input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent)}.consent-gate__panel>button{width:100%;min-height:50px;margin-top:14px;border:0;color:var(--accent-contrast);background:var(--accent);font-size:.74rem;font-weight:900;text-transform:uppercase;cursor:pointer}.consent-gate__panel>button:disabled{color:var(--muted);background:var(--surface-soft);cursor:not-allowed}.consent-gate__panel>a{display:inline-flex;align-items:center;gap:6px;margin-top:18px;color:var(--muted);font-size:.72rem}@media(max-width:620px){.region-toggle{align-items:stretch;flex-direction:column}.region-toggle>div{width:100%}.newsletter-capture--verified{grid-template-columns:auto minmax(0,1fr)}.newsletter-capture--verified a{grid-column:1 / -1}.newsletter-popup,.consent-gate{padding:10px}}
