:root{--bg-primary: #0E0C09;--bg-secondary: #12100B;--bg-tertiary: #16130E;--bg-hover: #1A1610;--border: #1E1A12;--border-active: #2A2418;--border-focus: #D4A05450;--gold-primary: #D4A054;--gold-dim: #8B6D2E;--gold-glow: #D4A05440;--text-primary: #E8DCC8;--text-secondary: #C4B898;--text-muted: #8A7D65;--text-faint: #5A5040;--text-ghost: #3A3020;--color-anthropic: #D4A054;--color-openai: #8B9A6B;--color-perplexity: #7B8DC6;--color-google: #C67B7B;--font-sans: "DM Sans", "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Cascadia Code", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-active);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-ghost)}::selection{background:var(--gold-glow)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}pre{margin:12px 0;padding:14px 16px;background:#0a0906;border:1px solid var(--border);border-radius:6px;overflow-x:auto;font-family:var(--font-mono);font-size:12.5px;line-height:1.6;color:var(--text-secondary)}code{font-family:var(--font-mono);font-size:12.5px}code:not(pre code){background:var(--bg-hover);padding:2px 6px;border-radius:3px;color:var(--gold-primary)}textarea{font-family:inherit}button{font-family:inherit;cursor:pointer}
