.bottom-sheet.svelte-7vgo1t{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.bottom-sheet--top.svelte-7vgo1t{align-items:flex-start}.bottom-sheet__backdrop.svelte-7vgo1t{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--grey-opacity-500);pointer-events:auto;cursor:pointer}.bottom-sheet--locked.svelte-7vgo1t .bottom-sheet__backdrop:where(.svelte-7vgo1t){background:var(--grey-opacity-600);cursor:default}.bottom-sheet__panel.svelte-7vgo1t{position:relative;width:min(100%,var(--app-max-width));max-height:min(78vh,36rem);margin:0;padding:0;border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow:hidden;pointer-events:auto;display:flex;flex-direction:column;background:var(--card);box-shadow:0 16px 40px #191f282e}.bottom-sheet--top.svelte-7vgo1t .bottom-sheet__panel:where(.svelte-7vgo1t){border-radius:0 0 var(--radius-xl) var(--radius-xl);padding-top:env(safe-area-inset-top,0px);box-shadow:0 12px 32px #191f2829}.bottom-sheet__header.svelte-7vgo1t{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:16px 24px 12px}.bottom-sheet__heading.svelte-7vgo1t{display:flex;min-width:0;align-items:center;gap:6px}.bottom-sheet__title.svelte-7vgo1t{margin:0;font:var(--font-t5-bold);letter-spacing:-.02em;color:var(--grey-900)}.bottom-sheet__close.svelte-7vgo1t{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:999px;background:var(--grey-100);color:var(--grey-600);cursor:pointer}.bottom-sheet__close.svelte-7vgo1t:hover{color:var(--grey-800);background:var(--grey-200)}.bottom-sheet__body.svelte-7vgo1t{flex:1;min-height:0;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}
