@tailwind base;@tailwind components;@tailwind utilities;select{background-image:none!important}select option{padding:12px 16px;font-weight:600;font-size:.875rem;color:#1e293b;background:#fff;transition:all .2s ease}select option:hover{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5}select option:checked{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-weight:700}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px;margin:8px 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#a5b4fc,#818cf8);border-radius:10px;border:2px solid #f8fafc}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#818cf8,#6366f1)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#818cf8 #f8fafc}@layer base{body{@apply antialiased text-slate-900 bg-[#f8fafc];font-family:Inter,sans-serif}}.shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.table-container{max-height:65vh;overflow:auto;border-radius:.75rem}.sticky-col{position:sticky;left:0;z-index:20}.sticky-header{position:sticky;top:0;z-index:30}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-in{animation:slideIn .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-12px);scale:.98}to{opacity:1;transform:translateY(0);scale:1}}.table-container::-webkit-scrollbar{width:8px;height:8px}.table-container::-webkit-scrollbar-track{background:#f8fafc}.table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}table{border-collapse:separate;border-spacing:0}
