@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--color-background:#1e1e2e;--color-surface:#2d2d3d;--color-elevated:#3d3d4d;--color-primary:#7c3aed;--color-primary-hover:#8b5cf6;--color-text-primary:#e4e4e7;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-border:#3d3d4d;--color-hover:#3d3d4d}html,body{height:100%}body{color:var(--color-text-primary);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}#root{min-height:100%}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-hover)}
