@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.toast-in{animation:.22s cubic-bezier(.2,.7,.1,1) toast-in}@keyframes birth{0%{opacity:0;filter:blur(6px);transform:scale(.6)rotate(-40deg)}60%{opacity:1;filter:blur()}to{transform:none}}.birth{animation:.9s cubic-bezier(.2,.7,.1,1) both birth}@keyframes row-in{0%{background:#c6f4321f}to{background:0 0}}.row-in{animation:1.6s ease-out row-in}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.9s linear infinite spin}input:focus-visible{outline:none}input[type=range]:focus-visible{outline:2px solid var(--lime);outline-offset:4px}
