:root{--bg:#09090b;--bg-elev:#0c0c0e;--bg-card:#111113;--fg:#fafafa;--fg-muted:#a1a1aa;--fg-dim:#71717a;--fg-faint:#52525b;--border:#ffffff14;--border-strong:#ffffff24;--accent-h:160;--accent:oklch(.72 .14 var(--accent-h));--accent-dim:oklch(.72 .14 var(--accent-h) / .14);--ok:oklch(72% .16 150);--warn:oklch(76% .15 75);--loss:oklch(66% .19 25);--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;--radius:12px;--radius-sm:8px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark;scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-feature-settings:"ss01", "ss02";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5;overflow-x:hidden}body:after{content:"";pointer-events:none;opacity:.035;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:0;font-family:inherit}img,svg{max-width:100%;display:block}.eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);font-size:11px;font-weight:500}.display{letter-spacing:-.035em;font-weight:500;line-height:1.05}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 32px}.btn{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:transform .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.btn-primary{background:var(--fg);color:#09090b;font-weight:600}.btn-primary:hover{background:#fff;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--fg-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{color:var(--fg);border-color:var(--border-strong);background:#ffffff05}.btn-lg{border-radius:10px;padding:14px 22px;font-size:15px}.tile{border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(#ffffff04,#fff0);position:relative;overflow:hidden}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{50%{opacity:.4}}@keyframes blink{50%{opacity:0}}.page[data-astro-cid-ju4pidww]{flex-direction:column;min-height:100vh;display:flex;overflow-x:clip}.nav[data-astro-cid-ju4pidww]{z-index:50;-webkit-backdrop-filter:blur(18px);background:color-mix(in srgb, var(--bg) 75%, transparent);border-bottom:1px solid #0000;transition:border-color .3s;position:sticky;top:0}.nav[data-astro-cid-ju4pidww].is-scrolled{border-bottom-color:var(--border)}.nav-inner[data-astro-cid-ju4pidww]{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:12px 32px;display:flex}.nav-brand[data-astro-cid-ju4pidww]{color:var(--fg);align-items:baseline;gap:10px;transition:color .2s;display:inline-flex}.nav-brand[data-astro-cid-ju4pidww]:hover{color:#fff}.nav-brand-name[data-astro-cid-ju4pidww]{letter-spacing:-.025em;font-size:16px;font-weight:650;line-height:1}.nav-brand-tag[data-astro-cid-ju4pidww]{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);font-size:10px}.nav-right[data-astro-cid-ju4pidww]{align-items:center;gap:8px;display:inline-flex}.nav-github[data-astro-cid-ju4pidww]{border:1px solid var(--border);height:36px;color:var(--fg-muted);letter-spacing:-.01em;white-space:nowrap;background:#ffffff05;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:13px;transition:color .18s,border-color .18s,background .18s;display:inline-flex}.nav-github[data-astro-cid-ju4pidww]:hover{color:var(--fg);border-color:var(--border-strong);background:#ffffff0a}.main[data-astro-cid-ju4pidww]{flex-direction:column;flex:1;display:flex}.footer[data-astro-cid-ju4pidww]{border-top:1px solid var(--border);margin-top:auto;padding:40px 0 32px}.footer-inner[data-astro-cid-ju4pidww]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;max-width:1240px;margin:0 auto;padding:0 32px;display:flex}.footer-brand[data-astro-cid-ju4pidww]{color:var(--fg-dim);align-items:center;gap:10px;font-size:13px;display:flex}.footer-links[data-astro-cid-ju4pidww]{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.footer-links[data-astro-cid-ju4pidww] a[data-astro-cid-ju4pidww]{color:var(--fg-dim);font-size:13px;transition:color .2s}.footer-links[data-astro-cid-ju4pidww] a[data-astro-cid-ju4pidww]:hover{color:var(--fg)}@media (width<=820px){.nav-inner[data-astro-cid-ju4pidww],.footer-inner[data-astro-cid-ju4pidww]{padding-left:20px;padding-right:20px}.footer[data-astro-cid-ju4pidww]{padding-bottom:max(32px, env(safe-area-inset-bottom))}.footer-inner[data-astro-cid-ju4pidww]{flex-direction:column;align-items:flex-start;gap:28px}.footer-links[data-astro-cid-ju4pidww]{justify-content:flex-start}}section[data-astro-cid-lcdefpme]{border-top:1px solid var(--border);padding:96px 0;position:relative}.section-head[data-astro-cid-lcdefpme]{max-width:720px;margin-bottom:56px}.section-head[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{letter-spacing:-.035em;margin-bottom:18px;font-size:clamp(32px,4vw,48px);font-weight:500;line-height:1.05}.section-head[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--fg-muted);letter-spacing:-.005em;max-width:620px;font-size:18px}.section-head[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--fg);font-weight:500}.section-head[data-astro-cid-lcdefpme] code[data-astro-cid-lcdefpme]{font-family:var(--font-mono);border:1px solid var(--border);background:#ffffff0d;border-radius:5px;padding:1px 6px;font-size:.85em}.inline-link[data-astro-cid-lcdefpme]{color:var(--fg);text-underline-offset:3px;text-decoration:underline #fafafa59}.inline-link[data-astro-cid-lcdefpme]:hover{text-decoration-color:var(--fg)}.hero[data-astro-cid-lcdefpme]{border-top:0;padding:72px 0 60px;position:relative;overflow:hidden}.hero-grid[data-astro-cid-lcdefpme]{pointer-events:none;background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;mask-image:radial-gradient(80% 60% at 50% 40%,#000 40%,#0000 100%)}.hero-inner[data-astro-cid-lcdefpme]{text-align:center;position:relative}.hero-eyebrow[data-astro-cid-lcdefpme],.hero-title[data-astro-cid-lcdefpme],.hero-sub[data-astro-cid-lcdefpme],.hero-actions[data-astro-cid-lcdefpme]{animation:.8s ease-out backwards fade-in}.hero-title[data-astro-cid-lcdefpme]{animation-delay:80ms}.hero-sub[data-astro-cid-lcdefpme]{animation-delay:.16s}.hero-actions[data-astro-cid-lcdefpme]{animation-delay:.24s}.hero-preview[data-astro-cid-lcdefpme]{animation:1s ease-out .34s backwards preview-in}@keyframes preview-in{0%{opacity:0}to{opacity:1}}.hero-eyebrow[data-astro-cid-lcdefpme]{color:var(--accent);margin-top:40px}.hero-float[data-astro-cid-lcdefpme]{pointer-events:none;z-index:1;position:absolute;inset:0}.hero-float-mark[data-astro-cid-lcdefpme]{--tilt:0deg;border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);width:96px;height:96px;box-shadow:0 20px 48px -16px #000000a6, 0 2px 0 0 #ffffff0a inset, 0 0 0 1px color-mix(in srgb, var(--accent) 6%, transparent);rotate:var(--tilt);background:#141418e6;border-radius:24px;place-items:center;animation:.9s ease-out backwards mark-enter,9s ease-in-out infinite float-drift;display:grid;position:absolute}.hero-float-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:54px;height:54px;display:block}@keyframes mark-enter{0%{opacity:0;scale:.85}to{opacity:1;scale:1}}@keyframes float-drift{0%,to{translate:0;rotate:var(--tilt)}50%{translate:0 -12px;rotate:calc(var(--tilt) + 2.5deg)}}.hero-float-mark[data-astro-cid-lcdefpme].hf-claude{--tilt:-8deg;background:radial-gradient(circle at 30% 25%,#d9775738,#141418eb 65%);animation-delay:.5s,0s;top:8%;left:7%}.hero-float-mark[data-astro-cid-lcdefpme].hf-codex{--tilt:6deg;background:radial-gradient(circle at 30% 25%,#ffffff14,#141418eb 65%);animation-delay:.62s,-2.5s;top:6%;right:7%}.hero-float-mark[data-astro-cid-lcdefpme].hf-opencode{--tilt:4deg;background:radial-gradient(circle at 30% 25%,#ffffff0f,#141418eb 65%);animation-delay:.74s,-5s;top:30%;left:5%}.hero-float-mark[data-astro-cid-lcdefpme].hf-cursor{--tilt:-5deg;background:radial-gradient(circle at 30% 25%,#ffffff14,#141418eb 65%);animation-delay:.86s,-7s;top:30%;right:5%}.hero-float-mark[data-astro-cid-lcdefpme].hf-grok{--tilt:3deg;background:radial-gradient(circle at 30% 25%,#ffffff14,#141418eb 65%);animation-delay:.98s,-1.2s;top:52%;left:6%}@media (width<=1180px){.hero-float-mark[data-astro-cid-lcdefpme]{border-radius:20px;width:76px;height:76px}.hero-float-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{width:42px;height:42px}.hero-float-mark[data-astro-cid-lcdefpme].hf-claude{top:4%;left:3%}.hero-float-mark[data-astro-cid-lcdefpme].hf-codex{top:2%;right:3%}.hero-float-mark[data-astro-cid-lcdefpme].hf-opencode{top:26%;left:2%}.hero-float-mark[data-astro-cid-lcdefpme].hf-cursor{top:24%;right:2%}.hero-float-mark[data-astro-cid-lcdefpme].hf-grok{top:48%;left:2%}}.hero-title[data-astro-cid-lcdefpme]{text-wrap:balance;max-width:22ch;margin:20px auto 22px;font-size:clamp(38px,5.4vw,72px)}.hero-sub[data-astro-cid-lcdefpme]{color:var(--fg-muted);letter-spacing:-.005em;max-width:680px;margin:0 auto 36px;font-size:clamp(16px,1.4vw,19px);line-height:1.55}.hero-sub[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--fg);font-weight:500}.hero-actions[data-astro-cid-lcdefpme]{flex-direction:column;align-items:center;gap:16px;margin-bottom:56px;display:flex}.dl-icon[data-astro-cid-lcdefpme]{flex-shrink:0;width:14px;height:14px}.hero-source-link[data-astro-cid-lcdefpme]{color:var(--fg-muted);letter-spacing:-.01em;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:color .18s;display:inline-flex}.hero-source-link[data-astro-cid-lcdefpme]:hover{color:var(--fg)}.hero-source-arrow[data-astro-cid-lcdefpme]{opacity:.6;flex-shrink:0;transition:transform .18s,opacity .18s}.hero-source-link[data-astro-cid-lcdefpme]:hover .hero-source-arrow[data-astro-cid-lcdefpme]{opacity:1;transform:translate(2px,-2px)}.hero-release[data-astro-cid-lcdefpme]{font-family:var(--font-mono);color:var(--fg-dim);letter-spacing:.02em;font-size:11px;animation:.5s ease-out backwards fade-in}.hero-release[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--fg-muted)}.hero-caution[data-astro-cid-lcdefpme]{color:var(--fg-dim);letter-spacing:-.005em;max-width:460px;font-size:13px}.hero-caution[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--warn);font-weight:500}.hero-preview[data-astro-cid-lcdefpme]{max-width:1180px;margin:0 auto;transition:transform .6s;transform:perspective(2000px)rotateX(2deg)}.hero-preview[data-astro-cid-lcdefpme]:hover{transform:perspective(2000px)rotateX(0)}.hero-screenshot-frame[data-astro-cid-lcdefpme]{aspect-ratio:2400/1520;border:1px solid var(--border);background:#0a0a0c;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 28px 64px -28px #000000bf}.hero-screenshot-frame[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;object-position:center top;width:calc(100% + 4px);height:calc(100% + 4px);margin:-2px}.hero-preview-caption[data-astro-cid-lcdefpme]{color:var(--fg-dim);max-width:640px;margin-top:16px;margin-left:auto;margin-right:auto;font-size:13px}.mission-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.mission-tile[data-astro-cid-lcdefpme]{padding:26px 24px}.mission-tile-label[data-astro-cid-lcdefpme]{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;font-size:12px}.mission-tile[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--fg-muted);font-size:15px;line-height:1.55}.mission-tile[data-astro-cid-lcdefpme] em[data-astro-cid-lcdefpme]{color:var(--fg);font-style:normal;font-weight:500}.sec-checklist[data-astro-cid-lcdefpme]{background:#09090b}.checklist-inner[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1.05fr;align-items:center;gap:64px;display:grid}.rail-list[data-astro-cid-lcdefpme]{flex-direction:column;gap:16px;margin-top:28px;list-style:none;display:flex}.rail-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:var(--fg-muted);border-left:2px solid color-mix(in srgb, var(--accent) 35%, transparent);padding-left:18px;font-size:15px;line-height:1.55}.rail-list[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{color:var(--fg);font-weight:500}.preview-card[data-astro-cid-lcdefpme]{padding:20px}.preview-head[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.preview-title[data-astro-cid-lcdefpme]{font-family:var(--font-mono);color:var(--fg);font-size:13px}.preview-status[data-astro-cid-lcdefpme]{font-family:var(--font-mono);color:var(--accent);border:1px solid var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:10px}.preview-list[data-astro-cid-lcdefpme]{flex-direction:column;list-style:none;display:flex}.preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{border-top:1px dashed var(--border);font-family:var(--font-mono);align-items:center;gap:10px;padding:9px 0;font-size:12px;display:flex}.preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme] svg[data-astro-cid-lcdefpme]{color:var(--ok);flex-shrink:0}.preview-check-label[data-astro-cid-lcdefpme]{color:var(--fg-muted);flex:1}.preview-check-detail[data-astro-cid-lcdefpme]{color:var(--fg-faint);font-size:11px}.preview-more[data-astro-cid-lcdefpme]{color:var(--fg-dim);justify-content:center}.preview-card[data-astro-cid-lcdefpme].reveal-ready .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{opacity:0}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{animation:.35s ease-out forwards check-in}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:first-child{animation-delay:.1s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(2){animation-delay:.22s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(3){animation-delay:.34s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(4){animation-delay:.46s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(5){animation-delay:.58s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(6){animation-delay:.7s}.preview-card[data-astro-cid-lcdefpme].is-live .preview-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:nth-child(7){animation-delay:.95s}@keyframes check-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.controls-strip[data-astro-cid-lcdefpme]{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.controls-strip-label[data-astro-cid-lcdefpme]{color:var(--fg-dim);margin-right:4px;font-size:12px}.control-chip[data-astro-cid-lcdefpme]{font-family:var(--font-mono);color:var(--fg-muted);border:1px solid var(--border);background:#ffffff05;border-radius:999px;padding:4px 10px;font-size:11px}.sec-harness[data-astro-cid-lcdefpme]{background:#09090b}.harness-grid[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(5,1fr);gap:0;display:grid;overflow:hidden}.harness[data-astro-cid-lcdefpme]{border-right:1px solid var(--border);background:linear-gradient(#ffffff04,#0000);align-items:center;gap:14px;padding:22px 20px;transition:background .2s;display:flex}.harness[data-astro-cid-lcdefpme]:last-child{border-right:0}.harness[data-astro-cid-lcdefpme]:hover{background:#ffffff06}.harness-mark[data-astro-cid-lcdefpme]{color:var(--fg);opacity:.95;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.harness-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:contain;width:22px;height:22px}.harness-meta[data-astro-cid-lcdefpme]{flex:1;min-width:0}.harness-name[data-astro-cid-lcdefpme]{letter-spacing:-.01em;margin-bottom:2px;font-size:14px;font-weight:500}.harness-tag[data-astro-cid-lcdefpme]{font-family:var(--font-mono);color:var(--fg-dim);font-size:11px}.arming-inner[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1.1fr;align-items:center;gap:64px;display:grid}.arming-card[data-astro-cid-lcdefpme]{flex-direction:column;gap:18px;padding:26px 24px;display:flex}.arming-row[data-astro-cid-lcdefpme]{flex-direction:column;gap:8px;display:flex}.arming-state[data-astro-cid-lcdefpme]{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;display:inline-flex}.arming-dot[data-astro-cid-lcdefpme]{border-radius:50%;flex-shrink:0;width:8px;height:8px}.arming-state--safe[data-astro-cid-lcdefpme]{color:var(--fg-muted)}.arming-state--safe[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme]{background:var(--fg-dim)}.arming-state--armed[data-astro-cid-lcdefpme]{color:var(--ok)}.arming-state--armed[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme]{background:var(--ok);animation:2s ease-in-out infinite pulse}.arming-desc[data-astro-cid-lcdefpme]{color:var(--fg-muted);font-size:14px;line-height:1.5}.arming-divider[data-astro-cid-lcdefpme]{background:var(--border);height:1px}.state-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;gap:16px;display:grid}.state-card[data-astro-cid-lcdefpme]{padding:26px 24px}.state-card-label[data-astro-cid-lcdefpme]{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:12px}.state-card-label--is[data-astro-cid-lcdefpme]{color:var(--ok)}.state-card-label--isnt[data-astro-cid-lcdefpme]{color:var(--warn)}.state-card[data-astro-cid-lcdefpme] ul[data-astro-cid-lcdefpme]{flex-direction:column;gap:10px;list-style:none;display:flex}.state-card[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:var(--fg-muted);padding-left:16px;font-size:15px;line-height:1.5;position:relative}.state-card[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:before{content:"·";color:var(--fg-dim);position:absolute;left:2px}.open-actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.sec-cta[data-astro-cid-lcdefpme]{text-align:center;padding:120px 0;position:relative;overflow:hidden}.sec-cta[data-astro-cid-lcdefpme]:before{content:"";background:radial-gradient(ellipse at center, var(--accent-dim) 0%, transparent 60%);pointer-events:none;opacity:.6;height:60%;position:absolute;inset:auto 0 -50%}.cta-inner[data-astro-cid-lcdefpme]{position:relative}.cta-title[data-astro-cid-lcdefpme]{font-size:clamp(40px,6vw,72px)}.cta-sub[data-astro-cid-lcdefpme]{color:var(--fg-muted);letter-spacing:-.005em;max-width:560px;margin:20px auto 36px;font-size:18px;line-height:1.55}.cta-actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.cta-note[data-astro-cid-lcdefpme]{max-width:520px;color:var(--fg-dim);margin:24px auto 0;font-size:13px;line-height:1.55}.cta-note[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--fg-muted);text-underline-offset:3px;text-decoration:underline #a1a1aa66}.cta-note[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{color:var(--fg);text-decoration-color:var(--fg)}@media (width<=960px){.hero-preview[data-astro-cid-lcdefpme]{width:min(860px,100vw - 24px);margin-left:50%;transform:translate(-50%)perspective(1600px)rotateX(1.5deg)}.hero-preview[data-astro-cid-lcdefpme]:hover{transform:translate(-50%)perspective(1600px)rotateX(0)}.mission-grid[data-astro-cid-lcdefpme],.state-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.checklist-inner[data-astro-cid-lcdefpme],.arming-inner[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:40px}.harness-grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr}.harness[data-astro-cid-lcdefpme]{border-right:0;border-bottom:1px solid var(--border)}.harness[data-astro-cid-lcdefpme]:nth-child(odd){border-right:1px solid var(--border)}.harness[data-astro-cid-lcdefpme]:nth-child(5):last-child{border-bottom:0;border-right:0;grid-column:1/-1}}@media (width<=820px){section[data-astro-cid-lcdefpme]{padding:64px 0}.sec-cta[data-astro-cid-lcdefpme]{padding:96px 0}.container[data-astro-cid-lcdefpme]{padding-left:20px;padding-right:20px}.hero-title[data-astro-cid-lcdefpme]{font-size:clamp(36px,10vw,52px)}.hero[data-astro-cid-lcdefpme]{padding-top:96px}.hero-float-mark[data-astro-cid-lcdefpme]{border-radius:18px;width:64px;height:64px}.hero-float-mark[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{width:36px;height:36px}.hero-float-mark[data-astro-cid-lcdefpme].hf-claude{top:28px;left:8px}.hero-float-mark[data-astro-cid-lcdefpme].hf-codex{top:28px;right:8px}.hero-float-mark[data-astro-cid-lcdefpme].hf-opencode,.hero-float-mark[data-astro-cid-lcdefpme].hf-cursor,.hero-float-mark[data-astro-cid-lcdefpme].hf-grok{display:none}.hero-actions[data-astro-cid-lcdefpme]{margin-bottom:56px}}@media (prefers-reduced-motion:reduce){.hero-preview[data-astro-cid-lcdefpme],.hero-preview[data-astro-cid-lcdefpme]:hover{transform:none}.hero-eyebrow[data-astro-cid-lcdefpme],.hero-title[data-astro-cid-lcdefpme],.hero-sub[data-astro-cid-lcdefpme],.hero-actions[data-astro-cid-lcdefpme],.hero-preview[data-astro-cid-lcdefpme],.hero-release[data-astro-cid-lcdefpme],.hero-float-mark[data-astro-cid-lcdefpme],.arming-state--armed[data-astro-cid-lcdefpme] .arming-dot[data-astro-cid-lcdefpme]{animation:none}}
