@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--font-size:16px;--color-primary:#8040d0;--color-primary-light:#9050c8;--color-secondary:#b870c0;--color-accent:#6830d8;--color-accent-light:#9050c8;--color-bg-dark:#141418;--color-bg-card:#1c1c24;--color-bg-card-hover:#22222c;--color-bg-input:#1c1c24;--color-bg-elevated:#22222c;--color-text-primary:#f8f8f8;--color-text-secondary:#a0a0b0;--color-text-muted:#70708c;--color-success:#10b981;--color-success-light:#34d399;--color-warning:#f59e0b;--color-warning-light:#fbbf24;--color-danger:#ef4444;--color-danger-light:#f87171;--color-info:#3b82f6;--color-border:hsla(0,0%,100%,.1);--color-border-light:hsla(0,0%,100%,.15);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -1px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -2px rgba(0,0,0,.3);--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--background:var(--color-bg-dark);--foreground:var(--color-text-primary);--card:var(--color-bg-card);--card-foreground:var(--color-text-primary);--popover:var(--color-bg-card);--popover-foreground:var(--color-text-primary);--primary:var(--color-primary);--primary-foreground:var(--color-text-primary);--secondary:var(--color-secondary);--secondary-foreground:var(--color-text-primary);--muted:var(--color-bg-card);--muted-foreground:var(--color-text-muted);--accent:var(--color-accent);--accent-foreground:var(--color-text-primary);--destructive:var(--color-danger);--destructive-foreground:var(--color-text-primary);--border:var(--color-border);--input:var(--color-bg-input);--ring:var(--color-primary);--radius:var(--radius-md);--chart-1:var(--color-primary);--chart-2:var(--color-secondary);--chart-3:var(--color-accent);--chart-4:var(--color-success);--chart-5:var(--color-warning);--sidebar:var(--color-bg-dark);--sidebar-foreground:var(--color-text-primary);--sidebar-primary:var(--color-primary);--sidebar-primary-foreground:var(--color-text-primary);--sidebar-accent:var(--color-bg-card);--sidebar-accent-foreground:var(--color-text-primary);--sidebar-border:var(--color-border);--sidebar-ring:var(--color-primary)}:root.light{--color-bg-dark:#f5f5f7;--color-bg-card:#fff;--color-bg-card-hover:#f8f8fa;--color-bg-input:#fff;--color-bg-elevated:#f8f8fa;--color-text-primary:#1a1a1a;--color-text-secondary:#666;--color-text-muted:#999;--color-border:rgba(0,0,0,.08);--color-border-light:rgba(0,0,0,.12);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.05);--background:var(--color-bg-dark);--foreground:var(--color-text-primary);--card:var(--color-bg-card);--card-foreground:var(--color-text-primary);--popover:var(--color-bg-card);--popover-foreground:var(--color-text-primary);--muted:var(--color-bg-card-hover);--muted-foreground:var(--color-text-muted);--input:var(--color-bg-input);--sidebar:var(--color-bg-card);--sidebar-foreground:var(--color-text-primary);--sidebar-accent:var(--color-bg-card-hover);--sidebar-accent-foreground:var(--color-text-primary);--sidebar-border:var(--color-border)}