*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080b12;--card: #0c1018;--border: #1e293b;--text: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #475569;--green: #22c55e;--green-light: #4ade80;--yellow: #eab308;--indigo: #6366f1;--indigo-light: #a5b4fc;--orange: #f97316;--purple: #a855f7;--teal: #14b8a6;--red: #ef4444;--mono: "SF Mono", "Fira Code", "Cascadia Code", "Consolas", monospace;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.pulse-dot{animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .6s linear infinite;display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}
