:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f8;--surface:#fff;--surface-soft:#f7f9fc;--text:#1f2329;--muted:#646a73;--line:#dee0e3;--line-strong:#c9cdd4;--blue:#1456f0;--blue-hover:#0f4cd8;--blue-soft:#e8f0ff;--green:#2b8a3e;--green-soft:#eaf8ee;--orange:#b65b00;--red:#d83931;--red-soft:#fff0ef;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-height:100dvh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #1456f047}label:has(input:focus-visible){outline-offset:2px;outline:3px solid #1456f047}.app-shell{min-height:100dvh}.topbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:10;align-items:center;gap:12px;height:68px;padding:0 32px;display:flex;position:sticky;top:0}.brand-mark{background:var(--blue);color:#fff;letter-spacing:-.02em;border-radius:9px;place-items:center;width:36px;height:36px;font-size:15px;font-weight:760;display:grid}.brand-name,.brand-context{margin:0;line-height:1.25}.brand-name{font-size:15px;font-weight:700}.brand-context{color:var(--muted);margin-top:2px;font-size:12px}.environment{color:var(--muted);align-items:center;gap:8px;margin-left:auto;font-size:13px;display:flex}.environment span{background:#34a853;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #eaf8ee}.workspace{width:min(1180px,100% - 48px);margin:0 auto;padding:54px 0 72px}.intro{max-width:760px}.kicker,.section-label{color:var(--blue);letter-spacing:.08em;margin:0 0 10px;font-size:12px;font-weight:700}.intro h1{letter-spacing:-.045em;margin:0;font-size:clamp(32px,4.4vw,52px);line-height:1.12}.intro>p:last-child{color:var(--muted);margin:18px 0 0;font-size:17px;line-height:1.75}.stage-rail{background:var(--surface);border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(4,1fr);margin:40px 0 28px;padding:0;list-style:none;display:grid;overflow:hidden}.stage-rail li{min-height:66px;color:var(--muted);align-items:center;gap:10px;padding:14px 18px;font-size:14px;display:flex;position:relative}.stage-rail li+li{border-left:1px solid var(--line)}.stage-rail li[data-status=current]{background:var(--blue-soft);color:#0b3b9f;font-weight:650}.stage-rail li[data-status=done]{color:var(--green)}.stage-index{border:1px solid var(--line-strong);background:var(--surface);border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;font-weight:700;display:grid}.stage-rail li[data-status=current] .stage-index{border-color:var(--blue);color:var(--blue)}.stage-rail li[data-status=done] .stage-index{background:var(--green-soft);border-color:#82c991}.content-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.75fr);align-items:stretch;gap:20px;display:grid}.primary-panel,.status-panel{background:var(--surface);border:1px solid var(--line);border-radius:12px}.primary-panel{padding:28px}.status-panel{flex-direction:column;padding:26px;display:flex}.panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.panel-heading h2,.status-panel h2{margin:0;font-size:20px;line-height:1.35}.text-button{color:var(--blue);white-space:nowrap;background:0 0;border:0;flex:none;padding:5px 0;font-weight:600}.drop-zone{text-align:center;background:var(--surface-soft);cursor:pointer;border:1px dashed #8f959e;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:250px;padding:30px;transition:border-color .16s,background .16s;display:flex}.drop-zone:hover,.drop-zone.is-dragging{border-color:var(--blue);background:#f1f6ff}.drop-zone.has-file{background:#f6f9ff;border-style:solid;border-color:#9bb7f5}.drop-zone input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.drop-zone strong{overflow-wrap:anywhere;max-width:100%;font-size:17px}.drop-zone>span:not(.file-symbol),.drop-zone small{color:var(--muted);font-size:13px;line-height:1.5}.file-symbol{border:2px solid var(--blue);background:#fff;border-radius:8px;width:52px;height:62px;margin-bottom:6px;position:relative}.file-symbol:before{content:"";border-left:16px solid #0000;border-bottom:16px solid var(--blue-soft);position:absolute;top:-2px;right:-2px}.file-symbol span{background:var(--blue);height:2px;position:absolute;top:29px;left:12px;right:12px;box-shadow:0 8px #8aabf7}.action-row{align-items:center;gap:18px;margin-top:22px;display:flex}.action-row>span{color:var(--muted);font-size:12px;line-height:1.5}.primary-button,.secondary-button,.danger-button{border:1px solid #0000;border-radius:7px;min-height:38px;padding:0 16px;font-weight:650}.primary-button{color:#fff;background:var(--blue)}.primary-button:hover:not(:disabled){background:var(--blue-hover)}.secondary-button{color:var(--text);background:var(--surface);border-color:var(--line-strong)}.secondary-button:hover:not(:disabled){background:var(--surface-soft)}.danger-button{color:var(--red);background:var(--surface);border-color:#efaaa6}.danger-button:hover:not(:disabled){background:var(--red-soft)}.transfer-block{margin-top:24px}.progress-copy{color:var(--muted);justify-content:space-between;margin-bottom:9px;font-size:13px;display:flex}.progress-copy strong{color:var(--text)}progress{background:#e8eaed;border:0;border-radius:20px;width:100%;height:8px;display:block;overflow:hidden}progress::-webkit-progress-bar{background:#e8eaed}progress::-webkit-progress-value{background:var(--blue);border-radius:20px}progress::-moz-progress-bar{background:var(--blue);border-radius:20px}.button-group{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.status-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.status-empty h2{margin-top:20px}.status-empty p,.status-content>p,.truth-boundary p{color:var(--muted);font-size:14px;line-height:1.7}.status-orbit{border:1px solid #b8c9ef;border-radius:50%;width:52px;height:52px;position:relative}.status-orbit:before{content:"";background:var(--blue);border-radius:50%;width:9px;height:9px;position:absolute;top:-4px;left:21px}.spinner{border:3px solid #d8e3fa;border-top-color:var(--blue);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.status-content{min-height:260px}.status-line{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;display:flex}.status-dot{background:#8f959e;border-radius:50%;width:8px;height:8px}.tone-active .status-dot{background:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.tone-success .status-dot{background:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.tone-danger .status-dot{background:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.tone-warning .status-dot{background:var(--orange)}.reason-box{background:var(--red-soft);color:#9d2924;border-radius:7px;justify-content:space-between;gap:14px;margin:18px 0;padding:12px;font-size:12px;display:flex}.record-details{border-top:1px solid var(--line);margin:24px 0 0}.record-details div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:11px 0;font-size:12px;display:flex}.record-details dt{color:var(--muted)}.record-details dd{font-variant-numeric:tabular-nums;margin:0}.truth-boundary{border-top:1px solid var(--line);margin-top:auto;padding-top:20px}.truth-boundary strong{font-size:13px}.truth-boundary p{margin:7px 0 0;font-size:12px}.error-banner{border-left:3px solid var(--red);background:var(--red-soft);color:#8b2622;justify-content:space-between;gap:24px;margin-top:18px;padding:16px 18px;display:flex}.error-banner p{margin:4px 0 0;font-size:13px}.error-banner>span{color:var(--muted);align-self:center;font-size:11px}@media (max-width:820px){.topbar{padding:0 18px}.workspace{width:min(100% - 28px,680px);padding-top:36px}.stage-rail{grid-template-columns:1fr 1fr}.stage-rail li:nth-child(3){border-left:0;border-top:1px solid var(--line)}.stage-rail li:nth-child(4){border-top:1px solid var(--line)}.content-grid{grid-template-columns:1fr}.status-panel{min-height:390px}}@media (max-width:520px){.environment{font-size:0}.workspace{width:calc(100% - 20px);padding:28px 0 44px}.intro h1{font-size:34px}.intro>p:last-child{font-size:15px}.stage-rail{grid-template-columns:1fr}.stage-rail li+li{border-left:0;border-top:1px solid var(--line)}.primary-panel,.status-panel{padding:20px}.panel-heading{align-items:center}.drop-zone{min-height:220px;padding:22px 16px}.action-row,.error-banner{flex-direction:column;align-items:stretch}.primary-button,.secondary-button,.danger-button{width:100%}.error-banner>span{align-self:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
