:root{--bg:#121212;--surface:#323232;--surface-subtle:#303030;--surface-hover:#3f3f3f;--surface-screenshot:#ffffff0f;--surface-screenshot-border:#ffffff1a;--ink:#fff;--ink-80:#fffc;--ink-60:#fff9;--ink-50:#ffffff80;--stroke-ghost:#ffffff1f;--stroke-hover:#ffffff2e;--accent:#e17909;--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, "Segoe UI", sans-serif;--radius:12px;--gutter-x:32px;--gutter-top:36px}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);scrollbar-width:none;min-height:100vh;margin:0;padding:0}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{font-family:var(--font);font-size:16px;font-weight:400;line-height:1}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:var(--ink)}.page{align-items:flex-start;gap:2px;width:100%;display:flex}.site-header{align-items:center;gap:24px;margin-bottom:40px;display:flex}.brand{height:38px;color:var(--ink);align-items:stretch;display:inline-flex}.brand svg{align-self:flex-end;margin-bottom:6px}.brand-rule{background:var(--accent);width:2px;height:38px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.site-nav{align-items:center;gap:8px;margin-left:auto;display:flex}.pill{border-radius:var(--radius);width:107px;height:40px;font-family:var(--font);color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.pill-ghost:hover{background:#ffffff0a}.pill-outline{border-color:var(--stroke-ghost)}.pill-outline:hover{border-color:var(--stroke-hover);background:#ffffff0a}.hero{margin-left:var(--gutter-x);margin-right:var(--gutter-x);padding-top:var(--gutter-top);flex-direction:column;flex:1;height:100vh;padding-bottom:47px;display:flex;position:sticky;top:0}.headline{max-width:720px;font-family:var(--font);letter-spacing:-.02em;color:var(--ink);margin:0;font-size:48px;font-weight:400;line-height:1}.cta{align-items:center;gap:0;margin-top:25px;display:flex}.download{border-radius:var(--radius);background:var(--surface);height:40px;color:var(--ink);font-family:var(--font);align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:500;line-height:1;transition:background .15s;display:inline-flex}.download:hover{background:var(--surface-hover)}.download svg{flex-shrink:0;margin-bottom:1px}.alpha-pill{background:var(--surface-subtle);width:37px;height:16px;color:var(--ink-80);border-radius:8px;justify-content:center;align-items:center;margin-left:16px;font-size:10px;font-weight:500;line-height:1;display:inline-flex}.version{color:var(--ink-50);margin-left:7px;font-size:10px;font-weight:500;line-height:1}.caption{color:var(--ink-60);margin:25px 0 0;font-size:12px;font-weight:500;line-height:1}.features{flex-direction:column;gap:13px;margin:auto 0 0;padding:0;list-style:none;display:flex}.feature{font-size:16px;line-height:1}.feature-label{color:var(--ink);padding-right:6px;font-weight:400}.feature-desc{color:var(--ink-50);font-weight:400}.screenshots{flex-direction:column;flex-shrink:0;gap:2px;width:30vw;padding-top:4px;padding-bottom:4px;padding-right:4px;display:flex}.shot{aspect-ratio:1920/1206;background:var(--surface-screenshot);flex-shrink:0;width:100%;height:auto;display:block;overflow:hidden}.shot video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s,transform .4s;display:block;transform:scale(1.05)}.shot.is-loaded video{opacity:1;transform:scale(1)}@media (width<=1279px){.screenshots{width:clamp(360px,30vw,610px)}.shot{width:100%;height:auto}}@media (width<=899px){.page{flex-direction:column;min-height:100vh;overflow:visible}.hero{width:auto;margin:0;padding:20px}.site-header{margin-bottom:24px}.cta,.caption{margin-top:16px}.features{gap:8px}.screenshots{scrollbar-width:none;flex-direction:row;gap:2px;width:100%;min-width:0;max-width:100vw;height:auto;margin:0;padding:2px;overflow:auto hidden}.screenshots::-webkit-scrollbar{margin-top:auto;display:none}.shot{flex-shrink:0;width:auto;height:30vh}}@media (width<=599px){.headline{letter-spacing:-.015em;font-size:24px;line-height:120%}.feature{font-size:14px;line-height:140%}.pill{width:auto;padding:0 16px}.cta{flex-wrap:wrap;row-gap:12px}.shot{flex-shrink:0;width:auto;height:20vh}}
