@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#07090f;--surface:#0e1220;--card:#121826;--border:#1e2740;--border2:#263050;--txt:#e8ecf8;--txt2:#8a94b4;--txt3:#4d567a;--accent:#ffd24c;--accent2:#ffbe00;--green:#22c55e;--red:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--txt);min-height:100vh;font-family:Inter,system-ui,sans-serif}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}
