@tailwind base;@tailwind components;@tailwind utilities;:root{--primary: #4f46e5;--primary-dark: #4338ca;--primary-light: #e0e7ff;--secondary: #0d9488;--accent: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-600: #4b5563;--gray-800: #1f2937;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--info: #3b82f6;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--radius: 1rem;--radius-sm: .75rem}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(135deg,#f5f7fa,#eef2f6);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}*{box-sizing:border-box}button,a,input,textarea,select{transition:all .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100);border-radius:9999px}::-webkit-scrollbar-thumb{background:var(--gray-600);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
