﻿:root {
	--radius: 0.65rem;
	--background: oklch(1 0 0);
	--foreground: oklch(0.129 0.042 264.695);
	--card: oklch(1 0 0);
	--card-foreground: oklch(0.129 0.042 264.695);
	--popover: oklch(1 0 0);
	--popover-foreground: oklch(0.129 0.042 264.695);
	--primary: oklch(0.554 0.046 257.417);
	--primary-foreground: oklch(0.985 0.002 247.839);
	--secondary: oklch(0.968 0.007 247.896);
	--secondary-foreground: oklch(0.208 0.042 265.755);
	--muted: oklch(0.968 0.007 247.896);
	--muted-foreground: oklch(0.554 0.046 257.417);
	--accent: oklch(0.968 0.007 247.896);
	--accent-foreground: oklch(0.208 0.042 265.755);
	--destructive: oklch(0.577 0.245 27.325);
	--destructive-foreground: oklch(1 0 0);
	--border: oklch(0.929 0.013 255.508);
	--input: oklch(0.929 0.013 255.508);
	--ring: oklch(0.554 0.046 257.417);
	--chart-1: oklch(0.704 0.04 256.788);
	--chart-2: oklch(0.554 0.046 257.417);
	--chart-3: oklch(0.446 0.043 257.281);
	--chart-4: oklch(0.391 0.039 257.287);
	--chart-5: oklch(0.293 0.032 260.166);
	--sidebar: oklch(0.985 0.002 247.839);
	--sidebar-foreground: oklch(0.129 0.042 264.695);
	--sidebar-primary: oklch(0.554 0.046 257.417);
	--sidebar-primary-foreground: oklch(0.985 0.002 247.839);
	--sidebar-accent: oklch(0.968 0.007 247.896);
	--sidebar-accent-foreground: oklch(0.208 0.042 265.755);
	--sidebar-border: oklch(0.929 0.013 255.508);
	--sidebar-ring: oklch(0.554 0.046 257.417);
}

.dark {
	--background: oklch(0.129 0.042 264.695);
	--foreground: oklch(0.985 0.002 247.839);
	--card: oklch(0.208 0.042 265.755);
	--card-foreground: oklch(0.985 0.002 247.839);
	--popover: oklch(0.208 0.042 265.755);
	--popover-foreground: oklch(0.985 0.002 247.839);
	--primary: oklch(0.704 0.04 256.788);
	--primary-foreground: oklch(0.129 0.042 264.695);
	--secondary: oklch(0.279 0.041 260.031);
	--secondary-foreground: oklch(0.985 0.002 247.839);
	--muted: oklch(0.279 0.041 260.031);
	--muted-foreground: oklch(0.704 0.04 256.788);
	--accent: oklch(0.279 0.041 260.031);
	--accent-foreground: oklch(0.985 0.002 247.839);
	--destructive: oklch(0.704 0.191 22.216);
	--destructive-foreground: oklch(0.985 0 0);
	--border: oklch(1 0 0 / 10%);
	--input: oklch(1 0 0 / 15%);
	--ring: oklch(0.704 0.04 256.788);
	--chart-1: oklch(0.704 0.04 256.788);
	--chart-2: oklch(0.554 0.046 257.417);
	--chart-3: oklch(0.446 0.043 257.281);
	--chart-4: oklch(0.391 0.039 257.287);
	--chart-5: oklch(0.293 0.032 260.166);
	--sidebar: oklch(0.208 0.042 265.755);
	--sidebar-foreground: oklch(0.985 0.002 247.839);
	--sidebar-primary: oklch(0.704 0.04 256.788);
	--sidebar-primary-foreground: oklch(0.129 0.042 264.695);
	--sidebar-accent: oklch(0.279 0.041 260.031);
	--sidebar-accent-foreground: oklch(0.985 0.002 247.839);
	--sidebar-border: oklch(1 0 0 / 10%);
	--sidebar-ring: oklch(0.554 0.046 257.417);
}


/* Global Element Styles */
* {
	border-color: var(--border);
}

body {
	background-color: var(--background);
	color: var(--foreground);
	font-family: var(--font-sans);
}
/* Tailwind v4 Theme Integration */
@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-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);
	--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);
	--font-sans: var(--font-sans);
	--font-mono: var(--font-mono);
	--font-serif: var(--font-serif);
	--radius-sm: calc(var(--radius) - 4px);
	--radius-md: calc(var(--radius) - 2px);
	--radius-lg: var(--radius);
	--radius-xl: calc(var(--radius) + 4px);
	--shadow-2xs: var(--shadow-2xs);
	--shadow-xs: var(--shadow-xs);
	--shadow-sm: var(--shadow-sm);
	--shadow: var(--shadow);
	--shadow-md: var(--shadow-md);
	--shadow-lg: var(--shadow-lg);
	--shadow-xl: var(--shadow-xl);
	--shadow-2xl: var(--shadow-2xl);
}


.divDevMode {
	@apply absolute bottom-0 left-0 w-full bg-red-800 text-white text-center p-2;
}