:root{--accent:#1558c8;--accent-hover:#0f47a8;--accent-grad:none;--accent-grad-hover:none;--accent-soft:#e6edfd;--brand-primary:#1558c8;--bg:#fff;--bg-subtle:#f7f7f8;--bg-sunken:#e9e9ec;--bg-page:#f1f1f3;--surface:#fff;--ink:#232326;--ink-strong:#0c0c0d;--muted:#63636a;--subtle:#9c9ca3;--border:#e0e0e3;--border-strong:#cacacf;--plane-from:#e6edfd;--plane-to:#f2f6fe;--plane-border:#d3e0fb;--plane-ink:#123f92;--success:#0f8a4d;--success-soft:#dcf3e5;--success-ink:#0b6238;--danger:#d02b20;--danger-soft:#fbe4e2;--danger-ink:#93211a;--info:#1558c8;--info-soft:#e6edfd;--info-ink:#123f92;--warn:#9a6a08;--warn-soft:#f7edd6;--warn-ink:#6b4906;--surface-inverse:#16161a;--surface-inverse-fg:#fff;--surface-inverse-muted:#a8a8b3;--accent-strong:#1558c8;--accent-strong-hover:#0f47a8;--accent-strong-fg:#fff}[data-theme=dark]{--accent:#6ba3ff;--accent-hover:#8bb8ff;--accent-grad:none;--accent-grad-hover:none;--accent-soft:#16233c;--brand-primary:#6ba3ff;--bg:#101013;--bg-subtle:#17171a;--bg-sunken:#0b0b0d;--bg-page:#0e0e10;--surface:#1b1b1f;--ink:#e4e4e7;--ink-strong:#fafafa;--muted:#a3a3ac;--subtle:#71717a;--border:#2c2c33;--border-strong:#3d3d45;--plane-from:#16233c;--plane-to:#121a2b;--plane-border:#26385c;--plane-ink:#a9c8ff;--success:#3ec27d;--success-soft:#0f2c1d;--success-ink:#86efac;--danger:#f0655a;--danger-soft:#3a1414;--danger-ink:#fca5a5;--info:#6ba3ff;--info-soft:#16233c;--info-ink:#a9c8ff;--warn:#d9a53a;--warn-soft:#322611;--warn-ink:#fcd34d;--surface-inverse:#16161a;--surface-inverse-fg:#fff;--surface-inverse-muted:#a8a8b3;--accent-strong:#1f6feb;--accent-strong-hover:#3b82f6;--accent-strong-fg:#fff}:root{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--text-display:34px;--text-display-sm:32px;--text-amount:22px;--text-headline:19px;--text-title:17px;--text-ui:16px;--text-body-lg:15px;--text-body:13px;--text-body-sm:12.5px;--text-caption:11px;--text-micro:10px;--tracking-caps-sm:.03em;--tracking-caps:.04em;--tracking-caps-lg:.06em;--radius-md:10px;--radius-panel:14px;--radius-lg:16px;--radius-xl:20px;--radius-pill:999px;--shadow-sm:0 1px 2px #0c0c0d0f;--shadow-md:0 2px 8px #0c0c0d14;--shadow-accent:0 1px 3px #1558c84d;--focus-ring:0 0 0 3px var(--accent-soft);--tap-min:44px;--motion-dur:.24s;--motion-dur-fast:.16s;--motion-dur-slow:.5s;--motion-ease:cubic-bezier(.32, .72, 0, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{background:var(--bg-page);min-height:100vh;color:var(--ink);font-family:var(--font-sans);font-size:var(--text-body-lg);margin:0;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}button:not(:disabled){cursor:pointer}input[type=search]{appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;display:none}::selection{background:var(--accent-soft);color:var(--plane-ink)}h1,h2,h3,h4{color:var(--ink-strong);margin:0}:is(a,button):focus-visible{box-shadow:var(--focus-ring);outline:none}.hc-wrap{max-width:1180px;margin:0 auto;padding:0 24px}.screen{animation:hcEnter var(--motion-dur-fast) var(--motion-ease)}@keyframes hcEnter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.card,.coll-card,.art-card,.pn__card,.feedback,.list-items,.rel-list,.search-results,.browse-compact a{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.list-item,.rel-card,.search-hit{transition:background-color var(--motion-dur-fast) var(--motion-ease)}.list-item+.list-item,.rel-card+.rel-card,.search-hit+.search-hit{border-top:1px solid var(--border)}.list-item:hover,.rel-card:hover,.search-hit:hover,.coll-card:hover,.art-card:hover,.pn__card:hover,.browse-compact a:hover{background:var(--bg-subtle)}.coll-card,.art-card,.pn__card,.browse-compact a{transition:background-color var(--motion-dur-fast) var(--motion-ease)}.btn{border-radius:var(--radius-pill);white-space:nowrap;cursor:pointer;transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease), opacity var(--motion-dur-fast) var(--motion-ease), transform var(--motion-dur-fast) var(--motion-ease);border:0;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.btn--primary{background:var(--accent-strong);color:var(--accent-strong-fg)}.btn--primary:hover{background:var(--accent-strong-hover);color:var(--accent-strong-fg)}.btn--primary:active{transform:scale(.99)}.btn--soft{background:var(--accent-soft);color:var(--plane-ink)}.btn--soft:hover{opacity:.85}.btn--inverse{background:var(--surface-inverse-fg);color:var(--surface-inverse)}.btn--inverse:hover{opacity:.9}.btn--outline{color:var(--ink-strong);box-shadow:inset 0 0 0 1px var(--border-strong);background:0 0}.btn--outline:hover{color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.btn--outline:focus-visible{box-shadow:inset 0 0 0 1px var(--accent), var(--focus-ring)}.btn--sm{min-height:36px;font-size:var(--text-body);padding:0 16px}.btn--md,.btn--lg{min-height:48px;font-size:var(--text-ui);padding:0 22px}.btn--block{width:100%}.hc-header{z-index:50;background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.hc-header__inner{align-items:center;gap:20px;height:64px;display:flex}.hc-header__brand{color:var(--ink-strong);border-radius:var(--radius-md);flex-shrink:0;align-items:center;gap:10px;line-height:1;display:flex}.hc-header__mark{width:28px;height:28px;display:block}.hc-header__wordmark{letter-spacing:-.035em;white-space:nowrap;font-size:20px;font-weight:800}.hc-header__chip{font-size:var(--text-body);color:var(--muted);border-inline-start:1px solid var(--border-strong);white-space:nowrap;margin-inline-start:1px;padding-inline-start:11px;font-weight:600}img.hc-header__mark--dark,:root[data-theme=dark] img.hc-header__mark--light{display:none!important}:root[data-theme=dark] img.hc-header__mark--dark{display:block!important}.hc-headsearch{background:var(--bg-sunken);border-radius:var(--radius-pill);cursor:text;max-width:420px;height:40px;transition:box-shadow var(--motion-dur-fast) var(--motion-ease);flex:1;align-items:center;gap:10px;margin:0 auto;padding:0 14px;display:flex}.hc-headsearch:focus-within{box-shadow:var(--focus-ring)}.hc-headsearch>svg{color:var(--muted);flex-shrink:0}.hc-headsearch input{min-width:0;font:inherit;font-size:var(--text-ui);color:var(--ink);background:0 0;border:0;outline:none;flex:1}.hc-headsearch input::placeholder,.hero-search input::placeholder,.search-box input::placeholder{color:var(--muted)}.hc-headsearch kbd{font-family:var(--font-mono);font-size:var(--text-caption);color:var(--muted);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:6px;padding:1px 6px}.hc-header__right{align-items:center;gap:10px;min-width:0;margin-inline-start:auto;display:flex}.hc-header__right>:not(.lang-switch){flex-shrink:0}.theme-toggle,.lang-switch{border-radius:var(--radius-pill);background:var(--bg-sunken);border:0;align-items:center;gap:2px;height:36px;padding:3px;display:flex}.theme-toggle{color:var(--muted)}.theme-toggle__seg{border-radius:var(--radius-pill);width:34px;height:30px;color:var(--muted);transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease), box-shadow var(--motion-dur-fast) var(--motion-ease);justify-content:center;align-items:center;display:flex}.theme-toggle__seg--light,:root[data-theme=dark] .theme-toggle__seg--dark{background:var(--surface);color:var(--ink-strong);box-shadow:var(--shadow-sm)}:root[data-theme=dark] .theme-toggle__seg--light{color:var(--muted);box-shadow:none;background:0 0}.lang-switch{scrollbar-width:none;flex:0 auto;gap:1px;min-width:0;overflow-x:auto}.lang-switch::-webkit-scrollbar{display:none}.lang-switch a{border-radius:var(--radius-pill);height:30px;font-size:var(--text-body-sm);letter-spacing:var(--tracking-caps-sm);color:var(--muted);transition:color var(--motion-dur-fast) var(--motion-ease), background-color var(--motion-dur-fast) var(--motion-ease);flex:none;align-items:center;padding:0 8px;font-weight:600;display:flex}.lang-switch a:hover{color:var(--ink-strong)}.lang-switch a.is-active{color:var(--ink-strong);background:var(--surface);box-shadow:var(--shadow-sm)}html[data-lang-offer] .lang-switch a{display:none}@media (width<=720px){.lang-switch{max-width:40vw}.lang-switch a{font-size:var(--text-caption);padding:0 6px}}.progress-track{top:0;z-index:60;background:0 0;height:2px;position:fixed;inset-inline:0}.progress-track div{background:var(--accent);width:0;height:100%;transition:width .1s linear}.hero{background:var(--surface);border-bottom:1px solid var(--border);padding:64px 0 56px}.hero__inner{text-align:center;max-width:720px}.hero__eyebrow{font-size:var(--text-body);color:var(--accent);margin:0 0 14px;font-weight:600}.hero h1{font-size:clamp(28px, 4vw, var(--text-display));letter-spacing:-.02em;margin:0 0 14px;font-weight:700;line-height:1.15}.hero__sub{font-size:var(--text-title);color:var(--muted);max-width:520px;margin:0 auto 28px;line-height:1.55}.hero-search{background:var(--bg-sunken);border-radius:var(--radius-pill);cursor:text;max-width:560px;height:56px;transition:box-shadow var(--motion-dur-fast) var(--motion-ease);align-items:center;gap:12px;margin:0 auto;padding-block:0;padding-inline:18px 4px;display:flex}.hero-search:focus-within{box-shadow:var(--focus-ring)}.hero-search>svg{color:var(--muted);flex-shrink:0}.hero-search input{min-width:0;font:inherit;font-size:var(--text-ui);color:var(--ink);background:0 0;border:0;outline:none;flex:1}.hero-search .btn{flex-shrink:0;min-width:104px}.chips{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px;display:flex}.chip{font-size:var(--text-body);color:var(--ink);background:var(--bg-sunken);border-radius:var(--radius-pill);cursor:pointer;height:34px;transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease);border:0;align-items:center;padding:0 14px;font-weight:600;display:inline-flex}.chip:hover{background:var(--accent-soft);color:var(--plane-ink)}.section{padding:48px 24px 0;scroll-margin-top:80px}.section--tight{padding-top:40px}.section h2{font-size:var(--text-amount);letter-spacing:-.01em;margin:0 0 20px;font-weight:700}.section__head{margin-bottom:20px}.section__head h2{margin-bottom:4px}.section__sub{font-size:var(--text-body);color:var(--muted);margin:0}.browse-grid{grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:12px;display:grid}.pop-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;display:grid}.icon-chip{border-radius:var(--radius-panel);background:var(--accent-soft);color:var(--plane-ink);flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-chip--lg{width:44px;height:44px}.icon-chip--xl{width:52px;height:52px}.icon-chip--md{width:40px;height:40px}.icon-chip--sm{border-radius:var(--radius-pill);width:36px;height:36px}.coll-card{cursor:pointer;flex-direction:column;gap:12px;padding:18px;display:flex}.coll-card__top{justify-content:space-between;align-items:center;display:flex}.coll-card__count{font-size:var(--text-caption);color:var(--muted);background:var(--bg-sunken);border-radius:var(--radius-pill);padding:4px 10px;font-weight:600}.coll-card h3{font-size:var(--text-title);margin:0 0 4px;font-weight:700}.coll-card p{font-size:var(--text-body);color:var(--muted);margin:0;line-height:1.5}.art-card{cursor:pointer;flex-direction:column;gap:8px;padding:18px;display:flex}.art-card h3{font-size:var(--text-title);margin:0;font-weight:700;line-height:1.35}.kicker{font-size:var(--text-body);color:var(--muted);font-weight:600}.meta{font-size:var(--text-body);color:var(--muted);align-items:center;gap:6px;display:inline-flex}.meta svg{flex-shrink:0}.band-wrap{padding:40px 24px 64px}.band{background:var(--surface-inverse);border:1px solid color-mix(in srgb, var(--surface-inverse-fg) 8%, transparent);border-radius:var(--radius-xl);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.band h2{font-size:var(--text-headline);color:var(--surface-inverse-fg);margin:0 0 6px;font-weight:700}.band p{font-size:var(--text-body-lg);color:var(--surface-inverse-muted);max-width:520px;margin:0;line-height:1.5}.band--soft,.toc__aside{background:linear-gradient(135deg, var(--plane-from) 0%, var(--plane-to) 100%);border:1px solid var(--plane-border)}.band--soft{border-radius:var(--radius-xl);flex-wrap:wrap;align-items:center;gap:16px;margin-top:24px;padding:20px 24px;display:flex}.band--soft>div{flex:1;min-width:220px}.band--soft strong{font-size:var(--text-title);color:var(--plane-ink);margin-bottom:2px;font-weight:700;display:block}.band--soft span{font-size:var(--text-body);color:var(--muted)}.band--soft .btn{min-width:180px}.crumbs{font-size:var(--text-body);color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:24px;display:flex}.crumbs a{color:var(--muted);transition:color var(--motion-dur-fast) var(--motion-ease)}.crumbs a:hover{color:var(--accent)}.crumbs svg{color:var(--subtle);flex-shrink:0}.crumbs .crumbs__here{color:var(--ink)}.col-layout{grid-template-columns:236px minmax(0,1fr);align-items:start;gap:40px;display:grid}.article-layout{grid-template-columns:236px minmax(0,1fr) 208px;align-items:start;gap:40px;display:grid}.sidenav{position:sticky;top:88px}.sidenav__label{font-size:var(--text-body);color:var(--muted);margin:0 0 8px;padding-inline-start:14px;font-weight:600}.sidenav__list{flex-direction:column;gap:2px;display:flex}.sidenav__item{min-height:var(--tap-min);border-radius:var(--radius-panel);font-size:var(--text-body-lg);color:var(--ink);transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease);align-items:center;gap:12px;padding:0 14px;font-weight:400;display:flex}.sidenav__item svg{color:var(--muted);flex-shrink:0}.sidenav__item:hover{background:var(--bg-subtle)}.sidenav__item.is-active{background:var(--accent-soft);color:var(--plane-ink);font-weight:700}.sidenav__item.is-active svg{color:var(--plane-ink)}.sidenav__back{font-size:var(--text-body);color:var(--muted);transition:color var(--motion-dur-fast) var(--motion-ease);align-items:center;gap:6px;margin-bottom:12px;font-weight:600;display:inline-flex}.sidenav__back:hover{color:var(--accent)}.sidenav__siblist{flex-direction:column;gap:2px;display:flex}.sidenav__sib{border-radius:var(--radius-panel);font-size:var(--text-body-lg);color:var(--ink);transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease);padding:10px 14px;line-height:1.35}.sidenav__sib:hover{background:var(--bg-subtle)}.sidenav__sib.is-active{background:var(--accent-soft);color:var(--plane-ink);font-weight:700}.coll-head{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.coll-head h1{font-size:var(--text-amount);letter-spacing:-.01em;margin:0 0 6px;font-weight:700}.coll-head p{font-size:var(--text-body-lg);color:var(--muted);margin:0;line-height:1.5}.list-items{overflow:hidden}.list-item{align-items:center;gap:16px;padding:16px 20px;display:flex}.list-item__num{border-radius:var(--radius-pill);background:var(--bg-sunken);width:32px;height:32px;color:var(--muted);font-size:var(--text-body);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.list-item__body{flex:1;min-width:0}.list-item__body h3{font-size:var(--text-title);margin:0 0 3px;font-weight:700}.list-item__body p{font-size:var(--text-body);color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.list-item>svg{color:var(--subtle);flex-shrink:0}.art-head{margin-bottom:28px}.art-head__tags{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.tag{font-size:var(--text-caption);color:var(--muted);background:var(--bg-sunken);border-radius:var(--radius-md);padding:5px 9px;font-weight:600}.art-head h1{font-size:clamp(26px, 3.4vw, var(--text-display-sm));letter-spacing:-.02em;margin:0 0 14px;font-weight:700;line-height:1.2}.art-head__meta{font-size:var(--text-body);color:var(--muted);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:18px;padding-bottom:20px;display:flex}.art-head__meta span{align-items:center;gap:6px;display:inline-flex}.toc{position:sticky;top:88px}.toc__label{font-size:var(--text-body);color:var(--muted);margin:0 0 8px;font-weight:600}.toc__list{border-inline-start:1px solid var(--border);flex-direction:column;gap:2px;display:flex}.toc__item{font-size:var(--text-body);color:var(--muted);transition:color var(--motion-dur-fast) var(--motion-ease), border-color var(--motion-dur-fast) var(--motion-ease);border-inline-start:2px solid #0000;margin-inline-start:-1px;padding-block:6px;padding-inline:14px 0;line-height:1.4}.toc__item:hover{color:var(--ink)}.toc__item.is-active{color:var(--accent);border-inline-start-color:var(--accent);font-weight:700}.toc__aside{border-radius:var(--radius-panel);margin-top:20px;padding:16px}.toc__aside strong{font-size:var(--text-body-lg);color:var(--plane-ink);margin-bottom:4px;font-weight:700;display:block}.toc__aside p{font-size:var(--text-body);color:var(--muted);margin:0 0 12px;line-height:1.45}.feedback{margin-top:40px;padding:20px 24px}.feedback__ask{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.feedback__ask p{font-size:var(--text-title);color:var(--ink-strong);margin:0;font-weight:700}.feedback__btns{gap:8px;display:flex}.feedback__btn{min-height:var(--tap-min);font-size:var(--text-ui);color:var(--ink);background:var(--bg-sunken);border-radius:var(--radius-pill);cursor:pointer;transition:background-color var(--motion-dur-fast) var(--motion-ease), color var(--motion-dur-fast) var(--motion-ease);border:0;align-items:center;gap:8px;padding:0 18px;font-weight:700;display:inline-flex}.feedback__btn--up:hover{background:var(--success-soft);color:var(--success-ink)}.feedback__btn--down:hover{background:var(--danger-soft);color:var(--danger-ink)}.feedback__done{align-items:center;gap:12px;display:none}.feedback__done svg{color:var(--success);flex-shrink:0}.feedback__done p{font-size:var(--text-body-lg);color:var(--ink);margin:0}.feedback.is-voted .feedback__ask{display:none}.feedback.is-voted .feedback__done{display:flex}.pn{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.pn__card{cursor:pointer;flex-direction:column;flex:1;gap:3px;min-width:200px;padding:14px 18px;display:flex}.pn__card--next{text-align:end}.pn__dir{font-size:var(--text-body);color:var(--muted)}.pn__title{font-size:var(--text-body-lg);color:var(--ink-strong);font-weight:700}.related{margin-top:36px}.related h2{font-size:var(--text-headline);margin:0 0 12px;font-weight:700}.rel-list{overflow:hidden}.rel-card{align-items:center;gap:14px;padding:14px 20px;display:flex}.rel-card__body{flex:1;min-width:0}.rel-card .kicker{margin-bottom:2px;font-weight:400;display:block}.rel-card__title{font-size:var(--text-body-lg);color:var(--ink-strong);font-weight:700;line-height:1.35;display:block}.rel-card>svg{color:var(--subtle);flex-shrink:0}.search-page{max-width:800px;padding:32px 24px 72px}.search-box{background:var(--surface);border:1px solid var(--accent);border-radius:var(--radius-pill);cursor:text;height:56px;transition:box-shadow var(--motion-dur-fast) var(--motion-ease);align-items:center;gap:12px;padding:0 18px;display:flex}.search-box:focus-within{box-shadow:var(--focus-ring)}.search-box>svg{color:var(--muted);flex-shrink:0}.search-box input{min-width:0;font:inherit;font-size:var(--text-ui);color:var(--ink);background:0 0;border:0;outline:none;flex:1}.search-box__clear{background:var(--bg-sunken);border-radius:var(--radius-pill);width:32px;height:32px;color:var(--muted);cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;display:none}.search-count{font-size:var(--text-body);color:var(--muted);margin:24px 0 12px}.search-count b{color:var(--ink);font-weight:400}.search-results{overflow:hidden}.search-hit{align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.search-hit__body{flex:1;min-width:0}.search-hit__meta{font-size:var(--text-body);color:var(--muted);align-items:center;gap:8px;margin-bottom:2px;display:flex}.search-hit__meta .kicker{font-weight:400}.search-hit__meta small{font-size:var(--text-body);color:var(--muted)}.search-hit h3{font-size:var(--text-title);margin:0 0 2px;font-weight:700}.search-hit p{font-size:var(--text-body);color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.search-hit>svg{color:var(--subtle);flex-shrink:0;margin-top:8px}.search-empty{text-align:center;margin-top:44px;padding:0 20px}.search-empty__icon{border-radius:var(--radius-panel);background:var(--bg-sunken);width:56px;height:56px;color:var(--muted);justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.search-empty h2{font-size:var(--text-headline);margin:0 0 6px;font-weight:700}.search-empty p{font-size:var(--text-body-lg);color:var(--muted);max-width:400px;margin:0 auto 20px}.search-suggest{margin-top:28px}.search-suggest__label{font-size:var(--text-body);color:var(--muted);margin:0 0 10px;font-weight:600}.search-suggest .chips{justify-content:flex-start;margin-top:0;margin-bottom:32px}.search-suggest .chip{font-size:var(--text-body-lg);background:var(--surface);height:auto;min-height:36px;box-shadow:var(--shadow-sm);padding:0 16px}.search-suggest .chip:hover{background:var(--bg-subtle);color:var(--ink)}.browse-compact{grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:12px;display:grid}.browse-compact a{cursor:pointer;align-items:center;gap:14px;padding:14px 16px;display:flex}.browse-compact a>div{min-width:0}.browse-compact h3{font-size:var(--text-title);margin:0 0 2px;font-weight:700}.browse-compact small{font-size:var(--text-body);color:var(--muted)}.hc-footer{border-top:1px solid var(--border);background:var(--bg-subtle)}.hc-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:28px 24px;display:flex}.hc-footer__brand{font-size:var(--text-body);color:var(--muted)}.hc-footer__links{font-size:var(--text-body);color:var(--muted);align-items:center;gap:20px;display:flex}.hc-footer__links a{transition:color var(--motion-dur-fast) var(--motion-ease);align-items:center;gap:6px;display:inline-flex}.hc-footer__links a:hover{color:var(--accent)}@media (width<=1080px){.article-layout{grid-template-columns:236px minmax(0,1fr)}.toc{display:none}}@media (width<=860px){.article-layout,.col-layout{grid-template-columns:1fr}.sidenav{display:none}}@media (width<=600px){.tg-hide-sm,.hc-headsearch,.hc-header__chip{display:none}.hc-header__inner{gap:12px}.lang-switch{max-width:50vw}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.screen{animation:none}.btn--primary:active{transform:none}}[dir=rtl] .hc-chevron{transform:scaleX(-1)}[dir=rtl] :is(h1,h2,h3,.lang-switch a){letter-spacing:0}[dir=rtl] :is(.hero h1,.art-head h1){line-height:1.3}[dir=rtl] :is(code,kbd,.tag){unicode-bidi:plaintext}.prose{font-size:var(--text-title);color:var(--ink);min-width:0;line-height:1.65}.prose>:first-child{margin-top:0}.prose p{margin:0 0 1.1em}.prose h2{font-size:var(--text-headline);letter-spacing:-.01em;color:var(--ink-strong);margin:1.9em 0 .6em;scroll-margin-top:96px;font-weight:700}.prose h2:first-child{margin-top:0}.prose h3{font-size:var(--text-title);color:var(--ink-strong);margin:1.5em 0 .5em;scroll-margin-top:96px;font-weight:700}.prose strong{color:var(--ink-strong);font-weight:700}.prose a{color:var(--accent);cursor:pointer;transition:color var(--motion-dur-fast) var(--motion-ease)}.prose a:hover{color:var(--accent-hover)}.prose ul,.prose ol{flex-direction:column;gap:.55em;margin:0 0 1.2em;padding-inline-start:0;list-style:none;display:flex}.prose ul li{padding-inline-start:1.5em;position:relative}.prose ul li:before{content:"";inset-inline-start:.3em;border-radius:var(--radius-pill);background:var(--accent);width:5px;height:5px;position:absolute;top:.62em}.prose ol{counter-reset:step}.prose ol li{counter-increment:step;min-height:1.7em;padding-inline-start:2.5em;position:relative}.prose ol li:before{content:counter(step);inset-inline-start:0;width:1.6em;height:1.6em;font-size:var(--text-body);color:var(--plane-ink);background:var(--accent-soft);border-radius:var(--radius-pill);justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:.1em}.prose code{font-family:var(--font-mono);background:var(--bg-sunken);border-radius:var(--radius-md);color:var(--ink-strong);padding:.14em .42em;font-size:.85em}.prose pre{background:var(--bg-sunken);border-radius:var(--radius-panel);font-size:var(--text-body-lg);margin:0 0 1.2em;padding:14px 16px;overflow-x:auto}.prose pre code{font-size:inherit;background:0 0;padding:0}.prose table{border-collapse:collapse;width:100%;font-size:var(--text-body-lg);font-variant-numeric:tabular-nums;margin:0 0 1.2em}.prose th,.prose td{text-align:start;border-bottom:1px solid var(--border);padding:9px 12px}.prose th{color:var(--ink-strong);font-weight:700}.prose .callout{border-radius:var(--radius-panel);font-size:var(--text-body-lg);gap:12px;margin:1.5em 0;padding:14px 16px;line-height:1.55;display:flex}.prose .callout:before{content:"";width:20px;height:20px;-webkit-mask:var(--callout-icon) no-repeat center / contain;mask:var(--callout-icon) no-repeat center / contain;background-color:currentColor;flex-shrink:0;margin-top:2px}.prose .callout p{color:inherit;margin:0 0 .6em}.prose .callout p:last-child{margin-bottom:0}.prose .callout>div{flex:1;min-width:0}.prose .callout strong{color:inherit}.prose .callout--danger{background:var(--danger-soft);color:var(--danger-ink);--callout-icon:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 9v4m0 4h.01M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0Z\"/></svg>")}.prose .callout--caution{background:var(--warn-soft);color:var(--warn-ink);--callout-icon:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 9v4m0 4h.01M10.3 3.9 1.8 18a2 2 0 0 0 1.7 3h17a2 2 0 0 0 1.7-3L13.7 3.9a2 2 0 0 0-3.4 0Z\"/></svg>")}.prose .callout--note{background:var(--info-soft);color:var(--info-ink);--callout-icon:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"black\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M12 8h.01M11 12h1v4h1\"/></svg>")}.prose figure.screenshot{flex-wrap:wrap;justify-content:center;gap:14px;margin:1.6em auto;display:flex}.prose figure.screenshot img{border-radius:var(--radius-xl);width:100%;max-width:320px;height:auto;box-shadow:var(--shadow-md);display:block}.prose .coin-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:1.4em 0;display:grid}.prose .coin-card{background:var(--surface);border-radius:var(--radius-panel);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:14px 16px;display:flex}.prose .coin-card img{border-radius:var(--radius-pill);flex-shrink:0}.prose .coin-card strong{font-size:var(--text-body-lg);color:var(--ink-strong);display:block}.prose .coin-card span{font-size:var(--text-body);color:var(--muted)}[dir=rtl] .prose :is(h2,h3){letter-spacing:0}[dir=rtl] .prose code{unicode-bidi:plaintext}[dir=rtl] .prose pre{text-align:left;direction:ltr}[dir=rtl] .prose .amt{white-space:nowrap;direction:ltr;unicode-bidi:isolate}
