@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--size-input:3rem;--size-input-sm:2.25rem;--radius-lg:.75rem;--radius-md:.5rem;--radius-full:9999px;--input-height:var(--size-input);--input-border:1px solid #ffffff1a;--glass-bg:#0f172ab3;--glass-blur:blur(12px);--glass-border:#ffffff1a;--shadow-glass:0 8px 32px 0 #0000005e;--background:#0a0f1e;--foreground:#f8fafc;--primary:#3b82f6;--primary-foreground:#fff;--primary-glow:#3b82f680;--success:#10b981;--success-foreground:#fff;--warning:#f59e0b;--error:#ef4444;--muted:#94a3b8;--muted-foreground:#64748b;--card-bg:#1e293b80;--card-border:#ffffff14;--font-body:"Inter",system-ui,sans-serif;--font-display:"Outfit","Inter",sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--font-normal:400;--font-medium:500;--font-semibold:600;--chart-1:#3b82f6;--chart-2:#10b981;--chart-3:#f59e0b;--chart-4:#ef4444;--chart-5:#8b5cf6}[data-theme=light]{--background:#f8fafc;--foreground:#0f172a;--card:#fffc;--card-border:#0000000d;--glass-bg:#ffffff80}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--font-semibold);letter-spacing:-.01em}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{border:2px solid var(--background);border-radius:var(--radius-full);background:#ffffff0d}::-webkit-scrollbar-thumb:hover{background:#ffffff1a}
