@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0d0d0d;--bg-card: #161616;--bg-card2: #1e1e1e;--border: #2a2a2a;--border-focus: #7c3aed;--accent: #7c3aed;--accent-light: #a78bfa;--accent-hover: #6d28d9;--text: #f0f0f0;--text-muted: #888;--text-dim: #555;--red: #ef4444;--green: #22c55e;--yellow: #f59e0b;--blue: #3b82f6;--radius: 12px;--radius-sm: 8px}html,body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;line-height:1.5;min-height:100vh}#root{min-height:100vh}a{color:var(--accent-light);text-decoration:none}a:hover{color:var(--accent-light);text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
