:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;--bg:#f2f5f3;--surface:#ffffffd1;--surface-solid:#fff;--surface-muted:#e8eeeb;--text:#142019;--muted:#526058;--line:#142c1e26;--line-strong:#142c1e4d;--green:#08743d;--green-bright:#42d77d;--green-ink:#062c17;--green-soft:#15a9571a;--orange:#ef9e43;--shadow:0 24px 72px #1430201f;--radius:.85rem;--radius-large:1.35rem;--shell:min(1180px, calc(100% - 3rem));background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root[data-theme=dark]{--bg:#0f1411;--surface:#181f1be0;--surface-solid:#181f1b;--surface-muted:#151b18;--text:#eaf1ed;--muted:#9daba3;--line:#dff2e71f;--line-strong:#dff2e740;--green:#50e18a;--green-bright:#65e897;--green-ink:#072a17;--green-soft:#50e18a1a;--shadow:0 26px 80px #00000059}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;line-height:1.6;overflow-x:hidden}button,input{font:inherit}a{color:inherit}button,a,input{-webkit-tap-highlight-color:transparent}::selection{color:var(--green-ink);background:var(--green-bright)}:focus-visible{outline:3px solid var(--green);outline-offset:3px}.shell{width:var(--shell);margin-inline:auto}.skip-link{z-index:100;color:var(--green-ink);background:var(--green-bright);border-radius:.45rem;padding:.65rem .9rem;font-weight:800;position:fixed;top:.6rem;left:.6rem;transform:translateY(-150%)}.skip-link:focus{transform:none}.ambient{z-index:-1;filter:blur(110px);opacity:.12;pointer-events:none;border-radius:50%;width:34rem;height:34rem;position:fixed}.ambient-one{background:var(--green);top:-18rem;left:-14rem}.ambient-two{background:#849c8f;bottom:-22rem;right:-20rem}.site-header{z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--bg) 80%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;min-height:4.7rem;display:flex;position:relative}.brand-link{border-radius:.4rem;text-decoration:none}.wordmark{letter-spacing:-.04em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:1.08rem;font-weight:900;display:inline-flex}.wordmark>span>span{color:var(--green);font-weight:700}.voxel-mark{fill:var(--green);filter:drop-shadow(0 0 10px color-mix(in srgb, var(--green) 24%, transparent));display:block}.voxel-mark rect{fill:var(--text)}.main-nav{align-items:center;gap:.3rem;display:flex}.main-nav a{color:var(--muted);border-radius:.45rem;padding:.55rem .8rem;font-size:.84rem;font-weight:780;text-decoration:none}.main-nav a:hover,.main-nav a.active{color:var(--green);background:var(--green-soft)}.header-actions{gap:.45rem;display:flex}.theme-button,.menu-button{border:1px solid var(--line);min-height:2.7rem;color:var(--muted);background:var(--surface);text-transform:uppercase;cursor:pointer;border-radius:.5rem;padding:.45rem .72rem;font-size:.72rem;font-weight:800}.menu-button{display:none}main{min-height:calc(100vh - 12rem)}.hero{grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr);align-items:center;gap:clamp(2rem,6vw,6rem);min-height:43rem;padding-block:clamp(5rem,10vw,9rem);display:grid}.hero h1,.page-hero h1,.not-found h1{letter-spacing:-.075em;text-wrap:balance;max-width:12ch;margin:1rem 0 1.35rem;font-size:clamp(3.6rem,7vw,7rem);line-height:.9}.hero h1 span{color:var(--green)}.lede,.page-hero>p{max-width:43rem;color:var(--muted);font-size:clamp(1.03rem,2vw,1.22rem)}.eyebrow{color:var(--green);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.7rem;font-weight:860;display:inline-flex}.pulse{background:var(--green);width:.5rem;height:.5rem;box-shadow:0 0 0 .28rem var(--green-soft);border-radius:50%}.actions{flex-wrap:wrap;gap:.75rem;margin-top:1.8rem;display:flex}.button{letter-spacing:.02em;cursor:pointer;border:1px solid #0000;border-radius:.5rem;justify-content:center;align-items:center;min-height:2.9rem;padding:.7rem 1rem;font-size:.82rem;font-weight:850;text-decoration:none;display:inline-flex}.button-primary{color:var(--green-ink);background:var(--green-bright);box-shadow:0 10px 28px color-mix(in srgb, var(--green) 20%, transparent)}.button-secondary{border-color:var(--line);color:var(--text);background:var(--surface)}.button:disabled{color:var(--muted);background:var(--surface-muted);box-shadow:none;cursor:not-allowed}.trust-row{color:var(--muted);flex-wrap:wrap;gap:1.4rem;margin:2.1rem 0 0;padding:0;font-size:.76rem;font-weight:750;list-style:none;display:flex}.trust-row li:before{content:"";border:1px solid var(--green);width:.42rem;height:.42rem;margin-right:.48rem;display:inline-block;transform:rotate(45deg)}.hero-graphic{border:1px solid var(--line);border-radius:var(--radius-large);background:radial-gradient(circle at 52% 45%, var(--green-soft), transparent 55%), linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);min-height:28rem;box-shadow:var(--shadow);perspective:800px;background-size:auto,2rem 2rem,2rem 2rem;position:relative;overflow:hidden}.model-plane{aspect-ratio:1.3;border:2px solid color-mix(in srgb, var(--green) 64%, transparent);background:repeating-linear-gradient(45deg, transparent 0 18px, var(--green-soft) 18px 20px);clip-path:polygon(0 10%,68% 0,100% 28%,88% 100%,20% 90%);width:54%;position:absolute;top:21%;left:23%;transform:rotateX(56deg)rotate(-33deg)}.model-plane-b{border-color:color-mix(in srgb, var(--orange) 75%, transparent);background:repeating-linear-gradient(-45deg, transparent 0 18px, color-mix(in srgb, var(--orange) 12%, transparent) 18px 20px);top:30%;left:33%}.change-pip{background:var(--orange);width:.8rem;height:.8rem;box-shadow:0 0 0 .45rem color-mix(in srgb, var(--orange) 18%, transparent);border-radius:50%;position:absolute}.pip-one{top:33%;right:26%}.pip-two{bottom:31%;left:33%}.graphic-key{border:1px solid var(--line);background:var(--surface);border-radius:.6rem;align-items:center;gap:1rem;padding:.8rem;font-size:.72rem;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.graphic-key span:before{content:"";border:2px solid var(--green);width:.6rem;height:.6rem;margin-right:.4rem;display:inline-block}.graphic-key span:nth-child(2):before{border-color:var(--orange)}.graphic-key strong{color:var(--green);margin-left:auto}.section{padding-block:5rem 8rem}.section-heading h2,.comparison-card h2{letter-spacing:-.055em;max-width:18ch;margin:.6rem 0 .8rem;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1}.section-heading p{color:var(--muted)}.card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;display:grid}.card-grid article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:16rem;padding:1.35rem}.card-grid article>span{color:var(--green);font:800 .75rem ui-monospace,monospace}.card-grid h3{margin:4rem 0 .7rem;font-size:1.25rem}.card-grid p{color:var(--muted)}.page{padding-block:clamp(4rem,8vw,7rem) 8rem}.page-hero{margin-bottom:3rem}.page-hero h1{max-width:14ch;font-size:clamp(3.2rem,6vw,6rem)}.comparison-card{border:1px solid var(--line);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow);padding:clamp(1.2rem,3vw,2.2rem)}.step{color:var(--muted);text-transform:uppercase;font:800 .72rem ui-monospace,monospace;display:block}.file-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem;display:grid}.source-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);min-width:0;padding:1rem}.source-card legend{color:var(--green);letter-spacing:.13em;text-transform:uppercase;padding:0 .45rem;font-size:.7rem;font-weight:850}.source-file{border:1px dashed var(--line-strong);background:var(--surface-solid);cursor:pointer;border-radius:.65rem;flex-direction:column;justify-content:center;align-items:flex-start;min-height:10rem;padding:1rem;display:flex}.source-file:hover{border-color:var(--green)}.source-file>span:first-child{overflow-wrap:anywhere;max-width:100%;font-size:1.12rem;font-weight:820}.source-file small{color:var(--muted);margin:.2rem 0 1rem}.source-file input{opacity:0;width:1px;height:1px;position:absolute}.source-frame{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-top:.75rem;display:grid}.source-frame label{color:var(--muted);font-size:.72rem;font-weight:800}.source-frame select{border:1px solid var(--line);width:100%;color:var(--text);background:var(--surface-solid);border-radius:.45rem;margin-top:.25rem;padding:.65rem}.capability{min-height:2.4rem;color:var(--muted);align-items:flex-start;gap:.5rem;margin:.8rem 0 0;font-size:.72rem;display:flex}.capability i{background:var(--orange);border-radius:50%;flex:none;width:.5rem;height:.5rem;margin-top:.32rem}.capability-ready i{background:var(--green)}.method-card{border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:minmax(12rem,.4fr) 1fr;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.method-card h3{margin:.3rem 0 0}.method-card p{color:var(--muted);margin:0;font-size:.82rem}.file-field{border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface-muted);cursor:pointer;flex-direction:column;justify-content:center;align-items:flex-start;min-height:15rem;padding:1.35rem;display:flex}.file-field:hover{border-color:var(--green)}.file-field strong{overflow-wrap:anywhere;max-width:100%;margin:.8rem 0 .2rem;font-size:1.2rem}.file-field small{color:var(--muted);margin-bottom:1.2rem}.file-field input{opacity:0;width:1px;height:1px;position:absolute}.comparison-status{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.comparison-status>span{color:var(--muted);font-size:.82rem;font-weight:800}.comparison-status>span:before{content:"";background:var(--muted);border-radius:50%;width:.55rem;height:.55rem;margin-right:.5rem;display:inline-block}.comparison-status .status-ready:before{background:var(--green)}.boundary-note{border-left:3px solid var(--orange);color:var(--muted);background:color-mix(in srgb, var(--orange) 8%, transparent);margin:1.2rem 0 0;padding:.9rem 1rem;font-size:.86rem}.comparison-error{border:1px solid color-mix(in srgb, #e05f5f 45%, var(--line));border-radius:var(--radius);background:#e05f5f14;margin-top:1rem;padding:1rem}.comparison-error p{color:var(--muted);margin:.2rem 0 0}.workbench-loading{min-height:60vh;color:var(--muted);place-items:center;display:grid}.workbench{width:min(1600px,100% - 2rem);margin:0 auto;padding:2rem 0 4rem}.workbench-header{justify-content:space-between;align-items:flex-end;gap:1rem;padding:1rem 0 1.2rem;display:flex}.workbench-header h1{letter-spacing:-.06em;margin:.35rem 0 0;font-size:clamp(2rem,4vw,4rem);line-height:.95}.workbench-actions{flex-wrap:wrap;gap:.6rem;display:flex}.workbench-toolbar{border:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;background:var(--surface);color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.75rem;display:flex}.workbench-toolbar label{color:var(--text);align-items:center;gap:.65rem;font-weight:780;display:flex}.workbench-toolbar input{width:min(18vw,12rem);accent-color:var(--green)}.workbench-toolbar output{min-width:2.5rem;color:var(--green)}.viewport-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:minmax(0,.72fr) minmax(0,1.2fr) minmax(0,.72fr);gap:1px;display:grid}.viewport{background:#101613;min-width:0}.viewport>header{color:#9fb0a7;background:#17201b;justify-content:space-between;align-items:center;min-height:3.6rem;padding:.65rem .85rem;display:flex}.viewport>header span{letter-spacing:.13em;text-transform:uppercase;font-size:.62rem;font-weight:800}.viewport>header h2{color:#eaf1ed;margin:0;font-size:1rem}.viewport-canvas{height:clamp(19rem,38vw,36rem)}.viewport-canvas canvas{touch-action:none;display:block}.render-fallback{color:#a8b4ae;text-align:center;background:repeating-linear-gradient(45deg,#111815 0 12px,#151e19 12px 24px);place-items:center;height:100%;padding:2rem;display:grid}.findings{border:1px solid var(--line);background:var(--surface);border-top:0;grid-template-columns:15rem minmax(0,1fr);display:grid}.findings>header{border-right:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:1.1rem;display:flex}.findings h2{margin:.35rem 0 0;font-size:1.2rem}.findings>header>strong{width:2rem;height:2rem;color:var(--green-ink);background:var(--green-bright);border-radius:50%;place-items:center;font-size:.75rem;display:grid}.findings ol{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.findings li+li{border-left:1px solid var(--line)}.findings li button{width:100%;height:100%;min-height:6.5rem;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto auto 1fr;align-items:center;gap:.7rem;padding:.9rem;display:grid}.findings li button:hover,.findings li button[aria-pressed=true]{background:var(--green-soft)}.finding-rank{color:var(--muted);font:800 .68rem ui-monospace,monospace}.finding-cue{background:var(--orange);border-radius:.12rem;width:.72rem;height:.72rem}.cue-removed{background:0 0;border:2px solid #43c5d4}.cue-deviation{background:#ed73a5;border-radius:50%}.findings button strong{text-transform:capitalize;display:block}.findings button small{color:var(--muted);margin-top:.15rem;display:block}.indeterminate{grid-column:2;padding:1rem 1.2rem}.indeterminate h3{margin:0}.indeterminate p{color:var(--muted)}.workbench-footer{border:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);color:var(--muted);border-top:0;flex-wrap:wrap;gap:1rem 2rem;padding:.8rem 1rem;font-size:.72rem;display:flex}.workbench-footer span:last-child{color:var(--green);margin-left:auto}.docs-layout{grid-template-columns:13rem minmax(0,1fr);gap:clamp(2rem,7vw,7rem);padding-block:4rem 8rem;display:grid}.docs-nav{flex-direction:column;gap:.25rem;display:flex;position:sticky;top:6rem}.docs-nav a{color:var(--muted);border-radius:.4rem;padding:.5rem .7rem;font-size:.82rem;font-weight:750;text-decoration:none}.docs-nav a.active{color:var(--green);background:var(--green-soft)}.docs-hero{margin-bottom:2rem}.search-box{max-width:42rem;margin-top:2rem;position:relative}.search-box label{color:var(--muted);justify-content:space-between;margin-bottom:.4rem;font-size:.76rem;font-weight:800;display:flex}kbd{border:1px solid var(--line);background:var(--surface-muted);font:inherit;border-radius:.25rem;padding:.15rem .35rem}.search-box input{border:1px solid var(--line);width:100%;color:var(--text);background:var(--surface-solid);border-radius:.55rem;padding:.85rem 1rem}.search-results{z-index:5;border:1px solid var(--line);background:var(--surface-solid);box-shadow:var(--shadow);border-radius:.55rem;padding:.45rem;display:grid;position:absolute;left:0;right:0}.search-results a{border-radius:.4rem;flex-direction:column;padding:.7rem;text-decoration:none;display:flex}.search-results a:hover{background:var(--green-soft)}.search-results span{color:var(--muted);font-size:.78rem}.docs-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.docs-grid>a{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:14rem;padding:1.25rem;text-decoration:none}.docs-grid h2{margin:2.6rem 0 .45rem;font-size:1.4rem}.docs-grid p{color:var(--muted)}.docs-grid strong{color:var(--green);font-size:.8rem}.doc-article{max-width:46rem}.doc-article header{border-bottom:1px solid var(--line);padding-bottom:2.5rem}.doc-article h1{letter-spacing:-.06em;margin:.8rem 0;font-size:clamp(2.8rem,5vw,5rem);line-height:.95}.doc-article header p,.doc-article section p{color:var(--muted)}.doc-article section{padding-top:2.5rem}.doc-article section h2{letter-spacing:-.035em;font-size:1.7rem}.not-found{flex-direction:column;justify-content:center;min-height:70vh;display:flex}.not-found p{color:var(--muted)}.site-footer{border-top:1px solid var(--line)}.footer-inner{align-items:center;gap:1.5rem;min-height:8rem;display:flex}.footer-inner p{color:var(--muted);font-size:.8rem}.footer-inner nav{gap:1rem;margin-left:auto;font-size:.78rem;font-weight:750;display:flex}@media (width<=850px){:root{--shell:min(100% - 2rem, 42rem)}.menu-button{display:block}.main-nav{border:1px solid var(--line);background:var(--surface-solid);width:min(18rem,100%);box-shadow:var(--shadow);border-radius:.6rem;flex-direction:column;align-items:stretch;padding:.5rem;display:none;position:absolute;top:calc(100% + .5rem);right:0}.main-nav.is-open{display:flex}.hero{grid-template-columns:1fr;min-height:auto;padding-block:5rem}.hero-graphic{min-height:23rem}.card-grid,.file-grid,.docs-grid,.method-card,.docs-layout{grid-template-columns:1fr}.docs-nav{flex-flow:wrap;position:static}.workbench-header{flex-direction:column;align-items:flex-start}.viewport-grid{grid-template-columns:1fr}.viewport-canvas{height:min(75vw,27rem)}.findings{grid-template-columns:1fr}.findings>header{border-right:0;border-bottom:1px solid var(--line)}.findings ol{grid-template-columns:1fr}.findings li+li{border-top:1px solid var(--line);border-left:0}.indeterminate{grid-column:1}}@media (width<=560px){.hero h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-graphic{min-height:19rem}.graphic-key{flex-wrap:wrap}.graphic-key strong{width:100%;margin-left:0}.comparison-status,.footer-inner{flex-direction:column;align-items:stretch}.source-frame{grid-template-columns:1fr}.comparison-status .button{width:100%}.footer-inner{padding-block:2rem}.footer-inner nav{margin-left:0}.workbench-toolbar{flex-direction:column;align-items:flex-start}.workbench-toolbar input{width:9rem}.workbench-footer{flex-direction:column}.workbench-footer span:last-child{margin-left:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
