:root{--ease-out: cubic-bezier(.23, 1, .32, 1)}button{transition:transform .14s var(--ease-out),background-color .15s ease,opacity .15s ease,box-shadow .15s ease}button:active:not(:disabled){transform:scale(.97)}input,select{transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus{outline:none;border-color:#1f7a3d;box-shadow:0 0 0 3px #1f7a3d26}a{transition:color .15s ease,opacity .15s ease}form{opacity:1;transform:scale(1) translateY(0);transition:opacity .35s var(--ease-out),transform .35s var(--ease-out)}@starting-style{form{opacity:0;transform:scale(.97) translateY(12px)}}@media (prefers-reduced-motion: reduce){button:active:not(:disabled){transform:none}form{transition:opacity .2s ease}@starting-style{form{transform:none}}}
