.gg-bottom-sheet.svelte-18nxj2m{--sheet-max-height: 80svh;--sheet-radius: 1rem;--sheet-border-width: 1px;--sheet-grabber-height: 44px;--sheet-grabber-padding: 12px 0 8px;--sheet-grabber-indicator-width: 36px;--sheet-grabber-indicator-height: 4px;--sheet-grabber-indicator-radius: 9999px;--sheet-color-bg: var(--color-bg-secondary);--sheet-color-border: #2E2E2E;--sheet-backdrop-bg: rgba(0, 0, 0, .5);--sheet-backdrop-blur: 4px;--sheet-grabber-indicator-bg: var(--color-text-secondary);--sheet-z-backdrop: 1001;--sheet-z-content: 1002;--sheet-easing: cubic-bezier(.32, .72, 0, 1);--sheet-backdrop-duration: .2s;--sheet-content-duration: .5s}[data-scope=bottom-sheet][data-part=backdrop].svelte-18nxj2m{position:fixed;inset:0;-webkit-backdrop-filter:blur(var(--sheet-backdrop-blur));backdrop-filter:blur(var(--sheet-backdrop-blur));background-color:var(--sheet-backdrop-bg);overflow-y:auto;z-index:var(--sheet-z-backdrop)}[data-scope=bottom-sheet][data-part=backdrop][data-state=closed].svelte-18nxj2m{will-change:opacity;animation:svelte-18nxj2m-fade var(--sheet-backdrop-duration) var(--sheet-easing) forwards;pointer-events:none}[data-scope=bottom-sheet][data-part=backdrop][data-state=open].svelte-18nxj2m{will-change:opacity;animation:svelte-18nxj2m-fade var(--sheet-backdrop-duration) var(--sheet-easing) backwards;pointer-events:auto}[data-scope=bottom-sheet][data-part=content].svelte-18nxj2m{position:fixed;left:0;right:0;bottom:0;height:100%;max-height:var(--sheet-max-height);background:var(--sheet-color-bg);border-top-left-radius:var(--sheet-radius);border-top-right-radius:var(--sheet-radius);border:var(--sheet-border-width) solid var(--sheet-color-border);border-bottom:none;box-shadow:0 -8px 32px #0006,0 0 1px #ffffff1a;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom);z-index:var(--sheet-z-content)}[data-scope=bottom-sheet][data-part=content][data-state=open].svelte-18nxj2m{will-change:transform;animation:svelte-18nxj2m-slideIn var(--sheet-content-duration) var(--sheet-easing) forwards}[data-scope=bottom-sheet][data-part=content][data-state=closed].svelte-18nxj2m{will-change:transform;animation:svelte-18nxj2m-slideOut var(--sheet-content-duration) var(--sheet-easing) forwards}[data-scope=bottom-sheet][data-part=grabber].svelte-18nxj2m{display:flex;justify-content:center;align-items:center;min-height:var(--sheet-grabber-height);padding:var(--sheet-grabber-padding);cursor:grab;touch-action:none;flex-shrink:0}[data-scope=bottom-sheet][data-part=grabber].svelte-18nxj2m:active{cursor:grabbing}[data-scope=bottom-sheet][data-part=grabber-indicator].svelte-18nxj2m{width:var(--sheet-grabber-indicator-width);height:var(--sheet-grabber-indicator-height);background:var(--sheet-grabber-indicator-bg);border-radius:var(--sheet-grabber-indicator-radius)}@keyframes svelte-18nxj2m-fade{0%{opacity:0}to{opacity:1}}@keyframes svelte-18nxj2m-slideIn{0%{transform:translate3d(0,100%,0)}to{transform:translate3d(0,var(--bottom-sheet-translate, 0),0)}}@keyframes svelte-18nxj2m-slideOut{0%{transform:translate3d(0,var(--bottom-sheet-translate, 100%),0)}to{transform:translate3d(0,100%,0)}}
