@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--font-weight-medium: 500;--font-weight-normal: 400;--radius: .625rem;--background: #ffffff;--foreground: #1a1a1a;--card: #ffffff;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a;--primary: #2563eb;--primary-hover: #1d4ed8;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-hover: #e2e8f0;--secondary-foreground: #1a1a1a;--muted: #f8fafc;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #1a1a1a;--destructive: #dc2626;--destructive-foreground: #ffffff;--success: #16a34a;--success-foreground: #ffffff;--warning: #f59e0b;--warning-foreground: #ffffff;--info: #0ea5e9;--info-foreground: #ffffff;--border: #e2e8f0;--input: #e2e8f0;--input-background: #f8fafc;--ring: #94a3b8;--switch-background: #cbd5e1;--chart-1: #3b82f6;--chart-2: #10b981;--chart-3: #f59e0b;--chart-4: #8b5cf6;--chart-5: #ec4899;--sidebar: #f8fafc;--sidebar-foreground: #1a1a1a;--sidebar-primary: #2563eb;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #f1f5f9;--sidebar-accent-foreground: #1a1a1a;--sidebar-border: #e2e8f0;--sidebar-ring: #94a3b8;--gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--gradient-secondary: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%)}.dark{--background: #0f172a;--foreground: #f1f5f9;--card: #1e293b;--card-foreground: #f1f5f9;--popover: #1e293b;--popover-foreground: #f1f5f9;--primary: #3b82f6;--primary-hover: #2563eb;--primary-foreground: #ffffff;--secondary: #334155;--secondary-hover: #475569;--secondary-foreground: #f1f5f9;--muted: #1e293b;--muted-foreground: #94a3b8;--accent: #334155;--accent-foreground: #f1f5f9;--destructive: #ef4444;--destructive-foreground: #ffffff;--success: #22c55e;--success-foreground: #ffffff;--warning: #fbbf24;--warning-foreground: #0f172a;--info: #38bdf8;--info-foreground: #0f172a;--border: #334155;--input: #334155;--input-background: #1e293b;--ring: #475569;--switch-background: #475569;--chart-1: #60a5fa;--chart-2: #34d399;--chart-3: #fbbf24;--chart-4: #a78bfa;--chart-5: #f472b6;--sidebar: #1e293b;--sidebar-foreground: #f1f5f9;--sidebar-primary: #3b82f6;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #334155;--sidebar-accent-foreground: #f1f5f9;--sidebar-border: #334155;--sidebar-ring: #475569;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--gradient-secondary: linear-gradient(135deg, #334155 0%, #475569 100%)}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-switch-background: var(--switch-background); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}} @layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))){h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}}html{font-size:var(--font-size)}
