@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 207 71% 53%;--primary-foreground: 0 0% 98%;--secondary: 151 63% 42%;--secondary-foreground: 0 0% 98%;--tertiary: 27 92% 52%;--tertiary-foreground: 0 0% 98%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--sidebar-background: 222 30% 16%;--sidebar-foreground: 210 40% 98%;--sidebar-primary: 207 71% 65%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 210 40% 96%;--sidebar-accent-foreground: 222 26% 18%;--sidebar-border: 222 16% 25%;--sidebar-ring: 210 40% 96%;--radius: .5rem;--chart-1: 207 71% 53%;--chart-2: 151 63% 42%;--chart-3: 27 92% 52%;--chart-4: 248 90% 66%;--chart-5: 339 90% 51%}}@layer base{*{@apply border-border;}body{@apply font-sans antialiased bg-background text-foreground;}}@layer components{.status-awaiting{@apply bg-[#f39c12]/20 text-[#f39c12];}.status-working{@apply bg-[#3498db]/20 text-[#3498db];}.status-completed{@apply bg-[#27ae60]/20 text-[#27ae60];}.status-denied{@apply bg-[#e74c3c]/20 text-[#e74c3c];}.sidebar-container{@apply fixed inset-y-0 left-0 z-50 bg-gray-800 text-white transition-all duration-300 ease-in-out;width:256px}@media (min-width: 768px){.sidebar-container{@apply block;width:64px}.sidebar-container.expanded{width:256px}}.sidebar-content{@apply h-full flex flex-col;}.sidebar-minimized{@apply fixed inset-y-0 left-0 z-50 w-16 bg-gray-800 text-white transition-all duration-300 ease-in-out flex flex-col items-center overflow-hidden shadow-lg;border-right:2px solid theme("colors.gray.700")}.main-content{@apply min-h-screen flex flex-col transition-all duration-300 ease-in-out;margin-left:0}.sidebar-minimized-active .main-content{margin-left:4rem}@media (min-width: 768px){.main-content{margin-left:64px}.main-content.sidebar-expanded{margin-left:256px}}.sidebar-footer{@apply text-gray-300;}.sidebar-footer-brand{@apply font-bold text-white;}.bg-blue-100 [role=progressbar]{@apply bg-blue-500;}.bg-yellow-100 [role=progressbar]{@apply bg-yellow-500;}.bg-green-100 [role=progressbar]{@apply bg-green-500;}.bg-purple-100 [role=progressbar]{@apply bg-purple-500;}}
