.react-aria-ModalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:100;&[data-entering]{animation:modal-fade .2s}&[data-exiting]{animation:modal-fade .15s ease-in reverse}}.react-aria-Modal{outline:none;max-width:var(--modal-max-width);&[data-entering]{animation:modal-zoom .3s cubic-bezier(.175,.885,.32,1.275)}}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-zoom{0%{transform:scale(.8)}to{transform:scale(1)}}