/* Small custom touches on top of Tailwind CDN */
body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; }

.sidebar-link.active {
  background-color: rgba(255,255,255,0.12);
  border-right: 3px solid #38bdf8;
}

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }

@media print {
  .no-print { display: none !important; }
}

.table-hover tbody tr:hover { background-color: #f8fafc; }
