*{box-sizing:border-box}:root{--bg: #fafafa;--surface: #ffffff;--surface-alt: #f5f5f5;--fg: #0a0a0a;--muted: #737373;--faint: #a3a3a3;--line: #e5e5e5;--line-soft: #f0f0f0;--accent: #0066ff;--accent-soft: #e6efff;--human: #7a3bdb;--human-soft: #f2ecfd;--warn: #a16207;--font-sans: "Inter", "Neue Haas Grotesk", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace}[data-theme=dark]{--bg: #0a0a0a;--surface: #121212;--surface-alt: #1a1a1a;--fg: #fafafa;--muted: #a3a3a3;--faint: #525252;--line: #262626;--line-soft: #1e1e1e;--accent: #4d8eff;--accent-soft: #0d1f3d;--human: #a98cf5;--human-soft: #201538;--warn: #d4a429}html,body{margin:0;background:var(--bg);scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","cv11"}a{color:var(--accent);text-decoration:none}a:hover{color:var(--fg)}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.ac-hover-surface:hover{background:var(--surface-alt)}.ac-hover-fg:hover{color:var(--fg)!important}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--faint)}@keyframes ac-pulse-ring{0%{transform:scale(1);opacity:.5}to{transform:scale(3.5);opacity:0}}.ac-pulse-ring{animation:ac-pulse-ring 1.6s ease-out infinite}@keyframes ac-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}.ac-cursor-blink{animation:ac-cursor-blink 1s step-end infinite}@keyframes ac-flash-done{0%{background:var(--human-soft)}to{background:var(--surface)}}.ac-flash-done{animation:ac-flash-done 1.3s ease-out}@keyframes ac-panel-in{0%{transform:translateY(-5px)}to{transform:none}}.ac-panel-in{animation:ac-panel-in .26s ease-out}@media(prefers-reduced-motion:reduce){.ac-pulse-ring,.ac-cursor-blink,.ac-flash-done,.ac-panel-in{animation:none}}
