@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-slate-900 bg-gray-50;}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-in{animation:fadeIn .3s ease-out forwards}@media print{header,button,.no-print,.print-hidden{display:none!important}body,main{background:#fff;padding:0;margin:0;max-width:100%!important;min-height:auto!important;height:auto!important;overflow:visible!important}.report-container{padding:0!important;box-shadow:none!important;border:none!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}h4,.phase-block{page-break-inside:avoid}p,span,div{color:#000!important}.bg-brand-600{background-color:#16a34a!important;color:#fff!important}}
