*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#18191a;color:#e4e6eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden;height:100vh}#root{height:100vh}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade{animation:fadeIn .3s ease}.skeleton{background:linear-gradient(90deg,#3a3b3c 25%,#4e4f50,#3a3b3c 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3a3b3c;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#4e4f50}
