@keyframes rc-scrim-in{0%{opacity:0}to{opacity:1}}.rc-scrim{animation:rc-scrim-in var(--dur) var(--ease) both}@keyframes rc-drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.rc-drawer{animation:rc-drawer-in var(--dur-slow) var(--ease) both}@media (prefers-reduced-motion:reduce){.rc-scrim,.rc-drawer{animation:none}}
