:root{--brand-100:#f0f6ff;--brand-200:#e2edff;--brand-300:#cfe2ff;--brand-400:#b6d3ff;--brand-500:#8fbaff;--brand-600:#5e9cfa;--brand-700:#3d83f5;--brand-800:#2e6fe0;--brand-900:#1e54b0;--brand-1000:#163e80;--gray-100:#f5f5f5;--gray-200:#ececec;--gray-300:#e0e0e0;--gray-400:#d4d4d4;--gray-500:#a3a3a3;--gray-600:#737373;--gray-700:#525252;--gray-800:#404040;--gray-900:#262626;--gray-1000:#171717;--green-100:#ecfcef;--green-700:#2ba14f;--green-900:#14702f;--red-100:#fff0f0;--red-700:#e5484d;--red-900:#b01218;--amber-100:#fff6e5;--amber-700:#f5a623;--amber-900:#b26c00;--amber-1000:#8a5300;--background:#fff;--scrim:#0000008c;--btn-primary-bg:var(--brand-800);--btn-primary-bg-hover:var(--brand-900);--btn-primary-fg:#fff;--text-secondary:var(--gray-700);--text-tertiary:var(--gray-700);--val-pos-fg:var(--green-900);--val-pos-fg-lg:var(--green-700);--val-neg-fg:var(--red-900);--val-neg-fg-lg:var(--red-700);--amber-text-fg:var(--amber-1000);--tab-active-bg:var(--brand-800);--tab-active-fg:#fff;--link-fg:var(--brand-800);--link-fg-hover:var(--brand-900);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-16:64px;--space-24:96px;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--ease:cubic-bezier(.175, .885, .32, 1.1);--reading-width:680px;--container-width:1200px;--font-sans:"PingFang SC", "Microsoft YaHei", "Noto Sans SC", Inter, system-ui, -apple-system, sans-serif;--font-mono:"Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace}[data-theme=dark]{--brand-100:#0e1a2e;--brand-200:#13233e;--brand-300:#182c4e;--brand-400:#1e3a63;--brand-500:#2a5290;--brand-600:#3d6fc4;--brand-700:#4e8df5;--brand-800:#6ba1fa;--brand-900:#9cc2fb;--brand-1000:#cfe2ff;--gray-100:#1a1a1a;--gray-200:#1f1f1f;--gray-300:#292929;--gray-400:#2e2e2e;--gray-500:#454545;--gray-600:#5c5c5c;--gray-700:#8f8f8f;--gray-800:#a1a1a1;--gray-900:#b5b5b5;--gray-1000:#ededed;--green-100:#0d2614;--green-700:#3dd068;--green-900:#8fe6a6;--red-100:#2a0e0e;--red-700:#f0595e;--red-900:#fca5a8;--amber-100:#2a1e05;--amber-700:#ffb84d;--amber-900:#ffd699;--amber-1000:#ffd699;--background:#0a0a0a;--surface:#141416;--scrim:#000000b3;--btn-primary-bg:var(--brand-600);--btn-primary-bg-hover:var(--brand-500);--btn-primary-fg:#fff;--text-secondary:var(--gray-700);--text-tertiary:var(--gray-700);--val-pos-fg:var(--green-900);--val-pos-fg-lg:var(--green-700);--val-neg-fg:var(--red-900);--val-neg-fg-lg:var(--red-700);--amber-text-fg:var(--amber-1000);--tab-active-bg:var(--brand-700);--tab-active-fg:var(--background);--link-fg:var(--brand-700);--link-fg-hover:var(--brand-800)}:root{--surface:var(--gray-100)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--gray-1000);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.8;overflow-x:hidden}img,picture,svg,video{max-width:100%;height:auto;display:block}a{color:var(--link-fg);text-decoration:none}a:hover{color:var(--link-fg-hover);text-decoration:underline}article a:not(.btn),.prose a:not(.btn){text-underline-offset:2px;text-decoration:underline}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--brand-700);border-radius:var(--radius-sm);outline:none}.heading-48{letter-spacing:-.02em;font-size:48px;font-weight:600;line-height:1.1}.heading-32{letter-spacing:-.02em;font-size:32px;font-weight:600;line-height:1.15}.heading-24{letter-spacing:-.01em;font-size:24px;font-weight:600;line-height:1.25}.heading-20{letter-spacing:-.01em;font-size:20px;font-weight:600;line-height:1.3}.label-16{font-size:16px;font-weight:400;line-height:1.4}.label-14{font-size:14px;font-weight:400;line-height:1.4}.label-13{font-size:13px;font-weight:400;line-height:1.4}.copy-18{font-size:18px;font-weight:400;line-height:1.8}.copy-17{font-size:17px;font-weight:400;line-height:1.8}.copy-16{font-size:16px;font-weight:400;line-height:1.75}.copy-14{font-size:14px;font-weight:400;line-height:1.7}.button-16{font-size:16px;font-weight:600;line-height:1}.button-14{font-size:14px;font-weight:600;line-height:1}.prose{color:var(--gray-1000);font-size:17px;font-weight:400;line-height:1.8}@media (width>=601px){.prose{font-size:16px;line-height:1.75}}.prose>*+*{margin-top:var(--space-4)}.container{width:100%;max-width:var(--container-width);padding-inline:var(--space-4);margin-inline:auto}.reading{width:100%;max-width:var(--reading-width);padding-inline:var(--space-4);margin-inline:auto}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);transition:background-color .15s var(--ease);border:1px solid #0000;font-size:16px;font-weight:600;line-height:1;display:inline-flex}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-fg)}.btn-primary:hover{background:var(--btn-primary-bg-hover);color:var(--btn-primary-fg);text-decoration:none}.btn-secondary{background:var(--gray-100);color:var(--gray-1000);border-color:var(--gray-400)}.btn-secondary:hover{background:var(--gray-200);color:var(--gray-1000);text-decoration:none}.placeholder-badge{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--amber-100);color:var(--amber-text-fg);font-size:13px;font-weight:400;line-height:1.4;display:inline-flex}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.theme-toggle[data-astro-cid-l6lhmie6]{border-radius:var(--radius-sm);border:1px solid var(--gray-400);background:var(--surface);width:44px;height:44px;color:var(--gray-1000);transition:background-color .15s var(--ease);justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:inline-flex}.theme-toggle[data-astro-cid-l6lhmie6]:hover{background:var(--gray-200)}.theme-toggle__icon--moon[data-astro-cid-l6lhmie6],[data-theme=dark] .theme-toggle__icon--sun[data-astro-cid-l6lhmie6]{display:none}[data-theme=dark] .theme-toggle__icon--moon[data-astro-cid-l6lhmie6]{display:inline}.gate[data-astro-cid-ldjk6q7i]{z-index:1000;padding:var(--space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gate[data-astro-cid-ldjk6q7i][hidden]{display:none}.gate__backdrop[data-astro-cid-ldjk6q7i]{background:var(--scrim);pointer-events:all;position:absolute;inset:0}.gate__panel[data-astro-cid-ldjk6q7i]{background:var(--background);border:1px solid var(--gray-400);border-radius:var(--radius-md);width:min(90vw,400px);max-height:85vh;padding:var(--space-6);gap:var(--space-4);animation:gate-in .3s var(--ease);flex-direction:column;display:flex;position:relative;overflow-y:auto}.gate__title[data-astro-cid-ldjk6q7i]{color:var(--gray-1000)}.gate__body[data-astro-cid-ldjk6q7i]{color:var(--gray-900);gap:var(--space-3);flex-direction:column;display:flex}.gate__confirm[data-astro-cid-ldjk6q7i]{width:100%;min-height:48px}@keyframes gate-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.gate__panel[data-astro-cid-ldjk6q7i]{animation:none}}.site-footer[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--gray-300);margin-top:var(--space-16);padding-block:var(--space-8);background:var(--background)}.site-footer__inner[data-astro-cid-jo6i4kqk]{gap:var(--space-2);flex-direction:column;display:flex}.site-footer__disclaimer[data-astro-cid-jo6i4kqk],.site-footer__meta[data-astro-cid-jo6i4kqk]{color:var(--gray-900)}.skip-link[data-astro-cid-z4jru4n3]{left:var(--space-4);z-index:1100;padding:var(--space-2) var(--space-4);background:var(--tab-active-bg);color:var(--tab-active-fg);border-radius:var(--radius-sm);transition:top .15s var(--ease);position:absolute;top:-100px}.skip-link[data-astro-cid-z4jru4n3]:focus{top:var(--space-4);text-decoration:none}.site-header[data-astro-cid-z4jru4n3]{z-index:100;background:var(--background);border-bottom:1px solid var(--gray-300);position:sticky;top:0}.site-header__inner[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-4);min-height:64px;display:flex}.site-header__brand[data-astro-cid-z4jru4n3]{color:var(--gray-1000);margin-right:auto}.site-header__brand[data-astro-cid-z4jru4n3]:hover{color:var(--brand-800);text-decoration:none}.site-header__actions[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-2);display:flex}.site-nav[data-astro-cid-z4jru4n3]{gap:var(--space-6);display:none}.site-nav__link[data-astro-cid-z4jru4n3]{color:var(--gray-900)}.site-nav__link[data-astro-cid-z4jru4n3]:hover{color:var(--brand-800);text-decoration:none}.drawer-toggle[data-astro-cid-z4jru4n3]{border-radius:var(--radius-sm);border:1px solid var(--gray-400);background:var(--surface);width:44px;height:44px;color:var(--gray-1000);justify-content:center;align-items:center;font-size:1.125rem;line-height:1;display:inline-flex}.site-main[data-astro-cid-z4jru4n3]{padding-top:var(--space-8);min-height:60vh}.drawer[data-astro-cid-z4jru4n3]{z-index:200;position:fixed;inset:0}.drawer[data-astro-cid-z4jru4n3][hidden]{display:none}.drawer__backdrop[data-astro-cid-z4jru4n3]{background:var(--scrim);position:absolute;inset:0}.drawer__panel[data-astro-cid-z4jru4n3]{background:var(--background);border-left:1px solid var(--gray-300);width:min(80vw,320px);height:100%;padding:var(--space-4);gap:var(--space-6);animation:drawer-in .2s var(--ease);flex-direction:column;display:flex;position:absolute;top:0;right:0;overflow-y:auto}.drawer__head[data-astro-cid-z4jru4n3]{color:var(--gray-1000);justify-content:space-between;align-items:center;display:flex}.drawer__group[data-astro-cid-z4jru4n3]{gap:var(--space-2);flex-direction:column;display:flex}.drawer__group-title[data-astro-cid-z4jru4n3]{color:var(--text-secondary);text-transform:uppercase}.drawer__link[data-astro-cid-z4jru4n3]{padding:var(--space-3) var(--space-2);min-height:44px;color:var(--gray-1000);border-radius:var(--radius-sm);display:block}.drawer__link[data-astro-cid-z4jru4n3]:hover{background:var(--gray-200);color:var(--gray-1000);text-decoration:none}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.drawer__panel[data-astro-cid-z4jru4n3]{animation:none}}@media (width>=961px){.site-nav[data-astro-cid-z4jru4n3]{display:flex}.drawer-toggle[data-astro-cid-z4jru4n3]{display:none}}
