@tailwind base;@tailwind components;@tailwind utilities;@layer base{::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dark ::-webkit-scrollbar-thumb{background:#334155}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media print{body,#root,.flex,.h-screen,.h-full,#main-content,main{height:auto!important;width:100%!important;overflow:visible!important;display:block!important;position:static!important}*{background-color:#fff!important;color:#000!important;text-shadow:none!important;box-shadow:none!important}h1{font-size:32px!important;margin-bottom:20px!important}.border-slate-800{border-color:#ddd!important}}}@layer utilities{.animation-delay-2000{animation-delay:2s}@media(min-width:1920px){.bg-dot-pattern{background-image:radial-gradient(#cbd5e1 1px,transparent 1px);background-size:24px 24px}.dark .bg-dot-pattern{background-image:radial-gradient(#334155 1px,transparent 1px)}}}
