@keyframes fc-drawer-up{0%{transform:translate(-50%,24px);opacity:0}to{transform:translate(-50%);opacity:1}}.fc-drawer{animation:fc-drawer-up .28s cubic-bezier(.32,.72,.2,1) both}@keyframes fc-fade{0%{opacity:0}to{opacity:1}}.fc-overlay{animation:fc-fade .2s ease-out both}@keyframes fc-pop{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.fc-pop{animation:fc-pop .3s cubic-bezier(.34,1.4,.64,1) both}.fc-pop-1{animation-delay:.05s}.fc-pop-2{animation-delay:.12s}@keyframes fc-fab-in{0%{transform:scale(0)}70%{transform:scale(1.08)}to{transform:scale(1)}}.fc-fab{animation:fc-fab-in .45s cubic-bezier(.34,1.56,.64,1) .6s both}@media (prefers-reduced-motion:reduce){.fc-drawer,.fc-fab,.fc-overlay,.fc-pop{animation:none!important}}