.af-demo{--af-paper: #f9fbfa;--af-ground: #edf2f3;--af-ink: #253d42;--af-muted: #62787b;--af-line: #d1ddde;--af-teal: #186f7a;--af-amber: #bc911b;min-height:100dvh;display:flex;flex-direction:column;background:var(--af-ground);color:var(--af-ink);font-family:Bahnschrift,DIN Alternate,Franklin Gothic Medium,sans-serif;font-size:14px;letter-spacing:0}.af-demo *,.af-demo *:before,.af-demo *:after{box-sizing:border-box;letter-spacing:0}.af-demo button,.af-demo input,.af-demo select{color:inherit;font:inherit}.af-demo button,.af-demo select,.af-demo input[type=range]{cursor:pointer}.af-demo button{-webkit-tap-highlight-color:transparent}.af-demo button:focus-visible,.af-demo input:focus-visible,.af-demo select:focus-visible,.af-demo canvas:focus-visible,.af-demo a:focus-visible{outline:2px solid var(--af-teal);outline-offset:3px}.af-demo button:disabled,.af-demo input:disabled,.af-demo select:disabled{cursor:not-allowed;opacity:.45}.af-demo svg{display:block;width:18px;height:18px;flex-shrink:0}.af-demo [hidden]{display:none!important}.af-mono{font-family:Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums}.af-masthead{min-height:74px;padding:16px 4%;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--af-line);background:var(--af-paper)}.af-brand{display:flex;gap:12px;align-items:center;font-size:27px;font-weight:700;line-height:1}.af-brand>span:first-child{color:var(--af-teal)}.af-brand svg{width:36px;height:36px;stroke-width:1.5}.af-brand small{display:block;margin-top:6px;font-size:9px;font-weight:400;color:var(--af-muted)}.af-edition{display:flex;align-items:center;gap:21px;font-size:10px}.af-edition>span:first-child{color:#8c6e1f}.af-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 4% 6px}.af-eyebrow{font-size:9px;margin:0 0 8px;color:var(--af-muted)}.af-heading h1{margin:0;font-size:38px;line-height:1.15;font-weight:500}.af-heading h1>span{color:var(--af-amber)}.af-specs{display:flex;gap:35px;margin:0}.af-specs dt{margin-bottom:7px;font-size:9px;color:var(--af-muted)}.af-specs dd{margin:0;font-size:13px}.af-specs a{color:inherit;text-decoration:none;display:flex;align-items:center;gap:7px}.af-specs a:hover{color:var(--af-teal)}.af-specs svg{width:12px;height:12px}.af-stage{position:relative;flex:1 0 auto;height:max(470px,calc(100dvh - 435px));min-width:0;isolation:isolate}.af-stage canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}.af-stage canvas:active{cursor:grabbing}.af-scene-bar{position:absolute;inset:17px 4% auto;display:flex;align-items:center;justify-content:space-between;gap:14px;pointer-events:none}.af-view-stamp{display:flex;align-items:center;gap:8px;font:10px Consolas,Liberation Mono,monospace;color:var(--af-muted)}.af-view-stamp svg{width:15px;height:15px}.af-toggle{min-height:40px;display:flex;gap:9px;align-items:center;font-size:12px;cursor:pointer;pointer-events:auto}.af-toggle input{appearance:none;width:31px;height:18px;border:1px solid #b3c5c9;border-radius:12px;background:#cbd8db;position:relative;cursor:pointer;margin:0}.af-toggle input:after{content:"";position:absolute;width:12px;height:12px;top:2px;left:2px;border-radius:50%;background:#fff;transition:transform .16s}.af-toggle input:checked{background:var(--af-teal);border-color:var(--af-teal)}.af-toggle input:checked:after{transform:translate(13px)}.af-telemetry{position:absolute;right:5%;top:100px;width:160px;pointer-events:none}.af-telemetry>.af-eyebrow{margin-bottom:24px}.af-telemetry dl{margin:0}.af-telemetry dl>div{padding:13px 0;border-top:1px solid var(--af-line)}.af-telemetry dt{font-size:9px;color:var(--af-muted)}.af-telemetry dd{display:flex;align-items:baseline;gap:9px;margin:7px 0 0}.af-telemetry output{font:24px Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums;min-width:66px}.af-telemetry dd>span{font-size:11px;color:var(--af-muted)}.af-telemetry .af-delivered output{font-size:38px;min-width:73px;color:var(--af-teal)}.af-dose-gauge{height:4px;background:#d5dfe1;margin-top:10px}.af-dose-gauge>span{display:block;width:0;height:100%;background:#bba246}.af-meter-status{font-size:8px;margin:10px 0 0;color:var(--af-muted)}.af-demo:not([data-view=machine]) .af-telemetry{display:none}.af-camera-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 4% 15px;background:var(--af-ground)}.af-views,.af-tools{display:flex;align-items:center;gap:3px;padding:3px;background:var(--af-paper);border:1px solid var(--af-line);border-radius:5px}.af-views button{display:flex;align-items:center;justify-content:center;gap:8px;min-width:92px;height:38px;border:0;border-radius:3px;background:transparent;padding:0 12px;font-size:12px}.af-views button[aria-pressed=true]{background:#dcebec;color:#1b646e}.af-views button:hover{background:#e4eef0}.af-icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border:0;border-radius:4px;background:transparent;position:relative}.af-icon-button:hover{background:#e1ebed}.af-icon-button[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);padding:7px 9px;border-radius:3px;background:var(--af-ink);color:#fff;font-size:11px;white-space:nowrap;pointer-events:none;opacity:0;z-index:5}.af-icon-button:hover:after,.af-icon-button:focus-visible:after{opacity:1}.af-tools .af-icon-button:last-child:after{left:auto;right:0;transform:none}.af-playback .af-icon-button:first-child:after{left:0;transform:none}.af-loading,.af-error{position:absolute;inset:0;padding:28px;background:var(--af-ground);display:flex;justify-content:center;align-items:center;gap:14px;font-size:13px;text-align:center;z-index:2}.af-loading>span{width:20px;height:20px;border:2px solid #cadadf;border-top-color:var(--af-teal);border-radius:50%;animation:af-spin 1s linear infinite}.af-error{display:none;flex-direction:column}.af-error strong{font-size:18px}.af-error button{display:flex;align-items:center;gap:9px;border:1px solid var(--af-line);border-radius:4px;padding:9px 16px;background:var(--af-paper);min-height:42px}.af-demo[data-state=ready] .af-loading,.af-demo[data-state=unavailable] .af-loading{display:none}.af-demo[data-state=unavailable] .af-error{display:flex}.af-demo[data-state=unavailable] canvas{visibility:hidden}.af-process{padding:0 4%;border-top:1px solid var(--af-line);background:var(--af-paper)}.af-process-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:57px}.af-status{display:flex;align-items:center;gap:8px;font-size:9px;color:var(--af-teal)}.af-running-dot{width:6px;height:6px;border-radius:50%;background:var(--af-teal)}.af-status>p{font-size:12px;color:var(--af-ink);margin:0 0 0 14px}.af-demo[data-playing=false] .af-status{color:var(--af-muted)}.af-demo[data-playing=false] .af-running-dot{background:var(--af-muted)}.af-recipe{display:flex;align-items:center;gap:12px}.af-recipe label{white-space:nowrap;font-size:11px}.af-recipe input{width:128px;min-width:70px;accent-color:var(--af-teal)}.af-recipe output{min-width:58px;font-size:12px;text-align:right}.af-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--af-line);border-bottom:1px solid var(--af-line)}.af-steps button{position:relative;min-width:0;height:61px;display:grid;grid-template-columns:25px 1fr;align-items:center;align-content:center;gap:8px;padding:0 15px;border:0;border-right:1px solid var(--af-line);background:transparent;text-align:left}.af-steps button:last-child{border-right:0}.af-steps button:hover{background:#eef4f4}.af-steps button[aria-current=step]{background:#e3eef0}.af-step-number{font:11px Consolas,Liberation Mono,monospace;color:#809398}.af-step-name{font-size:13px}.af-steps button[aria-current=step] .af-step-number{color:var(--af-teal)}.af-step-track{position:absolute;height:2px;left:0;right:0;bottom:0}.af-step-track>span{display:block;height:100%;width:0;background:var(--af-teal)}.af-transport{display:flex;align-items:center;gap:22px;min-height:76px}.af-playback{display:flex;align-items:center;gap:5px}.af-play{background:var(--af-teal);color:#fff!important}.af-play:hover{background:#0f5660}.af-playback select{margin-left:8px;width:59px;height:36px;padding:0 4px;border:0;border-radius:3px;font-size:12px;background:#e6eff0}.af-timeline{flex:1;min-width:40px;accent-color:var(--af-teal);height:22px}.af-time{min-width:109px;white-space:nowrap;font-size:12px}.af-time>span{color:var(--af-muted)}.af-count{display:flex;align-items:center;gap:9px;padding-left:24px;border-left:1px solid var(--af-line)}.af-count>strong{font-size:22px;min-width:28px;font-weight:400}.af-count>span{font-size:8px;line-height:1.5;color:var(--af-muted)}.af-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 4%;font-size:8px;color:#65797c;border-top:1px solid var(--af-line)}.af-footer>span>span{padding:0 9px;color:#90a2a6}.af-noscript{padding:20px 4%}.af-demo:fullscreen{overflow:auto}.af-demo[data-embed=true] .af-masthead,.af-demo[data-embed=true] .af-heading,.af-demo[data-embed=true] .af-footer{display:none}.af-demo[data-embed=true] .af-stage{height:max(330px,calc(100dvh - 255px))}@keyframes af-spin{to{transform:rotate(360deg)}}@media(max-width:1000px){.af-telemetry{display:none}}@media(max-width:760px){.af-masthead{min-height:66px;padding-top:14px;padding-bottom:14px}.af-brand{font-size:23px;gap:9px}.af-brand svg{width:31px;height:31px}.af-brand small{font-size:8px}.af-edition{flex-direction:column;align-items:flex-end;gap:5px;font-size:9px}.af-heading h1{font-size:33px}.af-specs{gap:19px}.af-specs dd{font-size:12px}.af-stage{height:455px}.af-count{display:none}.af-transport{gap:12px}.af-steps button{grid-template-columns:1fr;gap:5px;height:65px;padding:0 10px}.af-step-name{font-size:12px}.af-recipe input{width:98px}}@media(max-width:560px){.af-heading{flex-wrap:wrap;gap:17px;padding-bottom:8px}.af-specs{width:100%;gap:14px;justify-content:space-between}.af-specs dt{font-size:8px;margin-bottom:5px}.af-specs dd{font-size:11px}.af-stage{height:430px}.af-scene-bar{top:4px}.af-view-stamp{font-size:9px}.af-toggle{font-size:11px}.af-camera-bar{flex-wrap:wrap;justify-content:center;gap:9px}.af-views{justify-content:center}.af-views button{min-width:85px;padding:0 10px}.af-tools .af-icon-button{width:36px;height:36px;flex-basis:36px}.af-process-heading{flex-wrap:wrap;gap:10px;padding:13px 0}.af-recipe{width:100%}.af-recipe input{flex:1;width:auto}.af-status{min-height:17px}.af-step-name{font-size:11px;line-height:1.15;min-height:26px;display:flex;align-items:center}.af-steps button{padding:0 7px}.af-transport{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;padding:12px 0}.af-playback{grid-row:1;grid-column:1}.af-playback select{margin-left:0;width:55px}.af-time{grid-row:1;grid-column:2;text-align:right;font-size:11px}.af-timeline{grid-row:2;grid-column:1 / -1;width:100%;margin:7px 0 0}.af-footer{align-items:flex-start;font-size:7px;line-height:1.5}.af-footer>span:last-child{max-width:138px;text-align:right}.af-footer>span>span{padding:0 4px}.af-demo[data-embed=true] .af-stage{height:max(330px,calc(100dvh - 365px))}}@media(max-width:350px){.af-step-name{font-size:10px}.af-heading h1{font-size:31px}}@media(prefers-reduced-motion:reduce){.af-demo *,.af-demo *:before,.af-demo *:after{animation:none!important;transition:none!important}}.helix-auger-filler.af-demo{width:100%;min-width:0;min-height:0;margin:0 0 24px;color-scheme:light;line-height:1.4;text-align:left;isolation:isolate;container-type:inline-size}.helix-auger-filler [data-icon]:before{content:none;display:none}.helix-auger-filler button{min-height:0;margin:0;background-image:none;box-shadow:none;text-shadow:none;text-transform:none;font-weight:400;line-height:1.2}.helix-auger-filler button:hover,.helix-auger-filler button:focus{background-image:none;box-shadow:none;text-shadow:none}.helix-auger-filler .af-icon-button{min-width:0;padding:0}.helix-auger-filler label{margin:0;font-weight:400}.helix-auger-filler input,.helix-auger-filler select{margin-bottom:0;box-shadow:none}.helix-auger-filler input[type=range]{padding:0;border:0;background:transparent}.helix-auger-filler .af-heading{padding-top:12px;padding-bottom:8px;gap:12px}.helix-auger-filler .af-heading h2{margin:0;padding:0;background:transparent;color:var(--af-ink);font:500 20px/1.2 Bahnschrift,DIN Alternate,Franklin Gothic Medium,sans-serif;text-transform:none}.helix-auger-filler .af-heading h2>span{color:var(--af-amber)}.helix-auger-filler .af-reference{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--af-muted);text-decoration:none}.helix-auger-filler .af-reference:hover{color:var(--af-teal)}.helix-auger-filler .af-reference svg{width:12px;height:12px}.helix-auger-filler.af-demo .af-stage{flex:none;width:100%;height:280px;min-height:0}.helix-auger-filler .af-stage canvas{position:absolute;inset:0;max-width:100%;margin:0;padding:0;border:0}.helix-auger-filler .af-scene-bar{top:0}.helix-auger-filler .af-camera-bar{padding-bottom:10px;gap:8px}.helix-auger-filler .af-views button{min-width:74px;height:34px;padding:0 8px;gap:6px;font-size:11px}.helix-auger-filler .af-tools .af-icon-button{width:34px;height:34px;flex-basis:34px}.helix-auger-filler .af-tools .af-icon-button:first-child:after{left:0;transform:none}.helix-auger-filler .af-simulation{border-top:1px solid var(--af-line);background:var(--af-paper)}.helix-auger-filler .af-simulation>summary{padding:9px 4%;cursor:pointer;font-size:11px}.helix-auger-filler .af-simulation>summary:focus-visible{outline:2px solid var(--af-teal);outline-offset:-2px}.helix-auger-filler .af-footer{padding-top:8px;padding-bottom:8px;font-size:8px}.helix-auger-filler:fullscreen{min-height:100dvh;margin:0}.helix-auger-filler.af-demo:fullscreen .af-stage{flex:1 0 auto;min-height:280px}@container (max-width: 1000px){.helix-auger-filler .af-telemetry{display:none}}@container (max-width: 620px){.helix-auger-filler .af-process-heading{flex-wrap:wrap;gap:10px;padding:12px 0}.helix-auger-filler .af-recipe{width:100%}.helix-auger-filler .af-recipe input{flex:1;width:auto}.helix-auger-filler .af-steps button{grid-template-columns:1fr;gap:5px;padding:0 7px}.helix-auger-filler .af-step-name{font-size:11px}.helix-auger-filler .af-count{display:none}}@container (max-width: 480px){.helix-auger-filler .af-heading{flex-wrap:wrap}.helix-auger-filler .af-heading h2{font-size:18px}.helix-auger-filler.af-demo .af-stage{height:240px}.helix-auger-filler .af-camera-bar{flex-wrap:wrap;justify-content:center}.helix-auger-filler .af-footer{font-size:7px}}.helix-collection-machine .af-view-stamp{max-width:65%;line-height:1.3}.helix-collection-machine .af-view-stamp>span:last-child{min-width:0;overflow-wrap:anywhere}.helix-collection-machine .cm-readout{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;border-top:1px solid var(--af-line);font-size:11px}.helix-collection-machine .cm-readout>output{min-width:90px;text-align:right;font:12px Consolas,Liberation Mono,monospace}.helix-collection-machine .af-step-name,.helix-collection-machine .af-heading h2{overflow-wrap:anywhere}@container (max-width: 480px){.helix-collection-machine .af-heading{gap:5px 10px}.helix-collection-machine .af-heading h2{font-size:18px}.helix-collection-machine .af-reference,.helix-collection-machine .af-step-name{font-size:10px}}
