@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}:root{--accent:#5a3fe1;--accent-hover:#4730c8;--accent-light:#ede9fd;--bg:#f9fafb;--surface:#fff;--border:#e5e7eb;--text:#111827;--text-s:#6b7280;--text-h:#9ca3af;--success:#16a34a;--warning:#d97706;--error:#dc2626}html,body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}#root{min-height:100vh}button,input{font-family:inherit}input:focus{outline:none;box-shadow:0 0 0 3px #5a3fe11f;border-color:var(--accent)!important}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-h)}
