:root{--bg: #08080f;--bg-surface: #0d0d1a;--bg-elevated: #12121f;--bg-input: #0a0a16;--border: #1e1e2e;--border-subtle: #161622;--text: #d4d4d8;--text-muted: #71717a;--text-dim: #52525b;--accent: #f7931a;--accent-hover: #e8850f;--success: #22c55e;--danger: #ef4444;--info: #8ecae6;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", Consolas, monospace;--font-sans: "Geist", -apple-system, BlinkMacSystemFont, sans-serif}html.light{--bg: #f5f5f0;--bg-surface: #ffffff;--bg-elevated: #fafaf8;--bg-input: #ffffff;--border: #e0ddd8;--border-subtle: #ebe8e3;--text: #1a1a1a;--text-muted: #6b6560;--text-dim: #9a9490;--accent: #e07800;--accent-hover: #c86a00;--success: #16a34a;--danger: #dc2626;--info: #2563eb;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}h1,h2,h3,h4{margin-top:0;line-height:1.3}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}code{font-family:var(--font-mono);font-size:.875em}::selection{background:#f7931a4d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2a2a3a}html.light ::-webkit-scrollbar-thumb:hover{background:#c0bdb8}input,select,textarea{transition:border-color .2s ease}.theme-toggle.svelte-12qhfyh{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9998;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease,background .2s ease}.theme-toggle.svelte-12qhfyh:hover{border-color:var(--accent);color:var(--accent)}
