.pipeline-simulator[data-astro-cid-ht52hfkg]{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:none;padding:1.25rem 1.5rem;border-radius:1.5rem;background:#f1f5f9;border:1px solid rgba(226,232,240,.9);overflow:hidden}.pipeline-header[data-astro-cid-ht52hfkg]{display:flex;flex-direction:column;gap:1rem;z-index:10;flex-shrink:0}@media (min-width: 640px){.pipeline-header[data-astro-cid-ht52hfkg]{flex-direction:row;justify-content:space-between;align-items:center}}.pipeline-legend[data-astro-cid-ht52hfkg]{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;background:#fff;padding:.5rem .75rem;border-radius:.75rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 1px 2px #0f0f230a;font-size:.75rem}.pipeline-stage[data-astro-cid-ht52hfkg]{flex:1;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:2 / 1;min-height:360px;height:auto}@media (min-width: 768px){.pipeline-stage[data-astro-cid-ht52hfkg]{min-height:480px}}@media (min-width: 1024px){.pipeline-stage[data-astro-cid-ht52hfkg]{min-height:560px;max-height:min(780px,72vh)}}.pipeline-canvas[data-astro-cid-ht52hfkg]{position:absolute;width:1400px;height:700px;background:#f8fafc;border:1px solid rgba(226,232,240,.8);border-radius:1rem;box-shadow:0 8px 30px #0000000a;overflow:hidden;transform-origin:center center;transition:transform .1s ease}.pipeline-footer[data-astro-cid-ht52hfkg]{display:grid;grid-template-columns:1fr;gap:1rem;align-items:center;flex-shrink:0;z-index:10;background:#ffffffe6;backdrop-filter:blur(4px);padding:.875rem;border-radius:1rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 1px 2px #0f0f230a}@media (min-width: 1024px){.pipeline-footer[data-astro-cid-ht52hfkg]{grid-template-columns:1fr 1.4fr}}.pipeline-status-panel[data-astro-cid-ht52hfkg]{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.pipeline-status-body[data-astro-cid-ht52hfkg]{min-width:0}#pipeline-status-detail[data-astro-cid-ht52hfkg]:empty{display:none}@media (min-width: 1024px){.pipeline-status-panel[data-astro-cid-ht52hfkg]{border-top:none;border-bottom:none;border-left:1px solid #f1f5f9;border-right:none}}.belt-track-flow-delay-1{animation-delay:-.4s}.belt-track-flow-delay-2{animation-delay:-.8s}.station-card[data-astro-cid-ht52hfkg]{transform:translate(-50%,-50%);transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1)}.station-card[data-astro-cid-ht52hfkg].is-active,.station-card[data-astro-cid-ht52hfkg].is-hovered{transform:translate(-50%,-50%) scale(1.04);z-index:20}.station-card[data-astro-cid-ht52hfkg].is-hovered{border-color:#c4b5fd;box-shadow:0 8px 24px #8b5cf61f}.station-card[data-astro-cid-ht52hfkg]:focus-visible{outline:2px solid #8b5cf6;outline-offset:2px}.station-popup[data-astro-cid-ht52hfkg]{position:absolute;z-index:40;width:260px;pointer-events:auto;opacity:1;transition:opacity .15s ease}.station-popup[data-astro-cid-ht52hfkg].hidden{display:none;opacity:0}.station-popup-inner[data-astro-cid-ht52hfkg]{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;padding:.875rem;box-shadow:0 12px 32px #0f0f231f}.station-popup--pinned[data-astro-cid-ht52hfkg] .station-popup-inner[data-astro-cid-ht52hfkg]{border-color:#c4b5fd;box-shadow:0 16px 40px #8b5cf62e}.station-popup-header[data-astro-cid-ht52hfkg]{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.375rem}.station-popup-step[data-astro-cid-ht52hfkg]{font-size:.625rem;font-weight:800;font-family:ui-monospace,monospace;color:#94a3b8;background:#f8fafc;border:1px solid #e2e8f0;padding:.125rem .375rem;border-radius:.25rem}.station-popup-badge[data-astro-cid-ht52hfkg]{font-size:.625rem;font-weight:700;color:#6366f1;background:#eef2ff;border:1px solid #c7d2fe;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.03em}.station-popup-title[data-astro-cid-ht52hfkg]{font-size:.8125rem;font-weight:700;color:#0f172a;margin:0 0 .625rem;line-height:1.3}.station-popup-section[data-astro-cid-ht52hfkg]+.station-popup-section[data-astro-cid-ht52hfkg]{margin-top:.5rem}.station-popup-label[data-astro-cid-ht52hfkg]{display:block;font-size:.5625rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.2rem}.station-popup-text[data-astro-cid-ht52hfkg]{font-size:.6875rem;line-height:1.45;color:#475569;margin:0}@keyframes beltScroll{0%{stroke-dashoffset:0}to{stroke-dashoffset:-24}}.belt-track-flow{stroke-dasharray:8,16;animation:beltScroll 1.2s linear infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.pipeline-terminal-cursor{animation:blink .9s infinite}@keyframes slow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pipeline-slow-spin{animation:slow-spin 8s linear infinite}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(200%)}}.pipeline-loading-bar{width:60%;animation:loading 1.5s infinite ease-in-out}@keyframes slideUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.pipeline-code-scroll{animation:slideUp 2s infinite linear}@media (prefers-reduced-motion: reduce){.belt-track-flow,.pipeline-terminal-cursor,.pipeline-slow-spin,.pipeline-loading-bar,.pipeline-code-scroll{animation:none!important}}
