.modal-backdrop.svelte-1rr45yu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);background:rgba(var(--modalOverlay) / .5);cursor:default;touch-action:none;animation:svelte-1rr45yu-fade-in .2s ease-out;border:none;outline:none}.modal-backdrop.closing.svelte-1rr45yu{animation:svelte-1rr45yu-fade-out .2s ease-out forwards}.modal-container.svelte-1rr45yu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);display:flex;justify-content:center;padding:1rem;pointer-events:none}.modal-content.svelte-1rr45yu{pointer-events:auto;background:rgb(var(--bgSub));border:1px solid rgb(var(--bgBorder));border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-width:28rem;width:100%;max-height:90vh;overflow:hidden;overscroll-behavior:contain;animation:svelte-1rr45yu-zoom-in .2s cubic-bezier(.25,.46,.45,.94)}.modal-container.closing.svelte-1rr45yu .modal-content:where(.svelte-1rr45yu){animation:svelte-1rr45yu-zoom-out .2s cubic-bezier(.25,.46,.45,.94) forwards}.modal-header.svelte-1rr45yu{display:flex;align-items:center;justify-content:space-between;padding:.5rem .85rem;border-bottom:1px solid rgb(var(--bgBorder));flex-shrink:0}.modal-body.svelte-1rr45yu{overflow-y:auto;overscroll-behavior:contain}@keyframes svelte-1rr45yu-zoom-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes svelte-1rr45yu-zoom-out{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}@keyframes svelte-1rr45yu-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1rr45yu-fade-out{0%{opacity:1}to{opacity:0}}@keyframes svelte-1rr45yu-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-1rr45yu-slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@media(max-width:640px){.modal-container.svelte-1rr45yu{padding:0;align-items:flex-end}.modal-container.mobile-only.svelte-1rr45yu{display:flex}.modal-content.svelte-1rr45yu{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;height:var(--mobile-height, 65vh);max-height:var(--mobile-height, 65vh);border-radius:1rem 1rem 0 0;border-bottom:none;animation:svelte-1rr45yu-slide-up .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column}.modal-container.closing.svelte-1rr45yu .modal-content:where(.svelte-1rr45yu){animation:svelte-1rr45yu-slide-down .3s cubic-bezier(.25,.46,.45,.94) forwards}.modal-header.svelte-1rr45yu{padding:.5rem 1rem}.modal-body.svelte-1rr45yu{flex:1;overscroll-behavior:contain}}@media(min-width:640px){.modal-container.mobile-only.svelte-1rr45yu,.modal-backdrop.mobile-only.svelte-1rr45yu{display:none}}
