@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #f9fafb;--bg-secondary: #ffffff;--bg-card: #ffffff;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-color: #e5e7eb;--sidebar-bg: #ffffff;--sidebar-text: #1f2937;--sidebar-text-muted: #6b7280;--sidebar-hover: #fef3c7;--header-bg: #ffffff;--header-text: #1f2937;--yellow-400: #fbbf24;--yellow-100: #fef3c7;--yellow-600: #d97706;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-300: #d1d5db;--white: #ffffff;--green-100: #f0fdf4;--green-700: #15803d;--red-50: #fef2f2;--red-200: #fecaca;--red-700: #b91c1c;--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}body{font-family:Figtree,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;max-width:100%;overflow-x:hidden}.sidebar-item:hover,.sidebar-subitem:hover{background-color:var(--sidebar-hover)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
