@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--background: #000000;--foreground: #ffffff;--card: #111111;--card-foreground: #ffffff;--popover: #111111;--popover-foreground: #ffffff;--primary: #22d3ee;--primary-foreground: #000000;--secondary: #1a1a1a;--secondary-foreground: #ffffff;--muted: #1a1a1a;--muted-foreground: #a1a1aa;--accent: #22d3ee;--accent-foreground: #000000;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #333333;--input: #1a1a1a;--input-background: #1a1a1a;--switch-background: #333333;--font-weight-medium: 500;--font-weight-normal: 400;--ring: #22d3ee;--chart-1: #22d3ee;--chart-2: #06b6d4;--chart-3: #0891b2;--chart-4: #0e7490;--chart-5: #155e75;--radius: .625rem;--sidebar: #111111;--sidebar-foreground: #ffffff;--sidebar-primary: #22d3ee;--sidebar-primary-foreground: #000000;--sidebar-accent: #1a1a1a;--sidebar-accent-foreground: #ffffff;--sidebar-border: #333333;--sidebar-ring: #22d3ee}.dark{--background: #000000;--foreground: #ffffff;--card: #111111;--card-foreground: #ffffff;--popover: #111111;--popover-foreground: #ffffff;--primary: #22d3ee;--primary-foreground: #000000;--secondary: #1a1a1a;--secondary-foreground: #ffffff;--muted: #1a1a1a;--muted-foreground: #a1a1aa;--accent: #22d3ee;--accent-foreground: #000000;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #333333;--input: #1a1a1a;--ring: #22d3ee;--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: #22d3ee;--chart-2: #06b6d4;--chart-3: #0891b2;--chart-4: #0e7490;--chart-5: #155e75;--sidebar: #111111;--sidebar-foreground: #ffffff;--sidebar-primary: #22d3ee;--sidebar-primary-foreground: #000000;--sidebar-accent: #1a1a1a;--sidebar-accent-foreground: #ffffff;--sidebar-border: #333333;--sidebar-ring: #22d3ee}@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;}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)}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #06b6d44d}50%{box-shadow:0 0 30px #06b6d499}}
