html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0b1020; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #475569; }
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator { filter: invert(1) brightness(0.7); opacity: 0.8; cursor: pointer; }
input[type="checkbox"] { filter: invert(0) hue-rotate(0deg); accent-color: #6366f1; width: 14px; height: 14px; }
select option { background: #11182e; color: #e2e8f0; }
