@keyframes fadeIn{0%{opacity:0}to{opacity:.5}}@keyframes fadeOut{0%{opacity:.5}to{opacity:0}}.modal{--animation-time:0.35s;position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:100;display:flex;justify-content:flex-end;overflow:scroll}.modal__background{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;opacity:0;animation:var(--animation-time) forwards fadeIn}.modal__background--fade-out{animation:var(--animation-time) forwards fadeOut}.modal__content{position:relative;background-color:#fff;transition:opacity var(--animation-time),transform var(--animation-time);transition-timing-function:cubic-bezier(.075,.82,.165,1);opacity:0;height:100vh;transform:translate(100%);width:100%}@media only screen and (min-width:743px){.modal__content{max-height:100%}}.modal__content>.stack{height:100%}.modal--open{pointer-events:all}.modal--open .modal__content{opacity:1;transform:none}body.with-modal{overflow:hidden}.menu{background-color:var(--neutral-surface-light);padding:24px 40px;height:100vh}.menu__actions{display:flex;justify-content:center;align-items:center}.menu__actions>*{flex:1 1}
/*# sourceMappingURL=757a55a6718fd34b.css.map*/