/* assets/css/app.css */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }
.dark ::-webkit-scrollbar-thumb { background-color: #475569; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.material-symbols-outlined.filled { font-variation-settings: 'FILL' 1; }

.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(15, 23, 42, .45);
  display: none; align-items: center; justify-content: center;
  z-index: 50;
}
.modal-backdrop.show { display: flex; }

.toast {
  position: fixed; right: 16px; bottom: 16px;
  z-index: 60;
}
