.gen-overlay{position:fixed;inset:0;z-index:50;background:var(--bg);display:flex;align-items:center;justify-content:center;animation:gen-fade-in .25s ease both}.gen-center{text-align:center;width:100%;max-width:460px;padding:0 24px}.gen-factory-eyebrow{font-size:11px;font-weight:900;letter-spacing:.22em;opacity:.45}.gen-factory-title{margin-top:6px;font-size:22px;font-weight:900}.gen-stations{margin-top:26px;display:flex;justify-content:center;gap:6px}.gen-station{flex:1;max-width:96px;display:flex;flex-direction:column;align-items:center;gap:7px;position:relative}.gen-station+.gen-station:before{content:"";position:absolute;top:21px;right:calc(50% + 24px);width:calc(100% - 42px);height:3px;border-radius:99px;background:rgba(17,17,17,.1)}.gen-station[data-state=active]+.gen-station:before,.gen-station[data-state=done]+.gen-station:before{background:var(--blue)}.gen-station-icon{width:44px;height:44px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:19px;border:2.5px solid rgba(17,17,17,.12);background:#fff;position:relative;z-index:1}.gen-station[data-state=done] .gen-station-icon{background:var(--lime);border-color:var(--lime);font-weight:900;font-size:17px}.gen-station[data-state=active] .gen-station-icon{border-color:var(--blue);animation:gen-station-pulse 1.4s ease-in-out infinite}.gen-station[data-state=todo] .gen-station-icon{opacity:.45}.gen-station-label{font-size:11px;font-weight:800}.gen-station[data-state=todo] .gen-station-label{opacity:.4}.gen-station[data-state=active] .gen-station-label{color:var(--blue)}.gen-belt{margin-top:22px;border-radius:12px;background:repeating-linear-gradient(-45deg,rgba(17,17,17,.85) 0 14px,var(--lime) 14px 28px);animation:gen-belt-move 1.2s linear infinite;padding:6px 0 2px;overflow:hidden}.gen-belt-track{display:flex;width:max-content;animation:gen-crates-move 4.8s linear infinite}.gen-crate{font-size:26px;display:block;margin-right:64px;animation:gen-crate-hop .8s ease-in-out infinite}.gen-crate:nth-child(2){animation-delay:.25s}.gen-crate:nth-child(3){animation-delay:.5s}.gen-message{margin-top:24px;font-size:17px;font-weight:900;animation:gen-msg-in .4s ease both;min-height:1.7em}.gen-progress-track{margin-top:18px;height:10px;border-radius:999px;background:rgba(17,17,17,.08);overflow:hidden}.gen-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--lime));transition:width .2s linear}.gen-percent{margin-top:10px;font-size:13px;opacity:.6}.gen-note{margin-top:14px;font-size:12px;opacity:.55;line-height:1.7}@keyframes gen-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gen-msg-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gen-station-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--blue) 40%,transparent)}50%{box-shadow:0 0 0 9px color-mix(in srgb,var(--blue) 0%,transparent)}}@keyframes gen-belt-move{0%{background-position:0 0}to{background-position:39.6px 0}}@keyframes gen-crates-move{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes gen-crate-hop{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.gen-belt,.gen-belt-track,.gen-crate,.gen-station-icon{animation:none!important}}