@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--font-size:16px;--background:#FEFAF8;--foreground:oklch(0.145 0 0);--card:#ffffff;--card-foreground:oklch(0.145 0 0);--popover:oklch(1 0 0);--popover-foreground:oklch(0.145 0 0);--primary:#c9a5a0;--primary-foreground:#ffffff;--primary-light:#d9bfbb;--secondary:#7A9B8E;--secondary-foreground:#ffffff;--muted:#f0ebe8;--muted-foreground:#717182;--accent:#F5EBE8;--accent-foreground:#c9a5a0;--accent-light:#F8F0ED;--destructive:#d4183d;--destructive-foreground:#ffffff;--border:rgba(0,0,0,0.08);--input:transparent;--input-background:#f5f1ee;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:#c9a5a0;--chart-1:oklch(0.646 0.222 41.116);--chart-2:oklch(0.6 0.118 184.704);--chart-3:oklch(0.398 0.07 227.392);--chart-4:oklch(0.828 0.189 84.429);--chart-5:oklch(0.769 0.188 70.08);--radius:0.625rem;--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--sidebar:#ffffff;--sidebar-foreground:oklch(0.145 0 0);--sidebar-primary:#c9a5a0;--sidebar-primary-foreground:#ffffff;--sidebar-accent:#F5EBE8;--sidebar-accent-foreground:#c9a5a0;--sidebar-border:rgba(0,0,0,0.08);--sidebar-ring:#c9a5a0;--active-menu:#3d2824}.dark{--background:oklch(0.145 0 0);--foreground:oklch(0.985 0 0);--card:oklch(0.145 0 0);--card-foreground:oklch(0.985 0 0);--popover:oklch(0.145 0 0);--popover-foreground:oklch(0.985 0 0);--primary:oklch(0.985 0 0);--primary-foreground:oklch(0.205 0 0);--secondary:oklch(0.269 0 0);--secondary-foreground:oklch(0.985 0 0);--muted:oklch(0.269 0 0);--muted-foreground:oklch(0.708 0 0);--accent:oklch(0.269 0 0);--accent-foreground:oklch(0.985 0 0);--destructive:oklch(0.396 0.141 25.723);--destructive-foreground:oklch(0.637 0.237 25.331);--border:oklch(0.269 0 0);--input:oklch(0.269 0 0);--ring:oklch(0.439 0 0);--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:oklch(0.205 0 0);--sidebar-foreground:oklch(0.985 0 0);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.269 0 0);--sidebar-accent-foreground:oklch(0.985 0 0);--sidebar-border:oklch(0.269 0 0);--sidebar-ring:oklch(0.439 0 0)}*{@apply border-border outline-ring/50}body{@apply bg-background text-foreground}html{font-size:var(--font-size)}h1{@apply text-2xl font-medium leading-relaxed}h2{@apply text-xl font-medium leading-relaxed}h3{@apply text-lg font-medium leading-relaxed}h4{@apply text-base font-medium leading-relaxed}label{@apply text-base font-medium leading-relaxed}button{@apply text-base font-medium leading-relaxed}input{@apply text-base font-normal leading-relaxed}}