@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes beam-sweep{0%{opacity:0;transform:translate(-100%) skew(-15deg)}15%{opacity:1}to{opacity:0;transform:translate(200%) skew(-15deg)}}[data-astro-cid-5gue5ff3]{margin:0;padding:0;box-sizing:border-box}:root{--pink: #ff007f;--pink-glow: rgba(255, 0, 127, .3);--cyan: #00f2ea;--cyan-glow: rgba(0, 242, 234, .3);--lime: #7fff00;--purple: #8b5cf6;--base: #0d0b1a;--surface: #141226;--surface-raised: #1c1833;--border: #2a2545;--border-light: #3a3460;--text-primary: #f0edf8;--text-secondary: #a8a0c0;--text-muted: #6e6590;--text-dim: #4a4368;--radius: 8px}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--base);color:var(--text-primary);line-height:1.6;font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1[data-astro-cid-5gue5ff3],h2[data-astro-cid-5gue5ff3],h3[data-astro-cid-5gue5ff3]{font-family:Outfit,sans-serif;font-weight:500;line-height:1.15;color:var(--text-primary)}.container[data-astro-cid-5gue5ff3]{max-width:1100px;margin:0 auto;padding:0 24px}.nav[data-astro-cid-5gue5ff3]{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:#0d0b1acc;backdrop-filter:blur(16px) saturate(120%);border-bottom:1px solid var(--border)}.nav-logo[data-astro-cid-5gue5ff3]{display:flex;align-items:center;gap:2px;text-decoration:none;font-weight:600;font-size:1.15rem;letter-spacing:.12em;font-family:Outfit,sans-serif}.logo-bracket[data-astro-cid-5gue5ff3]{color:var(--pink)}.logo-text[data-astro-cid-5gue5ff3]{color:var(--text-primary)}.logo-soft[data-astro-cid-5gue5ff3]{color:var(--text-muted);font-size:.9em}.nav-links[data-astro-cid-5gue5ff3]{display:flex;gap:28px}.nav-links[data-astro-cid-5gue5ff3] a[data-astro-cid-5gue5ff3]{color:var(--text-secondary);text-decoration:none;font-size:.85rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;transition:color .3s}.nav-links[data-astro-cid-5gue5ff3] a[data-astro-cid-5gue5ff3]:hover{color:var(--cyan)}.hero[data-astro-cid-5gue5ff3]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 0 80px;overflow:hidden}.hero-bg[data-astro-cid-5gue5ff3]{position:absolute;inset:0;z-index:0;overflow:hidden;background:linear-gradient(135deg,rgba(255,0,127,.06) 0%,transparent 40%),linear-gradient(225deg,rgba(0,242,234,.05) 0%,transparent 35%),linear-gradient(180deg,var(--base) 0%,rgba(20,18,38,.8) 50%,var(--base) 100%)}.beam[data-astro-cid-5gue5ff3]{position:absolute;top:0;height:100%;width:120px;background:linear-gradient(90deg,transparent,rgba(255,0,127,.04),rgba(0,242,234,.05),transparent);transform:skew(-15deg);animation:beam-sweep 12s ease-in-out infinite}.beam--1[data-astro-cid-5gue5ff3]{left:-10%;animation-delay:0s;width:80px}.beam--2[data-astro-cid-5gue5ff3]{left:-10%;animation-delay:4s;width:140px;background:linear-gradient(90deg,transparent,rgba(139,92,246,.05),rgba(255,0,127,.04),transparent)}.beam--3[data-astro-cid-5gue5ff3]{left:-10%;animation-delay:8s;width:60px;background:linear-gradient(90deg,transparent,rgba(0,242,234,.03),transparent)}.hero-content[data-astro-cid-5gue5ff3]{position:relative;z-index:1;text-align:center}.hero-eyebrow[data-astro-cid-5gue5ff3]{display:flex;align-items:center;justify-content:center;gap:16px;font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:32px;animation:fadeIn 1s ease .2s both}.hero-line[data-astro-cid-5gue5ff3]{display:block;width:40px;height:1px;background:var(--border-light)}.hero-icon[data-astro-cid-5gue5ff3]{border-radius:24px;box-shadow:0 0 0 1px #ffffff0f,0 20px 60px -15px #ff007f59,0 8px 24px -8px #0009;margin-bottom:40px;animation:fadeUp .8s ease .3s both}.hero-title[data-astro-cid-5gue5ff3]{font-size:clamp(3rem,8vw,5.5rem);margin-bottom:24px;animation:fadeUp .8s ease .5s both}.title-line[data-astro-cid-5gue5ff3]{display:block}.title-line--2[data-astro-cid-5gue5ff3] em[data-astro-cid-5gue5ff3]{font-style:italic;background:linear-gradient(135deg,var(--pink),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-tagline[data-astro-cid-5gue5ff3]{max-width:520px;margin:0 auto 40px;font-size:1.05rem;color:var(--text-secondary);line-height:1.7;animation:fadeUp .8s ease .7s both}.hero-badges[data-astro-cid-5gue5ff3]{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;animation:fadeUp .8s ease .9s both}.badge[data-astro-cid-5gue5ff3]{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border:1px solid var(--border-light);border-radius:100px;color:var(--text-muted);transition:border-color .3s,color .3s}.badge[data-astro-cid-5gue5ff3]:hover{border-color:var(--cyan);color:var(--cyan)}.badge--accent[data-astro-cid-5gue5ff3]{border-color:var(--pink);color:var(--pink)}.badge--accent[data-astro-cid-5gue5ff3]:hover{border-color:var(--pink);color:var(--pink);background:#ff007f14}.hero-stores[data-astro-cid-5gue5ff3],.finale-stores[data-astro-cid-5gue5ff3]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-stores[data-astro-cid-5gue5ff3]{margin-bottom:24px;animation:fadeUp .8s ease .9s both}.finale-stores[data-astro-cid-5gue5ff3]{margin-top:32px}.hero-badges[data-astro-cid-5gue5ff3]{animation:fadeUp .8s ease 1.1s both}.store-btn[data-astro-cid-5gue5ff3]{display:inline-flex;align-items:center;gap:10px;font-size:.85rem;font-weight:500;letter-spacing:.08em;color:var(--text-primary);text-decoration:none;padding:12px 28px;border:1px solid var(--border-light);border-radius:100px;background:var(--surface);transition:all .3s}.store-btn[data-astro-cid-5gue5ff3]:hover{border-color:var(--pink);background:#ff007f14;transform:translateY(-2px);box-shadow:0 8px 24px -8px #ff007f33}.showcase[data-astro-cid-5gue5ff3]{padding:60px 0 100px;position:relative}.showcase[data-astro-cid-5gue5ff3]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:60px;background:linear-gradient(to bottom,var(--border-light),transparent)}.showcase-label[data-astro-cid-5gue5ff3]{display:flex;align-items:center;gap:10px;font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:48px;justify-content:center}.label-dot[data-astro-cid-5gue5ff3]{width:6px;height:6px;background:var(--pink);border-radius:0;transform:rotate(45deg)}.phones[data-astro-cid-5gue5ff3]{display:flex;justify-content:center;align-items:flex-end;gap:32px}.phone[data-astro-cid-5gue5ff3]{display:flex;flex-direction:column;align-items:center;gap:16px;transition:transform .5s cubic-bezier(.16,1,.3,1)}.phone--outer[data-astro-cid-5gue5ff3]{transform:translateY(32px) scale(.9);opacity:.6}.phone--inner[data-astro-cid-5gue5ff3]{transform:translateY(16px) scale(.95);opacity:.8}.phone[data-astro-cid-5gue5ff3]:hover{transform:translateY(-8px)!important;opacity:1!important}.phone-bezel[data-astro-cid-5gue5ff3]{width:200px;background:var(--surface);border-radius:28px;padding:8px;border:1px solid var(--border);position:relative;overflow:hidden;box-shadow:0 24px 80px -16px #000c,0 0 0 1px #ffffff0a}.phone--center[data-astro-cid-5gue5ff3] .phone-bezel[data-astro-cid-5gue5ff3]{width:230px;box-shadow:0 32px 100px -16px #ff007f33,0 24px 80px -16px #000c,0 0 0 1px #ffffff0f}.phone-notch[data-astro-cid-5gue5ff3]{position:absolute;top:12px;left:50%;transform:translate(-50%);width:70px;height:18px;background:var(--base);border-radius:10px;z-index:10}.phone--center[data-astro-cid-5gue5ff3] .phone-notch[data-astro-cid-5gue5ff3]{width:80px;height:20px}.phone-screenshot[data-astro-cid-5gue5ff3]{width:100%;aspect-ratio:9/19.5;border-radius:22px;object-fit:cover;display:block}.phone-caption[data-astro-cid-5gue5ff3]{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim)}.features[data-astro-cid-5gue5ff3]{padding:100px 0;border-top:1px solid var(--border)}.section-heading[data-astro-cid-5gue5ff3]{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:56px}.heading-accent[data-astro-cid-5gue5ff3]{color:var(--pink);margin-right:12px;font-family:Outfit,sans-serif;font-weight:300}.features-list[data-astro-cid-5gue5ff3]{display:flex;flex-direction:column}.feature-row[data-astro-cid-5gue5ff3]{display:grid;grid-template-columns:60px 1fr;gap:24px;padding:36px 0;border-top:1px solid var(--border);position:relative;transition:background .3s}.feature-row[data-astro-cid-5gue5ff3]:last-child{border-bottom:1px solid var(--border)}.feature-row[data-astro-cid-5gue5ff3]:hover{background:linear-gradient(90deg,var(--surface-raised) 0%,transparent 70%)}.feature-num[data-astro-cid-5gue5ff3]{font-family:Space Mono,monospace;font-size:2rem;font-style:italic;color:var(--text-dim);transition:color .3s;line-height:1;padding-top:4px}.feature-row[data-astro-cid-5gue5ff3]:hover .feature-num[data-astro-cid-5gue5ff3]{color:var(--pink)}.feature-body[data-astro-cid-5gue5ff3] h3[data-astro-cid-5gue5ff3]{font-size:1.3rem;margin-bottom:8px;transition:color .3s}.feature-row[data-astro-cid-5gue5ff3]:hover .feature-body[data-astro-cid-5gue5ff3] h3[data-astro-cid-5gue5ff3]{color:var(--cyan)}.feature-body[data-astro-cid-5gue5ff3] p[data-astro-cid-5gue5ff3]{color:var(--text-secondary);font-size:.95rem;max-width:520px}.tech-strip[data-astro-cid-5gue5ff3]{padding:48px 0;background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.tech-items[data-astro-cid-5gue5ff3]{display:flex;justify-content:center;align-items:center;gap:24px;flex-wrap:wrap;font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.tech-sep[data-astro-cid-5gue5ff3]{width:8px;height:1px;background:var(--border-light)}.legal-section[data-astro-cid-5gue5ff3]{padding:80px 0}.legal-section--terms[data-astro-cid-5gue5ff3]{padding-top:0}.legal-block[data-astro-cid-5gue5ff3]{max-width:580px;margin:0 auto;text-align:center;padding:56px 48px;background:var(--surface);border:1px solid var(--border);border-radius:2px;position:relative}.legal-block[data-astro-cid-5gue5ff3]:before{content:"";position:absolute;top:-1px;left:25%;right:25%;height:2px;background:linear-gradient(90deg,transparent,var(--pink),var(--cyan),transparent)}.legal-icon[data-astro-cid-5gue5ff3]{color:var(--cyan);margin-bottom:24px;opacity:.7}.legal-block[data-astro-cid-5gue5ff3] h2[data-astro-cid-5gue5ff3]{font-size:1.6rem;margin-bottom:16px}.legal-block[data-astro-cid-5gue5ff3] p[data-astro-cid-5gue5ff3]{color:var(--text-secondary);margin-bottom:28px;line-height:1.7}.legal-cta[data-astro-cid-5gue5ff3]{display:inline-block;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--cyan);text-decoration:none;padding-bottom:2px;border-bottom:1px solid rgba(0,242,234,.4);transition:all .3s}.legal-cta[data-astro-cid-5gue5ff3]:hover{color:var(--pink);border-bottom-color:var(--pink)}.finale[data-astro-cid-5gue5ff3]{padding:120px 0;text-align:center;position:relative;overflow:hidden}.finale[data-astro-cid-5gue5ff3]:before{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--pink),var(--cyan),transparent)}.finale[data-astro-cid-5gue5ff3] .container[data-astro-cid-5gue5ff3]{position:relative;z-index:1}.finale-label[data-astro-cid-5gue5ff3]{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--pink);margin-bottom:16px}.finale-heading[data-astro-cid-5gue5ff3]{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:16px}.finale-heading[data-astro-cid-5gue5ff3] em[data-astro-cid-5gue5ff3]{font-style:italic;background:linear-gradient(135deg,var(--pink),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.finale-tagline[data-astro-cid-5gue5ff3]{color:var(--text-muted);font-size:1rem}.footer[data-astro-cid-5gue5ff3]{padding:36px 0;text-align:center;border-top:1px solid var(--border)}.footer[data-astro-cid-5gue5ff3] p[data-astro-cid-5gue5ff3]{font-size:.8rem;color:var(--text-dim);letter-spacing:.04em}.footer[data-astro-cid-5gue5ff3] a[data-astro-cid-5gue5ff3]{color:var(--cyan);text-decoration:none;transition:color .3s;opacity:.6}.footer[data-astro-cid-5gue5ff3] a[data-astro-cid-5gue5ff3]:hover{color:var(--cyan);opacity:1}@media(max-width:768px){.hero[data-astro-cid-5gue5ff3]{padding:100px 0 60px;min-height:auto}.phones[data-astro-cid-5gue5ff3]{flex-direction:column;align-items:center;gap:24px}.phone--outer[data-astro-cid-5gue5ff3],.phone--inner[data-astro-cid-5gue5ff3]{transform:none;opacity:1}.phone-bezel[data-astro-cid-5gue5ff3],.phone--center[data-astro-cid-5gue5ff3] .phone-bezel[data-astro-cid-5gue5ff3]{width:200px}.feature-row[data-astro-cid-5gue5ff3]{grid-template-columns:40px 1fr;gap:16px;padding:28px 0}.feature-num[data-astro-cid-5gue5ff3]{font-size:1.5rem}.nav[data-astro-cid-5gue5ff3]{padding:14px 20px}.nav-links[data-astro-cid-5gue5ff3]{gap:16px}.legal-block[data-astro-cid-5gue5ff3]{padding:40px 24px}.tech-items[data-astro-cid-5gue5ff3]{gap:16px;font-size:.7rem}}
