:root{color:#1d1d1f;background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#1d1d1f}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 max(24px,calc((100vw - 1080px)/2));border-bottom:1px solid rgba(0,0,0,.08);background:#ffffffd1;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.brand{font-size:14px;font-weight:600;text-decoration:none;letter-spacing:-.01em}.site-header nav{display:flex;align-items:center;gap:28px}.site-header nav a{color:#424245;font-size:12px;text-decoration:none}.site-header nav a:hover{color:#0071e3}.site-header .github-link{display:grid;place-items:center;width:20px;height:20px;color:#1d1d1f}.github-link svg{display:block;width:100%;height:100%}.article-shell{overflow:hidden}.hero{padding:118px max(24px,calc((100vw - 980px)/2)) 104px;text-align:center;background:linear-gradient(180deg,#fff,#f5f5f7)}.kicker{margin:0 0 20px;color:#6e6e73;font-size:14px;font-weight:600;letter-spacing:.01em}.hero h1{max-width:940px;margin:0 auto;font-size:clamp(64px,9vw,112px);font-weight:700;line-height:.92;letter-spacing:-.065em}.standfirst{max-width:760px;margin:40px auto 0;color:#6e6e73;font-size:clamp(20px,2.2vw,27px);font-weight:500;line-height:1.38;letter-spacing:-.02em}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:38px}.hero-actions a{padding:12px 20px;border-radius:999px;font-size:15px;font-weight:500;text-decoration:none}.primary-action{color:#fff;background:#0071e3}.primary-action:hover{background:#0077ed}.secondary-action{border:1px solid #0071e3;color:#0071e3}.secondary-action:hover{color:#fff;background:#0071e3}.model-summary{display:flex;justify-content:center;gap:clamp(28px,7vw,76px);margin-top:78px;color:#86868b;font-size:12px}.model-summary span{display:grid;gap:7px}.model-summary strong{color:#1d1d1f;font-size:25px;font-weight:600;letter-spacing:-.03em}.result-showcase{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);align-items:center;gap:72px;padding:110px max(24px,calc((100vw - 1080px)/2));background:#fff}.result-copy .kicker{margin-bottom:14px;color:#0071e3}.result-copy h2{margin:0;font-size:clamp(42px,5vw,64px);font-weight:700;line-height:1;letter-spacing:-.05em}.result-copy p:last-child{margin:26px 0 0;color:#6e6e73;font-size:18px;line-height:1.55}.result-showcase video{display:block;width:100%;border-radius:22px;background:#000;box-shadow:0 22px 60px #00000024}.article-body{width:min(720px,calc(100% - 48px));margin:0 auto;padding:110px 0 140px;color:#1d1d1f;font-size:19px;line-height:1.68}.article-body>p:first-child{color:#424245;font-size:25px;font-weight:500;line-height:1.45;letter-spacing:-.015em}.article-body h2{margin:88px 0 24px;padding-top:24px;border-top:1px solid #d2d2d7;font-size:40px;font-weight:700;line-height:1.08;letter-spacing:-.04em}.article-body h3{margin:52px 0 16px;font-size:22px;line-height:1.3;letter-spacing:-.025em}.article-body p{margin:0 0 25px}.article-body li{margin:8px 0;padding-left:6px}.article-body strong{font-weight:600}.article-body a{color:#06c;text-decoration-thickness:1px;text-underline-offset:3px}.article-body blockquote{margin:36px 0;padding:2px 0 2px 24px;border-left:3px solid #d2d2d7;color:#6e6e73}.article-body pre{overflow-x:auto;margin:30px 0;padding:22px;border-radius:14px;color:#f5f5f7;background:#1d1d1f;font:14px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace}.article-body :not(pre)>code{padding:.13em .35em;border-radius:5px;background:#f0f0f2;font:14px ui-monospace,SFMono-Regular,Menlo,monospace}.article-body table{width:100%;margin:34px 0;border-collapse:collapse;font-size:15px}.article-body th,.article-body td{padding:13px 14px;border-bottom:1px solid #d2d2d7;text-align:left}.article-body th{color:#6e6e73;font-size:12px;font-weight:600}.architecture-diagram{display:flex;align-items:center;justify-content:center;gap:14px;margin:44px calc((720px - min(1080px,92vw))/2);padding:34px 26px;border-radius:22px;background:#f5f5f7}.architecture-stage{min-width:165px;padding:18px;border:1px solid #d2d2d7;border-radius:14px;background:#ffffffe6;text-align:left}.architecture-stage span{display:block;margin-bottom:8px;color:#86868b;font-size:10px;font-weight:600;letter-spacing:.04em}.architecture-stage strong{display:block;font-size:15px;line-height:1.3}.architecture-stage small{display:block;margin-top:7px;color:#6e6e73;font-size:11px;line-height:1.4}.architecture-outputs{display:grid;gap:9px}.output-stage{min-width:165px;padding-block:13px;border-color:#a8c7ee;background:#f2f7fd}.architecture-arrow{color:#86868b;font-size:22px}.site-footer{display:flex;justify-content:space-between;gap:30px;padding:30px max(24px,calc((100vw - 1080px)/2));border-top:1px solid #d2d2d7;color:#6e6e73;background:#f5f5f7;font-size:12px}@media(max-width:700px){.site-header{padding-inline:20px}.site-header nav{gap:16px}.hero{padding:80px 24px 70px}.hero h1{font-size:58px}.standfirst{font-size:20px}.model-summary{justify-content:flex-start;gap:28px;overflow-x:auto}.result-showcase{grid-template-columns:1fr;gap:38px;padding-block:72px}.article-body{width:min(100% - 38px,720px);padding-top:76px;font-size:18px}.article-body>p:first-child{font-size:22px}.article-body h2{margin-top:70px;font-size:34px}.architecture-diagram{justify-content:flex-start;margin-inline:0;padding:18px;overflow-x:auto}.site-footer{flex-direction:column}}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#000;color-scheme:dark}body{color:#f5f5f7;background:#000}.site-header{border-bottom-color:#ffffff24;background:#161617d1}.site-header nav a,.site-header .github-link{color:#d2d2d7}.site-header nav a:hover{color:#2997ff}.hero{background:linear-gradient(180deg,#000,#161617)}.kicker,.standfirst,.model-summary{color:#a1a1a6}.model-summary strong{color:#f5f5f7}.primary-action{background:#0077ed}.secondary-action{border-color:#2997ff;color:#2997ff}.secondary-action:hover{color:#fff;background:#0077ed}.result-showcase{background:#000}.result-copy .kicker,.article-body a{color:#2997ff}.result-copy p:last-child,.article-body blockquote{color:#a1a1a6}.result-showcase video{box-shadow:0 22px 60px #0000008c}.article-body{color:#f5f5f7}.article-body>p:first-child{color:#d2d2d7}.article-body h2,.article-body th,.article-body td{border-color:#424245}.article-body th{color:#a1a1a6}.article-body blockquote{border-left-color:#48484a}.article-body pre{color:#f5f5f7;background:#1d1d1f}.article-body :not(pre)>code{color:#f5f5f7;background:#2c2c2e}.architecture-diagram{background:#1c1c1e}.architecture-stage{border-color:#48484a;background:#2c2c2e}.architecture-stage span,.architecture-stage small,.architecture-arrow{color:#a1a1a6}.output-stage{border-color:#326b9d;background:#14283b}.site-footer{border-top-color:#424245;color:#a1a1a6;background:#1c1c1e}}
