@tailwind base;@tailwind components;@tailwind utilities;:root{--bg: #0a0a0b;--bg-2: #111113;--bg-3: #18181c;--bg-4: #1f1f25;--border: #2a2a33;--border-light: #33333d;--text: #e8e8f0;--text-muted: #666680;--text-dim: #444458;--accent: #7c6af7;--accent-dim: #4c3fad;--accent-glow: rgba(124, 106, 247, .15);--green: #34d399;--red: #f87171;--amber: #fbbf24}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--accent-glow);color:var(--text)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--border-light)}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text);font-weight:600;margin:1.2em 0 .5em;line-height:1.3}.prose h1{font-size:1.4em}.prose h2{font-size:1.2em}.prose h3{font-size:1.05em}.prose p{margin:.6em 0;color:var(--text)}.prose ul,.prose ol{padding-left:1.4em;margin:.6em 0}.prose li{margin:.2em 0}.prose code{font-family:DM Mono,monospace;font-size:.85em;background:var(--bg-4);border:1px solid var(--border);border-radius:4px;padding:.1em .4em;color:#a78bfa}.prose pre{margin:.8em 0;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.prose pre code{background:transparent;border:none;padding:0;color:inherit;font-size:.85em}.prose blockquote{border-left:3px solid var(--accent-dim);padding-left:1em;margin:.8em 0;color:var(--text-muted);font-style:italic}.prose a{color:var(--accent);text-decoration:none}.prose a:hover{text-decoration:underline}.prose table{width:100%;border-collapse:collapse;margin:.8em 0;font-size:.9em}.prose th,.prose td{border:1px solid var(--border);padding:.4em .8em}.prose th{background:var(--bg-3);font-weight:500}.prose hr{border:none;border-top:1px solid var(--border);margin:1em 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .2s ease-out forwards}.thinking-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.2s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}
