@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#080d1a;--bg-card:#0f1729;--bg-elevated:#162040;--border:#1e2d50;--border-bright:#2a3f6a;--accent:#4f8ef7;--accent-dim:#4f8ef71f;--accent-hover:#6fa4ff;--green:#22d3a5;--green-dim:#22d3a51f;--red:#f56565;--red-dim:#f565651f;--yellow:#f6ad55;--yellow-dim:#f6ad551f;--purple:#a78bfa;--purple-dim:#a78bfa1f;--text:#e2e8f0;--text-dim:#94a3b8;--text-muted:#475569}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:4px}
