.drop-page.svelte-16wb8xv{min-height:100vh;background:var(--bg-base)}.drop-container.svelte-16wb8xv{max-width:1200px;margin:0 auto;padding:var(--space-10);display:flex;flex-direction:column;gap:var(--space-8)}.desktop-layout.svelte-16wb8xv{display:grid;grid-template-columns:1fr 380px;gap:var(--space-10)}.content-column.svelte-16wb8xv{display:flex;flex-direction:column;gap:var(--space-5);padding:var(--space-6) var(--space-8)}.hero-host.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-weight-medium);color:var(--text-secondary);margin:0;text-align:center}.hero-title.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-5xl);font-weight:var(--font-weight-bold);color:var(--text-primary);letter-spacing:-.02em;line-height:1.1;margin:0;text-align:center}.hero-area.svelte-16wb8xv{font-size:var(--text-lg);font-weight:var(--font-weight-medium);color:var(--text-secondary);margin:0;text-align:center}.hero-datetime.svelte-16wb8xv{display:none}.pills-bar.svelte-16wb8xv{display:flex;align-items:center;gap:0;width:fit-content;margin:0 auto;border-radius:var(--radius-md);overflow:hidden;margin-top:var(--space-2)}.pill.svelte-16wb8xv{display:flex;align-items:center;justify-content:center;padding:10px 32px;font-family:var(--font-display);font-size:15px;font-weight:500;line-height:1.305;color:#fff;text-transform:uppercase;white-space:nowrap;border:1px solid rgba(255,255,255,.7);border-right:none;background:transparent;font-variation-settings:"opsz" 72,"ital" 0}.pill.svelte-16wb8xv:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.pill.svelte-16wb8xv:last-child{border-right:1px solid rgba(255,255,255,.7);border-top-right-radius:8px;border-bottom-right-radius:8px}.badges.svelte-16wb8xv{display:flex;justify-content:center;gap:var(--space-2)}.content-text.svelte-16wb8xv{font-size:var(--text-base);line-height:1.7;color:var(--text-secondary);margin-top:var(--space-2)}.content-text.svelte-16wb8xv p:where(.svelte-16wb8xv){margin:0;white-space:pre-wrap}.content-text.terms.svelte-16wb8xv{margin-top:var(--space-4)}.section-title.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-lg);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3) 0}.sidebar-sticky.svelte-16wb8xv{position:sticky;top:var(--space-10);display:flex;flex-direction:column;gap:var(--space-5)}.sidebar-image.svelte-16wb8xv{position:relative;width:100%}.image-blur-backdrop.svelte-16wb8xv{position:absolute;inset:-40px;background-size:cover;background-position:center;filter:blur(60px) saturate(1.5);opacity:.45;z-index:0;pointer-events:none}.sidebar-image.svelte-16wb8xv img:where(.svelte-16wb8xv){position:relative;z-index:1;width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--radius-lg)}.map-section.svelte-16wb8xv{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-2)}.map-container.svelte-16wb8xv{position:relative;width:100%;height:280px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#18181b}.map-container.svelte-16wb8xv .maplibregl-map{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important}.map-marker-simple.svelte-16wb8xv{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.map-address.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-base);font-weight:var(--font-weight-medium);color:var(--text-secondary);margin:0}.vouchers-remaining.svelte-16wb8xv{font-size:var(--text-sm);color:var(--text-tertiary);text-align:center;margin:0}.mobile-bottom-sheet.svelte-16wb8xv,.mobile-backdrop.svelte-16wb8xv{display:none}@media(max-width:768px){.drop-page.svelte-16wb8xv{padding-bottom:200px}.drop-container.svelte-16wb8xv{padding:var(--space-6);padding-top:var(--space-6)}.desktop-layout.svelte-16wb8xv{grid-template-columns:1fr;gap:var(--space-5)}.sidebar-column.svelte-16wb8xv{order:-1}.sidebar-sticky.svelte-16wb8xv{position:static}.sidebar-image.svelte-16wb8xv{max-width:100%;margin:0 auto}.sidebar-sticky.svelte-16wb8xv .cta{display:none}.hero-title.svelte-16wb8xv{font-size:28px;line-height:1.2;text-align:center}.hero-host.svelte-16wb8xv,.hero-area.svelte-16wb8xv{text-align:center}.hero-datetime.svelte-16wb8xv{display:block;font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;color:var(--text-secondary);text-align:center;margin:0}.pills-bar.svelte-16wb8xv{display:none}.map-container.svelte-16wb8xv{height:200px}.mobile-backdrop.svelte-16wb8xv{display:block;position:fixed;inset:0;background:#0006;z-index:40;animation:svelte-16wb8xv-fadeIn .2s ease-out}@keyframes svelte-16wb8xv-fadeIn{0%{opacity:0}to{opacity:1}}.mobile-bottom-sheet.svelte-16wb8xv{display:flex;flex-direction:column;gap:var(--space-3);position:fixed;bottom:0;left:0;right:0;height:480px;background:#020202a6;-webkit-backdrop-filter:blur(70px);backdrop-filter:blur(70px);border:1px solid rgba(255,255,255,.2);border-radius:12px 12px 0 0;padding:10px 20px calc(var(--space-6) + env(safe-area-inset-bottom,0px));z-index:35;overflow:hidden;cursor:default;transform:translateY(calc(100% - 150px));transition:transform var(--duration-slower) var(--ease-out)}.mobile-bottom-sheet.expanded.svelte-16wb8xv{transform:translateY(0);overflow-y:auto;padding-bottom:calc(var(--space-8) + env(safe-area-inset-bottom,0px));cursor:default;z-index:50}.mobile-bottom-sheet.expanded.svelte-16wb8xv :where(.svelte-16wb8xv){cursor:default}.bottom-sheet-handle.svelte-16wb8xv{width:100%;height:16px;display:none;align-items:center;justify-content:center;margin-bottom:var(--space-1)}.mobile-bottom-sheet.expandable.svelte-16wb8xv .bottom-sheet-handle:where(.svelte-16wb8xv){display:flex;cursor:pointer}.mobile-bottom-sheet.expandable.svelte-16wb8xv:not(.expanded){cursor:pointer}.mobile-bottom-sheet.expanded.svelte-16wb8xv .bottom-sheet-handle:where(.svelte-16wb8xv){cursor:pointer}.handle-bar.svelte-16wb8xv{width:36px;height:3px;background:#ffffff4d;border-radius:2px;transition:background var(--duration-fast) var(--ease-out)}.mobile-bottom-sheet.expanded.svelte-16wb8xv .handle-bar:where(.svelte-16wb8xv){background:#ffffff80}.bottom-sheet-original-price.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;color:var(--text-tertiary);text-decoration:line-through;text-align:center;margin:0}.bottom-sheet-price-btn.svelte-16wb8xv{width:100%;display:flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);height:52px;background:var(--semantic-success);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform var(--duration-fast) var(--ease-out)}.bottom-sheet-price-btn.svelte-16wb8xv:active:not(:disabled){transform:scale(.98)}.bottom-sheet-price-btn.svelte-16wb8xv:disabled{cursor:default}.bottom-sheet-price-btn.sold-out.svelte-16wb8xv{background:var(--bg-elevated)}.price-btn-amount.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;letter-spacing:-.02em}.price-btn-status.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;opacity:.9}.price-btn-status-sold.svelte-16wb8xv{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--text-tertiary)}.bottom-sheet-remaining.svelte-16wb8xv{font-size:var(--text-sm);color:var(--text-tertiary);text-align:center;margin:0}.bottom-sheet-expandable.svelte-16wb8xv{display:flex;flex-direction:column;gap:var(--space-4);opacity:0;pointer-events:none;transition:opacity var(--duration-normal) var(--ease-out)}.mobile-bottom-sheet.expanded.svelte-16wb8xv .bottom-sheet-expandable:where(.svelte-16wb8xv){opacity:1;pointer-events:auto}.bottom-sheet-map.svelte-16wb8xv{position:relative;width:100%;height:140px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#18181b}.bottom-sheet-map.svelte-16wb8xv .maplibregl-map{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important}}
