*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0}@keyframes toastIn{0%{transform:translate(24px) scale(.95);opacity:0}60%{transform:translate(-4px) scale(1.01);opacity:1}to{transform:translate(0) scale(1);opacity:1}}@keyframes toastOut{0%{transform:translate(0);opacity:1}to{transform:translate(24px);opacity:0}}.toast-enter{animation:toastIn .32s cubic-bezier(.34,1.2,.64,1) forwards}@keyframes modalIn{0%{transform:scale(.96) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-enter{animation:modalIn .2s ease forwards}@keyframes modalMaximize{0%{transform:scale(.6) translateY(32px);opacity:0}65%{transform:scale(1.02) translateY(-3px);opacity:1}to{transform:scale(1) translateY(0);opacity:1}}.modal-maximize{animation:modalMaximize .32s cubic-bezier(.34,1.2,.64,1) forwards}@keyframes modalMinimize{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.6) translateY(32px);opacity:0}}.modal-minimize{animation:modalMinimize .22s cubic-bezier(.4,0,.6,1) forwards}@keyframes backdropFadeOut{0%{opacity:1}to{opacity:0}}.backdrop-exit{animation:backdropFadeOut .22s ease forwards}@keyframes panelFromBottom{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes panelFromTop{0%{transform:translateY(-24px);opacity:0}to{transform:translateY(0);opacity:1}}.panel-enter-bottom{animation:panelFromBottom .28s cubic-bezier(.34,1.2,.64,1) forwards}.panel-enter-top{animation:panelFromTop .28s cubic-bezier(.34,1.2,.64,1) forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.backdrop-enter{animation:fadeIn .18s ease forwards}@keyframes tabFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tab-enter{animation:tabFade .18s ease forwards}.modal-scroll::-webkit-scrollbar{width:8px}.modal-scroll::-webkit-scrollbar-track{background:transparent;margin:12px 0}.modal-scroll::-webkit-scrollbar-thumb{background:#80808059;border-radius:4px}.modal-scroll::-webkit-scrollbar-thumb:hover{background:#8080808c}input.time-dark::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.6;cursor:pointer}
