@charset "UTF-8";.bottom-sheet-overlay.svelte-hpp0cm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-end;justify-content:center;padding:0;overflow:hidden}.bottom-sheet-content.svelte-hpp0cm{background-color:rgb(var(--color-bg-surface));border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:600px;margin:0 auto;box-shadow:0 -8px 24px #0000001f;display:flex;flex-direction:column;overflow:hidden;padding-bottom:env(safe-area-inset-bottom,20px)}.bottom-sheet-handle.svelte-hpp0cm{padding:var(--space-sm);display:flex;justify-content:center}.bottom-sheet-handle.svelte-hpp0cm .handle-bar:where(.svelte-hpp0cm){width:36px;height:4px;background-color:rgba(var(--color-divider),.6);border-radius:4px}.bottom-sheet-header.svelte-hpp0cm{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) var(--space-md) var(--space-sm)}.bottom-sheet-title.svelte-hpp0cm{font-size:1rem;font-weight:600;margin:0;color:rgb(var(--color-text-main))}.close-button.svelte-hpp0cm{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:rgba(var(--color-bg-muted),.5);border:none;cursor:pointer;color:rgb(var(--color-text-muted))}.close-button.svelte-hpp0cm:hover{background-color:rgba(var(--color-bg-muted),.8);color:rgb(var(--color-text-main))}.close-button.svelte-hpp0cm i:where(.svelte-hpp0cm){font-size:.8rem}.bottom-sheet-body.svelte-hpp0cm{overflow-y:auto;flex:1}@media (max-width: 768px){.bottom-sheet-content.svelte-hpp0cm{max-width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}}
