@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--background:#0a0a0c;--surface:#121217;--surface-hover:#1c1c24;--primary:#00f2ff;--primary-glow:#00f2ff4d;--secondary:#bd00ff;--text:#f0f0f3;--text-muted:#94a3b8;--border:#ffffff14;--danger:#ff4d4d;--success:#00e676}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.glass{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);background:#12121799}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);background:linear-gradient(135deg,#ffffff0d 0%,#fff0 100%);border-radius:16px;padding:24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
