.mobile-sheet.svelte-dooykz{padding:0;border:none;background:transparent;max-width:100%;max-height:100%;overflow:visible}.mobile-sheet.svelte-dooykz::backdrop{background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:svelte-dooykz-fade-in .2s ease-out}.mobile-sheet-content.svelte-dooykz{background:var(--glass-bg, rgba(255, 255, 255, .72));-webkit-backdrop-filter:blur(var(--glass-blur, 20px)) saturate(180%);backdrop-filter:blur(var(--glass-blur, 20px)) saturate(180%);overflow:hidden;display:flex;flex-direction:column}@supports not (backdrop-filter: blur(1px)){.mobile-sheet-content.svelte-dooykz{background:var(--glass-bg-dense, rgba(255, 255, 255, .88))}}.mobile-sheet-header.svelte-dooykz{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--glass-border, rgba(255, 255, 255, .35));flex-shrink:0;position:relative}.mobile-sheet-handle.svelte-dooykz{position:absolute;top:.5rem;left:50%;transform:translate(-50%);width:2rem;height:.25rem;background:var(--color-border, #d1d5db);border-radius:9999px}.mobile-sheet-title.svelte-dooykz{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #111);margin:0}.mobile-sheet-close.svelte-dooykz{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:9999px;border:none;background:transparent;color:var(--color-text-secondary, #6b7280);cursor:pointer;min-width:44px;min-height:44px}.mobile-sheet-close.svelte-dooykz:hover{background:var(--glass-active-bg, rgba(0, 0, 0, .06))}.mobile-sheet-body.svelte-dooykz{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}@media(max-width:639px){.mobile-sheet.svelte-dooykz{position:fixed;inset:0;width:100%;height:100%;margin:0}.mobile-sheet-content.svelte-dooykz{width:100%;height:100%;border-radius:0;animation:svelte-dooykz-slide-up .25s ease-out}.mobile-sheet-header.svelte-dooykz{padding-top:max(1rem,env(safe-area-inset-top))}.mobile-sheet-body.svelte-dooykz{padding-bottom:env(safe-area-inset-bottom)}}@media(max-width:639px){.mobile-sheet.mobile-sheet-partial.svelte-dooykz{position:fixed;inset:auto 0 0;width:100%;height:auto;margin:0}.mobile-sheet.mobile-sheet-partial.svelte-dooykz .mobile-sheet-content:where(.svelte-dooykz){width:100%;height:auto;max-height:80vh;border-radius:1rem 1rem 0 0;animation:svelte-dooykz-slide-up .25s ease-out}}@media(min-width:640px){.mobile-sheet.svelte-dooykz{margin:auto;width:min(90vw,32rem);max-height:85vh}.mobile-sheet.mobile-sheet-sm.svelte-dooykz{width:min(90vw,24rem)}.mobile-sheet.mobile-sheet-lg.svelte-dooykz{width:min(90vw,42rem)}.mobile-sheet-content.svelte-dooykz{border-radius:.75rem;max-height:85vh;box-shadow:0 25px 50px -12px #00000040;animation:svelte-dooykz-fade-scale-in .2s ease-out}}@keyframes svelte-dooykz-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-dooykz-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-dooykz-fade-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
