@custom-variant dark (&:is(.dark *));:root{--font-size:16px;--background:#0a0a0f;--foreground:#f0f0f5;--card:#111118;--card-foreground:#f0f0f5;--popover:#16161f;--popover-foreground:#f0f0f5;--primary:#7b2fff;--primary-foreground:#fff;--secondary:#1e1e2e;--secondary-foreground:#c8c8e0;--muted:#1a1a28;--muted-foreground:#7070a0;--accent:#9d5cff;--accent-foreground:#fff;--destructive:#ff3b5c;--destructive-foreground:#fff;--border:#7b2fff26;--input:#1e1e2e;--input-background:#1e1e2e;--switch-background:#3a3a5c;--font-weight-medium:500;--font-weight-normal:400;--ring:#7b2fff80;--chart-1:#7b2fff;--chart-2:#00d4aa;--chart-3:#ff6b35;--chart-4:#ffd60a;--chart-5:#ff3b5c;--radius:.75rem;--sidebar:#0d0d14;--sidebar-foreground:#f0f0f5;--sidebar-primary:#7b2fff;--sidebar-primary-foreground:#fff;--sidebar-accent:#1e1e2e;--sidebar-accent-foreground:#c8c8e0;--sidebar-border:#7b2fff1f;--sidebar-ring:#7b2fff80}.dark{--background:#0a0a0f;--foreground:#f0f0f5;--card:#111118;--card-foreground:#f0f0f5;--popover:#16161f;--popover-foreground:#f0f0f5;--primary:#7b2fff;--primary-foreground:#fff;--secondary:#1e1e2e;--secondary-foreground:#c8c8e0;--muted:#1a1a28;--muted-foreground:#7070a0;--accent:#9d5cff;--accent-foreground:#fff;--destructive:#ff3b5c;--destructive-foreground:#fff;--border:#7b2fff26;--input:#1e1e2e;--ring:#7b2fff80;--font-weight-medium:500;--font-weight-normal:400;--chart-1:#7b2fff;--chart-2:#00d4aa;--chart-3:#ff6b35;--chart-4:#ffd60a;--chart-5:#ff3b5c;--sidebar:#0d0d14;--sidebar-foreground:#f0f0f5;--sidebar-primary:#7b2fff;--sidebar-primary-foreground:#fff;--sidebar-accent:#1e1e2e;--sidebar-accent-foreground:#c8c8e0;--sidebar-border:#7b2fff1f;--sidebar-ring:#7b2fff80}@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);}@layer base{@apply border-border outline-ring/50;@apply bg-background text-foreground;html{font-size:var(--font-size)}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,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}}
*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--foreground);margin:0}body{overflow-x:hidden}button,input,textarea,select{font:inherit}
