:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#00f5ff14,#0000 28%),radial-gradient(circle at 100%,#ee60fa1a,#0000 24%),#252525;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#252525;min-width:320px;min-height:100vh;margin:0}a,button{-webkit-tap-highlight-color:transparent}img{max-width:100%;display:block}h1,h2,h3,p,ul{margin:0}#root{min-height:100vh}.scene-catalog{background:radial-gradient(at 20% 0,#00f5ff0f 0%,#0000 40%),radial-gradient(at 80% 100%,#ee60fa0d 0%,#0000 40%);flex-direction:column;gap:clamp(28px,4vw,44px);padding:clamp(64px,10vh,120px) clamp(16px,5vw,96px);display:flex;position:relative}.catalog-controls{flex-direction:column;gap:14px;width:100%;max-width:1200px;margin:0 auto;display:flex}.catalog-search{align-items:center;display:flex;position:relative}.catalog-search-icon{color:#ffffff73;pointer-events:none;position:absolute;left:18px}.catalog-search input{color:#fff;appearance:none;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:16px 52px;font-family:inherit;font-size:16px;transition:border-color .18s,box-shadow .18s,background .18s}.catalog-search input::placeholder{color:#ffffff6b}.catalog-search input:focus{background:#00f5ff0a;border-color:#00f5ff73;box-shadow:0 0 0 4px #00f5ff14}.catalog-search input::-webkit-search-cancel-button{-webkit-appearance:none}.catalog-search input::-webkit-search-decoration{-webkit-appearance:none}.catalog-search-clear{color:#fffc;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-family:inherit;font-size:20px;line-height:1;display:inline-flex;position:absolute;right:14px}.catalog-search-clear:hover{color:#fff;background:#ffffff2e}.catalog-cats{flex-wrap:wrap;gap:8px;display:flex}.catalog-cats button{color:#ffffffb3;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .16s;display:inline-flex}.catalog-cats button:hover{color:#fff;border-color:#00f5ff59}.catalog-cats button.is-active{color:#fff;background:linear-gradient(135deg,#00f5ff33,#ee60fa24);border-color:#00f5ff99;box-shadow:0 0 18px #00f5ff2e}.catalog-cat-count{font-variant-numeric:tabular-nums;color:#fff9;background:#ffffff14;border-radius:999px;padding:2px 8px;font-size:11px}.catalog-cats button.is-active .catalog-cat-count{color:#fff;background:#00f5ff33}.catalog-grid{grid-template-columns:1fr;gap:12px;width:100%;max-width:1200px;margin:0 auto;display:grid}.catalog-card{color:#fff;will-change:transform;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;gap:12px;padding:16px;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.catalog-card:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#00f5ff0f,#ee60fa0a);transition:opacity .18s;position:absolute;inset:0}.catalog-card:hover,.catalog-card:focus-visible{background:#ffffff0f;border-color:#00f5ff66;outline:none;transform:translateY(-2px);box-shadow:0 12px 32px #00000073,0 0 0 1px #00f5ff38}.catalog-card:hover:before,.catalog-card:focus-visible:before{opacity:1}.catalog-card:active{transform:translateY(0)scale(.99)}.catalog-card-row{align-items:center;gap:14px;display:flex;position:relative}.catalog-card-icon{color:#1c1c1c;object-fit:cover;background:#ffffff1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:inline-flex}.catalog-card-icon--gradient{text-shadow:0 1px 2px #0000002e;box-shadow:inset 0 1px #ffffff2e,0 6px 14px #00000059,0 0 24px #00f5ff1f}.catalog-card-icon-wrap{color:#fff;position:relative;overflow:hidden}.catalog-card-icon-letter{justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.catalog-card-icon-overlay{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .22s;position:absolute;inset:0}.catalog-card-icon-overlay.is-loaded{opacity:1}.catalog-card-titlewrap{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.catalog-card-title{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;color:#fff;margin:0;font-size:16px;font-weight:700;line-height:1.25;overflow:hidden}.catalog-card-cat{letter-spacing:.05em;text-transform:uppercase;color:#ffffff80;margin:0;font-size:11px;font-weight:600}.catalog-card-desc{color:#ffffffb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13.5px;line-height:1.45;display:-webkit-box;position:relative;overflow:hidden}.catalog-card-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px;display:flex;position:relative}.catalog-card-rating{color:#fff;font-variant-numeric:tabular-nums;align-items:center;gap:4px;font-size:12.5px;font-weight:700;display:inline-flex}.catalog-card-users{color:#ffffff8c;font-variant-numeric:tabular-nums;font-size:12px}.catalog-card-pill{color:#00f5ff;letter-spacing:.04em;background:#00f5ff24;border:1px solid #00f5ff59;border-radius:8px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700}.catalog-card--skeleton{cursor:default;pointer-events:none}.catalog-card--skeleton .catalog-card-icon{background:#ffffff0f;animation:1.6s ease-in-out infinite catalog-pulse}.catalog-card-bone{background:#ffffff0f;border-radius:6px;height:12px;animation:1.6s ease-in-out infinite catalog-pulse}.catalog-card-bone--lg{width:70%;height:18px}.catalog-card-bone--sm{width:45%;height:10px}@keyframes catalog-pulse{0%,to{opacity:.4}50%{opacity:.85}}.catalog-empty{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:18px;grid-column:1/-1;padding:48px 24px}.catalog-empty-title{color:#fff;margin:0 0 6px;font-size:16px;font-weight:700}.catalog-empty-hint{color:#ffffff8c;margin:0;font-size:13px}.catalog-foot{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:1200px;margin:16px auto 0;padding:16px;display:flex}.catalog-foot p{color:#ffffffb8;margin:0;font-size:15px}@media (width>=600px){.catalog-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (width>=960px){.catalog-grid{grid-template-columns:repeat(3,1fr);gap:16px}.catalog-card{padding:18px}.catalog-card-icon{width:60px;height:60px;font-size:24px}.catalog-card-title{font-size:17px}}@media (width>=1280px){.catalog-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=480px){.catalog-card{border-radius:16px;padding:14px}.catalog-card-icon{border-radius:12px;width:52px;height:52px;font-size:20px}.catalog-card-title{font-size:15.5px}.catalog-card-desc{font-size:13px}.catalog-search input{padding:14px 48px}.catalog-cats{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin:0 -16px;padding:0 16px 4px;overflow-x:auto}.catalog-cats::-webkit-scrollbar{display:none}.catalog-cats button{flex-shrink:0}}@media (prefers-reduced-motion:reduce){.catalog-card,.catalog-card:before,.catalog-card-bone,.catalog-card--skeleton .catalog-card-icon{transition:none!important;animation:none!important}.catalog-card:hover,.catalog-card:focus-visible{transform:none}}.page-shell{min-height:100vh;position:relative;overflow:hidden}.reveal-up,.reveal-left,.reveal-right{opacity:0;will-change:transform, opacity;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1)}.reveal-up{transform:translateY(32px)}.reveal-left{transform:translate(-32px)}.reveal-right{transform:translate(32px)}.reveal-up.is-visible,.reveal-left.is-visible,.reveal-right.is-visible{opacity:1;transform:translate(0,0)}.intro-splash{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:none;background:#252525f5;place-items:center;display:grid;position:fixed;inset:0}.intro-logo{filter:drop-shadow(0 16px 42px #00000059);width:min(72vw,820px);animation:1.15s ease-out forwards logo-zoom-out}@keyframes logo-zoom-out{0%{opacity:0;transform:scale(1.38)}18%{opacity:1;transform:scale(1.18)}to{opacity:0;transform:scale(.56)}}.ambient{filter:blur(90px);opacity:.24;pointer-events:none;z-index:0;border-radius:999px;position:fixed}.ambient-cyan{background:#00f5ff;width:28rem;height:28rem;top:-10rem;left:-8rem}.ambient-magenta{background:#ee60fa;width:30rem;height:30rem;top:22rem;right:-8rem}.ambient-deep{background:#00f5ff24;width:34rem;height:34rem;bottom:-14rem;left:30%}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#14141485;border:1px solid #ffffff14;border-radius:999px;justify-content:space-between;align-items:center;gap:20px;max-width:1280px;margin:0 auto;padding:14px 18px;display:flex;position:fixed;top:18px;left:24px;right:24px}.brand{align-items:center;gap:12px;min-width:0;max-width:100%;text-decoration:none;display:inline-flex;overflow:hidden}.brand-logo,.brand-copy{min-width:0}.brand-logo{object-fit:contain;width:160px}.brand-copy{letter-spacing:.16em;text-transform:uppercase;color:#ffffff94;font-size:.8rem}.topnav{align-items:center;gap:18px;display:inline-flex}.topnav a,.nav-cta,.primary-action,.secondary-action,.rail-dot{transition:color .18s,background .18s,border-color .18s,transform .18s,opacity .18s}.topnav a{color:#ffffffad;font-size:.95rem;text-decoration:none}.topnav a.is-active,.topnav a:hover,.topnav a:focus-visible{color:#00f5ff}.nav-cta,.primary-action,.secondary-action{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:700;text-decoration:none;display:inline-flex}.nav-cta{color:#252525;background:linear-gradient(135deg,#00f5ff,#ee60fa)}.nav-actions{align-items:center;gap:12px;display:inline-flex}.nav-link{color:#ffffffd9;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:600;text-decoration:none;transition:color .18s,background .18s,border-color .18s,transform .18s;display:inline-flex}.nav-link:hover,.nav-link:focus-visible{color:#fff;background:#00f5ff14;border-color:#00f5ff80;transform:translateY(-1px)}.apk-notice-backdrop{z-index:1000;-webkit-backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out apk-fade-in;display:flex;position:fixed;inset:0}@keyframes apk-fade-in{0%{opacity:0}to{opacity:1}}.apk-notice-card{color:#f0f0f5;background:linear-gradient(#232328 0%,#1c1c20 100%);border:1px solid #00f5ff2e;border-radius:24px;width:100%;max-width:480px;padding:28px;animation:.22s cubic-bezier(.2,.9,.3,1.1) apk-pop-in;box-shadow:0 24px 64px #0000008c}@keyframes apk-pop-in{0%{opacity:0;transform:translateY(8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.apk-notice-card h3{background:linear-gradient(135deg,#00f5ff,#ee60fa);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:1.25rem;font-weight:700}.apk-notice-card p{color:#ffffffd1;margin:0 0 14px;font-size:.95rem;line-height:1.5}.apk-notice-steps{color:#ffffffd9;margin:0 0 16px;padding-left:20px;font-size:.92rem;line-height:1.55}.apk-notice-steps li{margin-bottom:6px}.apk-notice-steps code{background:#00f5ff1a;border:1px solid #00f5ff3d;border-radius:6px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.apk-notice-fine{color:#ffffff8c;margin-top:8px;font-size:.82rem}.apk-notice-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.apk-notice-cancel,.apk-notice-confirm{font:inherit;cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-size:.92rem;font-weight:600;transition:transform .16s,opacity .16s,background .16s}.apk-notice-cancel{color:#ffffffb3;background:0 0}.apk-notice-cancel:hover{color:#fff}.apk-notice-confirm{color:#1c1c20;background:linear-gradient(135deg,#00f5ff,#ee60fa);min-height:40px;padding:0 22px}.apk-notice-confirm:hover{transform:translateY(-1px)}@media (width<=520px){.apk-notice-actions{flex-direction:column-reverse;align-items:stretch}.apk-notice-cancel,.apk-notice-confirm{width:100%}}.nav-cta:hover,.primary-action:hover,.secondary-action:hover,.nav-cta:focus-visible,.primary-action:focus-visible,.secondary-action:focus-visible{transform:translateY(-1px)}.section-rail{z-index:18;gap:12px;display:grid;position:fixed;top:50%;right:26px;transform:translateY(-50%)}.rail-dot{background:#ffffff38;border-radius:999px;width:11px;height:11px}.rail-dot.active{background:#00f5ff;box-shadow:0 0 18px #00f5ff73}.sections-stack{z-index:1;scroll-snap-type:y mandatory;position:relative}.scene{scroll-snap-align:start;align-items:center;min-height:100svh;padding:128px clamp(24px,6vw,88px) 84px;display:grid;position:relative}.scene-hero{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:32px}.scene-product,.scene-ecosystem,.scene-experience{grid-template-rows:auto 1fr;gap:26px}.scene-contact{align-items:start;min-height:76svh;padding-top:92px}.scene-copy{max-width:860px}.kicker{letter-spacing:.16em;text-transform:uppercase;color:#ee60fa;margin-bottom:20px;font-size:.82rem;font-weight:800}.hero-logo{filter:drop-shadow(0 12px 30px #00000047);width:min(360px,74%);margin-bottom:16px}.scene h1,.scene h2,.scene h3{color:#fff;letter-spacing:-.035em;text-wrap:balance;margin:0}.scene h1{max-width:15ch;font-size:clamp(3.2rem,5.7vw,5.8rem);line-height:1.02}.scene h2{max-width:22ch;font-size:clamp(2.35rem,3.9vw,4.35rem);line-height:1.06}.scene h3{font-size:clamp(1.4rem,1.8vw,1.9rem);line-height:1.12}.scene-lead,.feature-line p,.experience-stage p,.journey-stop p{color:#ffffffbd}.scene-lead{max-width:62ch;margin-top:24px;font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.72}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.primary-action{color:#252525;background:linear-gradient(135deg,#00f5ff,#ee60fa);box-shadow:0 16px 36px #00f5ff2e}.secondary-action{color:#fff;background:#ffffff0a;border:1px solid #ffffff29}.hero-orbit{place-items:center;min-height:540px;transition:transform .18s linear;display:grid;position:relative}.orbit-core{aspect-ratio:1;background:radial-gradient(circle,#ffffff29,#ffffff05 68%),#ffffff0a;border-radius:50%;place-items:center;width:min(34vw,360px);display:grid;box-shadow:0 0 0 1px #ffffff12,0 0 120px #00f5ff1f}.orbit-core img{object-fit:contain;width:72%}.orbit-chip{color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;max-width:200px;padding:10px 16px;font-size:.95rem;position:absolute}.orbit-chip-1{top:12%;left:14%}.orbit-chip-2{top:20%;right:10%}.orbit-chip-3{bottom:28%;right:8%}.orbit-chip-4{bottom:16%;left:16%}.orbit-chip-5{top:46%;left:4%}.signal-ticker{border-top:1px solid #ffffff0f;padding:18px 0 10px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.signal-track{gap:22px;min-width:max-content;animation:22s linear infinite ticker-run;display:inline-flex}.signal-track span{color:#ffffffb3;white-space:nowrap;font-weight:600}.signal-track span:before{content:"•";color:#00f5ff;margin-right:12px}@keyframes ticker-run{0%{transform:translate(0)}to{transform:translate(-50%)}}.scene-intro{grid-template-columns:90px minmax(0,1fr);align-items:start;gap:22px;display:grid}.scene-intro>div{max-width:1180px}.scene-index{color:#ffffff1f;font-size:clamp(2.8rem,6vw,6rem);font-weight:800;line-height:.9}.feature-stream{align-content:start;gap:10px;display:grid}.feature-line{border-bottom:1px solid #ffffff14;grid-template-columns:130px minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:20px;padding:26px 0;display:grid}.feature-line span{color:#00f5ff;letter-spacing:.16em;text-transform:uppercase;font-size:.84rem;font-weight:800}.experience-layout{grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);align-items:stretch;gap:32px;display:grid}.experience-menu{gap:10px;display:grid}.experience-tab{color:#ffffff8a;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 0;display:flex}.experience-tab span{font-size:clamp(1.18rem,1.7vw,1.38rem);font-weight:700;line-height:1.18}.experience-tab small{color:#ffffff6b;letter-spacing:.12em;text-transform:uppercase}.experience-tab.active{color:#fff}.experience-tab.active small{color:#00f5ff}.experience-stage{background:radial-gradient(circle at 0 0,#00f5ff2e,#0000 34%),radial-gradient(circle at 100% 100%,#ee60fa33,#0000 36%),#ffffff08;border:1px solid #ffffff14;border-radius:36px;grid-template-columns:minmax(0,.9fr) minmax(280px,.8fr);align-items:center;gap:22px;min-height:450px;padding:40px;display:grid;position:relative;overflow:hidden}.stage-copy{z-index:1;position:relative}.stage-kicker{color:#00f5ff;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;font-size:.92rem;font-weight:800}.experience-stage h3{max-width:14ch;margin-bottom:14px;font-size:clamp(2rem,2.8vw,3.25rem);line-height:1.08}.experience-stage p{max-width:56ch;line-height:1.7}.stage-ribbons{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.stage-ribbons span{color:#fff;background:#ffffff14;border-radius:999px;padding:10px 14px}.preview-stack{min-height:380px;position:relative}.app-preview{aspect-ratio:.62;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff1a,#ffffff0a),#131313c7;border:1px solid #ffffff1f;border-radius:30px;width:min(100%,270px);padding:14px;transition:transform .26s,opacity .26s,border-color .26s;position:absolute;box-shadow:0 22px 48px #00000052}.app-preview.is-current{border-color:#00f5ff6b}.preview-1{z-index:3;top:10px;right:116px}.preview-2{z-index:2;top:52px;right:30px}.preview-3{z-index:1;top:112px;right:176px}.preview-topbar{justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.preview-topbar img{width:92px}.preview-topbar span{color:#ffffffc7;font-size:.84rem;font-weight:700}.preview-body{background:radial-gradient(circle at 100% 0,#00f5ff1f,#0000 30%),#ffffff0a;border-radius:20px;gap:12px;padding:18px 14px;display:grid}.preview-accent{color:#00f5ff;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.preview-body strong{color:#fff;font-size:1.16rem;line-height:1.2}.preview-lines{gap:10px;display:grid}.preview-lines span{color:#fffc;background:#ffffff0f;border-radius:999px;align-items:center;min-height:42px;padding:0 14px;font-size:.92rem;display:flex}.journey-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;display:grid}.journey-stop{padding-top:22px;position:relative}.journey-stop:before{content:"";background:linear-gradient(90deg,#00f5ff,#ffffff1a);width:100%;height:1px;position:absolute;top:0;left:0}.journey-stop strong{color:#00f5ff;margin-bottom:16px;font-size:1.5rem;display:inline-block}.journey-stop h3{max-width:15ch;margin-bottom:10px}.scene-product .scene-intro h2,.scene-experience .scene-intro h2,.scene-ecosystem .scene-intro h2,.scene-contact h2{max-width:24ch}.scene-ecosystem .scene-intro{max-width:1280px}.scene-ecosystem .scene-intro h2{max-width:26ch}.ecosystem-wordmark{letter-spacing:-.06em;color:#ffffff0d;pointer-events:none;font-size:clamp(4rem,18vw,16rem);font-weight:800;line-height:.8;transition:transform .18s linear;position:absolute;bottom:4vh;right:5vw}.scene-contact h2{max-width:20ch;font-size:clamp(2.35rem,3.4vw,4rem);line-height:1.08}.scene-contact .scene-lead{max-width:54ch}.contact-shell{grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);align-items:end;gap:36px;width:min(1200px,100%);margin-top:12px;display:grid}.contact-copy{max-width:760px}.contact-copy .hero-actions{margin-top:30px}.contact-aside{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 0 0,#00f5ff1f,#0000 32%),radial-gradient(circle at 100% 100%,#ee60fa2e,#0000 42%),#ffffff0a;border:1px solid #ffffff1a;border-radius:28px;justify-self:end;gap:18px;width:min(100%,360px);padding:28px;display:grid;box-shadow:0 22px 44px #00000038}.contact-pill{color:#00f5ff;letter-spacing:.14em;text-transform:uppercase;background:#00f5ff1f;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:32px;padding:0 14px;font-size:.78rem;font-weight:800;display:inline-flex}.contact-aside strong{color:#fff;font-size:1.2rem;line-height:1.35}.contact-highlights{gap:10px;display:grid}.contact-highlights span{color:#ffffffd1;background:#ffffff0f;border-radius:16px;align-items:center;min-height:44px;padding:0 14px;display:flex}@media (width<=1100px){.scene-hero,.experience-layout,.journey-track,.contact-shell{grid-template-columns:1fr}.hero-orbit{order:-1;min-height:420px}.feature-line{grid-template-columns:1fr;gap:12px}.experience-stage{grid-template-columns:1fr;gap:30px}.scene h1{max-width:15ch}.scene h2,.journey-stop h3,.scene-intro>div,.scene-copy{max-width:100%}.contact-aside{justify-self:start;width:min(100%,520px)}.preview-stack{min-height:320px}.preview-1{top:0;left:0;right:auto}.preview-2{top:34px;left:110px;right:auto}.preview-3{top:86px;left:28px;right:auto}}.nav-toggle{cursor:pointer;z-index:22;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none;position:relative}.nav-toggle-bar{background:#fff;border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-toggle.is-open .nav-toggle-bar:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.is-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{z-index:19;-webkit-backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#0f0f12f5;flex-direction:column;gap:16px;padding:96px 24px 32px;transition:opacity .22s,transform .22s;display:none;position:fixed;inset:0;overflow-y:auto;transform:translateY(-12px)}.mobile-drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-drawer-nav{flex-direction:column;gap:4px;display:flex}.mobile-drawer-nav a{color:#ffffffd9;border:1px solid #0000;border-radius:14px;padding:16px 14px;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.mobile-drawer-nav a.is-active{color:#00f5ff;background:#00f5ff14;border-color:#00f5ff4d}.mobile-drawer-actions{flex-direction:column;gap:10px;margin-top:8px;display:flex}.mobile-drawer-actions .nav-link,.mobile-drawer-actions .nav-cta{width:100%}.catalog-precopy{color:#ffffffbd;text-align:center;max-width:64ch;margin:0 auto;padding:0 clamp(24px,6vw,88px);font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.7}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.site-footer{z-index:1;color:#ffffffc7;background:#0c0c0f99;border-top:1px solid #ffffff14;padding:64px clamp(24px,6vw,88px) 32px;position:relative}.footer-grid{grid-template-columns:1.4fr repeat(4,minmax(0,1fr));gap:32px;max-width:1280px;margin:0 auto;display:grid}.footer-brand p{color:#ffffffad;max-width:32ch;font-size:.95rem;line-height:1.6}.footer-logo{width:140px;margin-bottom:12px}.footer-col h3{letter-spacing:.16em;text-transform:uppercase;color:#00f5ff;margin:0 0 14px;font-size:.82rem;font-weight:800}.footer-col ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.footer-col a{color:#ffffffc7;font-size:.95rem;text-decoration:none;transition:color .18s}.footer-col a:hover,.footer-col a:focus-visible{color:#00f5ff}.footer-badges{gap:10px!important}.store-badge{background:#ffffff0a;border:1px solid #ffffff29;border-radius:12px;flex-direction:column;min-width:160px;padding:8px 16px;transition:border-color .18s,background .18s;display:inline-flex}.store-badge:hover,.store-badge:focus-visible{background:#00f5ff0f;border-color:#00f5ff80}.store-badge-line1{letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;font-size:.7rem}.store-badge-line2{color:#fff;font-size:.96rem;font-weight:700}.footer-bottom{color:#ffffff80;text-align:center;border-top:1px solid #ffffff0f;max-width:1280px;margin:32px auto 0;padding-top:20px}@media (width<=980px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:span 2}}@media (width<=820px){.topbar{border-radius:28px;flex-wrap:nowrap;justify-content:space-between;top:12px;left:12px;right:12px}.brand{flex:auto;justify-content:flex-start;width:auto;min-width:0;overflow:hidden}.topnav,.nav-actions{display:none}.nav-toggle{display:inline-flex}.mobile-drawer{display:flex}.section-rail{display:none}.scene{min-height:auto;padding:150px 20px 64px}.scene-contact{padding-top:64px}.scene-intro{grid-template-columns:1fr;gap:10px}.scene-index{font-size:2.6rem}.hero-logo{width:min(260px,84%)}.brand-logo{width:136px}.brand-copy{display:none}.experience-stage{min-height:340px;padding:24px}.preview-stack{gap:14px;min-height:auto;display:grid}.app-preview{aspect-ratio:auto;width:100%;max-width:100%;min-height:240px;position:relative;top:auto;left:auto;right:auto;transform:none!important}.scene h1{max-width:100%;font-size:clamp(2.45rem,9.2vw,3.8rem);line-height:1.06}.scene h2{max-width:100%;font-size:clamp(2rem,7.6vw,3rem);line-height:1.1}.scene h3{max-width:100%;font-size:clamp(1.28rem,5.2vw,1.7rem);line-height:1.18}.scene-lead,.experience-stage p,.feature-line p,.journey-stop p{font-size:.98rem;line-height:1.68}.hero-actions{flex-direction:column;align-items:stretch}.primary-action,.secondary-action{width:100%}.orbit-chip{max-width:148px;padding:8px 12px;font-size:.78rem}.orbit-chip-1{top:8%;left:6%}.orbit-chip-2{top:14%;right:4%}.orbit-chip-3{bottom:20%;right:4%}.orbit-chip-4{bottom:10%;left:8%}.orbit-chip-5{top:46%;left:0}.signal-ticker{margin-top:14px;position:relative}.contact-shell{gap:22px;margin-top:0}.contact-aside{border-radius:22px;padding:22px}.site-footer{padding:48px 20px 28px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:span 1}}
