@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg-deep:#0a0a0a;--color-bg-surface:#141414;--color-neon-green:#0f8;--color-neon-green-dim:#00ff8826;--color-text-primary:#fff;--color-text-secondary:#a0a0a0;--color-border:#222;--font-inter:"Inter", sans-serif;--shadow-neon:0 0 10px #00ff884d, 0 0 20px #00ff881a;--urgency-high:#ef4444;--urgency-med:#f59e0b;--urgency-low:#3b82f6;--success:#10b981;--panel-bg:#0f172a99;--card-bg:#1e293be6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);background-color:var(--color-bg-deep);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}.text-neon{color:var(--color-neon-green)}.bg-surface{background-color:var(--color-bg-surface)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-deep)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}@keyframes spin{to{transform:rotate(360deg)}}
