#hero-demo .hd-stage{position:relative;height:332px;overflow:hidden}@media(min-width:1024px){#hero-demo .hd-stage{height:352px}}#hero-demo .hd-narr-num{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:none;border-radius:999px;background:var(--color-brand-500);color:#fff;font-family:var(--font-display);font-size:14px;font-weight:700;transition:background .4s ease}#hero-demo .hd-narr-num.is-pass{background:var(--color-pass)}#hero-demo .hd-narr-body{transition:opacity .25s ease}#hero-demo .hd-narr-body.is-swapping{opacity:0}#hero-demo .hd-scene{position:absolute;inset:0;padding:18px 18px 16px;opacity:0;transform:translateY(14px) scale(.985);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);pointer-events:none}#hero-demo[data-state=configure] .hd-scene--configure,#hero-demo[data-state=press] .hd-scene--configure,#hero-demo[data-state=writing] .hd-scene--writing,#hero-demo[data-state=verify] .hd-scene--verify,#hero-demo[data-state=passed] .hd-scene--verify,#hero-demo[data-state=shipped] .hd-scene--verify{opacity:1;transform:none}#hero-demo .hd-ey{font-family:var(--font-mono);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-700)}#hero-demo .hd-spin{display:inline-block;width:13px;height:13px;border-radius:999px;border:2px solid var(--color-brand-200);border-top-color:var(--color-brand-500);animation:hd-spin .8s linear infinite}#hero-demo .hd-spin--sm{width:11px;height:11px;border-width:1.6px}@keyframes hd-spin{to{transform:rotate(360deg)}}#hero-demo .hd-q{font-size:13.5px;font-weight:600;color:var(--color-ink)}#hero-demo .hd-slot{position:relative;min-height:40px}#hero-demo .hd-slot--tall{min-height:80px}#hero-demo .hd-ghost{position:absolute;inset:0;display:flex;align-items:center;padding:0 12px;border:1px dashed var(--color-line-strong);border-radius:10px;font-size:12.5px;color:var(--color-muted);background:var(--color-canvas);transition:opacity .4s ease}#hero-demo .hd-answer{opacity:0;transform:translateY(5px) scale(.99);transition:opacity .45s ease,transform .45s cubic-bezier(.34,1.56,.64,1)}#hero-demo .hd-answer--type{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--color-brand-300);border-radius:10px;background:var(--color-brand-50);color:var(--color-brand-700);font-size:13px;font-weight:600}#hero-demo .hd-answer--readers{display:flex;flex-direction:column;gap:8px}#hero-demo .hd-reader{display:flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid var(--color-line);border-radius:10px;background:var(--color-paper);font-size:13px;color:var(--color-ink-soft);opacity:0;transform:translateY(5px);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}#hero-demo .hd-ava{display:flex;align-items:center;justify-content:center;width:21px;height:21px;flex:none;border-radius:999px;background:var(--color-brand-100);color:var(--color-brand-700);font-size:10.5px;font-weight:700}#hero-demo.hd-f1 .hd-answer--type{opacity:1;transform:none}#hero-demo.hd-f1 .hd-slot:not(.hd-slot--tall) .hd-ghost{opacity:0}#hero-demo.hd-f2 .hd-answer--readers,#hero-demo.hd-f3 .hd-answer--readers{opacity:1;transform:none}#hero-demo.hd-f2 .hd-slot--tall .hd-ghost,#hero-demo.hd-f3 .hd-slot--tall .hd-ghost{opacity:0}#hero-demo.hd-f2 .hd-reader--1,#hero-demo.hd-f3 .hd-reader--1,#hero-demo.hd-f3 .hd-reader--2{opacity:1;transform:none}#hero-demo .hd-gen{position:relative;overflow:hidden;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}#hero-demo .hd-gen.is-press{transform:scale(.975)}#hero-demo .hd-ripple{position:absolute;left:50%;top:50%;width:14px;height:14px;border-radius:999px;background:#ffffff8c;transform:translate(-50%,-50%) scale(0);opacity:0;pointer-events:none}#hero-demo .hd-gen.is-press .hd-ripple{animation:hd-ripple .6s ease-out}@keyframes hd-ripple{0%{transform:translate(-50%,-50%) scale(0);opacity:.5}to{transform:translate(-50%,-50%) scale(28);opacity:0}}#hero-demo .hd-cursor{position:absolute;left:50%;top:0;width:19px;height:19px;filter:drop-shadow(0 2px 3px rgba(13,50,48,.28));transform:translate(64px,58px);transition:transform .85s cubic-bezier(.5,0,.2,1);pointer-events:none}#hero-demo .hd-cursor.is-armed{transform:translate(-8px,30px)}#hero-demo .hd-chip-mono{border:1px solid var(--color-line);background:var(--color-canvas);border-radius:5px;padding:1px 6px;font-family:var(--font-mono);font-size:11px;color:var(--color-muted)}#hero-demo .hd-wline{height:9px;border-radius:5px;background:var(--color-line);width:9%;transition:width .6s ease;transition-delay:var(--d, 0s)}#hero-demo .hd-wline+.hd-wline{margin-top:9px}#hero-demo .hd-wline--title{height:12px;background:var(--color-brand-100)}#hero-demo[data-state=writing] .hd-wline{width:var(--w, 80%)}#hero-demo .hd-code{background:var(--color-night);border-radius:10px;padding:11px 12px}#hero-demo .hd-cline{height:7px;border-radius:4px;background:var(--c, #2b4b47);width:11%;transition:width .6s ease;transition-delay:var(--d, 0s);opacity:.85}#hero-demo .hd-cline+.hd-cline{margin-top:7px}#hero-demo[data-state=writing] .hd-cline{width:var(--w, 70%)}#hero-demo .hd-actor{display:flex;align-items:center;gap:11px}#hero-demo .hd-actor-ico{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:none;border-radius:9px;transition:box-shadow .3s ease,background .3s ease}#hero-demo .hd-actor-ico--writer{background:var(--color-brand-50);color:var(--color-brand-600);border:1px solid var(--color-brand-200)}#hero-demo .hd-actor-ico--writer.is-busy{box-shadow:0 0 0 4px #0097a129}#hero-demo .hd-actor-ico--verifier{background:var(--color-paper);color:var(--color-ink);border:1px solid var(--color-line-strong)}#hero-demo .hd-actor-name{font-size:13.5px;font-weight:600;color:var(--color-ink)}#hero-demo .hd-actor-state{font-size:11.5px;color:var(--color-muted)}#hero-demo .hd-writer-spin{opacity:0;transition:opacity .3s ease}#hero-demo .hd-writer-spin.is-on{opacity:1}#hero-demo .hd-wire{position:relative;height:30px;margin:2px 0 2px 15px;padding-left:18px;display:flex;align-items:center}#hero-demo .hd-wire-track{position:absolute;left:0;top:-4px;bottom:-4px;width:0;border-left:2px dashed var(--color-line-strong)}#hero-demo .hd-packet{position:absolute;left:-4px;width:9px;height:9px;border-radius:999px;background:var(--color-brand-500);box-shadow:0 0 0 3px #0097a129;top:-2px;transition:top .7s cubic-bezier(.4,0,.2,1),background .3s ease,box-shadow .3s ease}#hero-demo .hd-packet.is-down{top:calc(100% - 7px)}#hero-demo .hd-packet.is-flag{background:var(--color-flag);box-shadow:0 0 0 3px #c2790b2e}#hero-demo .hd-packet.is-pass{background:var(--color-pass);box-shadow:0 0 0 3px #15a06b2e}#hero-demo .hd-wire-cap{font-family:var(--font-mono);font-size:11px;color:var(--color-muted);transition:color .3s ease}#hero-demo .hd-wire-cap.is-flag{color:var(--color-flag)}#hero-demo .hd-wire-cap.is-pass{color:var(--color-pass)}#hero-demo .hd-c2{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--color-ink-soft);opacity:0;transform:translateY(3px);transition:opacity .4s ease,transform .4s ease}#hero-demo .hd-c2.is-on{opacity:1;transform:none}#hero-demo .hd-c2-ico{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;flex:none;border-radius:999px}#hero-demo .hd-c2.is-pass .hd-c2-ico{background:#15a06b24;color:var(--color-pass)}#hero-demo .hd-c2.is-pass .hd-c2-ico:after{content:"";width:8px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg) translate(1px,-1px)}#hero-demo .hd-c2.is-checking .hd-c2-ico{border:2px solid var(--color-brand-200);border-top-color:var(--color-brand-500);animation:hd-spin .8s linear infinite}#hero-demo .hd-c2.is-fail .hd-c2-ico,#hero-demo .hd-c2.is-fixing .hd-c2-ico{background:#c2790b29;color:var(--color-flag)}#hero-demo .hd-c2.is-fail .hd-c2-ico:after{content:"!";font-family:var(--font-mono);font-size:11px;font-weight:700;line-height:1}#hero-demo .hd-c2.is-fixing .hd-c2-ico{background:transparent;border:2px solid rgba(194,121,11,.35);border-top-color:var(--color-flag);animation:hd-spin .8s linear infinite}#hero-demo .hd-c2.is-fail .hd-c2-label,#hero-demo .hd-c2.is-fixing .hd-c2-label{color:var(--color-flag);font-weight:600}#hero-demo .hd-finding{margin-left:26px;font-size:11.5px;line-height:1.4;color:var(--color-flag);opacity:0;max-height:0;overflow:hidden;transition:opacity .35s ease,max-height .35s ease,color .35s ease}#hero-demo .hd-finding.is-on{opacity:1;max-height:40px}#hero-demo .hd-finding.is-pass{color:var(--color-pass)}#hero-demo .hd-bar{position:relative;height:8px;border-radius:999px;background:var(--color-line);overflow:hidden}#hero-demo .hd-bar-fill{height:100%;width:62%;border-radius:999px;background:var(--color-flag);transition:width 1s cubic-bezier(.4,0,.2,1),background .5s ease}#hero-demo .hd-bar-fill.is-pass{background:linear-gradient(90deg,var(--color-brand-500),var(--color-brand-400))}#hero-demo .hd-bar-gate{position:absolute;top:-2px;bottom:-2px;left:90%;width:2px;background:var(--color-paper);box-shadow:0 0 0 1px var(--color-line-strong)}#hero-demo .hd-pill{background:var(--color-canvas);border-color:var(--color-line);color:var(--color-muted)}#hero-demo .hd-pill-dot{background:var(--color-line-strong)}#hero-demo .hd-pill.is-run{border-color:var(--color-brand-200);background:var(--color-brand-50);color:var(--color-brand-700)}#hero-demo .hd-pill.is-flag{border-color:#c2790b4d;background:#c2790b1a;color:var(--color-flag)}#hero-demo .hd-pill.is-pass{border-color:#15a06b4d;background:#15a06b1a;color:var(--color-pass)}#hero-demo .hd-pill.is-run .hd-pill-dot,#hero-demo .hd-pill.is-flag .hd-pill-dot{border-radius:999px;border:1.6px solid currentColor;border-top-color:transparent;background:transparent;animation:hd-spin .8s linear infinite}#hero-demo .hd-pill.is-pass .hd-pill-dot{background:var(--color-pass)}#hero-demo .hd-toast{position:absolute;left:50%;bottom:14px;display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:var(--color-ink);color:#eafaf6;font-size:12px;font-weight:500;box-shadow:var(--shadow-lift);opacity:0;transform:translate(-50%,16px);transition:opacity .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none}#hero-demo .hd-toast svg{color:#4fd6b0}#hero-demo[data-state=shipped] .hd-toast{opacity:1;transform:translate(-50%)}#hero-demo .hd-step{font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--color-muted);transition:color .3s ease}#hero-demo .hd-sep{color:var(--color-line-strong);font-size:12px}#hero-demo[data-state=configure] [data-step=configure],#hero-demo[data-state=press] [data-step=configure],#hero-demo[data-state=writing] [data-step=writing],#hero-demo[data-state=verify] [data-step=verify],#hero-demo[data-state=passed] [data-step=verify],#hero-demo[data-state=shipped] [data-step=verify]{color:var(--color-brand-600)}#hero-demo.hd-reset .hd-bar-fill,#hero-demo.hd-reset .hd-c2,#hero-demo.hd-reset .hd-finding,#hero-demo.hd-reset .hd-wline,#hero-demo.hd-reset .hd-cline,#hero-demo.hd-reset .hd-cursor,#hero-demo.hd-reset .hd-packet,#hero-demo.hd-reset .hd-answer,#hero-demo.hd-reset .hd-reader,#hero-demo.hd-reset .hd-ghost,#hero-demo.hd-reset .hd-narr-body{transition:none!important}@media(prefers-reduced-motion:reduce){#hero-demo .hd-scene,#hero-demo .hd-c2,#hero-demo .hd-wline,#hero-demo .hd-cline,#hero-demo .hd-answer,#hero-demo .hd-reader{transition:none!important}}.dt-spin[data-astro-cid-cmgpsf2k]{animation:dt-spin .9s linear infinite}@keyframes dt-spin{to{transform:rotate(360deg)}}[data-astro-cid-o4hjyneg][data-doc-preview]{--dp-bg: #ffffff;--dp-card: #f5faf9;--dp-text: #0e2b2d;--dp-muted: #5d7173;--dp-border: #e0ece9;--dp-accent: #0a818b;--dp-active: #ecfbf9;--dp-inline: rgba(10, 129, 139, .1);--dp-codebg: #f1f5f4;--dp-codetext: #33484a;--dp-kw: #0a7b85;--dp-str: #b5610b;--dp-fn: #7a5cf0;--dp-var: #0e2b2d}[data-astro-cid-o4hjyneg][data-doc-preview].is-dark{--dp-bg: #161c1c;--dp-card: #222828;--dp-text: rgba(255, 255, 255, .9);--dp-muted: #8c9594;--dp-border: #2f3434;--dp-accent: #36bebe;--dp-active: #2b3231;--dp-inline: rgba(54, 190, 190, .14);--dp-codebg: #1b2221;--dp-codetext: #cfeae6;--dp-kw: #569cd6;--dp-str: #ce9178;--dp-fn: #dcdcaa;--dp-var: #9cdcfe}.dp-code[data-astro-cid-o4hjyneg]{background:var(--dp-codebg);color:var(--dp-codetext)}.dp-code[data-astro-cid-o4hjyneg] .k[data-astro-cid-o4hjyneg]{color:var(--dp-kw)}.dp-code[data-astro-cid-o4hjyneg] .s[data-astro-cid-o4hjyneg]{color:var(--dp-str)}.dp-code[data-astro-cid-o4hjyneg] .f[data-astro-cid-o4hjyneg]{color:var(--dp-fn)}.dp-code[data-astro-cid-o4hjyneg] .v[data-astro-cid-o4hjyneg]{color:var(--dp-var)}[data-astro-cid-o4hjyneg][data-rail-pill]{position:absolute;left:0;top:0;transition:left .28s var(--ease-spring),width .28s var(--ease-spring),top .25s ease,height .25s ease}.dp-themebtn[data-astro-cid-o4hjyneg],.dp-cbtab[data-astro-cid-o4hjyneg]{color:var(--dp-muted);cursor:pointer}.dp-themebtn[data-astro-cid-o4hjyneg].dp-on,.dp-cbtab[data-astro-cid-o4hjyneg].dp-on{color:var(--dp-text)}.dp-navitem[data-astro-cid-o4hjyneg]{transition:background-color .15s ease;cursor:pointer}.dp-navitem[data-astro-cid-o4hjyneg]:hover{background:color-mix(in srgb,var(--dp-text) 7%,transparent);color:var(--dp-text)}.dp-tocitem[data-astro-cid-o4hjyneg]{cursor:pointer}.dp-tocitem[data-astro-cid-o4hjyneg]:hover{color:var(--dp-text)}[data-astro-cid-o4hjyneg][data-doc-acc-panel]{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}[data-astro-cid-o4hjyneg][data-doc-acc].open [data-astro-cid-o4hjyneg][data-doc-acc-panel]{grid-template-rows:1fr}[data-astro-cid-o4hjyneg][data-doc-acc-chevron]{transition:transform .22s ease}[data-astro-cid-o4hjyneg][data-doc-acc].open [data-astro-cid-o4hjyneg][data-doc-acc-chevron]{transform:rotate(90deg)}.dp-dotgrid[data-astro-cid-o4hjyneg]{background-image:radial-gradient(var(--dp-border) 1px,transparent 1px);background-size:14px 14px}.dt-pick[data-astro-cid-sd74ty6c]{position:relative;border-radius:10px;padding:8px 11px;margin-inline:-11px;transition:box-shadow .15s ease,background-color .15s ease}.dt-pick[data-astro-cid-sd74ty6c]:hover{box-shadow:0 0 0 2px var(--color-brand-300)}.dt-pick[data-astro-cid-sd74ty6c].is-selected{box-shadow:0 0 0 2px var(--color-brand-500);background:color-mix(in srgb,var(--color-brand-500) 5%,transparent)}.dt-pick[data-astro-cid-sd74ty6c]:before{content:attr(data-pick-type);position:absolute;top:-3px;left:10px;transform:translateY(-100%);background:var(--color-brand-500);color:#fff;font-family:var(--font-mono);font-size:9.5px;font-weight:600;letter-spacing:.04em;line-height:1;padding:3px 7px;border-radius:6px;opacity:0;transition:opacity .12s ease;pointer-events:none;white-space:nowrap;box-shadow:0 2px 6px #0a818b59;z-index:5}.dt-pick[data-astro-cid-sd74ty6c]:hover:before,.dt-pick[data-astro-cid-sd74ty6c].is-selected:before{opacity:1}
