:root{--bg:#05070d;--fg:#e8eefc;--muted:#8a98b8;--blue:#3ec9ff}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:Nunito,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}a{color:inherit;text-decoration:none}.page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(3rem,8vh,6rem) 1.5rem;display:flex;position:relative;overflow:hidden}.bg{pointer-events:none;background:url(/assets/bg-Cky8WPDy.png) 50%/cover no-repeat;position:absolute;inset:0}.main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:clamp(2.5rem,6vh,4.5rem);width:100%;max-width:900px;display:flex;position:relative}.logo{mix-blend-mode:screen;width:min(380px,70vw);height:auto}.stores{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.store{color:#fff;background:#000;border:1px solid #ffffff59;border-radius:12px;align-items:center;gap:.6rem;min-width:184px;height:56px;padding:0 1.1rem 0 .9rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;line-height:1;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}.store:hover{background:#0a0a0a;border-color:#ffffffb3;transform:translateY(-1px)}.store:active{transform:translateY(0)}.store svg{flex-shrink:0;width:28px;height:28px}.store span{text-align:left;flex-direction:column;align-items:flex-start;gap:3px;display:flex}.store small{letter-spacing:.01em;opacity:.85;font-size:11px;font-weight:400}.store b{letter-spacing:-.01em;font-size:20px;font-weight:500}.footer{color:var(--muted);letter-spacing:.02em;align-items:center;gap:.9rem;margin-top:clamp(3rem,8vh,6rem);font-size:.95rem;font-weight:600;display:flex;position:relative}.footer a:hover{color:var(--blue)}.footer .dot{opacity:.5}.hero{width:100%;padding-bottom:.5rem;position:relative}.hero-title{letter-spacing:-.01em;color:var(--fg);flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35em .8em;margin:0;font-size:clamp(1.35rem,3.2vw,2.1rem);font-weight:500;line-height:1.15;display:flex}.hero-title--ghost{visibility:hidden;pointer-events:none}.hero-title--live{position:absolute;inset:0 0 auto}.hero-lead{color:#e8eefcd9;will-change:transform, opacity;flex-wrap:wrap;justify-content:center;align-items:baseline;column-gap:.3em;display:inline-flex}.hero-tail{white-space:nowrap;align-items:center;transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94),filter .5s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.hero-hl{align-items:center;column-gap:.3em;display:inline-flex;position:relative}.hero-hl-box{background:var(--blue);transform-origin:0;pointer-events:none;border-radius:.45em;transition:transform .6s cubic-bezier(.22,1,.36,1);position:absolute;inset:-.15em -.45em}.hero-hl-word{z-index:1;color:#e8eefcd9;font-weight:800;transition:color .3s;position:relative}.hero-hl-word.is-on{color:#fff;transition-delay:.2s}@media (prefers-reduced-motion:reduce){.hero-lead,.hero-tail,.hero-hl-box,.hero-hl-word{transition:none!important}}
