@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#e11d48;--primary-dark:#be123c;--primary-light:#fda4af;--bg:#0f1117;--bg-card:#1a1d27;--bg-card2:#22263a;--border:#2d3148;--text:#f1f5f9;--text-muted:#8b92b0;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6}html,body,#root{height:100%}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}::-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-muted)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}
