@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080b14;--surface:#1a2235;--surface-2:#1e2942;--border:#1f3055;--accent:#3b82f6;--accent-2:#60a5fa;--green:#10b981;--red:#ef4444;--yellow:#f59e0b;--text:#e2e8f0;--text-2:#94a3b8;--text-3:#64748b}body,html{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-2)}button{cursor:pointer;border:none}button,input,select,textarea{font-family:Inter,sans-serif;outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}