:root{color-scheme:light;--bg: #f5f3ed;--bg-strong: #fffdf8;--surface: rgba(255, 255, 255, .76);--surface-solid: #ffffff;--surface-muted: #e9e7e0;--ink: #101114;--ink-soft: #5f625f;--ink-faint: #8e918d;--line: rgba(16, 17, 20, .14);--line-strong: rgba(16, 17, 20, .28);--blue: #1457ff;--blue-deep: #0038c7;--blue-soft: #dfe8ff;--orange: #ff5b36;--orange-soft: #ffe0d7;--acid: #e9ff5b;--violet: #7457ed;--violet-soft: #e8e2ff;--green: #168a62;--green-soft: #d9f4e9;--shadow-sm: 0 14px 38px rgba(15, 23, 42, .1);--shadow-md: 0 38px 110px rgba(15, 23, 42, .18);--radius-sm: 14px;--radius-md: 24px;--radius-lg: 36px;--radius-xl: 52px;--shell: 1280px;--font-sans: Inter, "Arial Nova", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--font-math: "Times New Roman", "Cambria Math", Georgia, serif;--ease: cubic-bezier(.22, 1, .36, 1)}:root[data-theme=dark]{color-scheme:dark;--bg: #0b0c0f;--bg-strong: #111318;--surface: rgba(24, 27, 33, .82);--surface-solid: #171a20;--surface-muted: #20242b;--ink: #f4f2ec;--ink-soft: #b5b6b0;--ink-faint: #787b78;--line: rgba(255, 255, 255, .12);--line-strong: rgba(255, 255, 255, .26);--blue: #4f7fff;--blue-deep: #84a2ff;--blue-soft: rgba(79, 127, 255, .18);--orange: #ff6b47;--orange-soft: rgba(255, 107, 71, .17);--violet: #9b87ff;--violet-soft: rgba(155, 135, 255, .16);--green: #55c99f;--green-soft: rgba(85, 201, 159, .14);--shadow-sm: 0 14px 38px rgba(0, 0, 0, .28);--shadow-md: 0 42px 120px rgba(0, 0, 0, .48)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px;background:var(--bg);-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;overflow-x:clip;color:var(--ink);background:var(--bg);font-family:var(--font-sans);line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;transition:color .22s ease,background .22s ease}body.menu-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}p,h1,h2,h3{margin:0}h1,h2,h3{text-wrap:balance}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 78%,transparent);outline-offset:4px}::selection{color:#fff;background:var(--blue)}#smooth-wrapper{overflow:hidden}#smooth-content{overflow:visible}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:10px 14px;color:#fff;background:#111;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(calc(100% - 64px),var(--shell));margin-inline:auto}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--blue);font-family:var(--font-sans);font-size:.9rem;font-weight:700;letter-spacing:.13em;line-height:1.4}.eyebrow-dot{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:var(--orange);box-shadow:0 0 0 5px color-mix(in srgb,var(--orange) 17%,transparent)}@media(max-width:900px){.shell{width:min(calc(100% - 36px),var(--shell))}}.button{display:inline-flex;min-height:60px;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:1rem;font-weight:760;letter-spacing:-.01em;cursor:pointer;transition:transform .18s var(--ease),box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-3px)}.button--primary{color:#fff;background:var(--blue);box-shadow:0 15px 34px color-mix(in srgb,var(--blue) 30%,transparent)}.button--primary:hover{background:var(--blue-deep)}.button--ghost{color:var(--ink);background:color-mix(in srgb,var(--surface-solid) 74%,transparent);border-color:var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.button--ghost:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.button--ghost svg,.button--dark svg{width:19px;height:19px;fill:currentColor}.button--small{min-height:40px;padding:0 18px;font-size:.78rem}.button--large{min-height:66px;padding:0 28px}.button--dark{color:#fff;background:#111216}.button--light{color:#101114;background:#fff}.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:720}.text-link span{transition:transform .18s var(--ease)}.text-link:hover span{transform:translate(5px)}.text-link--light{color:#ffffffd6}.site-header{position:fixed;inset:0 0 auto;z-index:200;padding:18px 0;border-bottom:1px solid transparent;transition:padding .22s ease,background .22s ease,border-color .22s ease}.site-header.is-scrolled{padding:10px 0;background:color-mix(in srgb,var(--bg) 78%,transparent);border-color:var(--line);-webkit-backdrop-filter:blur(22px) saturate(140%);backdrop-filter:blur(22px) saturate(140%)}.site-header__inner{display:flex;min-height:46px;align-items:center}.site-header__progress{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left center}.brand{position:relative;z-index:2;display:inline-flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:840;letter-spacing:-.04em}.brand img{border-radius:10px}.brand span span{color:var(--blue)}.site-header__panel{display:flex;flex:1;align-items:center;margin-left:64px}.primary-nav{display:flex;align-items:center;gap:30px}.primary-nav a{position:relative;color:var(--ink-soft);font-size:1.1rem;font-weight:680}.primary-nav a:after{content:"";position:absolute;right:0;bottom:-6px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .22s var(--ease)}.primary-nav a:hover{color:var(--ink)}.primary-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.language-button,.icon-button{display:grid;width:40px;height:40px;padding:0;place-items:center;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:50%;cursor:pointer}.language-button{font-family:var(--font-sans);font-size:.9rem;font-weight:760}.icon-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-button{display:none}@media(max-width:900px){.site-header{padding:12px 0}.site-header__inner{min-height:42px}.site-header__panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:stretch;margin:0;padding:108px 24px 28px;color:var(--ink);background:color-mix(in srgb,var(--bg) 95%,transparent);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);opacity:0;visibility:hidden;transform:translateY(-20px);transition:opacity .2s ease,transform .24s var(--ease),visibility .2s}.site-header__panel.is-open{opacity:1;visibility:visible;transform:none}.primary-nav{flex-direction:column;align-items:stretch;gap:0}.primary-nav a{padding:15px 0;border-bottom:1px solid var(--line);font-size:1.45rem;letter-spacing:-.04em}.header-actions{width:100%;margin:auto 0 0}.header-actions .button{margin-left:auto}.menu-button{position:relative;z-index:2;display:grid;width:42px;height:42px;margin-left:auto;padding:0;place-items:center;background:var(--surface);border:1px solid var(--line);border-radius:50%;cursor:pointer}.menu-button span{position:absolute;width:16px;height:1px;background:var(--ink);transition:transform .2s ease}.menu-button span:first-child{transform:translateY(-3px)}.menu-button span:last-child{transform:translateY(3px)}.menu-button[aria-expanded=true] span:first-child{transform:rotate(45deg)}.menu-button[aria-expanded=true] span:last-child{transform:rotate(-45deg)}}.hero{position:relative;min-height:100svh;overflow:hidden;padding:clamp(120px,13vh,160px) 0 42px;background:linear-gradient(90deg,color-mix(in srgb,var(--ink) 5%,transparent) 1px,transparent 1px),linear-gradient(color-mix(in srgb,var(--ink) 5%,transparent) 1px,transparent 1px),radial-gradient(circle at 72% 36%,color-mix(in srgb,var(--blue) 13%,transparent),transparent 29%),var(--bg);background-size:56px 56px,56px 56px,auto,auto}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 65%,var(--bg))}.hero__mesh{position:absolute;top:9%;right:-10%;width:min(70vw,940px);aspect-ratio:1;border:1px solid color-mix(in srgb,var(--blue) 22%,transparent);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 34px,color-mix(in srgb,var(--blue) 7%,transparent) 35px 36px);opacity:.75}.hero-equations{position:absolute;inset:22% 0 auto;display:flex;justify-content:space-around;color:var(--ink);font-family:var(--font-math);font-size:clamp(1.1rem,2vw,2.2rem);opacity:.05;transform:rotate(-8deg)}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);gap:clamp(30px,6vw,110px);align-items:center;min-height:660px}.hero__copy{position:relative;z-index:4;max-width:720px}.hero__eyebrow{margin-bottom:24px}.hero h1{font-size:clamp(3rem,5.6vw,6rem);line-height:1}.hero-title__mask{display:block;overflow:hidden;padding:.08em .08em .12em 0}.hero-title__line{display:block}.hero-title__line--accent{color:var(--blue)}.hero__description{max-width:610px;margin-top:30px;color:var(--ink-soft);font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.8}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-visual{position:relative;height:min(70vh,720px);min-height:610px}.hero-visual__orbit{position:absolute;top:50%;left:50%;border:1px solid var(--line-strong);border-radius:50%;transform:translate(-50%,-50%)}.hero-visual__orbit:before,.hero-visual__orbit:after{content:"";position:absolute;width:10px;height:10px;border:3px solid var(--bg);border-radius:50%;background:var(--orange)}.hero-visual__orbit--one{width:620px;height:620px}.hero-visual__orbit--one:before{top:13%;left:13%}.hero-visual__orbit--one:after{right:4%;bottom:29%;background:var(--blue)}.hero-visual__orbit--two{width:470px;height:470px;border-style:dashed;opacity:.52}.hero-visual__orbit--two:before{right:22%;bottom:6%;width:7px;height:7px}.hero-visual__orbit--two:after{display:none}.hero-product-anchor{position:absolute;top:50%;left:50%;z-index:3;width:min(31vw,350px);min-width:340px;height:auto;min-height:0;aspect-ratio:1424 / 2931;overflow:hidden;transform:translate(-50%,-50%) rotate(3deg)}.hero-product-frame{width:100%;height:100%}.hero-phone{position:relative;height:100%;overflow:hidden}.hero-phone img{width:100%;height:100%;object-fit:contain;object-position:top center}.theme-image--dark{display:none}:root[data-theme=dark] .theme-image--light:not(.theme-image--always){display:none}:root[data-theme=dark] .theme-image--dark{display:block}.hero-float{position:absolute;z-index:5;padding:18px 20px;background:color-mix(in srgb,var(--surface-solid) 84%,transparent);border:1px solid var(--line);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.hero-float span{display:block;color:var(--ink-faint);font-family:var(--font-sans);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}.hero-float--result{right:-2%;bottom:14%;border-radius:4px 22px 22px}.hero-float--result strong{display:block;margin-top:9px}.hero-float--result strong img{display:block;width:138px;height:auto}:root[data-theme=dark] .hero-float--result strong img{filter:invert(1)}.hero-float--graph{top:19%;left:-5%;width:230px;border-radius:22px 22px 4px}.hero-float--graph svg{width:100%;margin-top:8px;overflow:visible}.hero-float--graph path{fill:none;stroke:var(--blue);stroke-width:3}.hero-proof{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border-top:1px solid var(--line)}.hero-proof__item{display:grid;grid-template-columns:auto 1fr;gap:2px 14px;padding:18px 22px 8px 0;border-right:1px solid var(--line)}.hero-proof__item>span{grid-row:span 2;color:var(--ink-faint);font-family:var(--font-sans);font-size:.8rem}.hero-proof__item strong{font-size:1.3rem;letter-spacing:-.04em}.hero-proof__item small{color:var(--ink-soft);font-size:1rem}.hero-scroll{position:absolute;right:18px;bottom:38px;z-index:3;display:flex;align-items:center;gap:13px;color:var(--ink-faint);font-family:var(--font-sans);font-size:.52rem;letter-spacing:.12em;writing-mode:vertical-rl}.hero-scroll i{display:block;width:1px;height:52px;background:currentColor;animation:pulse-line 1.8s ease-in-out infinite}@media(max-width:1180px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(350px,.82fr);gap:30px}.hero h1{font-size:clamp(3rem,7vw,5.3rem)}.hero-visual{transform:scale(.9)}}@media(max-width:900px){.hero{min-height:auto;padding:118px 0 40px}.hero__mesh{top:35%;right:-55%;width:150vw}.hero-equations{top:48%;font-size:1.1rem}.hero__grid{grid-template-columns:1fr;min-height:auto}.hero__copy{max-width:760px}.hero h1{font-size:clamp(2.8rem,9vw,4.8rem)}.hero__description{max-width:640px}.hero-visual{width:100%;height:700px;min-height:0;margin-top:20px;transform:none}.hero-product-anchor{width:350px;min-width:0}.hero-visual__orbit--one{width:580px;height:580px}.hero-visual__orbit--two{width:430px;height:430px}.hero-float--graph{left:1%}.hero-float--result{right:1%}.hero-proof{grid-template-columns:repeat(2,1fr);margin-top:28px}.hero-proof__item:nth-child(2){border-right:0}.hero-proof__item{border-bottom:1px solid var(--line)}.hero-scroll{display:none}}@media(max-width:700px){.hero h1{font-size:clamp(2.5rem,11vw,5rem);line-height:1}.hero__description{font-size:.93rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .button{width:100%}.hero-visual{height:590px;margin-inline:-5%;width:110%}.hero-product-anchor{width:282px}.hero-visual__orbit--one{width:450px;height:450px}.hero-visual__orbit--two{width:340px;height:340px}.hero-float{padding:13px 14px}.hero-float--graph{top:14%;left:-3%;width:172px}.hero-float--result{right:-1%;bottom:10%}.hero-float--result strong img{width:110px}.hero-proof__item{padding:16px 10px 10px 0}}.capabilities{position:relative;z-index:2;overflow:hidden;padding:clamp(120px,14vw,200px) 0;color:#f7f6f2;background:#0d0e11}.capabilities:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 88% 12%,rgba(20,87,255,.24),transparent 28%),radial-gradient(circle at 5% 78%,rgba(255,91,54,.16),transparent 23%)}.capabilities__intro{position:relative;display:grid;grid-template-columns:1.3fr .7fr;column-gap:8vw;align-items:end}.capabilities__intro .eyebrow{grid-column:1 / -1;margin-bottom:36px;color:#7fa2ff}.capabilities__intro h2{max-width:900px;font-size:clamp(3.6rem,6.2vw,5.5rem);line-height:1}.capabilities__intro>p:not(.eyebrow){max-width:530px;padding-bottom:9px;color:#ffffff94;font-size:clamp(1rem,1.5vw,1.2rem)}.capabilities__count{position:absolute;right:0;top:0;color:#ffffff52;font-family:var(--font-mono);font-size:1rem;letter-spacing:.12em}.capabilities-marquee{position:relative;width:100%;margin:clamp(80px,10vw,140px) 0 80px;overflow:hidden;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);transform:rotate(-2deg) scale(1.03)}.capabilities-marquee__track{display:flex;width:max-content;white-space:nowrap}.capabilities-marquee span{display:block;color:transparent;padding:13px 0 20px;font-size:clamp(4rem,9vw,9rem);font-weight:860;line-height:1;letter-spacing:-.055em;-webkit-text-stroke:1px rgba(255,255,255,.36)}.capability-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.6vw,22px)}.capability-card{position:relative;display:flex;min-height:390px;flex-direction:column;padding:30px;overflow:hidden;background:#ffffff0b;border:1px solid rgba(255,255,255,.14);border-radius:28px;box-shadow:0 18px 50px #0000001f}.capability-index{color:#ffffff61;font-family:var(--font-mono);font-size:1rem}.capability-icon{display:grid;width:76px;height:76px;margin-top:56px;place-items:center;color:#101114;background:#7fa2ff;border-radius:50%;font-family:var(--font-math);font-size:2rem;transition:transform .35s var(--ease),border-radius .35s var(--ease)}.capability-card:hover .capability-icon,.capability-card:focus-visible .capability-icon{border-radius:20% 50% 50%;transform:rotate(-10deg) scale(1.1)}.capability-card.accent-orange .capability-icon{background:#ff8465}.capability-card.accent-violet .capability-icon{background:#a995ff}.capability-card.accent-green .capability-icon{background:#72dcb3}.capability-card h3{margin-top:auto;font-size:clamp(1.35rem,2.1vw,2rem);line-height:1.05;letter-spacing:-.045em}.capability-card p{max-width:34ch;margin-top:15px;color:#ffffff85;font-size:1rem;line-height:1.72}.capability-card__line{position:absolute;top:2px;right:2px;bottom:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);overflow:visible;color:#7fa2ff;pointer-events:none}.capability-card__line path{fill:none;stroke:currentColor;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;transition:stroke-dashoffset .68s var(--ease)}.capability-card.accent-orange .capability-card__line{color:#ff8465}.capability-card.accent-violet .capability-card__line{color:#a995ff}.capability-card.accent-green .capability-card__line{color:#72dcb3}.capability-card:hover .capability-card__line path,.capability-card:focus-visible .capability-card__line path{stroke-dashoffset:0}@media(max-width:900px){.capabilities__intro{grid-template-columns:1fr;gap:30px}.capabilities__intro h2{font-size:clamp(3.1rem,8.5vw,4.8rem)}.capabilities__intro>p:not(.eyebrow){padding:0}.capabilities__count{display:none}.capabilities-marquee{margin:75px 0 60px}.capability-grid{grid-template-columns:repeat(2,1fr)}.capability-card{min-height:340px}.capability-icon{margin-top:45px}}@media(max-width:700px){.capabilities{padding:110px 0}.capabilities__intro h2{font-size:clamp(2.6rem,10vw,3.4rem)}.capabilities-marquee span{font-size:4rem}.capability-grid{grid-template-columns:1fr;gap:14px}.capability-card{min-height:300px;padding:25px;border-radius:22px}.capability-icon{width:66px;height:66px;margin-top:35px}}.showcase{position:relative;z-index:3;display:flex;height:100svh;min-height:760px;flex-direction:column;overflow:hidden;background:#fff8df}:root[data-theme=dark] .showcase{background:#121419}.showcase-shell{position:relative;z-index:5;flex:0 0 auto;padding-top:clamp(68px,8vh,94px)}.showcase-heading{max-width:1080px;margin-bottom:clamp(20px,2.5vh,30px)}.showcase-heading .eyebrow{margin-bottom:16px}.showcase-heading h2{width:100%;max-width:none;font-size:clamp(2.7rem,3.8vw,4.5rem);line-height:1}.showcase-heading>p:last-child{width:100%;max-width:980px;margin-top:16px;color:var(--ink-soft);font-size:.88rem;line-height:1.7}.showcase-tabs{display:inline-flex;max-width:100%;margin-bottom:clamp(18px,2.5vh,28px);padding:6px;overflow-x:auto;background:var(--surface-muted);border:1px solid var(--line);border-radius:999px;scrollbar-width:none}.showcase-tabs::-webkit-scrollbar{display:none}.showcase-tabs button{flex:0 0 auto;min-height:42px;padding:0 18px;color:var(--ink-soft);background:transparent;border:0;border-radius:999px;cursor:pointer;font-family:var(--font-sans);font-size:.95rem;font-weight:680;transition:color .22s ease,background-color .22s ease,box-shadow .22s ease}.showcase-tabs button:hover{color:var(--ink)}.showcase-tabs button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.showcase-tabs button.is-active{color:var(--ink);background:var(--surface-solid);box-shadow:0 3px 12px #00000014}.showcase-track{position:relative;z-index:4;display:flex;width:max-content;min-height:390px;max-height:650px;flex:1 1 auto;align-items:stretch;gap:clamp(24px,2.2vw,36px);padding:0 max(32px,calc((100vw - var(--shell)) / 2)) clamp(24px,4vh,42px);perspective:1400px}.showcase-card{display:grid;width:min(calc(100vw - 64px),var(--shell));min-height:390px;flex:0 0 auto;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);overflow:hidden;background:var(--surface-solid);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);backface-visibility:hidden}.showcase-card__visual{display:grid;min-width:0;min-height:0;padding:clamp(22px,3.2vw,42px);place-items:center;overflow:hidden;background:var(--surface-muted)}.showcase-card__copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(32px,4.8vw,72px)}.showcase-card__copy .eyebrow{margin-bottom:18px}.showcase-card__copy h3{max-width:10ch;font-size:clamp(3rem,3.4vw,3.8rem);line-height:1}.showcase-card__copy>p:not(.eyebrow){max-width:500px;margin-top:24px;color:var(--ink-soft);font-size:.95rem;line-height:1.74}.showcase-card__copy ul{display:grid;gap:9px;margin-top:28px}.showcase-card__copy li{display:flex;align-items:center;gap:10px;color:var(--ink-soft);font-size:.78rem;font-weight:680}.showcase-card__copy li span{display:grid;flex:0 0 22px;width:22px;height:22px;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:50%}.showcase .product-visual__picture{position:relative;z-index:2;display:grid;width:min(100%,560px);min-width:0;min-height:0;align-self:stretch}.showcase .product-visual__picture img{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.16))}.showcase .product-visual__fallback{position:relative;z-index:2;display:grid;width:min(100%,560px);height:min(100%,520px);place-items:center;overflow:hidden;color:#111;background:#fff;border:1px solid var(--line);border-radius:38px;box-shadow:var(--shadow-md)}.showcase .fallback-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(20,87,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(20,87,255,.08) 1px,transparent 1px);background-size:42px 42px}.showcase .fallback-curve{position:absolute;inset:auto 0 20%;width:100%}.showcase .fallback-curve path{fill:none;stroke:var(--blue);stroke-width:5}.showcase .fallback-formula{position:relative;font-family:var(--font-math);font-size:clamp(2.4rem,5vw,5rem)}.showcase .fallback-caption{position:absolute;right:26px;bottom:23px;left:26px;display:flex;justify-content:space-between;color:#777;font-size:.7rem}@media(max-width:1180px){.showcase-heading{max-width:900px}.showcase-heading>p:last-child{max-width:820px}.showcase-card{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}.showcase-card__copy{padding:clamp(28px,3.8vw,52px)}}@media(max-width:900px),(prefers-reduced-motion:reduce){.showcase{display:block;height:auto;min-height:0;overflow:hidden}.showcase-shell{padding-top:90px}.showcase-heading{max-width:none;margin-bottom:30px}.showcase-tabs{width:max-content;margin-bottom:42px}.showcase-track{display:grid;width:min(calc(100% - 36px),var(--shell));min-height:0;max-height:none;grid-template-columns:1fr;gap:30px;margin:0 auto;padding:0 0 90px;perspective:none}.showcase-card{width:100%;min-height:0;grid-template-columns:1fr}.showcase-card__visual{min-height:520px}.showcase-card__copy{min-height:500px}.showcase-card__copy h3{font-size:clamp(3rem,8vw,5rem)}.showcase .product-visual__picture{height:480px}}@media(max-width:900px){.showcase-tabs{display:none}}@media(max-width:700px){.showcase-shell{padding-top:82px}.showcase-heading h2{font-size:2.8rem}.showcase-heading>p:last-child{margin-top:18px}.showcase-tabs{width:100%}.showcase-tabs button{min-height:40px;padding:0 15px}.showcase-track{gap:22px;padding-bottom:82px}.showcase-card{border-radius:26px}.showcase-card__visual{min-height:440px;padding:18px}.showcase .product-visual__picture{height:410px}.showcase-card__copy{min-height:430px;padding:34px 26px 42px}.showcase-card__copy h3{font-size:2.5rem}}.experience{position:relative;z-index:4;display:flex;min-height:100svh;align-items:center;overflow:hidden;color:#111216;background:#ff6845}.experience:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.17),transparent 44%),linear-gradient(rgba(17,18,22,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(17,18,22,.1) 1px,transparent 1px);background-size:auto,46px 46px,46px 46px}.experience__watermark{position:absolute;right:-1vw;bottom:-3vw;color:#11121612;font-size:clamp(7rem,18vw,18rem);font-weight:900;line-height:.68;letter-spacing:-.09em;text-align:right}.experience__grid{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.05fr;gap:9vw;align-items:center;padding-block:96px;perspective:1200px}.experience__title .eyebrow{margin-bottom:28px;color:#111216}.experience__title .eyebrow-dot{background:#111216;box-shadow:0 0 0 5px #1112161f}.experience__title h2{max-width:10ch;font-size:clamp(3.4rem,6.4vw,4.8rem);line-height:1}.experience__title>p:not(.eyebrow){max-width:590px;margin-top:27px;color:#111216ad;font-size:1.2rem;line-height:1.76}.experience-list{display:grid;margin-top:42px;border-top:1px solid rgba(17,18,22,.28)}.experience-list article{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:19px 0;border-bottom:1px solid rgba(17,18,22,.28)}.experience-list article>span{padding-top:3px;font-family:var(--font-mono);font-size:1rem}.experience-list h3{font-size:1.3rem;letter-spacing:-.025em}.experience-list p{max-width:540px;margin-top:5px;color:#1112169e;font-size:1rem;line-height:1.62}.formula-demo{position:relative;overflow:hidden;color:#111216;background:#fffffff0;border:1px solid rgba(255,255,255,.6);border-radius:32px;box-shadow:0 50px 100px #56140547;transform:rotate(2deg);transform-style:preserve-3d}.formula-demo__top{display:flex;height:58px;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(17,18,22,.1);font-family:var(--font-sans);font-size:.8rem;letter-spacing:.06em}.formula-demo__status{display:flex;align-items:center;gap:8px}.formula-demo__status i{width:7px;height:7px;border-radius:50%;background:#2ac37b;box-shadow:0 0 0 5px #2ac37b26}.formula-demo__canvas{position:relative;display:grid;min-height:340px;align-content:center;padding:54px;background:linear-gradient(rgba(20,87,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(20,87,255,.07) 1px,transparent 1px);background-size:32px 32px}.formula-demo__caption{position:absolute;top:18px;left:21px;color:#11121661;font-family:var(--font-sans);font-size:.52rem;letter-spacing:.1em}.formula-demo__equation{display:grid;gap:clamp(18px,3vw,28px)}.formula-demo__equation img{display:block;width:min(100%,500px);height:auto;justify-self:start}.formula-demo__result{display:flex;align-items:baseline;justify-content:flex-end;gap:.28em;color:var(--blue);font-family:var(--font-math);font-size:clamp(4rem,8vw,7rem);line-height:.8}.formula-demo__result span{color:#111216;font-size:.8em}.formula-demo__functions{display:grid;grid-template-columns:repeat(6,1fr);gap:7px;padding:10px 12px 12px}.formula-demo__functions span,.formula-demo__keys span{display:grid;min-height:46px;place-items:center;background:#ebece9;border:1px solid rgba(17,18,22,.08);border-radius:13px;font-family:var(--font-sans);font-size:1.1rem}.formula-demo__keys span:nth-child(3),.formula-demo__keys span:nth-child(4){font-size:1.5rem}.formula-demo__keys{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;padding:10px 12px 0}.formula-demo__keys span{min-height:55px;background:#f5f5f3;font-family:var(--font-sans);font-weight:700}.formula-demo__keys .key-orange{color:#fff;background:var(--orange)}.formula-demo__functions .key-blue{color:#fff;background:var(--blue)}@media(max-width:1180px){.experience__grid{gap:5vw}}@media(max-width:900px){.experience{min-height:auto}.experience__grid{grid-template-columns:1fr;gap:64px;padding-block:100px}.experience__title h2{font-size:clamp(3.5rem,11vw,6.4rem)}.formula-demo{width:min(100%,680px);justify-self:center;transform:rotate(1deg)}.experience__watermark{bottom:3%;font-size:24vw}}@media(max-width:700px){.experience__grid{padding-block:90px}.experience__title h2{font-size:2.8rem}.experience-list article{grid-template-columns:38px 1fr}.formula-demo{border-radius:24px}.formula-demo__top{height:52px;padding:0 16px}.formula-demo__canvas{min-height:260px;padding:42px 26px 28px}.formula-demo__equation img{width:min(100%,320px)}.formula-demo__result{font-size:3.5rem}.formula-demo__functions span{min-height:40px}.formula-demo__functions{padding:7px 8px 9px}.formula-demo__keys{gap:5px;padding:7px 8px 0}.formula-demo__keys span{min-height:44px;border-radius:10px;font-size:.68rem}.formula-demo__keys span:nth-child(3),.formula-demo__keys span:nth-child(4){font-size:1rem}}.technology{position:relative;z-index:5;height:100svh;min-height:760px;overflow:hidden;color:#f7f6f2;background:#0d0e11}.technology:before{content:"";position:absolute;top:-30%;left:38%;width:55vw;aspect-ratio:1;border-radius:50%;background:#1457ff2e;filter:blur(100px)}.technology__intro{position:relative;z-index:2;display:block;padding-top:86px}.technology__intro .eyebrow{margin-bottom:18px;color:#85a6ff}.technology__intro>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,300px);gap:3vw;align-items:end}.technology__intro h2{max-width:none;font-size:clamp(2.8rem,4.2vw,5.4rem);line-height:1.2}.technology__intro>div>p{padding-bottom:5px;color:#ffffff85;font-size:1rem;line-height:1.68}.pipeline{position:relative;z-index:3;display:flex;width:max-content;align-items:center;gap:26px;padding:58px max(32px,calc((100vw - var(--shell)) / 2)) 80px}.pipeline__group{display:flex;flex:0 0 auto;align-items:center;gap:26px}.pipeline__step{display:flex;width:min(31vw,430px);min-width:380px;height:min(50vh,470px);min-height:420px;flex-direction:column;padding:28px;border:1px solid rgba(255,255,255,.17);border-radius:28px;background:#ffffff0b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pipeline__step-top{display:flex;align-items:center;justify-content:space-between;color:#ffffff61;font-family:var(--font-mono);font-size:1rem;letter-spacing:.08em}.pipeline__symbol{display:grid;width:110px;height:110px;margin-top:42px;place-items:center;color:#0d0e11;background:#e9ff5b;border-radius:50%;font-family:var(--font-math);font-size:3.4rem}.pipeline__group:nth-child(2) .pipeline__symbol{background:#7fa2ff}.pipeline__group:nth-child(3) .pipeline__symbol{background:#ff8465}.pipeline__group:nth-child(4) .pipeline__symbol{background:#a995ff}.pipeline__group:nth-child(5) .pipeline__symbol{background:#72dcb3}.pipeline__step strong{margin-top:auto;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.pipeline__step>p{margin-top:10px;color:#ffffff80;font-size:1.2rem}.pipeline__step-bottom{display:flex;align-items:center;gap:10px;margin-top:22px;color:#ffffff57;font-family:var(--font-sans);font-size:.8rem}.pipeline__step-bottom i{width:100%;height:1px;background:#fff3}.pipeline__arrow{color:#ffffff59;font-size:2rem}.technology__notes{position:absolute;right:0;bottom:24px;left:0;z-index:4;display:flex;gap:8px}.technology__notes span{padding:8px 12px;color:#ffffff7a;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-family:var(--font-mono);font-size:1rem}@media(max-width:900px),(prefers-reduced-motion:reduce){.technology{height:auto;min-height:0;overflow:hidden;padding:100px 0}.technology__intro{grid-template-columns:1fr;gap:26px;padding-top:0}.technology__intro>div{grid-template-columns:1fr;gap:22px}.technology__intro>div>p{max-width:620px}.pipeline{display:grid;width:min(calc(100% - 36px),var(--shell));grid-template-columns:repeat(2,1fr);gap:14px;margin:60px auto 0;padding:0}.pipeline__group{display:contents}.pipeline__step{width:100%;min-width:0;height:440px;min-height:0}.pipeline__arrow{display:none}.technology__notes{position:relative;bottom:auto;flex-wrap:wrap;margin-top:30px}}@media(max-width:700px){.technology__intro h2{font-size:3.25rem}.pipeline{grid-template-columns:1fr}.pipeline__step{height:380px}.pipeline__symbol{width:88px;height:88px;margin-top:32px;font-size:2.8rem}}@media(prefers-reduced-motion:reduce)and (min-width:901px){.pipeline{grid-template-columns:repeat(2,1fr)}}.open-source{position:relative;z-index:6;padding:clamp(100px,12vw,180px) 0;background:var(--bg)}.open-source__card{display:grid;min-height:650px;grid-template-columns:.88fr 1.12fr;overflow:hidden;color:#fff;background:var(--blue);border-radius:42px;box-shadow:0 44px 120px color-mix(in srgb,var(--blue) 25%,transparent)}.open-source__mark{position:relative;display:grid;min-height:530px;place-items:center;overflow:hidden;background:#0000001f}.open-source__mark:before,.open-source__mark:after{content:"";position:absolute;width:100%;height:1px;background:#fff3}.open-source__mark:before{transform:rotate(45deg)}.open-source__mark:after{transform:rotate(-45deg)}.open-source__mark strong{position:relative;z-index:3;font-family:var(--font-mono);font-size:clamp(4rem,8vw,8rem);letter-spacing:-.12em}.open-source__mark svg{position:absolute;z-index:2;width:68%;fill:none;stroke:#fff3;stroke-width:1.2}.open-source__ring{position:absolute;width:78%;aspect-ratio:1;border:1px dashed rgba(255,255,255,.36);border-radius:50%}.open-source__ring span{position:absolute;top:48%;left:-22%;width:144%;color:#ffffff5c;font-family:var(--font-mono);font-size:1rem;letter-spacing:.1em;text-align:center}.open-source__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(50px,7vw,100px)}.open-source__copy .eyebrow{color:#ffffffa8}.open-source__copy h2{max-width:10ch;margin-top:25px;font-size:clamp(3.3rem,5vw,4.8rem);line-height:1}.open-source__copy>p:not(.eyebrow){max-width:600px;margin-top:27px;color:#ffffffad;font-size:1.2rem;line-height:1.75}.badge-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:29px}.badge-row span{padding:8px 12px;border:1px solid rgba(255,255,255,.27);border-radius:999px;font-family:var(--font-sans);font-size:.9rem}.open-source__actions{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-top:34px}@media(max-width:900px){.open-source__card{grid-template-columns:1fr}.open-source__mark{min-height:380px}.open-source__mark svg{width:50%}.open-source__ring{width:58%}.open-source__copy{padding:58px 36px 70px}.open-source__copy h2{font-size:clamp(3.4rem,10vw,6rem)}}@media(max-width:700px){.open-source{padding:70px 0}.open-source__card{border-radius:28px}.open-source__mark{min-height:300px}.open-source__mark strong{font-size:4.6rem}.open-source__ring{width:72%}.open-source__copy{padding:46px 24px 55px}.open-source__copy h2{font-size:3.7rem}.open-source__actions{align-items:flex-start;flex-direction:column}}.download{position:relative;z-index:7;display:grid;min-height:100svh;place-items:center;overflow:hidden;color:#111216;background:#e9ff5b}.download:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(17,18,22,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(17,18,22,.08) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 68%);mask-image:radial-gradient(circle at center,black,transparent 68%)}.download__orbit{position:absolute;width:min(76vw,980px);aspect-ratio:1;border:1px solid rgba(17,18,22,.18);border-radius:50%}.download__orbit:before,.download__orbit:after{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px dashed rgba(17,18,22,.14);border-radius:inherit}.download__orbit:after{top:28%;right:28%;bottom:28%;left:28%}.download__orbit span{position:absolute;display:grid;width:48px;height:48px;place-items:center;background:#111216;border-radius:50%;color:#e9ff5b;font-family:var(--font-math)}.download__orbit span:nth-child(1){top:5%;left:30%}.download__orbit span:nth-child(2){top:42%;right:-2%}.download__orbit span:nth-child(3){bottom:4%;left:42%}.download__orbit span:nth-child(4){top:48%;left:-2%}.download__inner{position:relative;z-index:2;max-width:1000px;padding-block:110px;text-align:center}.download__inner .eyebrow{justify-content:center;color:#111216}.download__inner .eyebrow-dot{background:#111216;box-shadow:0 0 0 5px #1112161f}.download h2{margin:29px auto 0;font-size:clamp(4rem,9vw,8rem);line-height:1}.download__description{max-width:630px;margin:32px auto 0;color:#111216a8;font-size:1.2rem;line-height:1.72}.download__actions{display:flex;justify-content:center;gap:10px;margin-top:35px}.store-button{display:inline-flex;min-height:72px;align-items:center;gap:12px;padding:9px 22px;color:#111216;background:#fff;border:1px solid rgba(17,18,22,.15);border-radius:24px;box-shadow:0 14px 28px #1112161c;transition:transform .18s var(--ease)}.store-button:hover{transform:translateY(-3px)}.store-button img{width:42px;height:42px}.store-button span{display:flex;flex-direction:column;align-items:flex-start}.store-button small{font-size:.7rem;letter-spacing:.08em}.store-button strong{font-size:1.1rem}.download__footnote{margin-top:21px;color:#1112168c;font-family:var(--font-sans);font-size:.9rem}.download__version{display:block;margin-top:58px;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.14em}@media(max-width:900px){.download__orbit{width:120vw}.download h2{font-size:clamp(4rem,13vw,7.4rem)}}@media(max-width:700px){.download__inner{padding-block:100px}.download h2{font-size:3.4rem}.download__actions{flex-direction:column;align-items:stretch}.download__actions .button,.store-button{width:100%}.download__orbit{width:180vw}.download__orbit span{width:40px;height:40px}}.site-footer{position:relative;z-index:8;padding:76px 0 26px;color:#f7f6f2;background:#0d0e11}.site-footer__grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;padding-bottom:70px}.brand--footer{color:#fff}.site-footer__grid>div>p{max-width:360px;margin-top:18px;color:#ffffff73;font-size:1rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px;align-content:start}.footer-links a{color:#ffffff94;font-size:1rem}.footer-links a:hover{color:#fff}.site-footer__bottom{display:flex;justify-content:space-between;padding-top:20px;color:#ffffff52;border-top:1px solid rgba(255,255,255,.12);font-family:var(--font-sans);font-size:.9rem}.site-footer__legal{display:flex;flex-direction:column;gap:4px}.site-footer__legal a{color:#ffffff52}.site-footer__legal a:hover{color:#ffffff94}@media(max-width:700px){.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:7px}}@keyframes pulse-line{0%,to{transform:scaleY(.35);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}#smooth-wrapper,#smooth-content{height:auto!important;overflow:visible!important;transform:none!important}}
