html:root{--theme-transition:background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease}html:root[data-theme=light]{color-scheme:light;--bg:#fff;--surface:#f7f8fb;--surface-strong:#fff;--text:#111827;--muted:#5b6472;--border:#e5e7eb;--accent:#2563eb;--accent-dark:#1d4ed8;--header-bg:#ffffffdb;--page-gradient:radial-gradient(circle at top left, #2563eb1a, transparent 32rem), linear-gradient(180deg, #fff 0%, #f8fafc 100%);--hero-panel-bg:#ffffffc7;--shadow-soft:0 20px 60px #0f172a14;--shadow-card:0 14px 36px #0f172a12}html:root[data-theme=dark]{color-scheme:dark;--bg:#070b14;--surface:#0f172a;--surface-strong:#111c33;--text:#f8fafc;--muted:#b6c2d3;--border:#243149;--accent:#7dd3fc;--accent-dark:#38bdf8;--header-bg:#070b14d1;--page-gradient:radial-gradient(circle at top left, #38bdf82e, transparent 34rem), radial-gradient(circle at 75% 15%, #6366f129, transparent 30rem), linear-gradient(180deg, #070b14 0%, #0b1120 100%);--hero-panel-bg:#0f172ab8;--shadow-soft:0 24px 70px #00000057;--shadow-card:0 18px 46px #00000047}html,body{min-height:100%}body{background:var(--page-gradient,var(--bg));color:var(--text);transition:var(--theme-transition)}.site-header{z-index:30;background:var(--header-bg);backdrop-filter:blur(16px);transition:var(--theme-transition);position:sticky;top:0}.site-footer{transition:var(--theme-transition)}.logo,h1,h2,h3,strong{color:var(--text)}.card,.article-list li{box-shadow:var(--shadow-card);transition:var(--theme-transition)}.card:hover{background:var(--surface-strong);text-decoration:none;transform:translateY(-2px)}.home-hero{grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:32px;padding:64px 0 56px;display:grid}.home-hero--compact{grid-template-columns:minmax(0,760px) 340px}.home-hero__copy{max-width:780px}.home-hero__panel{border:1px solid var(--border);background:var(--hero-panel-bg);box-shadow:var(--shadow-soft);backdrop-filter:blur(18px);border-radius:24px;padding:22px}.home-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.button{border:1px solid var(--border);min-height:44px;transition:var(--theme-transition);border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-weight:750;display:inline-flex}.button--primary{color:#fff;background:#2563eb;border-color:#2563eb}html:root[data-theme=dark] .button--primary{color:#06111f;background:#7dd3fc;border-color:#7dd3fc}.button--secondary{color:var(--text);background:var(--surface)}.button:hover{text-decoration:none;transform:translateY(-1px)}.theme-switch{gap:14px;display:grid}.theme-switch__label{color:var(--text);margin:0;font-size:.95rem;font-weight:800}.theme-switch__status{color:var(--muted);margin:4px 0 0;font-size:.88rem}.theme-switch__controls{border:1px solid var(--border);background:var(--surface);border-radius:999px;grid-template-columns:repeat(3,1fr);gap:8px;padding:6px;display:grid}.theme-switch__controls button{cursor:pointer;color:var(--muted);font:inherit;transition:var(--theme-transition);background:0 0;border:0;border-radius:999px;padding:9px 10px;font-size:.9rem;font-weight:750}.theme-switch__controls button[aria-pressed=true]{background:var(--text);color:var(--bg);box-shadow:var(--shadow-card)}.theme-note{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.theme-note p{margin:0;font-size:.92rem}.home-section{margin-top:28px}@media (width<=860px){.home-hero,.home-hero--compact{grid-template-columns:1fr;padding-top:36px}.home-hero__panel{max-width:520px}}@media (width<=520px){.theme-switch__controls{border-radius:18px;grid-template-columns:1fr}.theme-switch__controls button{border-radius:14px}}.article-page{width:100%;max-width:1120px;margin:0 auto}.article-header{max-width:780px;margin:0 auto 34px;padding:18px 0 10px}.article-breadcrumb{width:fit-content;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;align-items:center;margin-bottom:18px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.article-breadcrumb:hover{text-decoration:underline}.article-header h1{letter-spacing:-.075em;max-width:860px;color:var(--text);margin:0 0 18px;font-size:clamp(2.25rem,6vw,4.65rem);line-height:.98}.article-dek{max-width:720px;color:var(--muted);margin:0;font-size:clamp(1.05rem,2vw,1.22rem);line-height:1.7}.article-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin-top:22px;font-size:.92rem;display:flex}.article-meta span{align-items:center;display:inline-flex}.article-meta span:not(:last-child):after{content:"•";color:var(--border);margin-left:14px}.article-tested{max-width:720px;color:var(--muted);margin:18px 0 0;font-size:.96rem}.article-tested strong{color:var(--text)}.article-tags{flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none;display:flex}.article-tags li{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);color:var(--muted);border-radius:999px;padding:5px 10px;font-size:.82rem;line-height:1.2}.article-body{width:100%;max-width:760px;color:var(--text);margin:0 auto}.article-body>:first-child{margin-top:0}.article-body p{color:var(--muted);margin:0 0 1.15rem}.article-body strong{color:var(--text);font-weight:760}.article-body a{text-underline-offset:.18em}.article-body h2{letter-spacing:-.045em;color:var(--text);margin:3.25rem 0 1rem;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.12}.article-body h3{letter-spacing:-.025em;color:var(--text);margin:2.35rem 0 .8rem;font-size:clamp(1.22rem,2vw,1.55rem);line-height:1.25}.article-body h4{color:var(--text);margin:2rem 0 .65rem;font-size:1.08rem;line-height:1.35}.article-body ul,.article-body ol{color:var(--muted);margin:1rem 0 1.35rem;padding-left:1.35rem}.article-body li+li{margin-top:.42rem}.article-body figure{width:min(960px,100vw - 40px);max-width:960px;margin:2.25rem 50% 2.55rem;transform:translate(-50%)}.article-body figure:first-child{width:min(1120px,100vw - 40px);max-width:1120px;margin-top:0;margin-bottom:3rem}.article-body img{border:1px solid color-mix(in srgb, var(--border) 78%, transparent);background:#fff;border-radius:22px;width:100%;max-width:100%;height:auto;display:block;box-shadow:0 22px 70px #0003}.article-body figure:first-child img{border-radius:24px}.article-body figcaption{max-width:760px;color:var(--muted);text-align:left;margin:.75rem auto 0;font-size:.92rem;line-height:1.55}.article-body table{border-collapse:collapse;border:1px solid var(--border);border-radius:16px;width:100%;margin:1.5rem 0 2rem;font-size:.96rem;overflow:hidden}.article-body th,.article-body td{border-bottom:1px solid var(--border);vertical-align:top;text-align:left;padding:.78rem .9rem}.article-body th{color:var(--text);background:color-mix(in srgb, var(--surface) 88%, transparent);font-weight:760}.article-body td{color:var(--muted)}.article-body tr:last-child td{border-bottom:0}.article-body :not(pre)>code{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);color:var(--text);border-radius:7px;padding:.12rem .34rem;font-size:.92em}.article-body pre{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);width:100%;color:var(--text);border-radius:16px;margin:1.2rem 0 1.6rem;padding:1rem 1.1rem;font-size:.92rem;line-height:1.65;overflow-x:auto}.article-body pre code{color:inherit;background:0 0;border:0;padding:0}.article-body blockquote{border-left:4px solid var(--accent);background:color-mix(in srgb, var(--surface) 86%, transparent);border-radius:0 16px 16px 0;margin:2rem 0;padding:1rem 1.2rem}.article-body blockquote p{color:var(--text);margin:0}.article-body hr{border:0;border-top:1px solid var(--border);width:100%;margin:3rem 0}.article-body h2+h3{margin-top:1.35rem}@media (width<=860px){.article-header{max-width:100%;margin-bottom:28px}.article-header h1{letter-spacing:-.055em}.article-body{max-width:100%}.article-body figure,.article-body figure:first-child{width:100%;max-width:100%;margin:1.8rem 0 2.2rem;transform:none}.article-body img,.article-body figure:first-child img{border-radius:18px}.article-body figcaption{max-width:100%;padding:0 2px}.article-meta{gap:5px;display:grid}.article-meta span:not(:last-child):after{display:none}}@media (width<=520px){main{padding-left:16px;padding-right:16px}.article-header{padding-top:4px}.article-header h1{font-size:clamp(2.05rem,12vw,3rem)}.article-dek{font-size:1rem}.article-body p,.article-body li{font-size:1rem;line-height:1.78}.article-body h2{margin-top:2.65rem}.article-body table{white-space:nowrap;display:block;overflow-x:auto}.article-body pre{border-radius:14px;font-size:.86rem}}:root{--article-wide:1120px}@supports selector(main:has(.article-page)){main:has(.article-page){max-width:var(--article-wide)}}.article-page,.article-header{width:100%;max-width:var(--article-wide);margin-left:auto;margin-right:auto}.article-header h1,.article-dek,.article-tested{width:100%;max-width:var(--article-wide)}.article-body{width:100%;max-width:var(--article-wide);margin-left:auto;margin-right:auto}.article-body p,.article-body ul,.article-body ol,.article-body blockquote,.article-body pre,.article-body table,.article-body hr,.article-body h2,.article-body h3,.article-body h4{width:100%;max-width:var(--article-wide)}.article-body figure,.article-body figure:first-child{width:100%;max-width:var(--article-wide);margin-left:auto;margin-right:auto;transform:none}.article-body img{width:100%;max-width:100%;height:auto;display:block}.article-body figcaption{width:100%;max-width:var(--article-wide);margin-left:auto;margin-right:auto}.article-body p,.article-body li{font-size:clamp(1.05rem,1.15vw,1.12rem);line-height:1.85}.article-body h2{margin-top:3.5rem}.article-body h3{margin-top:2.6rem}.article-body table{table-layout:auto}@media (width>=861px){.article-header{margin-bottom:38px;padding-top:28px}.article-header h1{font-size:clamp(3.2rem,5.2vw,5.35rem);line-height:.96}.article-dek{font-size:1.18rem;line-height:1.75}.article-body figure{margin-top:2.5rem;margin-bottom:2.85rem}.article-body figure:first-child{margin-top:0;margin-bottom:3.25rem}}@media (width<=860px){:root{--article-wide:100%}main:has(.article-page){max-width:100%}.article-page,.article-header,.article-body,.article-body figure,.article-body figure:first-child,.article-body img,.article-body figcaption{width:100%;max-width:100%}.article-body figure,.article-body figure:first-child{margin-left:0;margin-right:0;transform:none}}html,body{overflow-x:hidden}.article-page,.article-header,.article-body,.article-body figure,.article-body img{min-width:0}body>header,.site-header{z-index:1000;background:color-mix(in srgb, var(--bg) 84%, transparent);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent);position:sticky;top:0}.article-toc{width:100%;max-width:var(--article-wide,1120px);border:1px solid color-mix(in srgb, var(--border) 82%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--surface) 80%, transparent));border-radius:22px;margin:0 auto 3rem;padding:1.15rem 1.25rem;box-shadow:0 18px 60px #0000001f}.article-toc-title{color:var(--text);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .85rem;font-size:.82rem;font-weight:850}.article-toc ol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem 1rem;margin:0;padding:0;list-style:none;display:grid}.article-toc li{min-width:0;margin:0}.article-toc a{color:var(--muted);border-radius:12px;padding:.48rem .58rem;font-size:.95rem;line-height:1.35;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:block}.article-toc a:hover{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--text);transform:translate(2px)}.article-toc .toc-depth-3 a{color:color-mix(in srgb, var(--muted) 86%, transparent);padding-left:1.15rem;font-size:.9rem}.article-toc .toc-depth-3 a:before{content:"↳";color:var(--accent);margin-right:.4rem}@media (width<=860px){body>header,.site-header{position:sticky;top:0}.article-toc{border-radius:18px;max-width:100%;margin-bottom:2.4rem;padding:1rem}.article-toc ol{grid-template-columns:1fr;gap:.25rem}.article-toc a{padding:.58rem .55rem;font-size:.96rem}.article-toc .toc-depth-3 a{padding-left:1rem}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:105px}}@media (width<=520px){.article-toc{margin-bottom:2rem}.article-toc-title{font-size:.78rem}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:95px}}.site-header,body>header,body>header.site-header{z-index:1000;border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 32px #0000001a;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:none!important;position:sticky!important;top:0!important;left:auto!important;right:auto!important;transform:none!important}html{scroll-behavior:smooth}.article-toc ol{margin:0;padding:0;list-style:none;grid-template-columns:1fr!important;gap:.34rem!important;display:grid!important}.article-toc li,.article-toc .toc-depth-2,.article-toc .toc-depth-3{margin:0!important}.article-toc a,.article-toc .toc-depth-2 a,.article-toc .toc-depth-3 a{color:var(--muted);border-radius:12px;line-height:1.38;text-decoration:none;display:block;padding:.64rem .72rem!important;font-size:.98rem!important}.article-toc .toc-depth-3 a:before{content:none!important}.article-toc .toc-depth-3 a{padding-left:.72rem!important}@media (width<=860px){.site-header,body>header,body>header.site-header{border-radius:0!important;width:100%!important;max-width:none!important;position:sticky!important;top:0!important;transform:none!important}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:128px}.article-toc ol{grid-template-columns:1fr!important}}@media (width<=520px){.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:140px}.article-toc a,.article-toc .toc-depth-2 a,.article-toc .toc-depth-3 a{padding:.68rem .62rem!important;font-size:.96rem!important}}:root{--site-header-max-width:1120px;--site-header-side-gap:20px}.site-header,body>header,body>header.site-header{z-index:1000;-webkit-backdrop-filter:blur(18px);box-shadow:0 10px 32px #0000001a;width:min(var(--site-header-max-width), calc(100vw - (var(--site-header-side-gap) * 2)))!important;max-width:var(--site-header-max-width)!important;border-left:1px solid color-mix(in srgb, var(--border) 76%, transparent)!important;border-right:1px solid color-mix(in srgb, var(--border) 76%, transparent)!important;border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent)!important;background:color-mix(in srgb, var(--bg) 90%, transparent)!important;border-top:0!important;border-radius:0 0 18px 18px!important;margin-left:auto!important;margin-right:auto!important;position:sticky!important;top:0!important;left:auto!important;right:auto!important;transform:none!important}body{padding-top:0!important}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:112px}@media (width<=860px){:root{--site-header-side-gap:12px}.site-header,body>header,body>header.site-header{width:calc(100vw - (var(--site-header-side-gap) * 2))!important;max-width:calc(100vw - (var(--site-header-side-gap) * 2))!important;border-radius:0 0 16px 16px!important}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:128px}}@media (width<=520px){:root{--site-header-side-gap:8px}.site-header,body>header,body>header.site-header{width:calc(100vw - (var(--site-header-side-gap) * 2))!important;max-width:calc(100vw - (var(--site-header-side-gap) * 2))!important;border-radius:0 0 14px 14px!important}.article-body h2,.article-body h3,.article-body h4{scroll-margin-top:140px}}.site-header,body>header,body>header.site-header{box-sizing:border-box}@media (width<=1120px){:root{--site-header-side-gap:0px}.site-header,body>header,body>header.site-header{border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent)!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;transform:none!important}}@media (width<=860px){:root{--site-header-side-gap:0px}.site-header,body>header,body>header.site-header{border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}@media (width<=520px){:root{--site-header-side-gap:0px}.site-header,body>header,body>header.site-header{border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}}.category-premium{width:100%;max-width:1120px;margin:0 auto}.category-hero{padding:72px 0 54px}.category-hero__content{max-width:820px}.category-eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 14px;font-size:.76rem;font-weight:850}.category-hero h1{max-width:880px;color:var(--text);letter-spacing:-.08em;margin:0;font-size:clamp(2.8rem,7vw,5.4rem);line-height:.94}.category-lead{max-width:720px;color:var(--muted);margin:24px 0 0;font-size:clamp(1.06rem,2vw,1.24rem);line-height:1.72}.category-stats{color:var(--muted);flex-wrap:wrap;gap:10px 16px;margin-top:24px;font-size:.94rem;display:flex}.category-stats span{align-items:center;display:inline-flex}.category-stats span:not(:last-child):after{content:"•";color:var(--border);margin-left:16px}.category-topics{flex-wrap:wrap;gap:8px;margin:26px 0 0;padding:0;list-style:none;display:flex}.category-topics li,.article-card-tags li{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 82%, transparent);color:var(--muted);border-radius:999px}.category-topics li{padding:7px 12px;font-size:.88rem;font-weight:700}.category-section{margin-top:46px}.category-section--featured{margin-top:24px}.category-section__heading{margin-bottom:18px}.category-section__heading h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(1.7rem,3vw,2.4rem)}.featured-guide{border:1px solid var(--border);background:linear-gradient(135deg, color-mix(in srgb, var(--surface-strong) 94%, transparent), color-mix(in srgb, var(--surface) 88%, transparent));box-shadow:var(--shadow-soft);transition:var(--theme-transition);border-radius:28px;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:0;text-decoration:none;display:grid;overflow:hidden}.featured-guide:hover{border-color:color-mix(in srgb, var(--accent) 46%, var(--border));text-decoration:none;transform:translateY(-3px)}.featured-guide__media,.category-card__media{background:radial-gradient(circle at 25% 20%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 34%), linear-gradient(135deg, var(--surface), var(--surface-strong));position:relative;overflow:hidden}.featured-guide__media{min-height:360px}.featured-guide__media img,.category-card__media img{object-fit:cover;width:100%;height:100%;display:block}.featured-guide__body{flex-direction:column;justify-content:center;padding:clamp(24px,4vw,42px);display:flex}.article-badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.article-badges span{border:1px solid color-mix(in srgb, var(--accent) 36%, var(--border));color:var(--accent);background:color-mix(in srgb, var(--surface) 78%, transparent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:850}.featured-guide h3,.category-card h3{color:var(--text);letter-spacing:-.045em;margin:0}.featured-guide h3{font-size:clamp(2rem,4vw,3.35rem);line-height:1}.featured-guide p,.category-card p{color:var(--muted)}.featured-guide p{margin:18px 0 0;font-size:1.06rem;line-height:1.72}.article-card-meta{color:var(--muted);flex-wrap:wrap;gap:8px 14px;margin-top:18px;font-size:.9rem;display:flex}.article-card-meta span{align-items:center;display:inline-flex}.article-card-meta span:not(:last-child):after{content:"•";color:var(--border);margin-left:14px}.article-card-tags{flex-wrap:wrap;gap:7px;margin:16px 0 0;padding:0;list-style:none;display:flex}.article-card-tags li{padding:5px 9px;font-size:.78rem;line-height:1.2}.featured-guide__cta{width:fit-content;color:var(--text);margin-top:24px;font-size:.96rem;font-weight:850}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.category-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 90%, transparent);box-shadow:var(--shadow-card);transition:var(--theme-transition);border-radius:24px;text-decoration:none;overflow:hidden}.category-card:hover{border-color:color-mix(in srgb, var(--accent) 42%, var(--border));background:var(--surface-strong);text-decoration:none;transform:translateY(-3px)}.category-card__media{aspect-ratio:16/9}.category-card__body{padding:18px}.category-card h3{font-size:1.18rem;line-height:1.14}.category-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:3.2em;margin:12px 0 0;font-size:.95rem;line-height:1.62;display:-webkit-box;overflow:hidden}.category-image-fallback{background:radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 30%), radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--accent-dark) 18%, transparent), transparent 34%), linear-gradient(135deg, var(--surface), var(--surface-strong));place-items:center;width:100%;height:100%;min-height:220px;display:grid}.category-image-fallback span{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--border));color:var(--accent);background:color-mix(in srgb, var(--bg) 58%, transparent);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;padding:8px 13px;font-size:.78rem;font-weight:850}.category-empty{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);max-width:680px;box-shadow:var(--shadow-card);border-radius:24px;margin-top:48px;padding:26px}.category-empty h2{color:var(--text);letter-spacing:-.045em;margin:0;font-size:clamp(1.6rem,3vw,2.2rem)}.category-empty p,.category-muted{color:var(--muted)}.category-muted{margin:0}@media (width<=980px){.featured-guide{grid-template-columns:1fr}.featured-guide__media{aspect-ratio:16/9;min-height:auto}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.category-hero{padding:44px 0 34px}.category-stats{gap:7px;display:grid}.category-stats span:not(:last-child):after{display:none}.featured-guide{border-radius:22px}.featured-guide__body{padding:22px}.featured-guide h3{font-size:clamp(1.75rem,9vw,2.35rem)}.category-grid{grid-template-columns:1fr}.category-card{border-radius:22px}}.site-footer{color:var(--muted)}.site-footer__inner{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.site-footer__brand,.site-footer__text{margin:0}.site-footer__brand{color:var(--text);font-weight:850}.site-footer__text{margin-top:4px;font-size:.92rem}.site-footer__nav{flex-wrap:wrap;justify-content:flex-end;gap:10px 16px;font-size:.92rem;display:flex}.site-footer__nav a{color:var(--muted);font-weight:700}.site-footer__nav a:hover{color:var(--accent)}.home-about-strip{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);box-shadow:var(--shadow-card);border-radius:24px;justify-content:space-between;align-items:center;gap:24px;margin:18px 0 44px;padding:clamp(22px,4vw,32px);display:flex}.home-about-strip h2{letter-spacing:-.05em;max-width:760px;margin:0 0 10px;font-size:clamp(1.55rem,3vw,2.2rem);line-height:1.1}.home-about-strip p:last-child{max-width:760px;margin-bottom:0}@media (width<=760px){.site-footer__inner,.home-about-strip{flex-direction:column;align-items:flex-start}.site-footer__nav{justify-content:flex-start}}.article-toc{position:relative;overflow:hidden;border:1px solid color-mix(in srgb, var(--border) 78%, transparent)!important;background:radial-gradient(circle at top left, color-mix(in srgb, var(--accent) 13%, transparent), transparent 22rem), linear-gradient(135deg, color-mix(in srgb, var(--surface-strong) 88%, transparent), color-mix(in srgb, var(--surface) 82%, transparent))!important;border-radius:26px!important;padding:clamp(1.05rem,2.4vw,1.45rem)!important;box-shadow:0 24px 70px #00000029,inset 0 1px #ffffff1a!important}.article-toc:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(#ffffff12,#0000 42%);position:absolute;inset:0}.article-toc-title{text-transform:uppercase;align-items:center;gap:.62rem;display:flex;position:relative;color:var(--text)!important;letter-spacing:.16em!important;margin:0 0 1rem!important;font-size:.78rem!important;font-weight:900!important}.article-toc-title:before{content:"";background:var(--accent);width:.58rem;height:.58rem;box-shadow:0 0 0 5px color-mix(in srgb, var(--accent) 14%, transparent);border-radius:999px}.article-toc-title:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 46%, transparent), transparent);flex:1;height:1px}.article-toc ol{counter-reset:article-toc;position:relative;grid-template-columns:1fr!important;gap:.52rem!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}.article-toc li,.article-toc .toc-depth-2,.article-toc .toc-depth-3{counter-increment:article-toc;min-width:0;margin:0!important}.article-toc a,.article-toc .toc-depth-2 a,.article-toc .toc-depth-3 a{background:color-mix(in srgb, var(--surface-strong) 56%, transparent);border:1px solid #0000;grid-template-columns:2.35rem minmax(0,1fr);align-items:center;gap:.75rem;min-height:50px;transition:background-color .17s,border-color .17s,color .17s,transform .17s,box-shadow .17s;position:relative;color:var(--muted)!important;border-radius:16px!important;padding:.68rem .82rem!important;font-size:.98rem!important;line-height:1.35!important;text-decoration:none!important;display:grid!important}.article-toc a:before,.article-toc .toc-depth-2 a:before,.article-toc .toc-depth-3 a:before{border:1px solid color-mix(in srgb, var(--border) 86%, transparent);background:color-mix(in srgb, var(--bg) 72%, transparent);width:2.35rem;height:2.35rem;color:var(--accent);letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:900;display:inline-flex;content:counter(article-toc, decimal-leading-zero)!important}.article-toc a:after,.article-toc .toc-depth-2 a:after,.article-toc .toc-depth-3 a:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 58%, transparent), transparent);transform-origin:0;height:1px;transition:transform .17s;position:absolute;bottom:.54rem;left:4.05rem;right:.9rem;transform:scaleX(0)}.article-toc a:hover,.article-toc a:focus-visible{border-color:color-mix(in srgb, var(--accent) 34%, var(--border));background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 13%, transparent), color-mix(in srgb, var(--surface-strong) 78%, transparent));transform:translate(3px);box-shadow:0 12px 30px #0000001f;color:var(--text)!important}.article-toc a:hover:after,.article-toc a:focus-visible:after{transform:scaleX(1)}.article-toc a:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 62%, transparent);outline-offset:3px}@media (width<=860px){.article-toc{border-radius:22px!important;padding:1rem!important}.article-toc a,.article-toc .toc-depth-2 a,.article-toc .toc-depth-3 a{grid-template-columns:2.1rem minmax(0,1fr);gap:.66rem;min-height:48px;padding:.64rem .68rem!important;font-size:.96rem!important}.article-toc a:before,.article-toc .toc-depth-2 a:before,.article-toc .toc-depth-3 a:before{width:2.1rem;height:2.1rem;font-size:.68rem}.article-toc a:after,.article-toc .toc-depth-2 a:after,.article-toc .toc-depth-3 a:after{left:3.55rem}}@media (width<=520px){.article-toc-title{font-size:.74rem!important}.article-toc a,.article-toc .toc-depth-2 a,.article-toc .toc-depth-3 a{border-radius:14px!important}}.logo{align-items:center;line-height:1;text-decoration:none;display:inline-flex}.logo:hover{text-decoration:none}.logo__badge{background:#fff;border:1px solid #0f172a1a;border-radius:14px;justify-content:center;align-items:center;padding:6px 10px;display:inline-flex;box-shadow:0 10px 28px #0f172a14}html:root[data-theme=dark] .logo__badge{border-color:#ffffff24;box-shadow:0 14px 34px #00000052}.logo__image{object-fit:contain;width:210px;max-width:100%;height:auto;display:block}@media (width<=720px){.logo__image{width:180px}.logo__badge{border-radius:12px;padding:5px 8px}}@media (width<=420px){.logo__image{width:155px}}:root{color-scheme:light;--bg:#fff;--surface:#f7f8fb;--text:#111827;--muted:#5b6472;--border:#e5e7eb;--accent:#2563eb;--accent-dark:#1d4ed8;--max:1120px}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark);text-decoration:underline}.site-header{max-width:var(--max);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:22px 20px;display:flex}.logo{letter-spacing:-.04em;color:var(--text);font-size:1.35rem;font-weight:800}.nav{flex-wrap:wrap;gap:14px;font-size:.95rem;display:flex}.nav a{color:var(--muted)}main{max-width:var(--max);margin:0 auto;padding:48px 20px 72px}.hero{max-width:780px;padding:56px 0}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}h1{letter-spacing:-.06em;margin:10px 0 18px;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.05}h2{letter-spacing:-.035em;margin-top:42px;font-size:clamp(1.45rem,3vw,2rem);line-height:1.2}p{color:var(--muted)}.lead{max-width:720px;font-size:1.2rem}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:28px;display:grid}.card{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:22px;display:block}.card h2,.card h3{color:var(--text);margin:0 0 8px}.article-list{gap:16px;padding:0;list-style:none;display:grid}.article-list li{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:20px}.content{max-width:760px}.content p,.content li{font-size:1.05rem}.meta{color:var(--muted);font-size:.95rem}.site-footer{max-width:var(--max);border-top:1px solid var(--border);margin:0 auto;padding:28px 20px;font-size:.95rem}@media (width<=720px){.site-header{flex-direction:column;align-items:flex-start}main{padding-top:30px}}
