input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px hsl(var(--background)) inset!important;-webkit-text-fill-color:hsl(var(--foreground))!important;background-color:hsl(var(--background))!important}.page-transition{transition:opacity .3s,transform .3s;opacity:1;transform:translate(0)}.page-exit{opacity:0;transform:translate(-50px);pointer-events:none}@keyframes toast-progress{0%{width:100%}to{width:0%}}.toast-root[data-state=open]{animation:toast-slide-in-right .22s ease-out forwards!important}.toast-root[data-state=closed]{animation:toast-slide-out-right .2s ease-in forwards!important}@keyframes toast-slide-in-right{0%{opacity:0;transform:translate(calc(100% + 20px))}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}@media (prefers-reduced-motion: reduce){.toast-root[data-state=open]{animation:toast-fade-in .2s ease-out forwards!important}.toast-root[data-state=closed]{animation:toast-fade-out .2s ease-in forwards!important}}@keyframes toast-fade-in{0%{opacity:0}to{opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}
