@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-blue: #00063A;--secondary-bg: #F8FAFC;--text-main: #00063A;--text-muted: #64748B;--border-light: #E2E8F0}body{@apply antialiased text-slate-900 bg-white;}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full hover:bg-slate-300 transition-colors;}.clean-shadow{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.clean-card{@apply bg-white border border-slate-100 rounded-2xl clean-shadow;}.sidebar-active{background-color:#ffffff1a;@apply text-white;}.sidebar-item{@apply transition-all duration-200 ease-in-out;}.sidebar-item:hover{background-color:#ffffff0d}.table-row-padding{@apply py-6 flex items-center;}
