body { font-family: 'Inter', sans-serif; }
button { -webkit-tap-highlight-color: transparent; }

/* Custom scrollbars */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* Weekly Matrix styling */
.matrix-cell { min-width: 140px; min-height: 90px; }
.matrix-badge-err { background: #fee2e2; color: #b91c1c; border-left: 3px solid #ef4444; }
.matrix-badge-ok { background: #e0f2fe; color: #0369a1; border-left: 3px solid #0284c7; }
.matrix-badge-tele { background: #fae8ff; color: #86198f; border-left: 3px solid #c026d3; }
.matrix-badge-rest { background: #fef9c3; color: #854d0e; border-left: 3px solid #eab308; }

@media print {
  body * { visibility: hidden; }
  #printable-area, #printable-area * { visibility: visible; }
  #printable-area { position: absolute; left: 0; top: 0; width: 100%; }
  .no-print { display: none !important; }
  .page-break { page-break-after: always; break-after: page; }
}