.toast-module__OyEnea__viewport{z-index:50;outline:none;width:calc(100vw - 2rem);max-width:24rem;position:fixed;inset:auto 1rem 1rem auto}.toast-module__OyEnea__toast{--gap:.75rem;--peek:.625rem;--scale:calc(max(0, 1 - (var(--toast-index) * .06)));--shrink:calc(1 - var(--scale));--height:var(--toast-frontmost-height,var(--toast-height));--offset-y:calc((var(--toast-offset-y) * -1) + (var(--toast-index) * var(--gap) * -1) + var(--toast-swipe-movement-y));box-sizing:border-box;width:100%;height:var(--height);transform:translateX(var(--toast-swipe-movement-x)) translateY(calc(var(--toast-swipe-movement-y) - (var(--toast-index) * var(--peek)) - (var(--shrink) * var(--height)))) scale(var(--scale));transform-origin:100% 100%;-webkit-user-select:none;user-select:none;z-index:calc(1000 - var(--toast-index));transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s,height .15s;position:absolute;bottom:0;right:0}.toast-module__OyEnea__toast[data-expanded]{height:var(--toast-height);transform:translateX(var(--toast-swipe-movement-x)) translateY(var(--offset-y))}.toast-module__OyEnea__toast[data-starting-style],.toast-module__OyEnea__toast[data-ending-style]{transform:translateY(150%)}.toast-module__OyEnea__toast[data-limited],.toast-module__OyEnea__toast[data-ending-style]{opacity:0}.toast-module__OyEnea__toast[data-ending-style][data-swipe-direction=up]{transform:translateY(calc(var(--toast-swipe-movement-y) - 150%))}.toast-module__OyEnea__toast[data-ending-style][data-swipe-direction=left]{transform:translateX(calc(var(--toast-swipe-movement-x) - 150%)) translateY(var(--offset-y))}.toast-module__OyEnea__toast[data-ending-style][data-swipe-direction=right]{transform:translateX(calc(var(--toast-swipe-movement-x) + 150%)) translateY(var(--offset-y))}.toast-module__OyEnea__toast[data-ending-style][data-swipe-direction=down]{transform:translateY(calc(var(--toast-swipe-movement-y) + 150%))}.toast-module__OyEnea__toast:after{width:100%;height:calc(var(--gap) + 1px);content:"";position:absolute;top:100%;left:0}.toast-module__OyEnea__content{box-sizing:border-box;width:100%;height:100%;transition:opacity .25s cubic-bezier(.22,1,.36,1);overflow:hidden}.toast-module__OyEnea__content[data-behind]{opacity:0}.toast-module__OyEnea__content[data-expanded]{opacity:1}@media (min-width:500px){.toast-module__OyEnea__viewport{width:24rem;bottom:2rem;right:2rem}}
