:root{--font-ui:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:ui-monospace,"Cascadia Code","SF Mono",Menlo,Consolas,"Liberation Mono",monospace;--type-title-large:600 18px/24px var(--font-ui);--type-title-medium:600 16px/22px var(--font-ui);--type-body-large:400 16px/26px var(--font-ui);--type-body:400 14px/22px var(--font-ui);--type-label:500 13px/18px var(--font-ui);--type-label-small:400 12px/16px var(--font-ui);--type-code:400 13px/20px var(--font-mono);--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-2xl:32px;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--radius-sm:4px;--radius-md:8px;--radius-full:999px;--duration-short:120ms;--duration-medium:200ms;--easing-standard:cubic-bezier(0.2,0,0,1)}:root[data-theme=dark]{color-scheme:dark;--color-background:#14161a;--color-surface:#1c1f24;--color-surface-raised:#24282f;--color-surface-inset:#171a1f;--color-on-surface:#e6e9ef;--color-on-surface-muted:#9ba3af;--color-primary:#8ab4f8;--color-on-primary:#0a1f44;--color-primary-tint:#243247;--color-border:#343a43;--color-focus:#8ab4f8;--color-error:#f87171;--color-on-error:#300c0c;--color-warning:#3a2e10;--color-on-warning:#f5d982;--color-diff-added:#12321d;--color-diff-removed:#3b1518;--color-code-keyword:#ff7b72;--color-code-entity:#d2a8ff;--color-code-constant:#79c0ff;--color-code-string:#a5d6ff;--color-code-builtin:#ffa657;--color-code-tag:#7ee787;--color-code-marker:#f2cc60;--shadow-raised:0 1px 3px rgba(0,0,0,0.45);--shadow-overlay:0 8px 24px rgba(0,0,0,0.55)}:root[data-theme=light]{color-scheme:light;--color-background:#f6f7f9;--color-surface:#ffffff;--color-surface-raised:#ffffff;--color-surface-inset:#f2f4f7;--color-on-surface:#1f2328;--color-on-surface-muted:#57606a;--color-primary:#2563eb;--color-on-primary:#ffffff;--color-primary-tint:#dbeafe;--color-border:#d0d7de;--color-focus:#2563eb;--color-error:#b91c1c;--color-on-error:#ffffff;--color-warning:#fef3c7;--color-on-warning:#6c4a03;--color-diff-added:#dcfce7;--color-diff-removed:#fee2e2;--color-code-keyword:#cf222e;--color-code-entity:#8250df;--color-code-constant:#0550ae;--color-code-string:#0a3069;--color-code-builtin:#953800;--color-code-tag:#116329;--color-code-marker:#3b2300;--shadow-raised:0 1px 3px rgba(16,24,40,0.12);--shadow-overlay:0 8px 24px rgba(16,24,40,0.16)}.hljs{color:var(--color-on-surface)}.hljs-code,.hljs-comment,.hljs-formula,.hljs-quote{color:var(--color-on-surface-muted)}.hljs-emphasis,.hljs-strong,.hljs-subst{color:var(--color-on-surface)}.hljs-emphasis{font-style:italic}.hljs-section,.hljs-strong{font-weight:600}.hljs-addition{color:var(--color-on-surface);background-color:var(--color-diff-added)}.hljs-deletion{color:var(--color-on-surface);background-color:var(--color-diff-removed)}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:var(--color-code-keyword)}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:var(--color-code-entity)}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-section,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:var(--color-code-constant)}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:var(--color-code-string)}.hljs-built_in,.hljs-symbol{color:var(--color-code-builtin)}.hljs-name,.hljs-selector-pseudo,.hljs-selector-tag{color:var(--color-code-tag)}.hljs-bullet{color:var(--color-code-marker)}*,:after,:before{box-sizing:border-box}body,html{margin:0;height:100%}body{background:var(--color-background);color:var(--color-on-surface);font:var(--type-body);overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}::selection{background:var(--color-primary-tint);color:var(--color-on-surface)}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}