@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-app: #020617;--bg-panel: #0f172a;--bg-input: #1e293b;--primary-green: #22c55e;--primary-green-hover: #4ade80;--glow-green: 0 0 20px rgba(74, 222, 128, .3);--text-main: #cbd5e1;--text-heading: #ffffff;--text-muted: #64748b}html,body,#root{height:100%;width:100%;margin:0;padding:0;background-color:var(--bg-app);color:var(--text-main);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}.glass-panel{background:#0f172acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(30,41,59,.5)}.neon-glow{box-shadow:var(--glow-green)}
