:root{--bg-main: #f8fafc;--bg-surface: #ffffff;--bg-surface-elevated: #f1f5f9;--border-color: #cbd5e1;--border-strong: #94a3b8;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--accent-cobalt: #2563eb;--accent-indigo: #4f46e5;--badge-available: #059669;--badge-planned: #d97706;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-main);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden;line-height:1.6;background-color:#f8fafc;background-image:radial-gradient(#cbd5e1 1.2px,transparent 1.2px),linear-gradient(180deg,#f1f5f9,#f8fafc 40%,#e2e8f0);background-size:32px 32px,100% 100%}.bg-ambient-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(37,99,235,.08),transparent 75%),radial-gradient(ellipse 60% 40% at 85% 65%,rgba(79,70,229,.05),transparent 65%)}h1,h2,h3,h4{font-weight:800;letter-spacing:-.03em;color:var(--text-primary)}.eyebrow{font-size:.82rem;font-weight:650;text-transform:none;letter-spacing:.02em;color:var(--text-muted);margin-bottom:1.25rem;display:flex;align-items:center;gap:0}.eyebrow:before{display:none}.heading-giant{font-size:clamp(3rem,7vw,6rem);line-height:1.02;margin-bottom:2rem;font-weight:900;letter-spacing:-.04em;color:var(--text-primary)}.heading-giant span{color:var(--accent-cobalt)}.metric-giant{font-size:clamp(3rem,5.5vw,5.25rem);font-weight:900;line-height:.95;letter-spacing:-.04em;color:var(--accent-cobalt)}.lead-text{font-size:clamp(1.15rem,2vw,1.4rem);color:var(--text-secondary);max-width:660px;font-weight:500;line-height:1.65;margin-bottom:2.5rem}.glass-panel{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:20px;padding:2.75rem;box-shadow:0 10px 30px -5px #0f172a0f,0 4px 6px -2px #0f172a05;transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-panel:hover{border-color:var(--border-strong);box-shadow:0 18px 40px #0f172a1a;transform:translateY(-2px)}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;background:var(--text-primary);color:#fff;font-weight:700;font-size:.95rem;padding:1rem 2.2rem;border-radius:9999px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 15px #0f172a26;transition:all .25s ease}.btn-primary:hover{background:var(--accent-cobalt);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;background:var(--bg-surface);color:var(--text-primary);font-weight:600;font-size:.95rem;padding:1rem 2.2rem;border-radius:9999px;text-decoration:none;border:1px solid var(--border-color);cursor:pointer;transition:all .25s ease}.btn-secondary:hover{background:var(--bg-surface-elevated);border-color:var(--border-strong)}.site-navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 3.5rem;display:flex;justify-content:space-between;align-items:center;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);box-shadow:0 4px 20px #0f172a0a}.nav-brand{display:flex;align-items:center;text-decoration:none}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-link-item a{color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.9rem;letter-spacing:.01em;transition:color .2s ease}.nav-link-item a:hover,.nav-link-item a.active{color:var(--text-primary)}.section-container{max-width:var(--max-width);margin:0 auto;padding:8rem 3rem;position:relative;z-index:1}.status-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;padding:.35rem .85rem;border-radius:9999px;text-transform:none;letter-spacing:.01em}.status-badge.available{background:#0596691f;color:#059669;border:1px solid rgba(5,150,105,.3)}.status-badge.planned{background:#d977061f;color:#d97706;border:1px solid rgba(217,119,6,.3)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-content{background:#fff;border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;max-width:900px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 50px -12px #0f172a40;color:var(--text-primary)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.modal-header h3{font-size:1.25rem;color:var(--text-primary)}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted)}.concepts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.concept-card{background:#f8fafc;border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.concept-svg-wrap{margin-bottom:1rem}.btn-concepts-trigger{background:#f1f5f9;border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:700;cursor:pointer;margin-right:.75rem;transition:all .2s ease}.btn-concepts-trigger:hover{background:#e2e8f0;border-color:var(--border-strong)}@media(max-width:900px){.site-navbar{padding:1rem 1.5rem}.nav-links{display:none}.section-container{padding:5rem 1.5rem}}:root{--bg-main: #fbfbf8;--bg-surface: rgba(255, 255, 255, .78);--bg-surface-elevated: #f0f3f8;--border-color: rgba(20, 29, 46, .12);--border-strong: rgba(20, 29, 46, .28);--text-primary: #101725;--text-secondary: #4d586b;--text-muted: #728096;--accent-cobalt: #285fe2}body{background-color:var(--bg-main);background-image:linear-gradient(180deg,#fff,#fbfbf8 42%,#f4f6fa);background-size:100% 100%}.section-heading{max-width:760px}.section-heading--left{margin-right:auto;text-align:left}.section-heading--center{margin-left:auto;margin-right:auto;text-align:center}.section-heading .heading-giant{margin-bottom:1.1rem;font-size:clamp(2.35rem,4.8vw,4.65rem);line-height:.98;letter-spacing:-.055em}.section-heading .lead-text{margin:0;max-width:650px;font-size:clamp(1rem,1.45vw,1.2rem)}.section-heading--center .lead-text{margin-left:auto;margin-right:auto}.site-navbar{padding:1rem clamp(1.5rem,4vw,4rem);background:#fbfbf8c2;border-bottom-color:#141d2e14;box-shadow:none;backdrop-filter:blur(22px) saturate(120%);-webkit-backdrop-filter:blur(22px) saturate(120%)}.dexmotive-wordmark svg{width:202px;height:auto}.nav-links{gap:clamp(1.2rem,2.7vw,2.55rem)}.nav-links a{color:#596477;font-size:.82rem;font-weight:600}.nav-links a:hover,.nav-links a.active{color:#111827}@media(min-width:981px){.site-navbar>nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.nav-actions{display:flex;align-items:center;gap:.85rem}.nav-cta{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem 1rem;border-radius:999px;background:#101725;color:#fff;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .18s ease,background .18s ease}.nav-cta:hover{background:#285fe2;transform:translateY(-1px)}.mobile-onedex-item{display:none}.mobile-menu-btn{display:none;color:#101725;background:transparent;border:0;cursor:pointer}.hero-section{position:relative;min-height:100svh;display:flex;align-items:center;overflow-x:clip;overflow-y:visible;isolation:isolate}.hero-section:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 44% 46% at 76% 44%,rgba(84,119,231,.17),transparent 72%),radial-gradient(ellipse 28% 32% at 16% 18%,rgba(226,174,70,.11),transparent 74%),radial-gradient(ellipse 32% 35% at 54% 90%,rgba(79,199,170,.08),transparent 72%)}.hero-grain{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;background-image:radial-gradient(circle at 8% 29%,#e6ad3e 0 1.5px,transparent 1.8px),radial-gradient(circle at 14% 39%,#5d7fe1 0 1px,transparent 1.4px),radial-gradient(circle at 25% 14%,#e17a62 0 1px,transparent 1.3px),radial-gradient(circle at 84% 18%,#69a5ea 0 1.2px,transparent 1.6px),radial-gradient(circle at 92% 58%,#72c9ac 0 1.2px,transparent 1.6px),radial-gradient(circle at 72% 85%,#dca43d 0 1.1px,transparent 1.5px)}.hero-particle-field{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;pointer-events:none}.hero-layout{width:100%;max-width:1360px;margin:0 auto;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;justify-content:center;gap:clamp(1.75rem,2.5vw,2.75rem);padding:clamp(7.5rem,14vh,10rem) clamp(2rem,5.5vw,4.5rem) clamp(3.5rem,8vh,6rem)}.hero-content{position:relative;z-index:2;max-width:590px;min-width:0;width:100%;justify-self:end;margin-left:0;transform:translate(clamp(1rem,calc(2.5vw - 5px),1.6875rem))}.hero-kicker,.hero-footnote{margin:0;color:#5f6e87;font-size:.74rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero-kicker span{margin:0 .55rem;color:#285fe2}.hero-section .heading-giant{max-width:720px;margin:1.4rem 0 1.75rem;color:#101725;font-size:clamp(2.85rem,5.4vw,5.8rem);font-weight:750;letter-spacing:-.06em;line-height:.94;overflow-wrap:break-word;word-break:normal}.hero-section .heading-giant .hero-typed-char{color:inherit}.hero-section .heading-giant>span:not(.heading-highlight),.hero-section .heading-giant>span:not(.heading-highlight) .hero-typed-word-lockup{color:#101725}.hero-section .heading-giant .heading-highlight{color:#285fe2}.hero-section .heading-giant .heading-highlight .hero-typed-char{background:linear-gradient(96deg,#285fe2,#7098ff 55%,#58b89c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-section .lead-text{max-width:570px;margin:0 0 2.15rem;color:#4f5b6d;font-size:clamp(1.02rem,1.35vw,1.2rem);font-weight:500;line-height:1.65;overflow-wrap:break-word}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.hero-section .btn-primary,.hero-section .btn-secondary{min-height:50px;padding:.88rem 1.25rem;border-radius:999px;font-size:.88rem}.hero-section .btn-primary{box-shadow:0 14px 28px #10172521}.hero-section .btn-secondary{background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-footnote{display:flex;align-items:center;gap:.75rem;margin-top:clamp(2.7rem,6vh,4.6rem);color:#7b8799}.hero-footnote span{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(40,95,226,.3);border-radius:50%;color:#285fe2;font-size:.66rem}.hero-stage{--hero-scale: 1.25;position:relative;width:100%;max-width:680px;height:clamp(440px,58vh,620px);min-height:420px;margin:0;justify-self:start;cursor:crosshair;overflow:visible;transform:translate3d(0,2.5rem,0) scale(.965);opacity:0;filter:blur(7px);transition:opacity .16s ease-out,transform 1.15s cubic-bezier(.16,1,.3,1),filter 1.05s ease-out}.hero-section.is-live .hero-stage{opacity:1;filter:blur(0);transform:translateZ(0) scale(1)}.hero-content>*{opacity:0;transform:translate(-1.25rem)}.hero-section.is-live .hero-content>*{animation:hero-copy-arrive .78s cubic-bezier(.16,1,.3,1) both}.hero-section.is-live .hero-content>.hero-kicker{animation-delay:80ms}.hero-section.is-live .hero-content>.heading-giant{animation-delay:.15s}.hero-section.is-live .hero-content>.lead-text{animation-delay:.25s}.hero-section.is-live .hero-content>.hero-actions{animation-delay:1.75s}.hero-section.is-live .hero-content>.hero-footnote{animation-delay:1.86s}.hero-typed-char,.hero-typed-word{display:inline-block;opacity:0;transform:translate3d(-.28em,0,0);filter:blur(5px)}.hero-typed-word-lockup{display:inline-block;white-space:nowrap}.hero-section.is-live .hero-typed-char,.hero-section.is-live .hero-typed-word{animation:hero-character-arrive .5s cubic-bezier(.16,1,.3,1) var(--hero-reveal-delay) both}.hero-section.is-live .hero-typed-word{animation-duration:.36s}@keyframes hero-character-arrive{0%{opacity:0;transform:translate3d(-.28em,0,0);filter:blur(5px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes hero-copy-arrive{0%{opacity:0;transform:translate(-1.25rem)}to{opacity:1;transform:translate(0)}}.hero-stage:before{content:"";position:absolute;z-index:-1;top:3%;right:-16%;bottom:5%;left:0;border-radius:50%;background:radial-gradient(circle,#ffffffd1,#dee7ff66 37%,#bed2ff00 71%);filter:blur(12px)}.hero-stage:after{content:"";position:absolute;z-index:-2;top:50%;left:50%;width:min(43vw,520px);aspect-ratio:1;border:1px solid rgba(40,95,226,.18);border-radius:50%;transform:translate(-50%,-50%) scale(.72);opacity:0}.hero-section.is-live .hero-stage:after{animation:stage-sonar 3.2s .65s cubic-bezier(.16,1,.3,1) infinite}@keyframes stage-sonar{0%{transform:translate(-50%,-50%) scale(.72);opacity:0}15%{opacity:.46}to{transform:translate(-50%,-50%) scale(1.62);opacity:0}}.hero-stage canvas{position:absolute;top:50%;right:0;left:auto;display:block;width:calc(100% * var(--hero-scale, 1.25));height:calc(100% * var(--hero-scale, 1.25));max-width:none;max-height:none;transform:translateY(-50%);pointer-events:none}.hero-stage-caption{position:absolute;left:8%;right:4%;bottom:5%;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#ffffffa1;box-shadow:0 18px 40px #1f2f4c1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-stage-caption>div{display:flex;align-items:center;gap:.5rem;color:#172037;font-size:.82rem;font-weight:750}.hero-stage-caption svg{color:#285fe2}.hero-stage-caption p{margin:0;color:#69758b;font-size:.7rem;line-height:1.35;text-align:right}@media(min-width:1800px){.hero-layout{grid-template-columns:minmax(0,680px) minmax(0,760px);justify-content:center;align-items:center;gap:clamp(2rem,2.5vw,3rem);max-width:1680px;margin:0 auto;padding-inline:clamp(2rem,3.5vw,4rem);transform:translate(calc(-1*clamp(2rem,2.35vw,3rem)))}.hero-content{max-width:680px;width:100%;margin-left:0;justify-self:end;transform:translate(clamp(7rem,5.5vw,7.5rem))}.hero-stage{max-width:760px;width:100%;margin:0;justify-self:start;right:auto}.hero-stage canvas{left:50%;right:auto;transform:translate(-50%,-50%)}}@media(max-width:980px){.site-navbar{padding:.9rem 1.25rem}.nav-links,.nav-cta{display:none}.nav-links.mobile-open{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:.6rem 1.25rem 1rem;background:#fbfbf8;border-bottom:1px solid var(--border-color);box-shadow:0 18px 32px #0f172a14}.nav-links.mobile-open li{width:100%}.nav-links.mobile-open .mobile-onedex-item{display:block}.nav-links.mobile-open a{display:block;width:100%;padding:.85rem 0;border-bottom:1px solid rgba(20,29,46,.08);font-size:.92rem}.nav-links.mobile-open li:last-child a{border-bottom:0}.mobile-menu-btn{display:grid;place-items:center}.hero-section{min-height:100svh;min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow-x:clip;overflow-y:visible;height:auto}.hero-layout{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box;padding-top:clamp(6.25rem,12vh,7.5rem);padding-bottom:clamp(2.5rem,5vh,4rem);padding-left:clamp(1.25rem,4vw,2.5rem);padding-right:clamp(1.25rem,4vw,2.5rem);gap:clamp(1.5rem,3.5vh,2.25rem)}.hero-content{width:100%;max-width:100%;position:relative;z-index:2;display:flex;flex-direction:column;margin-left:0;transform:none}.hero-section .heading-giant{font-size:clamp(2.4rem,6.2vw,3.8rem);line-height:.96;letter-spacing:-.055em;margin:.85rem 0 1.25rem;max-width:100%;word-break:normal;overflow-wrap:break-word}.hero-section .lead-text{max-width:600px;font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.6;margin:0 0 1.65rem}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;position:relative;z-index:3}.hero-stage{z-index:1;width:100%;max-width:520px;height:clamp(380px,48vh,480px);min-height:360px;margin:.5rem auto 0;overflow:visible;touch-action:pan-y}.hero-stage canvas{position:absolute;right:0;bottom:0;top:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;pointer-events:none;display:block;transform:none}.hero-stage:before{top:5%;right:5%;bottom:5%;left:5%}.hero-stage:after{width:min(70vw,360px);height:min(70vw,360px)}}@media(max-width:620px){.dexmotive-wordmark svg{width:178px}.hero-layout{gap:1.25rem;padding:6rem 1.25rem 2.5rem}.hero-section .heading-giant{font-size:clamp(2rem,8.8vw,2.75rem);line-height:.98;letter-spacing:-.045em;margin:.75rem 0 1rem}.hero-section .lead-text{font-size:.94rem;line-height:1.55;margin:0 0 1.35rem}.hero-actions{flex-direction:column;align-items:stretch;width:100%;gap:.75rem}.hero-section .btn-primary,.hero-section .btn-secondary{width:100%;min-height:48px;padding:.85rem 1.25rem;justify-content:center;text-align:center}.hero-stage{height:clamp(300px,42vh,380px);min-height:300px;max-width:100%;margin:.25rem auto 0}.hero-stage canvas{top:0;left:0;width:100%;height:100%;transform:none}.hero-stage-caption{left:6%;right:6%;bottom:4%;align-items:flex-start;flex-direction:column}.hero-stage-caption p{text-align:left}}@media(max-width:460px){.hero-stage{--hero-scale: .92;height:clamp(280px,40vh,340px);min-height:280px}.hero-stage canvas{width:calc(100% * var(--hero-scale, .92));height:calc(100% * var(--hero-scale, .92))}}@media(max-width:380px){.hero-stage{--hero-scale: .9}.hero-stage canvas{width:calc(100% * var(--hero-scale, .9));height:calc(100% * var(--hero-scale, .9))}.hero-section .heading-giant{font-size:clamp(1.75rem,8vw,2.05rem)}}@media(prefers-reduced-motion:reduce){.hero-stage,.hero-content>*{opacity:1;filter:none;transform:none;transition:none}.hero-section.is-live .hero-content>*,.hero-section.is-live .hero-stage:after,.hero-section.is-live .hero-typed-char,.hero-section.is-live .hero-typed-word{animation:none}.hero-typed-char,.hero-typed-word{opacity:1;filter:none;transform:none}.nav-cta,.hero-section .btn-primary,.hero-section .btn-secondary{transition:none}}.onedex-process{position:relative;isolation:isolate;overflow:hidden;width:100%;background-color:#fafbfd;background-image:linear-gradient(180deg,#f8fafc,#fff,#f8fafc);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;scroll-margin-top:5.5rem}.onedex-process .section-container{padding-top:5.5rem;padding-bottom:5.5rem}.onedex-process__dots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(37,99,235,.08) 1.2px,transparent 1.2px);background-size:24px 24px;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,#000 35%,transparent 85%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,#000 35%,transparent 85%)}.onedex-process__glow{position:absolute;z-index:0;pointer-events:none;top:50%;right:15%;transform:translateY(-50%);width:clamp(260px,35vw,480px);height:clamp(200px,30vw,360px);background:radial-gradient(circle,rgba(37,99,235,.06) 0%,rgba(59,130,246,.02) 50%,transparent 70%);filter:blur(40px);border-radius:50%}.onedex-process__inner{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:clamp(2.5rem,4vw,4rem);align-items:center;position:relative;z-index:1}.onedex-process__intro{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.onedex-process__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#475569;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.85rem}.onedex-process__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#2563eb;box-shadow:0 0 8px #2563eb80}.onedex-process__heading{font-size:clamp(2.2rem,3.6vw,3.2rem);font-weight:850;letter-spacing:-.035em;line-height:1.1;color:#0f172a;margin:0 0 1rem}.onedex-process__description{font-size:clamp(.95rem,1.3vw,1.08rem);font-weight:450;line-height:1.55;color:#475569;margin:0 0 1.75rem;max-width:380px}.onedex-process__actions{display:flex;align-items:center}.onedex-process__cta{display:inline-flex;align-items:center;gap:.65rem;background:#0f172a;color:#fff;font-weight:650;font-size:.92rem;padding:.8rem 1.7rem;border-radius:9999px;text-decoration:none;border:1px solid rgba(15,23,42,.1);box-shadow:0 4px 14px #0f172a1a;transition:all .25s cubic-bezier(.16,1,.3,1)}.onedex-process__cta:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 22px #2563eb47;border-color:#2563eb}.onedex-process__cta-icon{transition:transform .25s ease}.onedex-process__cta:hover .onedex-process__cta-icon{transform:translate(2px,2px)}.onedex-process__track-wrap{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:0}.onedex-process__track{position:relative;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem 1.25rem 1.75rem;box-shadow:0 4px 20px #0f172a0a;box-sizing:border-box}.onedex-process__line{position:absolute;top:calc(2rem + 25px);left:calc(12.5% + .25rem);right:calc(12.5% + .25rem);height:3px;background:#e2e8f0;border-radius:999px;z-index:1;pointer-events:none;transform:translateY(-50%)}.onedex-process__line-progress{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:999px;transition:width .4s cubic-bezier(.16,1,.3,1)}.onedex-process__nodes{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;position:relative;z-index:2}.onedex-process__node{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.1rem .5rem 1rem;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a08;position:relative;font-family:inherit;outline:none;box-sizing:border-box}.onedex-process__node:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.onedex-process__node:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a0f}.onedex-process__node.is-passed:not(.is-active){background:#f8faff;border-color:#cbd5e1}.onedex-process__node.is-active{background:#fff;border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 24px #2563eb24,0 0 0 1px #3b82f6}.onedex-process__node-icon-wrap{position:relative;width:50px;height:50px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;z-index:2}.onedex-process__node-icon{width:48px;height:48px;border-radius:50%;background:#fff;border:1.5px solid #cbd5e1;color:#64748b;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0f172a0a;transition:all .25s cubic-bezier(.16,1,.3,1)}.onedex-process__node:hover .onedex-process__node-icon{border-color:#94a3b8;color:#0f172a;transform:translateY(-1px)}.onedex-process__node.is-passed:not(.is-active) .onedex-process__node-icon{border-color:#93c5fd;color:#2563eb;background:#eff6ff}.onedex-process__node.is-active .onedex-process__node-icon{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 16px #2563eb59;transform:scale(1.05)}.onedex-process__node-pulse{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(37,99,235,.45);animation:onedex-pulse-ring 2.2s cubic-bezier(.24,0,.38,1) infinite;pointer-events:none;z-index:1}@keyframes onedex-pulse-ring{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.22);opacity:0}to{transform:scale(1.22);opacity:0}}.onedex-process__node-content{display:flex;flex-direction:column;align-items:center;width:100%}.onedex-process__node-index{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#94a3b8;margin-bottom:.2rem;text-transform:uppercase;transition:color .2s ease}.onedex-process__node.is-active .onedex-process__node-index{color:#2563eb}.onedex-process__node-label{display:block;font-size:.92rem;font-weight:750;color:#334155;line-height:1.25;margin-bottom:.2rem;transition:color .2s ease}.onedex-process__node.is-active .onedex-process__node-label{color:#0f172a;font-weight:850}.onedex-process__node-detail{display:block;font-size:.78rem;font-weight:450;color:#64748b;line-height:1.35;max-width:140px;word-break:break-word}.onedex-process__node.is-active .onedex-process__node-detail{color:#475569}.onedex-process__status{display:inline-flex;align-items:center;gap:.6rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.45rem 1rem;box-shadow:0 2px 8px #0f172a0a;align-self:flex-start;font-size:.82rem;color:#475569}.onedex-process__status-dot{width:7px;height:7px;border-radius:50%;background:#2563eb;box-shadow:0 0 6px #2563eb66;animation:onedex-status-pulse 2s ease-in-out infinite}@keyframes onedex-status-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5}}.onedex-process__status strong{color:#0f172a;font-weight:700}.onedex-process__status em{color:#2563eb;font-style:normal;font-weight:600}@media(max-width:980px){.onedex-process .section-container{padding-top:4rem;padding-bottom:4rem}.onedex-process__inner{grid-template-columns:1fr;gap:2.75rem}.onedex-process__intro{align-items:center;text-align:center;max-width:580px;margin:0 auto}.onedex-process__description{max-width:480px}.onedex-process__actions{justify-content:center}.onedex-process__status{align-self:center}.onedex-process__track{padding:1.75rem 1rem 1.5rem}.onedex-process__line{top:calc(1.75rem + 25px);left:calc(12.5% + .25rem);right:calc(12.5% + .25rem)}.onedex-process__node-detail{font-size:.74rem}}@media(max-width:640px){.onedex-process .section-container{padding:3rem 1.25rem}.onedex-process__inner{gap:2.25rem}.onedex-process__heading{font-size:clamp(1.85rem,7.5vw,2.4rem)}.onedex-process__description{font-size:.92rem;margin-bottom:1.5rem}.onedex-process__cta{width:100%;justify-content:center;box-sizing:border-box}.onedex-process__track-wrap{gap:1.25rem}.onedex-process__track{padding:0;background:transparent;border:none;box-shadow:none}.onedex-process__line{display:none}.onedex-process__nodes{display:flex;flex-direction:column;gap:.65rem;width:100%}.onedex-process__node{flex-direction:row;align-items:center;text-align:left;gap:.85rem;padding:.75rem .85rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 6px #0f172a08;width:100%;box-sizing:border-box}.onedex-process__node:hover{transform:none}.onedex-process__node.is-active{border-color:#3b82f6;background:#f8faff;box-shadow:0 4px 14px #2563eb14}.onedex-process__node-icon-wrap{margin-bottom:0;width:42px;height:42px;flex-shrink:0}.onedex-process__node-icon{width:40px;height:40px}.onedex-process__node-content{align-items:flex-start;flex:1;min-width:0}.onedex-process__node-index{font-size:.7rem;margin-bottom:.1rem}.onedex-process__node-label{font-size:.9rem;margin-bottom:.1rem}.onedex-process__node-detail{font-size:.74rem;max-width:none}.onedex-process__status{align-self:stretch;justify-content:center;font-size:.78rem;text-align:center;box-sizing:border-box}}@media(prefers-reduced-motion:reduce){.onedex-process__line-progress,.onedex-process__node-pulse,.onedex-process__status-dot,.onedex-process__node-icon,.onedex-process__cta{animation:none!important;transition:none!important;transform:none!important}}.phone-anatomy-section{position:relative;width:100%;scroll-margin-top:5.5rem;padding-top:5.5rem;padding-bottom:2.5rem}.phone-anatomy-status{margin:.95rem auto 0;font-size:.82rem;font-weight:500;color:#5f6e87;letter-spacing:.015em;text-align:center;max-width:600px}.phone-anatomy-tab-bar{display:none;gap:.5rem;margin-top:2rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.phone-anatomy-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem 1rem;border-radius:999px;background:#fff;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);font-family:inherit;outline:none}.phone-anatomy-tab:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.phone-anatomy-tab.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb40}.phone-anatomy-tab-num{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:700;opacity:.75}.phone-anatomy-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,1.15fr);gap:clamp(2.5rem,5vw,4.5rem);align-items:center;margin-top:3.5rem;position:relative}.phone-anatomy-stage-wrap{position:relative;width:100%;display:flex;justify-content:center;align-items:center;min-height:480px}.phone-anatomy-stage{position:relative;width:320px;height:440px;perspective:1100px;-webkit-user-select:none;user-select:none}.phone-anatomy-layer{position:absolute;top:0;left:0;width:320px;height:390px;border-radius:20px;background:#fff;border:1px solid var(--border-color);padding:1.6rem 1.4rem;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:.85rem;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1),border-color .25s ease;box-shadow:0 10px 30px #0f172a0d}.phone-anatomy-layer:hover{border-color:var(--border-strong)}.phone-anatomy-layer.is-active{z-index:40;border-color:#2563eb;transform:rotateY(-13deg) rotateX(8deg) translateZ(80px) translateY(-18px);box-shadow:0 24px 50px #2563eb29,0 0 0 1.5px #2563eb;opacity:1}.phone-anatomy-layer.is-behind-1{z-index:20;border-color:var(--border-color);transform:rotateY(-13deg) rotateX(8deg) translateZ(15px) translateY(8px);box-shadow:0 14px 30px #0f172a12;opacity:.88}.phone-anatomy-layer.is-behind-2{z-index:10;border-color:var(--border-color);transform:rotateY(-13deg) rotateX(8deg) translateZ(-40px) translateY(32px);box-shadow:0 10px 20px #0f172a0d;opacity:.72}.phone-anatomy-layer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:.65rem}.phone-anatomy-layer-tag{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.phone-anatomy-layer-icon{color:#2563eb}.phone-anatomy-mock-input{display:flex;align-items:center;gap:.6rem;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:.65rem .85rem}.phone-anatomy-mock-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;flex-shrink:0}.phone-anatomy-mock-url{font-size:.74rem;color:#475569;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phone-anatomy-mock-actions{display:flex;gap:.5rem}.phone-anatomy-mock-btn{flex:1;padding:.55rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;text-align:center}.phone-anatomy-mock-btn.primary{background:#2563eb;color:#fff}.phone-anatomy-mock-btn.secondary{background:#f1f5f9;color:#0f172a;border:1px solid #cbd5e1}.phone-anatomy-mock-chips{display:flex;gap:.4rem;flex-wrap:wrap}.phone-anatomy-chip{font-size:.72rem;padding:.32rem .65rem;border-radius:6px;background:#f1f5f9;color:#475569;font-weight:600;border:1px solid #cbd5e1}.phone-anatomy-chip.active{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;font-weight:700}.phone-anatomy-mock-scope{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:.7rem .85rem;display:flex;flex-direction:column;gap:.45rem}.phone-anatomy-scope-row{display:flex;justify-content:space-between;align-items:center;font-size:.74rem}.phone-anatomy-scope-type{font-weight:700;color:#1e293b}.phone-anatomy-scope-badge{font-size:.68rem;font-weight:700;color:#2563eb;background:#eff6ff;padding:.15rem .45rem;border-radius:4px;border:1px solid #dbeafe}.phone-anatomy-mock-db{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:.75rem .85rem;display:flex;flex-direction:column;gap:.45rem}.phone-anatomy-db-top{display:flex;justify-content:space-between;align-items:center}.phone-anatomy-db-name{font-size:.82rem;font-weight:750;color:#0f172a}.phone-anatomy-db-table{font-size:.65rem;color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.phone-anatomy-db-hash{display:flex;align-items:center;gap:.45rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.35rem .55rem}.phone-anatomy-hash-prefix{font-size:.65rem;font-weight:800;color:#2563eb;letter-spacing:.05em}.phone-anatomy-hash-val{font-size:.7rem;color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.phone-anatomy-mock-meta{margin-top:auto;display:flex;flex-direction:column;gap:.35rem;border-top:1px solid #e2e8f0;padding-top:.65rem}.phone-anatomy-meta-row{display:flex;justify-content:space-between;align-items:center;font-size:.72rem}.phone-anatomy-meta-row span{color:#64748b;font-weight:500}.phone-anatomy-meta-row code{color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;background:#f1f5f9;padding:.15rem .4rem;border-radius:4px}.phone-anatomy-editorial{display:flex;flex-direction:column;border-top:1px solid var(--border-color);width:100%}.phone-anatomy-item{display:grid;grid-template-columns:36px 1fr;gap:1.25rem;padding:2.25rem 0;border-top:none;border-right:none;border-left:none;border-bottom:1px solid var(--border-color);border-radius:0;box-shadow:none;cursor:pointer;transition:opacity .2s cubic-bezier(.16,1,.3,1);outline:none;background:transparent}.phone-anatomy-item:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.phone-anatomy-item:hover,.phone-anatomy-item.is-active{background:transparent;box-shadow:none;border-left:none}.phone-anatomy-num{font-size:.85rem;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#2563eb;letter-spacing:.05em;padding-top:.15rem}.phone-anatomy-item.is-active .phone-anatomy-num{color:#2563eb}.phone-anatomy-body{display:flex;flex-direction:column;gap:.55rem}.phone-anatomy-title{font-size:1.2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.025em;display:flex;align-items:center;gap:.65rem;margin:0;line-height:1.25}.phone-anatomy-title-icon{color:#2563eb;display:inline-flex;align-items:center;flex-shrink:0}.phone-anatomy-desc{font-size:.94rem;line-height:1.62;color:var(--text-secondary);margin:0}.phone-anatomy-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.25rem}.phone-anatomy-pill{font-size:.72rem;font-weight:600;padding:.22rem .6rem;border-radius:4px;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}@media(max-width:980px){.phone-anatomy-section{padding-top:4rem;padding-bottom:2rem}.phone-anatomy-grid{grid-template-columns:1fr;gap:2.75rem;margin-top:2.5rem}.phone-anatomy-tab-bar{display:flex}.phone-anatomy-stage-wrap{min-height:420px}.phone-anatomy-stage{height:410px;width:min(320px,90vw)}.phone-anatomy-item{padding:2rem 0}}@media(max-width:640px){.phone-anatomy-section{padding-top:3rem;padding-bottom:1.5rem}.phone-anatomy-tab-bar{width:100%;margin-top:1.5rem;margin-bottom:1.5rem}.phone-anatomy-tab{flex:1;justify-content:center;padding:.45rem .5rem;font-size:.74rem}.phone-anatomy-stage-wrap{min-height:370px;overflow:visible}.phone-anatomy-stage{height:360px;width:290px;perspective:800px}.phone-anatomy-layer{width:290px;height:340px;padding:1.25rem 1.1rem;border-radius:16px}.phone-anatomy-layer.is-active{transform:rotateY(-8deg) rotateX(5deg) translateZ(50px) translateY(-12px)}.phone-anatomy-layer.is-behind-1{transform:rotateY(-8deg) rotateX(5deg) translateZ(10px) translateY(8px)}.phone-anatomy-layer.is-behind-2{transform:rotateY(-8deg) rotateX(5deg) translateZ(-20px) translateY(24px)}.phone-anatomy-item{grid-template-columns:28px 1fr;gap:.85rem;padding:1.75rem 0}.phone-anatomy-title{font-size:1.05rem}.phone-anatomy-desc{font-size:.88rem}}@media(prefers-reduced-motion:reduce){.phone-anatomy-layer,.phone-anatomy-item,.phone-anatomy-tab{transition:none!important}}.about-page{background:#fff;color:var(--text-primary);position:relative;z-index:2}.about-context-strip{padding-top:4rem;background:#fff}.about-context-strip__inner{display:flex;align-items:center;gap:0;padding-top:.85rem;padding-bottom:.85rem}.about-context-strip__inner p{display:flex;align-items:baseline;gap:.65rem;margin:0;color:var(--text-secondary);font-size:.98rem;line-height:1.45}.about-context-strip__inner p+p{margin-left:1.25rem;padding-left:0}.about-context-strip__inner strong{color:var(--text-primary);font-size:.95rem;letter-spacing:-.01em;white-space:nowrap}.about-intro{padding-top:clamp(5.5rem,9vw,8rem);padding-bottom:clamp(4.5rem,8vw,7rem)}.about-label{margin:0 0 1.35rem;color:#285fe2;font-family:inherit;font-size:1.05rem;font-weight:720;letter-spacing:-.015em}.about-intro h1{max-width:1050px;margin:0;font-size:clamp(3.6rem,7.2vw,7.4rem);line-height:.94;letter-spacing:-.07em;text-wrap:balance}.about-intro__lead{max-width:760px;margin:clamp(2.25rem,4vw,3.5rem) 0 0 auto;color:var(--text-secondary);font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.45}.about-story{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);gap:clamp(3rem,7vw,7rem);align-items:start;padding-top:clamp(4rem,7vw,6.5rem);padding-bottom:clamp(5rem,9vw,8rem);border-top:1px solid var(--border-color)}.about-story__copy{max-width:760px}.about-story__copy p,.about-boundary__grid p{margin:0;color:var(--text-secondary);font-size:1.06rem;line-height:1.78}.about-story__copy p+p,.about-boundary__grid p+p{margin-top:1.5rem}.about-story blockquote{margin:0;padding:0 0 0 1.75rem;border-left:2px solid #285fe2;color:var(--text-secondary);font-size:clamp(1.25rem,2.2vw,1.85rem);font-weight:520;line-height:1.35}.about-story blockquote span{display:block;margin-bottom:.35rem;color:var(--text-primary);font-weight:800}.about-principles{padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem);border-top:1px solid var(--border-color)}.about-principles__intro{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.5fr);gap:clamp(2rem,6vw,6rem);margin-bottom:clamp(3rem,6vw,5rem)}.about-principles__intro .about-label{margin-top:.5rem}.about-principles__intro h2,.about-boundary__grid h2{margin:0;font-size:clamp(2.6rem,5.2vw,5.5rem);line-height:.98;letter-spacing:-.055em;text-wrap:balance}.about-principles__list{border-top:1px solid var(--border-color)}.about-principle{display:grid;grid-template-columns:72px minmax(0,1fr);gap:clamp(1.5rem,4vw,4rem);padding:clamp(2rem,4vw,3.25rem) 0;border-bottom:1px solid var(--border-color)}.about-principle__number{padding-top:.35rem;color:#285fe2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:750;letter-spacing:.08em}.about-principle h3{margin:0 0 .8rem;font-size:clamp(1.45rem,2.3vw,2.15rem);line-height:1.15;letter-spacing:-.035em}.about-principle p{max-width:760px;margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.7}.about-boundary{padding-top:clamp(5rem,9vw,8rem);padding-bottom:clamp(5rem,9vw,8rem)}.about-boundary__grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr);gap:clamp(3rem,8vw,8rem);align-items:start}.about-boundary__grid a{display:inline-block;margin-top:2rem;color:#285fe2;font-weight:750;text-decoration-thickness:1px;text-underline-offset:.3em}@media(max-width:780px){.about-context-strip{padding-top:3.5rem}.about-context-strip__inner{display:grid;gap:.65rem;padding:.85rem 1.25rem}.about-context-strip__inner p{display:grid;grid-template-columns:86px minmax(0,1fr);gap:.65rem}.about-context-strip__inner p+p{margin-left:0;padding-top:0;padding-left:0;border-left:0}.about-intro{padding:4.5rem 1.25rem}.about-intro h1{font-size:clamp(3rem,15vw,4.8rem);line-height:.96;letter-spacing:-.065em}.about-intro__lead{margin-top:2.25rem;font-size:1.12rem;line-height:1.55}.about-story,.about-principles__intro,.about-boundary__grid{grid-template-columns:1fr}.about-story,.about-principles,.about-boundary{padding-left:1.25rem;padding-right:1.25rem}.about-story{gap:2.75rem}.about-principles__intro{gap:.5rem}.about-principles__intro h2,.about-boundary__grid h2{font-size:clamp(2.5rem,12vw,4rem)}.about-principle{grid-template-columns:42px minmax(0,1fr);gap:1rem}.about-boundary__grid{gap:2rem}}.dexmotive-app.theme-active .hero-particle-field{display:none!important}.theme-motion-field{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0;isolation:isolate}.theme-motion-field.theme-drift{background:radial-gradient(ellipse 90% 20% at 50% 0%,rgba(79,199,170,.055),transparent 78%),linear-gradient(180deg,#4fc7aa07,#4fc7aa05)}.dexmotive-app.theme-active.theme-drift .hero-section:before{background:radial-gradient(ellipse 44% 46% at 76% 44%,rgba(84,119,231,.17),transparent 72%),radial-gradient(ellipse 28% 32% at 16% 18%,rgba(226,174,70,.11),transparent 74%)}.theme-scene{position:absolute;left:0;width:100%;pointer-events:none}.theme-scene-svg{display:block;width:100%;height:auto;min-height:520px;max-height:920px;overflow:visible;pointer-events:none}.theme-drift .theme-scene-svg--drift{width:100%;height:900px;min-height:900px;max-height:none}.theme-drift .theme-scene{height:900px;overflow:hidden}.dexmotive-app.theme-active.theme-drift .onedex-process{background-color:transparent;background-image:none;border-top:0;border-bottom:0}.dexmotive-app.theme-active.theme-drift .about-page{background:transparent}.theme-mobile-quiet-zone{display:none}@keyframes liftDashFlowForward{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1200}}@keyframes liftDashFlowReverse{0%{stroke-dashoffset:0}to{stroke-dashoffset:1200}}@keyframes liftPulseFade{0%,to{transform:scale(.96);opacity:.28}50%{transform:scale(1.04);opacity:.65}}.theme-anim-lift-fwd{animation:liftDashFlowForward var(--duration, 8s) linear infinite;animation-delay:var(--delay, 0s)}.theme-anim-lift-rev{animation:liftDashFlowReverse var(--duration, 9s) linear infinite;animation-delay:var(--delay, 0s)}.theme-anim-lift-pulse{transform-box:fill-box;transform-origin:center;animation:liftPulseFade var(--duration, 7s) ease-in-out infinite}@keyframes orbitDashFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1000}}@keyframes orbitSpinCW{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orbitSpinCCW{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes orbitPulseScale{0%,to{transform:scale(.94);opacity:.25}50%{transform:scale(1.06);opacity:.65}}.theme-anim-orbit-dash{animation:orbitDashFlow var(--duration, 14s) linear infinite;animation-delay:var(--delay, 0s)}.theme-anim-orbit-spin-cw{transform-box:fill-box;transform-origin:center;animation:orbitSpinCW var(--duration, 24s) linear infinite}.theme-anim-orbit-spin-ccw{transform-box:fill-box;transform-origin:center;animation:orbitSpinCCW var(--duration, 28s) linear infinite}.theme-anim-orbit-pulse{transform-box:fill-box;transform-origin:center;animation:orbitPulseScale var(--duration, 5.5s) ease-in-out infinite}@keyframes driftGlideFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-1400}}.theme-anim-drift-glide{animation:driftGlideFlow var(--duration, 14s) linear infinite;animation-delay:var(--delay, 0s)}.drift-control-panel{position:fixed;top:74px;left:50%;z-index:1200;display:grid;grid-template-columns:auto repeat(4,minmax(125px,180px)) minmax(110px,140px);gap:.7rem;align-items:center;width:min(1180px,calc(100vw - 28px));padding:.7rem .85rem;transform:translate(-50%);border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#ffffffe0;box-shadow:0 18px 50px #0f172a1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto}.drift-control-panel__title{color:#0f172a;font-size:.72rem;font-weight:800;letter-spacing:.16em;white-space:nowrap}.drift-control{display:grid;gap:.32rem;color:#475569;font-size:.72rem;font-weight:650}.drift-control span{display:flex;justify-content:space-between;gap:.6rem}.drift-control strong{color:#2563eb;font-variant-numeric:tabular-nums}.drift-control input[type=range]{width:100%;accent-color:#2563eb;cursor:pointer}.drift-direction-toggle{align-self:stretch;display:flex;flex-direction:column;justify-content:center;gap:.18rem;padding:.45rem .7rem;border:1px solid rgba(37,99,235,.2);border-radius:11px;background:#eff6ffd1;color:#475569;font:inherit;font-size:.72rem;font-weight:650;cursor:pointer}.drift-direction-toggle strong{color:#2563eb;font-size:.8rem}.drift-direction-toggle:hover{background:#eff6ff;border-color:#2563eb61}@media(max-width:768px){.drift-control-panel{top:68px;grid-template-columns:1fr;gap:.5rem;max-height:210px;overflow:auto;border-radius:14px}.drift-control-panel__title{display:none}.theme-mobile-quiet-zone{display:block}.theme-lift .theme-scene-svg{-webkit-mask-image:radial-gradient(ellipse 72% 46% at 44% 35%,transparent 0%,transparent 58%,rgba(0,0,0,.28) 76%,#000 100%);mask-image:radial-gradient(ellipse 72% 46% at 44% 35%,transparent 0%,transparent 58%,rgba(0,0,0,.28) 76%,#000 100%)}.theme-mobile-hide{display:none!important}.theme-scene-svg{min-height:380px;max-height:600px}}@media(prefers-reduced-motion:reduce){.theme-anim-lift-fwd,.theme-anim-lift-rev,.theme-anim-lift-pulse,.theme-anim-orbit-dash,.theme-anim-orbit-spin-cw,.theme-anim-orbit-spin-ccw,.theme-anim-orbit-pulse,.theme-anim-drift-glide{animation:none!important;transition:none!important}}
