@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;background:#fff;min-height:100vh;letter-spacing:-.01em}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:32px;height:32px;border:2.5px solid #dee2e6;border-top-color:#0d6efd;border-radius:50%;animation:spin .6s linear infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#dee2e6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#adb5bd}table{border-collapse:collapse}th{font-weight:600;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}th:hover{color:#0d6efd}.num-cell{text-align:right;font-variant-numeric:tabular-nums}@media(max-width:1023px){.kpi-grid{grid-template-columns:repeat(2,1fr)!important}.quick-grid{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:639px){.kpi-grid{grid-template-columns:1fr!important}.quick-grid{grid-template-columns:repeat(3,1fr)!important}}@media print{@page{margin:1cm;size:A4 landscape}body{background:#fff!important;font-size:11pt}header,nav,button,select,input{display:none!important}table{width:100%!important;border-collapse:collapse!important;font-size:10pt!important}th{background:#f0f0f0!important;color:#000!important;border:1px solid #ccc!important;padding:4px 6px!important}td{border:1px solid #ddd!important;padding:3px 6px!important;color:#000!important}}
