/* Chempionat - Custom Styles */

/* Sidebar nav-link (used with Tailwind @apply via base_admin.html style block) */
[x-cloak] { display: none !important; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Custom scrollbar for admin sidebar */
.sidebar-scroll::-webkit-scrollbar { width: 4px; }
.sidebar-scroll::-webkit-scrollbar-track { background: transparent; }
.sidebar-scroll::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 2px; }

/* Table hover */
table tr { transition: background-color 0.15s; }

/* Dialog backdrop */
dialog::backdrop { background: rgba(0,0,0,0.5); }

/* Image lazy */
img { loading: lazy; }

/* Print */
@media print {
  nav, footer, .no-print { display: none !important; }
}
