#launcher-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0c0e;display:flex;justify-content:center;align-items:center;z-index:1000;transition:transform .85s cubic-bezier(.77,0,.175,1),opacity .85s ease}#launcher-screen.exit{transform:translateY(-100%);opacity:0;pointer-events:none}.phone-wrapper{perspective:1000px}.phone-frame{width:390px;height:844px;background-color:#1a1d20;border:12px solid #2b3035;border-radius:48px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);position:relative;display:flex;flex-direction:column;overflow:hidden;transition:transform .5s ease}.phone-frame:hover{transform:rotateY(-3deg) rotateX(2deg) scale(1.01)}.phone-speaker{width:140px;height:28px;background-color:#2b3035;position:absolute;top:0;left:50%;transform:translateX(-50%);border-bottom-left-radius:18px;border-bottom-right-radius:18px;z-index:100}.phone-screen{flex:1;position:relative;overflow:hidden}.loader-screen,.phone-screen{background-color:#fff;display:flex;flex-direction:column}.loader-screen{height:100%;width:100%;overflow:visible!important}.loader-header{height:15%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:12px}.header-logo-container{display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-10px);transition:opacity .5s ease,transform .5s ease}.header-logo-container.visible{opacity:1;transform:translateY(0)}.loader-body{height:85%;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible!important}#storyboard-svg{width:100%;height:100%;display:block;overflow:visible!important}.svg-outline{stroke:#1a1a1a;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none}.svg-accent-stroke{stroke:#ff6a00;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;fill:none}.svg-accent-fill{fill:#ff6a00}.svg-burst-line{stroke-dasharray:25;stroke-dashoffset:25;animation:burst-glow-lines 1.6s ease-out infinite}.svg-burst-line:first-child{animation-delay:0s}.svg-burst-line:nth-child(2),.svg-burst-line:nth-child(3){animation-delay:.15s}.svg-burst-line:nth-child(4),.svg-burst-line:nth-child(5){animation-delay:.3s}@keyframes burst-glow-lines{0%{stroke-dashoffset:25;opacity:0}15%{stroke-dashoffset:15;opacity:1}75%{stroke-dashoffset:-10;opacity:.6}to{stroke-dashoffset:-25;opacity:0}}.svg-burst-line-outer{stroke-width:1.5px;opacity:.5;stroke-dasharray:30;stroke-dashoffset:30;animation:burst-glow-lines-outer 1.6s ease-out infinite}.svg-burst-line-outer:first-child{animation-delay:.1s}.svg-burst-line-outer:nth-child(2),.svg-burst-line-outer:nth-child(3){animation-delay:.25s}.svg-burst-line-outer:nth-child(4),.svg-burst-line-outer:nth-child(5){animation-delay:.4s}@keyframes burst-glow-lines-outer{0%{stroke-dashoffset:30;opacity:0}15%{stroke-dashoffset:20;opacity:.5}75%{stroke-dashoffset:-10;opacity:.3}to{stroke-dashoffset:-30;opacity:0}}.svg-t-line{stroke-dasharray:35;stroke-dashoffset:35}.burst-active .svg-t-line{animation:transition-explode-lines .55s cubic-bezier(.1,.8,.3,1) forwards}@keyframes transition-explode-lines{0%{stroke-dashoffset:35;opacity:0}25%{stroke-dashoffset:25;opacity:1}to{stroke-dashoffset:-35;opacity:0}}.svg-t-line-outer{stroke-dasharray:25;stroke-dashoffset:25;opacity:.5}.burst-active .svg-t-line-outer{animation:transition-explode-lines-outer .55s cubic-bezier(.1,.8,.3,1) forwards}@keyframes transition-explode-lines-outer{0%{stroke-dashoffset:25;opacity:0}25%{stroke-dashoffset:15;opacity:.5}to{stroke-dashoffset:-25;opacity:0}}.svg-radar-pulse{transform-origin:0 0;animation:radar-pulse-waves 2.2s ease-out infinite}@keyframes radar-pulse-waves{0%{transform:scale(.4);opacity:0}15%{opacity:1}75%{opacity:.3}to{transform:scale(1.3);opacity:0}}#qr-laser{animation:qr-laser-sweep 2.4s ease-in-out infinite}@keyframes qr-laser-sweep{0%,to{transform:translateY(0)}50%{transform:translateY(40px)}}#video-live-dot{animation:video-dot-blink 1.2s ease-in-out infinite}@keyframes video-dot-blink{0%,to{opacity:.3}50%{opacity:1}}.logo-wave{transition:transform .3s ease;opacity:1}.stream-active .inner-wave{animation:pulse-inner 1.2s ease-in-out infinite}.stream-active .outer-wave{animation:pulse-outer 1.2s ease-in-out infinite}@keyframes pulse-inner{0%,to{transform:translateX(0)}50%{transform:translateX(-3.5px)}}@keyframes pulse-outer{0%,to{transform:translateX(0)}50%{transform:translateX(-7.5px)}}#center-hub,#logo-gps,#logo-qr,#logo-store,#logo-stream,#logo-video,#particle-emitter>g,#svg-logo,#svg-speaker{will-change:transform,opacity}.hidden{display:none!important}@media (max-height:900px){.phone-frame{transform:scale(.85)}}#app-screen{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:absolute;top:0;left:0;z-index:1;background:radial-gradient(circle at center,#15181b 0,#0a0c0e 100%);animation:fade-in-app .6s ease-out forwards}@keyframes fade-in-app{0%{opacity:0}to{opacity:1}}.launch-success-card{background:hsla(0,0%,100%,.03);backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.08);padding:40px 60px;border-radius:24px;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.4);max-width:480px}.success-icon{width:64px;height:64px;background:linear-gradient(135deg,#00ff87,#60efff);color:#0a0c0e;font-size:32px;line-height:64px;font-weight:700;border-radius:50%;margin:0 auto 24px}.launch-success-card h2{font-size:24px;font-weight:700;margin-bottom:12px;background:linear-gradient(90deg,#fff,#b0b5c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.launch-success-card p{color:#8a909a;font-size:15px;line-height:1.5;margin-bottom:30px}.btn-restart{background:linear-gradient(135deg,#ff6a00,#ff8a00);color:#fff;border:none;font-size:14px;font-weight:600;padding:12px 28px;border-radius:12px;cursor:pointer;box-shadow:0 4px 14px rgba(255,106,0,.3);transition:transform .2s,box-shadow .2s}.btn-restart:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,106,0,.45)}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e5302f118d6bde7-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bb36247b0b027bd1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Fredoka_dcba26;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bca7023bf625e650-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fredoka_Fallback_dcba26;src:local("Arial");ascent-override:95.64%;descent-override:23.17%;line-gap-override:0.00%;size-adjust:101.84%}.__className_dcba26{font-family:__Fredoka_dcba26,__Fredoka_Fallback_dcba26;font-style:normal}.__variable_dcba26{--font-display:"__Fredoka_dcba26","__Fredoka_Fallback_dcba26"}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-sans:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Mono_Fallback_5899e0;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_5899e0{font-family:__Roboto_Mono_5899e0,__Roboto_Mono_Fallback_5899e0;font-style:normal}.__variable_5899e0{--font-mono:"__Roboto_Mono_5899e0","__Roboto_Mono_Fallback_5899e0"}