@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bg-main: #f8fafc}body{@apply m-0 p-0 bg-slate-50 text-slate-900 font-sans antialiased;min-height:100vh}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{@apply bg-transparent;}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-slate-300 rounded-full transition-colors hover:bg-slate-400;}.transition-standard{@apply transition-all duration-200 ease-in-out;}.sticky-column{position:sticky;left:0;z-index:10;background-color:#fff;box-shadow:2px 0 5px #0000000d}.sticky-right{position:sticky;right:0;z-index:10;background-color:#fff;box-shadow:-2px 0 5px #0000000d}tr:hover .sticky-column,tr:hover .sticky-right{background-color:#f8fafc}@media print{.no-print{display:none!important}body{background:#fff!important}}
