/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */:root{--font-size:16px;--background:#fff;--foreground:#000;--card:#fff;--card-foreground:#000;--popover:#fff;--popover-foreground:#000;--primary:#c1fd3b;--primary-foreground:#000;--secondary:#000;--secondary-foreground:#c1fd3b;--muted:#f5f5f5;--muted-foreground:#4a4a4a;--accent:#c1fd3b;--accent-foreground:#000;--destructive:#ff3b3b;--destructive-foreground:#fff;--border:#e0e0e0;--input:transparent;--input-background:#fafafa;--switch-background:#d4d4d4;--font-weight-medium:600;--font-weight-normal:400;--ring:#c1fd3b;--chart-1:#c1fd3b;--chart-2:#a8e030;--chart-3:#8fc425;--chart-4:#76a71a;--chart-5:#5d8b0f;--radius:.5rem;--sidebar:#fafafa;--sidebar-foreground:#000;--sidebar-primary:#c1fd3b;--sidebar-primary-foreground:#000;--sidebar-accent:#f0f0f0;--sidebar-accent-foreground:#000;--sidebar-border:#e0e0e0;--sidebar-ring:#c1fd3b}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}@layer base{*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl)}h1,h2{font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl)}h3{font-size:var(--text-lg)}button,h3,h4,label{font-weight:var(--font-weight-medium);line-height:1.5}button,h4,input,label{font-size:var(--text-base)}input{font-weight:var(--font-weight-normal);line-height:1.5}}