html{width:100%}.popup.svelte-dt5hyt.svelte-dt5hyt{--animation-duration:500ms;animation:svelte-dt5hyt-fade-in var(--animation-duration) forwards;background-color:rgb(0 0 0 / .5);transition:background-color,-webkit-backdrop-filter var(--animation-duration) ease-in-out;transition:background-color,backdrop-filter var(--animation-duration) ease-in-out;transition:background-color,backdrop-filter var(--animation-duration) ease-in-out,-webkit-backdrop-filter var(--animation-duration) ease-in-out}@keyframes svelte-dt5hyt-fade-in{0%{opacity:0}100%{opacity:1}}.popup-container.svelte-dt5hyt.svelte-dt5hyt{width:95%;animation:svelte-dt5hyt-slide-in ease-in-out .3s forwards;background-color:var(--popup-bg-color,#fff)}@media(orientation:landscape){.popup-container.svelte-dt5hyt.svelte-dt5hyt{margin-top:4rem}@media(min-width:980px){.popup-container.svelte-dt5hyt.svelte-dt5hyt{height:var(--popup-height,unset)!important}}}@media(min-width:640px){.popup-container.svelte-dt5hyt.svelte-dt5hyt{width:var(--popup-width,840px)}}@keyframes svelte-dt5hyt-slide-in{from{transform:translateY(10%)}to{transform:translateY(0)}}.popup.closing.svelte-dt5hyt.svelte-dt5hyt{animation:svelte-dt5hyt-fade-out var(--animation-duration) forwards;background-color:transparent;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.popup.closing.svelte-dt5hyt .popup-container.svelte-dt5hyt{animation:svelte-dt5hyt-scale-out var(--animation-duration) forwards,svelte-dt5hyt-fade-out var(--animation-duration) forwards}@keyframes svelte-dt5hyt-fade-out{0%{opacity:1}100%{opacity:0}}@keyframes svelte-dt5hyt-scale-out{to{transform:scale(.8)}}