.lp-root *{box-sizing:border-box;margin:0;padding:0}.lp-root{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(0,0,0,.3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07);transition:background .3s ease}.lp-nav.scrolled{background:rgba(0,0,0,.72)}.lp-nav-logo{display:flex;align-items:center;gap:12px}.lp-nav-wordmark{font-size:1.18rem;font-weight:800;letter-spacing:-.01em;color:#fff}.lp-nav-actions{display:flex;gap:12px;align-items:center}.lp-nav-link{background:none;border:none;color:rgba(255,255,255,.7);font-size:.92rem;font-weight:500;cursor:pointer;padding:8px 4px;transition:color .2s}.lp-nav-link:hover{color:#fff}.lp-nav-cta{padding:10px 22px;border-radius:10px;background:#00d1ff;color:#001014;font-weight:800;font-size:.9rem;border:none;cursor:pointer;box-shadow:0 0 18px rgba(0,209,255,.35);transition:transform .18s,box-shadow .18s}.lp-nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 28px rgba(0,209,255,.55)}.lp-hero{position:relative;height:100vh;min-height:680px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.lp-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(7,1fr);opacity:.15;z-index:0}.lp-grid-cell{animation:lp-cell 4.2s ease-in-out infinite}@keyframes lp-cell{0%,to{opacity:.45}50%{opacity:1}}.lp-aurora-wrap{z-index:1;will-change:transform}.lp-aurora-wrap,.lp-hero-overlay{position:absolute;inset:0;pointer-events:none}.lp-hero-overlay{background:radial-gradient(ellipse 80% 70% at 50% 50%,rgba(0,0,0,.05) 0,rgba(0,0,0,.45) 65%,rgba(0,0,0,.75) 100%);z-index:2}.lp-hero-glow{position:absolute;top:36%;left:50%;transform:translate(-50%,-50%);width:560px;height:320px;background:radial-gradient(ellipse,rgba(0,209,255,.22) 0,transparent 68%);z-index:3;pointer-events:none;filter:blur(8px)}.lp-hero-content{position:relative;z-index:4;text-align:center;padding:0 24px;max-width:880px}.lp-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:rgba(0,209,255,.12);border:1px solid rgba(0,209,255,.28);color:#00d1ff;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;margin-bottom:28px}.lp-hero-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#00d1ff;animation:lp-pulse-dot 2s ease-in-out infinite}@keyframes lp-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.lp-hero-h1{font-size:clamp(3rem,8vw,5.8rem);font-weight:900;line-height:1.03;letter-spacing:-.035em;margin-bottom:20px}.lp-hero-h1-accent{background:linear-gradient(135deg,#00d1ff,#007bff 60%,#f4b101);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-typewriter{font-family:ui-monospace,Cascadia Code,Fira Code,monospace;font-size:clamp(1.2rem,3vw,1.75rem);height:2.4rem;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.75);margin-bottom:48px}.lp-typewriter-cursor{display:inline-block;width:2px;height:1.2em;background:#00d1ff;margin-left:3px;animation:lp-blink 1s step-end infinite;vertical-align:middle}@keyframes lp-blink{0%,to{opacity:1}50%{opacity:0}}.lp-hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.lp-btn-primary{padding:15px 34px;border-radius:12px;background:#00d1ff;color:#001014;font-weight:800;font-size:1rem;border:none;cursor:pointer;box-shadow:0 0 0 0 rgba(0,209,255,.4);transition:transform .2s,box-shadow .2s;white-space:nowrap}.lp-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,209,255,.5)}.lp-btn-secondary{padding:15px 34px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:700;font-size:1rem;backdrop-filter:blur(6px);cursor:pointer;transition:background .2s,transform .2s;white-space:nowrap}.lp-btn-secondary:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}.lp-btn-gold{padding:15px 34px;border-radius:12px;background:#f4b101;color:#1a0a00;font-weight:800;font-size:1rem;border:none;cursor:pointer;box-shadow:0 0 0 0 rgba(244,177,1,.4);transition:transform .2s,box-shadow .2s;white-space:nowrap}.lp-btn-gold:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(244,177,1,.5)}.lp-scroll-hint{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4;animation:lp-bounce 2s ease-in-out infinite}.lp-scroll-hint-line{width:1px;height:44px;background:linear-gradient(180deg,rgba(255,255,255,.6),transparent)}.lp-scroll-hint-text{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}@keyframes lp-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.lp-trust-bar{border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);padding:28px 40px;justify-content:center;gap:0;background:rgba(255,255,255,.025)}.lp-trust-bar,.lp-trust-item{display:flex;align-items:center}.lp-trust-item{flex-direction:column;gap:4px;padding:0 40px;flex:1;max-width:220px}.lp-trust-divider{width:1px;height:44px;background:rgba(255,255,255,.1);flex-shrink:0}.lp-trust-value{font-size:1.6rem;font-weight:900;letter-spacing:-.02em;color:#fff}.lp-trust-label{font-size:.75rem;color:rgba(255,255,255,.45);text-align:center;letter-spacing:.04em}.lp-split{position:sticky;top:0;z-index:100;height:120px;overflow:hidden;background:rgba(0,0,0,.92);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.08)}.lp-split,.lp-split-inner{display:flex;align-items:center;justify-content:center}.lp-split-inner{width:100%;padding:0 40px;gap:0}.lp-split-members{color:#00d1ff;text-shadow:0 0 60px rgba(0,209,255,.35);text-align:right;padding-right:32px}.lp-split-members,.lp-split-studios{font-size:clamp(2.4rem,6.5vw,5.2rem);font-weight:900;letter-spacing:-.04em;white-space:nowrap;will-change:transform;flex:1}.lp-split-studios{color:#f4b101;text-shadow:0 0 60px rgba(244,177,1,.35);text-align:left;padding-left:32px}.lp-split-line{width:1px;height:60px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.2),transparent);flex-shrink:0}.lp-section{padding:120px 40px;max-width:1160px;margin:0 auto}.lp-section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:20px}.lp-section-eyebrow:before{content:"";display:inline-block;width:24px;height:2px;border-radius:1px;background:currentColor}.lp-section-h2{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;letter-spacing:-.03em;line-height:1.07;margin-bottom:16px}.lp-section-sub{font-size:1.05rem;color:rgba(255,255,255,.55);max-width:520px;line-height:1.65;margin-bottom:64px}.lp-tl-section{padding:60px 40px 120px;max-width:1200px;margin:0 auto}.lp-tl-headers{display:grid;grid-template-columns:1fr 120px 1fr;margin-bottom:40px;align-items:center}.lp-tl-header{display:flex;align-items:center;gap:10px;font-size:.75rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.lp-tl-header--member{justify-content:flex-end;padding-right:32px}.lp-tl-header--studio{justify-content:flex-start;padding-left:32px}.lp-tl-header-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.lp-tl-body{position:relative}.lp-tl-line{position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translateX(-50%);background:linear-gradient(180deg,transparent,rgba(255,255,255,.12) 8%,rgba(255,255,255,.12) 92%,transparent);pointer-events:none}.lp-tl-row{display:grid;grid-template-columns:1fr 120px 1fr;align-items:flex-start;margin-bottom:32px;position:relative}.lp-tl-slot{padding:0 20px}.lp-tl-slot--left{display:flex;justify-content:flex-end}.lp-tl-slot--right{display:flex;justify-content:flex-start}.lp-tl-card{background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:22px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:12px}.lp-tl-card-header{display:flex;align-items:flex-start;gap:12px}.lp-tl-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}.lp-tl-tag{font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:3px}.lp-tl-title{font-size:.98rem;font-weight:800;color:#fff;line-height:1.25}.lp-tl-desc{font-size:.82rem;color:rgba(255,255,255,.48);line-height:1.65;margin:0}.lp-tl-mockup{position:relative;display:flex;justify-content:center;align-items:flex-end;padding-top:6px;min-height:140px}.lp-tl-mockup-img{border-radius:10px;-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto;filter:drop-shadow(0 8px 24px rgba(0,0,0,.65));position:relative;z-index:1}.lp-tl-glow{position:absolute;bottom:0;left:5%;right:5%;height:36px;pointer-events:none;filter:blur(16px)}.lp-tl-spine{display:flex;flex-direction:column;align-items:center;padding-top:22px;gap:5px;position:relative;z-index:1}.lp-tl-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;border:2px solid #000}.lp-tl-step-label{font-size:.62rem;font-weight:800;color:rgba(255,255,255,.22);letter-spacing:.14em;margin-top:5px}.lp-tl-step-name{font-size:.7rem;font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.05em;text-align:center;max-width:90px;line-height:1.3}.lp-bottom-ctas{padding:100px 40px;border-top:1px solid rgba(255,255,255,.07)}.lp-bottom-ctas-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-bottom-cta-card{padding:40px;border-radius:24px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(255,255,255,.08)}.lp-bottom-cta-card--member{background:rgba(0,209,255,.04);border-color:rgba(0,209,255,.15)}.lp-bottom-cta-card--studio{background:rgba(244,177,1,.04);border-color:rgba(244,177,1,.15)}.lp-bottom-cta-icon{font-size:1.8rem}.lp-bottom-cta-h3{font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.lp-bottom-cta-p{font-size:.88rem;color:rgba(255,255,255,.5);line-height:1.6;flex:1}.lp-footer{padding:36px 40px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.lp-footer-copy{font-size:.8rem;color:rgba(255,255,255,.35)}.lp-footer-links{display:flex;gap:20px}.lp-footer-link{font-size:.8rem;color:rgba(255,255,255,.35);cursor:pointer;transition:color .2s;background:none;border:none}.lp-footer-link:hover{color:rgba(255,255,255,.7)}@media (max-width:900px){.lp-pc-stage{height:368px}.lp-nav{padding:14px 20px}.lp-nav-link{display:none}.lp-section{padding:80px 20px}.lp-tl-section{padding:40px 16px 80px}.lp-tl-headers{grid-template-columns:1fr 1fr;margin-bottom:28px}.lp-tl-header-spacer{display:none}.lp-tl-header--member{justify-content:flex-start;padding-right:0}.lp-tl-header--studio{justify-content:flex-end;padding-left:0}.lp-tl-row{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.lp-tl-slot--left,.lp-tl-slot--right{justify-content:center;padding:0}.lp-tl-card{max-width:100%}.lp-tl-spine{flex-direction:row;padding-top:0;gap:10px;justify-content:flex-start;order:-1}.lp-tl-line{display:none}.lp-bottom-ctas-inner{grid-template-columns:1fr}.lp-bottom-ctas{padding:60px 20px}.lp-split-members,.lp-split-studios{font-size:clamp(1.8rem,8vw,3.5rem)}.lp-trust-bar{padding:20px 16px;gap:0}.lp-trust-item{padding:0 16px}.lp-cta-section{padding:100px 20px}.lp-footer{flex-direction:column;align-items:center;text-align:center;padding:28px 20px}.lp-hero-h1{font-size:clamp(2.4rem,10vw,4rem)}}@media (max-width:480px){.lp-pc-stage{height:300px}.lp-trust-divider{display:none}.lp-trust-bar{flex-wrap:wrap;gap:16px}}