.bottom-sheet.svelte-eeltkk{position:fixed;inset:auto 0 0 0;width:100%;max-width:640px;margin:0 auto;max-height:85dvh;border:none;border-top:1px solid var(--bg-3);border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--bg-2);color:var(--text-0);padding:0;overflow:hidden}.bottom-sheet[open].svelte-eeltkk{display:flex;flex-direction:column}.bottom-sheet.svelte-eeltkk::backdrop{background:#000000b3;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.sheet-content.svelte-eeltkk{display:flex;flex-direction:column;overflow-y:auto;max-height:85dvh}.sheet-handle.svelte-eeltkk{width:40px;height:4px;border-radius:2px;background:var(--bg-3);margin:var(--sp-2) auto;flex-shrink:0}.sheet-header.svelte-eeltkk{display:flex;align-items:center;justify-content:space-between;padding:0 var(--sp-4) var(--sp-3);flex-shrink:0}.sheet-title.svelte-eeltkk{font-size:var(--fs-title);font-weight:700;color:var(--text-0)}.close-btn.svelte-eeltkk{position:relative;width:32px;height:32px;border-radius:50%;background:var(--bg-2);color:var(--text-1);font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.close-btn.svelte-eeltkk:hover{background:var(--bg-3)}.close-btn.svelte-eeltkk:active{transform:scale(.9)}@media (prefers-reduced-motion: reduce){.close-btn.svelte-eeltkk:active{transform:none}}.close-btn.svelte-eeltkk:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}@keyframes svelte-eeltkk-modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}@media (min-width: 1024px){.bottom-sheet.svelte-eeltkk{top:0;right:0;bottom:0;left:0;margin:auto;height:max-content;max-height:80vh;border:1px solid var(--bg-3);border-radius:var(--radius-md);animation:svelte-eeltkk-modal-in .16s ease-out}.sheet-handle.svelte-eeltkk{display:none}}
