:root{--color-surface: #ffffff;--color-surface-muted: #fafafa;--color-ink: #222222;--color-text: #333333;--color-nav: #555555;--color-muted: #6b6b6b;--color-subtle: #8a8a8a;--color-line: #e6e6e6;--color-line-strong: #cfcfcf;--color-accent: #4a5480;--color-success: #15803d;--color-error: #be123c;--focus-ring: #4a5480;--markdown-link: #4f46e5;--markdown-quote-border: #e5e7eb;--markdown-quote-surface: #f9fafb;--markdown-inline-code-surface: rgba(175, 184, 193, .2);--markdown-code-surface: #f6f8fa;--markdown-code-text: #24292f;--syntax-comment: #6e7781;--syntax-blue: #0550ae;--syntax-string: #0a3069;--syntax-keyword: #cf222e;--syntax-function: #8250df;--syntax-variable: #e36209;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shell-max: 900px;--content-max: 800px;--page-gutter: clamp(16px, 4vw, 20px)}:root[data-theme=dark]{--color-surface: #151515;--color-surface-muted: #1c1c1c;--color-ink: #f1f1f1;--color-text: #dddddd;--color-nav: #c6c6c6;--color-muted: #aaaaaa;--color-subtle: #858585;--color-line: #2d2d2d;--color-line-strong: #494949;--color-accent: #9da8dc;--color-success: #6fcf8d;--color-error: #fb7185;--focus-ring: #aab4e6;--markdown-link: #9da8ff;--markdown-quote-border: #444c56;--markdown-quote-surface: #1d1f23;--markdown-inline-code-surface: rgba(110, 118, 129, .35);--markdown-code-surface: #0d1117;--markdown-code-text: #c9d1d9;--syntax-comment: #8b949e;--syntax-blue: #79c0ff;--syntax-string: #a5d6ff;--syntax-keyword: #ff7b72;--syntax-function: #d2a8ff;--syntax-variable: #ffa657}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{min-height:100%;background:var(--color-surface);scroll-behavior:smooth}body{min-height:100vh;color:var(--color-text);background:var(--color-surface);font-family:var(--font-sans);overflow-wrap:break-word;transition:color .2s ease,background-color .2s ease}ul,ol{list-style:none}img,svg{max-width:100%}button,input,select,textarea{font:inherit}.page-container{width:100%;max-width:var(--content-max);margin-inline:auto}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;border:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
