* { -webkit-tap-highlight-color: transparent; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
#toast-root > div { transition: opacity .3s, transform .3s; }
input, select, button { outline: none; }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1); opacity:.6; }
input[type=number]::-webkit-inner-spin-button { opacity: .3; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
.view { animation: fade .18s ease-out; }
@keyframes fade { from { opacity: 0; transform: translateY(4px);} to {opacity:1; transform:none;} }
