@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#080c14;--surface:#0d1420;--surface2:#111927;--surface3:#162030;--border:#ffffff12;--border-bright:#ffffff21;--teal:#0ecece;--teal-dim:#0ecece1f;--orange:#ff7a35;--orange-dim:#ff7a351f;--purple:#9b6eff;--purple-dim:#9b6eff1f;--green:#3dd68c;--green-dim:#3dd68c1f;--red:#ff4d6a;--red-dim:#ff4d6a1f;--text:#e8edf5;--text-dim:#8899b0;--text-faint:#4a5568}[data-theme=light]{--bg:#f0f4f8;--surface:#fff;--surface2:#e8eef5;--surface3:#d8e4ef;--border:#00000017;--border-bright:#00000029;--teal:#0aa8a8;--teal-dim:#0aa8a81a;--orange:#e86a25;--orange-dim:#e86a251a;--purple:#7c52e8;--purple-dim:#7c52e81a;--green:#1ea868;--green-dim:#1ea8681a;--red:#e03355;--red-dim:#e033551a;--text:#0f1a2e;--text-dim:#3d526b;--text-faint:#7a93ad}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:Instrument Sans,sans-serif;font-size:14px}.font-display{font-family:Syne,sans-serif}.font-mono-custom{font-family:JetBrains Mono,monospace}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes alertPulse{0%,to{box-shadow:0 0 #ff7a3566}50%{box-shadow:0 0 0 6px #ff7a3500}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-blink{animation:2s ease-in-out infinite blink}.animate-alert-pulse{animation:2s ease-in-out infinite alertPulse}.animate-fade-in-up{animation:.3s fadeInUp}.page-pad{padding:24px 32px}.page-pad-top{padding:18px 32px}@media (max-width:768px){.page-pad{padding:16px}.page-pad-top{padding:12px 16px}}
