:root{color-scheme:dark;--bg:#090d0c;--surface:#101714;--fg:#eff1e9;--muted:#a4afa9;--accent:#c7ed79;--line:#2a3530;--font-heading:"Space Grotesk Variable",sans-serif;--font-body:"Inter Variable",sans-serif;--mono:"JetBrains Mono Variable",monospace}:root[data-division=compute]{--accent:#93dbd5;--surface:#101a1a;--line:#263738}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);margin:0;line-height:1.65}::selection{background:var(--accent);color:var(--bg)}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,summary,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}img,video,svg{max-width:100%;display:block}img{height:auto}p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--font-heading);letter-spacing:-.05em;font-weight:500;line-height:1.08}h1{font-size:clamp(3.4rem,7.8vw,8.5rem)}h2{font-size:clamp(2.4rem,5vw,5.2rem)}h3{font-size:clamp(1.5rem,2.8vw,2.5rem)}p{max-width:66ch}em{color:var(--accent);font-style:normal}.wrap{width:min(1400px,100% - 96px);margin-inline:auto}.section{border-top:1px solid var(--line);padding-block:110px}.eyebrow,.label{font:11px/1.6 var(--mono);text-transform:uppercase;letter-spacing:.12em}.eyebrow{color:var(--accent);margin-bottom:28px}.muted,.lede{color:var(--muted)}.lede{max-width:51ch;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.75}.site-header{z-index:20;background:var(--bg);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:24px 48px;display:flex;position:sticky;top:0}.wordmark{font-family:var(--font-heading);letter-spacing:-.02em;align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}.brand-symbol{color:var(--accent);font-size:24px}nav{align-items:center;gap:30px;font-size:13px;display:flex}nav a{padding-block:8px}.contact-link{border-bottom:1px solid var(--accent)}.skip{z-index:100;background:var(--accent);color:var(--bg);padding:12px;position:fixed;top:10px;left:10px;transform:translateY(-200%)}.skip:focus{transform:none}.parent-bar{color:var(--muted);font:10px/1.6 var(--mono);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;gap:16px;padding-block:30px;display:flex}.parent-bar a{color:var(--accent)}.hero{padding-top:48px;padding-bottom:80px;position:relative}.hero-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;display:grid}.hero h1{z-index:1;position:relative}.hero .lede{margin-top:30px}.actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:32px;display:flex}.button{background:var(--accent);color:#0b1410;justify-content:space-between;align-items:center;gap:28px;min-height:48px;padding:16px 22px;font-size:13px;font-weight:600;display:inline-flex}.button:hover{color:#0b1410;background:#e2f5bb}.text-link{border-bottom:1px solid var(--line);padding:12px 0;font-size:13px}.diagram{min-width:0;margin:0}.diagram figcaption{font:10px/1.7 var(--mono);color:var(--muted);border-top:1px solid var(--line);padding-top:18px}.diagram svg{width:100%;height:auto}.diagram text{font-family:var(--mono);fill:var(--muted);font-size:10px}.diagram .accent{fill:var(--accent)}.diagram .pulse{transform-origin:50%;animation:6s ease-in-out infinite pulse}.diagram .flow{stroke-dasharray:4 12;animation:20s linear infinite flow}@keyframes pulse{50%{opacity:.4}}@keyframes flow{to{stroke-dashoffset:-160px}}.status-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:52px;display:grid}.status-strip>div{border-right:1px solid var(--line);padding:22px 18px;font-size:14px}.status-strip>div:first-child{padding-left:0}.status-strip>div:last-child{border-right:0}.status-strip span{font:10px/1.5 var(--mono);color:var(--muted);margin-bottom:6px;display:block}.section-head{grid-template-columns:1.2fr 1fr;align-items:end;gap:64px;margin-bottom:50px;display:grid}.section-head .lede{font-size:16px}.metrics{grid-template-columns:repeat(4,1fr);gap:20px;margin:42px 0 28px;display:grid}.metrics div{border-top:1px solid var(--line);padding-block:26px}.metrics dt{font:11px var(--mono);color:var(--muted);margin-bottom:12px}.metrics dd{font-family:var(--font-heading);letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,3.4vw,3.5rem);line-height:1.2}.notice{border-left:2px solid var(--accent);background:var(--surface);color:var(--muted);max-width:none;padding:20px 24px;font-size:14px}.steps{grid-template-columns:repeat(3,1fr);gap:32px;margin:48px 0 0;padding:0;list-style:none;display:grid}.steps li{border-top:1px solid var(--line);padding-top:20px}.steps .label{color:var(--accent)}.steps h3{margin:22px 0 18px}.steps p{color:var(--muted);font-size:15px}.principles{margin-top:40px}.principles details{border-top:1px solid var(--line);padding:20px 0}.principles details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;padding:8px 0;font-size:18px}details p{color:var(--muted);margin:16px 0 8px}.products{gap:86px;display:grid}.product{border-top:1px solid var(--line);grid-template-columns:1fr 1.2fr;align-items:center;gap:52px;padding-top:36px;display:grid}.product:nth-child(2n){grid-template-columns:1.2fr 1fr}.product:nth-child(2n) .product-copy{order:2}.product h3{margin:14px 0 22px;font-size:clamp(2.5rem,4.6vw,4.8rem)}.product p{color:var(--muted);font-size:15px}.product .status{color:var(--accent);font:10px/1.6 var(--mono);letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px;display:block}.product-media{border:1px solid var(--line);background:var(--surface);min-width:0;padding:16px;display:block}.frame-label{font:9px/1.5 var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);justify-content:space-between;gap:12px;padding-bottom:14px;display:flex}.product-media img{width:100%;transition:filter .3s}.product-media:hover{border-color:var(--accent)}.product-media figcaption{font:10px/1.5 var(--mono);color:var(--muted);padding-top:12px}figure{margin:0}.product .text-link{color:var(--fg);margin-top:24px;display:inline-block}.people{grid-template-columns:1fr 1fr;gap:48px;display:grid}.person{grid-template-columns:110px 1fr;align-items:center;gap:24px;display:grid}.person img{aspect-ratio:1;object-fit:cover;filter:grayscale();width:110px}.person h3{font-size:24px}.person .label{color:var(--accent);margin:8px 0;font-size:9px}.person p{color:var(--muted);font-size:13px}.credentials{border-top:1px solid var(--line);font:10px/1.7 var(--mono);color:var(--muted);flex-wrap:wrap;gap:18px 28px;margin-top:56px;padding-top:24px;display:flex}.contact h2{max-width:16ch}.contact .lede{margin-top:28px}.contact .email{color:var(--accent);font-family:var(--font-heading);letter-spacing:-.04em;border-bottom:1px solid var(--line);overflow-wrap:anywhere;padding:20px 0;font-size:clamp(1.1rem,3.2vw,3rem);display:inline-block}.site-footer{border-top:1px solid var(--line);padding:38px 0 24px;font-size:12px}.footer-top,.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:24px;display:flex}.footer-top{align-items:center;margin-bottom:20px}.footer-bottom{color:var(--muted);margin-top:32px}.footer-bottom>div{gap:24px;display:flex}.product-hero{padding:65px 0 50px}.product-hero h1{margin:24px 0}.product-hero .lede{max-width:65ch}.facts{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:24px;margin:44px 0 0;padding-top:24px;display:grid}.facts dt{color:var(--muted);font:10px/1.6 var(--mono);text-transform:uppercase}.facts dd{margin:10px 0;font-size:14px}.full-shot{background:var(--surface);border:1px solid var(--line);padding:24px}.full-shot img{width:100%}.caption{color:var(--muted);margin-top:16px;font-size:12px}.body-grid{grid-template-columns:1fr 1fr;gap:70px;display:grid}.body-grid p+p{margin-top:24px}.body-grid h3{margin-bottom:14px;font-size:24px}.feature-point{border-top:1px solid var(--line);padding:22px 0}.tags{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.tags span{font:10px/1.6 var(--mono);border:1px solid var(--line);color:var(--muted);padding:8px 12px}.demo{background:#000;width:100%;max-height:700px;margin-top:35px}.output-links{grid-template-columns:1fr 1fr;gap:12px;margin-top:30px;padding:0;list-style:none;display:grid}.output-links a{border-bottom:1px solid var(--line);overflow-wrap:anywhere;padding:14px 0;display:block}.related{color:var(--accent);flex-wrap:wrap;gap:24px;margin-top:32px;display:flex}@media (width>=1700px){.hero-grid{gap:70px}}@media (width<=1000px){.hero-grid{grid-template-columns:1fr 1fr;gap:24px}.hero h1{font-size:clamp(3rem,7.5vw,6.5rem)}.section-head,.product,.product:nth-child(2n){gap:30px}.person{grid-template-columns:80px 1fr}.person img{width:80px}}@media (width<=720px){.wrap{width:calc(100% - 40px)}.site-header{flex-wrap:wrap;gap:12px;padding:16px 20px}.site-header nav{justify-content:space-between;gap:16px;width:100%;font-size:12px}.parent-bar{align-items:start;font-size:9px}.parent-bar>span{text-align:right;max-width:120px}.hero{padding-top:24px;padding-bottom:52px}.hero-grid,.section-head,.body-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(3.4rem,11.6vw,6rem)}.hero .diagram{width:min(100%,450px);margin:24px auto 0}.hero .lede{font-size:16px}.section{padding-block:64px}.section-head{gap:28px;margin-bottom:36px}.section-head h2{max-width:15ch}.status-strip{grid-template-columns:1fr 1fr;margin-top:36px}.status-strip>div{padding:18px 12px!important}.status-strip>div:nth-child(2){border-right:0}.status-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.metrics{grid-template-columns:1fr 1fr;gap:14px}.metrics dd{font-size:2rem}.steps{grid-template-columns:1fr;gap:28px}.steps h3{margin:14px 0}.product,.product:nth-child(2n){grid-template-columns:1fr;gap:28px}.product:nth-child(2n) .product-copy{order:initial}.product h3{font-size:3rem}.products{gap:48px}.product-media{padding:12px}.people{grid-template-columns:1fr;gap:34px}.person{grid-template-columns:80px 1fr;gap:18px}.credentials{gap:16px}.facts{grid-template-columns:1fr 1fr}.full-shot{padding:10px}.output-links{grid-template-columns:1fr}.footer-top{flex-direction:column;align-items:start}.footer-bottom>div{gap:16px}.product-hero{padding-top:40px}.product-hero h1{font-size:clamp(2.8rem,12vw,5rem)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.diagram .pulse{animation:4s ease-in-out pulse}.diagram .flow{animation:4s linear flow}@media (prefers-reduced-motion:reduce){.diagram .pulse,.diagram .flow{animation:none!important}}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-vietnamese-wght-normal.D0rl6rjA.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-ext-wght-normal.D9tNdqV9.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_astro/space-grotesk-latin-wght-normal.BhU9QXUp.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-cyrillic-wght-normal.D73BlboJ.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-greek-wght-normal.Bw9x6K1M.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-vietnamese-wght-normal.Bt-aOZkq.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-latin-ext-wght-normal.DBQx-q_a.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/_astro/jetbrains-mono-latin-wght-normal.B9CIFXIH.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
