@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--color-background:#fff;--color-surface:#f9fafb;--color-elevated:#fff;--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-muted:#9ca3af;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--glass-background:#ffffffb3;--glass-blur:blur(12px);--glass-border:1px solid #0000000d;--font-display:"Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif}html,body{height:100%}body{font-family:var(--font-body);color:var(--color-text-primary);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}#root{min-height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-hover)}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border:2px solid var(--color-background);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
