@font-face{font-family:Moai;src:url(/assets/fonts/moai-variable.ttf)format("truetype");font-weight:400;font-stretch:100% 200%;font-display:swap}:root{--ink:#000004;--paper:#f9f9ee;--sky:#c7f2ff;--sage:#cde0ba;--leak:#e87f48;--leak-2:#ee9352;--red:#b92c24;--deep:#5e0304;--blush:#dbb9bb;--night:var(--ink);--mist:var(--sky);--magenta:var(--red);--dusk:var(--leak);--afterglow:var(--blush);--timber:#c08552;--pine:#243326;--n:0;--pct:calc(var(--n) * 100%);--dusk-a:clamp(0, calc(var(--n) * 2), 1);--dusk-b:clamp(0, calc(var(--n) * 2 - 1), 1);--flip:clamp(0, calc((var(--n) - .5) * 1000), 1);--logo-fill:clamp(0, calc((var(--n) - .45) * 8), 1);--bg-day:color-mix(in oklab, var(--leak) calc(var(--dusk-a) * 85%), var(--sky));--bg-night:color-mix(in oklab, var(--ink) calc(var(--dusk-b) * 100%), var(--deep));--bg:color-mix(in oklab, var(--bg-night) calc(var(--flip) * 100%), var(--bg-day));--bg-2:color-mix(in oklab, #0c0c14 var(--pct), var(--sage));--fg:color-mix(in oklab, var(--paper) calc(var(--flip) * 100%), var(--ink));--fg-dim:color-mix(in oklab, var(--fg) 76%, transparent);--fg-faint:color-mix(in oklab, var(--fg) 58%, transparent);--line:color-mix(in oklab, var(--fg) 22%, transparent);--glass:color-mix(in oklab, var(--bg) 94%, transparent);--glass-strong:var(--bg);--accent:color-mix(in oklab, var(--leak) calc(var(--flip) * 100%), color-mix(in oklab, var(--deep) calc(var(--dusk-a) * 100%), var(--red)));--display:"Moai", "Noto Sans", system-ui, sans-serif;--text:"Noto Sans", "Noto Sans KR", system-ui, sans-serif;--fs:clamp(15px, .55rem + .55vw, 18px);--s-1:.8rem;--s0:1rem;--s1:1.25rem;--s2:1.563rem;--s3:1.953rem;--s4:2.441rem;--s5:3.815rem;--gutter:clamp(1rem, 3.8vw, 3.5rem);--ease:cubic-bezier(.22, .61, .36, 1);--radius-s:0px;--radius-l:0px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}.tone{--fg-dim:color-mix(in oklab, var(--fg) 76%, transparent);--fg-faint:color-mix(in oklab, var(--fg) 58%, transparent);--line:color-mix(in oklab, var(--fg) 22%, transparent);background:var(--bg);color:var(--fg)}.tone-sky{--bg:var(--sky);--fg:var(--ink);--logo-fill:0}.tone-sage{--bg:var(--sage);--fg:var(--ink);--logo-fill:0}.tone-ink{--bg:var(--ink);--fg:var(--paper);--logo-fill:1}.tone-deep{--bg:var(--deep);--fg:var(--paper);--logo-fill:1}.tone-cream{--bg:var(--paper);--fg:var(--ink);--logo-fill:0}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--fg);font-family:var(--text);font-size:var(--fs);-webkit-font-smoothing:antialiased;margin:0;font-weight:300;line-height:1.4;overflow-x:hidden}:lang(ko) body,:lang(ko){word-break:keep-all}img{max-width:100%;display:block}a{color:inherit}button{font:inherit;color:inherit}:focus-visible{outline-offset:3px;outline:1px solid}h1,h2,h3,h4{margin:0;font-weight:400;line-height:1.2}p{margin:0}b,strong{font-weight:400}.display{font-family:var(--display);font-synthesis:none;font-variation-settings:"wdth" 2200;text-transform:uppercase;letter-spacing:0;font-weight:400;line-height:.9}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.btn{cursor:pointer;transition:background .25s var(--ease), color .25s var(--ease);white-space:nowrap;background:0 0;border:1px solid;border-radius:0;align-items:baseline;gap:.6em;padding:.7em 1.1em;font-weight:400;line-height:1.2;text-decoration:none;display:inline-flex}.btn:hover{background:color-mix(in oklab, currentColor 10%, transparent)}.btn.primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn.primary:hover{background:color-mix(in oklab, var(--fg) 86%, var(--bg))}.btn.small{font-size:var(--s-1);padding:.45em .9em}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.pin{cursor:pointer;transition:opacity .3s var(--ease);background:0 0;border:0;flex-direction:column;align-items:center;gap:3px;padding:0;display:flex}.pin .lbl{font:300 12px/1.3 var(--text);background:var(--bg);color:var(--fg);white-space:nowrap;transition:background .2s var(--ease), color .2s var(--ease);border-radius:0;align-items:center;gap:5px;padding:3px 8px;display:flex}.pin .dot{background:var(--c);width:8px;height:8px;box-shadow:0 0 0 2px var(--bg);transition:transform .2s var(--ease);border-radius:0;order:2}.pin .ico{width:13px;height:13px;color:var(--c);flex-shrink:0}.pin.minor .lbl{gap:4px;padding:2px 6px;font-size:11px}.pin.minor .ico{width:12px;height:12px}.pin.minor .dot{width:6px;height:6px}.pin.minor.far{opacity:0;pointer-events:none}.pin:hover .lbl,.pin.selected .lbl{background:var(--fg);color:var(--bg)}.pin.selected{z-index:5}.pin.selected .dot{transform:scale(1.5)}.sky-lbl{translate:calc(50% + var(--off,7px)) 0;font:300 10px/1 var(--text);letter-spacing:.04em;color:#d6deff8c;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;transition:opacity .6s var(--ease)}.sky-lbl.planet{color:#ffecceb3}.skyline.svelte-n1jnxb{-webkit-user-select:none;user-select:none;width:100%;position:relative}.track.svelte-n1jnxb{height:var(--h);touch-action:none;border-radius:999px;position:relative}.interactive.svelte-n1jnxb .track:where(.svelte-n1jnxb){cursor:ew-resize}.interactive.svelte-n1jnxb .track:where(.svelte-n1jnxb):before{content:"";position:absolute;inset:-14px 0}.thumb.svelte-n1jnxb{background:var(--fg);width:22px;height:22px;box-shadow:0 0 0 4px color-mix(in oklab, var(--fg) 25%, transparent), 0 2px 10px #0006;transition:transform .2s var(--ease);border-radius:50%;margin:-11px 0 0 -11px;position:absolute;top:50%}.thumb.dragging.svelte-n1jnxb{transform:scale(1.2)}.now.svelte-n1jnxb{background:var(--accent);border-radius:2px;width:2px;position:absolute;top:-4px;bottom:-4px}.marks.svelte-n1jnxb{height:2.2em;color:var(--fg-faint);font-size:.7rem;position:relative}.marks.svelte-n1jnxb>span:where(.svelte-n1jnxb){white-space:nowrap;font-variant-numeric:tabular-nums;position:absolute;top:.5em;transform:translate(-50%)}.marks.svelte-n1jnxb .sun:where(.svelte-n1jnxb){color:var(--fg-dim);top:1.6em}.wx.svelte-n1jnxb{height:1.4em;margin-top:.7em}.wx.svelte-n1jnxb>span:where(.svelte-n1jnxb){color:var(--fg-dim);top:0}.wx.svelte-n1jnxb .short:where(.svelte-n1jnxb){display:none}.midnight.svelte-n1jnxb{background:var(--fg-faint);width:1px;height:.6em;top:-.2em!important}@media (width<=560px){.hour.svelte-n1jnxb:nth-child(2n),.lit.svelte-n1jnxb,.wx.svelte-n1jnxb .full:where(.svelte-n1jnxb){display:none}.wx.svelte-n1jnxb .short:where(.svelte-n1jnxb){display:inline}}.wordmark.svelte-1c2i4r{width:100%;height:auto;display:block}.glyph.svelte-1c2i4r{fill:currentColor;stroke:currentColor;stroke-width:var(--hair);vector-effect:non-scaling-stroke;stroke-linejoin:round;transition:fill-opacity .6s var(--ease)}.auto.svelte-1c2i4r .glyph:where(.svelte-1c2i4r){fill-opacity:var(--logo-fill,0)}.outline.svelte-1c2i4r .glyph:where(.svelte-1c2i4r){fill-opacity:0}.fill.svelte-1c2i4r .glyph:where(.svelte-1c2i4r){fill-opacity:1;stroke-width:0}.row.svelte-et6md{justify-content:space-between;align-items:flex-start;gap:1rem 2rem;display:flex}.blk.svelte-et6md{font-size:var(--fs);flex-direction:column;margin:0;font-weight:300;line-height:1.3;display:flex}.blk.r.svelte-et6md{text-align:right;align-items:flex-end}.dim.svelte-et6md{color:var(--fg-dim)}.fine.svelte-et6md{max-width:70ch}.fallback.svelte-et6md{z-index:0;background:var(--bg);transition:opacity 1.2s var(--ease);position:fixed;inset:0}.fallback.hide.svelte-et6md{opacity:0}.fallback.svelte-et6md img:where(.svelte-et6md){object-fit:cover;width:100%;height:100%;transition:opacity .2s linear;position:absolute;inset:0}.story.svelte-et6md{position:relative}.vh-probe.svelte-et6md{visibility:hidden;pointer-events:none;width:0;height:100svh;position:fixed;top:0}.hero.svelte-et6md{flex-direction:column;justify-content:flex-end;height:100svh;min-height:560px;display:flex;position:relative}.hero-panel.svelte-et6md{padding:clamp(1.2rem, 3vw, 2.4rem) var(--gutter) 0;flex-direction:column;gap:clamp(1.4rem,4vh,3rem);display:flex}.hero.svelte-et6md .lower:where(.svelte-et6md){align-items:flex-end}.ctas.svelte-et6md{flex-wrap:wrap;gap:.6rem;display:flex}.hero-mark.svelte-et6md{margin:0 calc(var(--gutter) * -.45) 0;animation:svelte-et6md-settle 1.8s var(--ease) both;padding-bottom:clamp(.6rem,1.4vw,1.2rem)}@keyframes svelte-et6md-settle{0%{opacity:0;transform:translateY(12px)}}.ch.svelte-et6md{--p:.5;--card-w:min(42vw, 640px);min-height:190svh;padding-inline:var(--gutter);align-items:center;display:flex;position:relative}.ch.right.svelte-et6md{justify-content:flex-end}.card.svelte-et6md{z-index:1;width:var(--card-w);transform:translate3d(0, calc((var(--p) - .5) * 26svh), 0);will-change:transform;position:relative}.band.svelte-et6md{aspect-ratio:2;background:var(--ink);width:100%;max-height:28svh;margin:0;position:relative;overflow:hidden}.band.svelte-et6md img:where(.svelte-et6md){object-fit:cover;width:100%;height:124%;transform:translate3d(0, calc((.5 - var(--p)) * 18%), 0);will-change:transform;position:absolute;top:-12%;left:0}.tr-bw.svelte-et6md img:where(.svelte-et6md){filter:grayscale()contrast(1.06)}.tr-duo.svelte-et6md img:where(.svelte-et6md){filter:url(#sunn-duo)}.tr-leak.svelte-et6md:after{content:"";mix-blend-mode:hard-light;pointer-events:none;background:radial-gradient(110% 120% at 0 60%,#e87f48f2 0%,#ee9352b8 38%,#ee935200 72%);position:absolute;inset:0}.panel.svelte-et6md{flex-direction:column;gap:clamp(1.2rem,2.2vw,2rem);padding:clamp(1rem,2.2vw,1.6rem) clamp(1rem,2.4vw,1.7rem) clamp(.6rem,1.2vw,.9rem);display:flex}.panel.svelte-et6md .row:where(.svelte-et6md) .blk:where(.svelte-et6md):first-child{flex:auto;min-width:0}.panel.svelte-et6md .row:where(.svelte-et6md) .blk.r:where(.svelte-et6md){flex:none}.panel.svelte-et6md .row:where(.svelte-et6md) .blk.r:where(.svelte-et6md) span:where(.svelte-et6md){white-space:nowrap}h2.blk.svelte-et6md{font-weight:300}.body.svelte-et6md{max-width:40ch;line-height:1.45}.strands.svelte-et6md{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.strands.svelte-et6md li:where(.svelte-et6md){flex-direction:column;gap:.2rem;line-height:1.3;display:flex}.strands.svelte-et6md li:where(.svelte-et6md) span:where(.svelte-et6md):last-child{color:var(--fg-dim)}.sign.svelte-et6md{margin:0 -.55rem;padding-top:.2rem}.after.svelte-et6md{z-index:1;flex-direction:column;gap:22svh;padding-top:10svh;display:flex;position:relative}.guide-link.svelte-et6md{padding-inline:var(--gutter);justify-content:center;margin:0;display:flex}.guide-link.svelte-et6md .btn:where(.svelte-et6md){font-size:var(--s1);padding:.9em 1.6em}.info.svelte-et6md{padding:clamp(1.4rem, 3vw, 2.4rem) var(--gutter);flex-direction:column;gap:clamp(2rem,5vw,4rem);display:flex}.stages.svelte-et6md{gap:2rem var(--gutter);grid-template-columns:1fr 1fr;display:grid}.lineup.svelte-et6md{align-items:flex-start}.lineup.svelte-et6md .stages:where(.svelte-et6md){align-self:stretch}.stage.svelte-et6md{color:var(--fg-dim)}.names.svelte-et6md{text-align:justify;text-align-last:justify;word-spacing:.35em;margin:.8rem 0 0;font-size:clamp(22px,2.5vw,40px);font-weight:300;line-height:1.25}.names.svelte-et6md span:where(.svelte-et6md){word-spacing:normal;display:inline-block}.names.svelte-et6md .tba:where(.svelte-et6md){color:var(--fg-faint)}.tk-grid.svelte-et6md{gap:2rem var(--gutter);grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr);align-items:end;display:grid}.price.svelte-et6md{font-variant-numeric:tabular-nums;margin-bottom:.9rem;font-size:clamp(34px,4.2vw,68px);font-weight:300;line-height:1}.tk-buy.svelte-et6md{gap:.6rem;display:grid}.tk-buy.svelte-et6md .btn:where(.svelte-et6md){white-space:normal;justify-content:space-between}.tk-buy.svelte-et6md small:where(.svelte-et6md){font-size:var(--fs);opacity:.7}.addons.svelte-et6md{gap:.8rem;display:grid}.addons.svelte-et6md ul:where(.svelte-et6md){gap:.3rem;margin:0;padding:0;list-style:none;display:grid}.addons.svelte-et6md li:where(.svelte-et6md){grid-template-columns:minmax(10rem,16rem) 7rem 1fr;gap:1rem;display:grid}.where-grid.svelte-et6md{gap:2rem var(--gutter);grid-template-columns:1fr 1fr;display:grid}.maps.svelte-et6md{gap:1.4rem;margin-top:1rem;display:flex}.leg.svelte-et6md{margin-top:1rem}.promo.svelte-et6md{padding:0;display:block}.promo-band.svelte-et6md{aspect-ratio:21/8}.promo-band.svelte-et6md img:where(.svelte-et6md){transform:translate3d(0, calc((.5 - var(--p,.5)) * 22%), 0)}.info-inner.svelte-et6md{padding:clamp(1.4rem, 3vw, 2.4rem) var(--gutter);flex-direction:column;gap:2rem;display:flex}footer.info.svelte-et6md{padding-bottom:0}footer.svelte-et6md .blk.r:where(.svelte-et6md) a:where(.svelte-et6md){text-decoration:none}.partners.svelte-et6md{flex-wrap:wrap;align-items:center;gap:1.4rem 2.4rem;margin:0;padding:0;list-style:none;display:flex}.partners.svelte-et6md img:where(.svelte-et6md){opacity:.8;width:auto;height:24px}.credits.svelte-et6md{gap:.3rem;display:grid}.foot-mark.svelte-et6md{margin:0 calc(var(--gutter) * -.45);padding-bottom:clamp(.6rem,1.4vw,1.2rem)}.progress.svelte-et6md{left:var(--gutter);right:var(--gutter);bottom:max(12px, env(safe-area-inset-bottom));z-index:20;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s linear;position:fixed}.progress.svelte-et6md .now:where(.svelte-et6md){font-size:var(--s-1);font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--fg);background:var(--bg);margin-bottom:6px;padding:.15em .5em;display:inline-block;position:relative;transform:translate(-50%)}.progress.svelte-et6md .now.end:where(.svelte-et6md){transform:translate(-100%)}.progress.svelte-et6md .track{border-radius:0}.progress.svelte-et6md .thumb{background:var(--fg);width:2px;height:14px;box-shadow:none;border-radius:0;margin:-7px 0 0 -1px}@media (width<=900px){.ch.svelte-et6md{--card-w:100%;min-height:200svh;padding-inline:16px}.ch.open.svelte-et6md{align-items:flex-start;min-height:280svh;padding-top:40svh}.stages.svelte-et6md,.where-grid.svelte-et6md{grid-template-columns:1fr}.tk-grid.svelte-et6md{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.tk-buy.svelte-et6md{grid-column:1/-1}.addons.svelte-et6md li:where(.svelte-et6md){grid-template-columns:1fr auto;gap:0 1rem}.addons.svelte-et6md li:where(.svelte-et6md) span:where(.svelte-et6md):last-child{grid-column:1/-1}}@media (width<=600px){.row.svelte-et6md{flex-wrap:wrap}.hero.svelte-et6md .row:where(.svelte-et6md){flex-direction:column;align-items:flex-start;gap:.9rem}.hero.svelte-et6md .blk.r:where(.svelte-et6md){text-align:left;align-items:flex-start}.hero.svelte-et6md .hint:where(.svelte-et6md){display:none}.info.svelte-et6md>.row:where(.svelte-et6md){flex-direction:column;align-items:flex-start}.info.svelte-et6md>.row:where(.svelte-et6md) .blk.r:where(.svelte-et6md){text-align:left;align-items:flex-start}.tk-grid.svelte-et6md{grid-template-columns:minmax(0,1fr)}.strands.svelte-et6md{grid-template-columns:1fr;gap:.5rem}.panel.svelte-et6md .row:where(.svelte-et6md) .blk.r:where(.svelte-et6md) span:where(.svelte-et6md){white-space:normal}.panel.svelte-et6md .row:where(.svelte-et6md){flex-wrap:nowrap}.panel.svelte-et6md .row:where(.svelte-et6md) .blk.r:where(.svelte-et6md){flex:0 auto}.panel.svelte-et6md h2.blk:where(.svelte-et6md) span:where(.svelte-et6md):last-child{white-space:nowrap}.panel.svelte-et6md .sig:where(.svelte-et6md){display:none}.strands.svelte-et6md li:where(.svelte-et6md){grid-template-columns:4.6rem 1fr;gap:.6rem;display:grid}.promo-band.svelte-et6md{aspect-ratio:4/3}.info-inner.svelte-et6md>.row:where(.svelte-et6md){flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.card.svelte-et6md,.band.svelte-et6md img:where(.svelte-et6md),.promo-band.svelte-et6md img:where(.svelte-et6md){transform:none!important}}header.svelte-oiwvqb{z-index:50;padding:max(.75rem, env(safe-area-inset-top)) var(--gutter) .75rem;pointer-events:none;color:var(--fg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;display:flex;position:fixed;inset:0 0 auto}header.svelte-oiwvqb>:where(.svelte-oiwvqb){pointer-events:auto}.logo.svelte-oiwvqb{box-sizing:content-box;background:var(--bg);width:clamp(104px,10vw,152px);min-width:72px;color:inherit;flex:0 auto;align-self:stretch;align-items:center;padding:.62rem .7rem;display:flex}.back.svelte-oiwvqb{width:auto;min-width:clamp(104px,10vw,152px);font:inherit;font-size:var(--s-1);white-space:nowrap;cursor:pointer;border:0}.back.svelte-oiwvqb:hover{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}@media (width>=821px){.back.svelte-oiwvqb{display:none}}@media (width<=820px){.has-back.svelte-oiwvqb{display:none}}nav.svelte-oiwvqb{background:var(--bg);flex:none;align-items:center;gap:clamp(.4rem,1.2vw,1rem);padding-left:.7rem;display:flex}.navlink.svelte-oiwvqb{font-size:var(--s-1);text-decoration:none}.navlink.svelte-oiwvqb:hover{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.lang.svelte-oiwvqb{display:flex}.lang.svelte-oiwvqb button:where(.svelte-oiwvqb){min-width:2.6rem;min-height:2.75rem;font-size:var(--s-1);cursor:pointer;opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0 .4em;display:inline-flex}.lang.svelte-oiwvqb button[aria-pressed=true]:where(.svelte-oiwvqb){opacity:1;text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.onair.svelte-oiwvqb{background:var(--bg);min-width:0;font-size:var(--s-1);white-space:nowrap;scrollbar-width:none;flex:1 0 100%;align-items:baseline;gap:.3rem 1.1rem;padding:.5rem .7rem;display:flex;overflow-x:auto}.onair.svelte-oiwvqb::-webkit-scrollbar{display:none}.onair.svelte-oiwvqb .dot:where(.svelte-oiwvqb){color:var(--accent);flex-shrink:0}.onair.svelte-oiwvqb button:where(.svelte-oiwvqb){cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;flex-shrink:0;padding:0}.onair.svelte-oiwvqb button:where(.svelte-oiwvqb):hover{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}.onair.svelte-oiwvqb .faint:where(.svelte-oiwvqb){color:var(--fg-faint)}.tix.svelte-oiwvqb{font-size:var(--s-1);align-self:stretch;align-items:center;padding:0 .9rem}@media (width<=380px){.logo.svelte-oiwvqb{width:80px}nav.svelte-oiwvqb{padding-left:.5rem}}dialog.svelte-1vyws7n{color:var(--fg);background:0 0;border:0;width:100%;max-width:min(540px,100vw - 2rem);max-height:calc(100svh - 2rem);margin:auto;padding:0}dialog.svelte-1vyws7n::backdrop{background:color-mix(in oklab, var(--ink) 55%, transparent)}dialog[open].svelte-1vyws7n .sheet:where(.svelte-1vyws7n){animation:svelte-1vyws7n-rise .4s var(--ease)}@keyframes svelte-1vyws7n-rise{0%{opacity:0;transform:translateY(16px)}}.sheet.svelte-1vyws7n{font-size:var(--fs);padding:1.3rem 1.4rem .8rem}.blk.svelte-1vyws7n{font-weight:300;font-size:var(--fs);flex-direction:column;margin:0;line-height:1.3;display:flex}.dim.svelte-1vyws7n{color:var(--fg-dim)}.head.svelte-1vyws7n{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.6rem;display:flex}.x.svelte-1vyws7n{cursor:pointer;font-size:var(--fs);text-underline-offset:4px;background:0 0;border:0;padding:0;text-decoration:underline;text-decoration-thickness:1px}ul.svelte-1vyws7n{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.prices.svelte-1vyws7n li:where(.svelte-1vyws7n){justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.p.svelte-1vyws7n{font-variant-numeric:tabular-nums;white-space:nowrap}.buy.svelte-1vyws7n{gap:.6rem;margin-top:1.4rem;display:grid}.buy.svelte-1vyws7n .btn:where(.svelte-1vyws7n){white-space:normal;justify-content:space-between}.buy.svelte-1vyws7n small:where(.svelte-1vyws7n){font-size:inherit;opacity:.7}.label.svelte-1vyws7n{margin:2rem 0 .9rem}.note.svelte-1vyws7n{font-size:var(--s-1);margin-top:1.2rem}.sign.svelte-1vyws7n{margin:1.6rem -.5rem 0}.scene-host.svelte-1n46o8q{z-index:0;isolation:isolate;pointer-events:none;opacity:0;transition:opacity 1.2s var(--ease);position:fixed;inset:0}.scene-host.svelte-1n46o8q:not(.interactive){height:100lvh;bottom:auto}.scene-host.ready.svelte-1n46o8q{opacity:1}.scene-host.interactive.svelte-1n46o8q{pointer-events:auto}.scene-host.svelte-1n46o8q canvas{display:block}.scene-host.svelte-1n46o8q .pin-layer{cursor:grab;position:absolute;inset:0}.scene-host.svelte-1n46o8q .sky-layer{pointer-events:none;position:absolute;inset:0}.scene-host.svelte-1n46o8q .pin-layer:active{cursor:grabbing}.page.svelte-1n46o8q{z-index:1;position:relative}
