@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg:#04080f;--surface:#080e1a;--card:#0c1425;--cardhi:#0f1c35;--border:#112240;--borderhi:#1a3a6e;--accent:#1487a9;--accent2:#16c4e8;--green:#10b981;--amber:#f59e0b;--red:#ef4444;--purple:#8b5cf6;--text:#e2e8f0;--dim:#89a;--muted:#456}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;height:100%;font-family:Inter,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}a{color:var(--accent);text-decoration:none}
