@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,HarmonyOS Sans,PingFang SC,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;--bg: radial-gradient(circle at 20% 20%, #273c75, #05060b 55%);--surface: rgba(6, 9, 20, .75);--border: rgba(148, 163, 184, .2);--accent: #67e8f9;--accent-strong: #3a81ff;--danger: #ff5f6d;--warn: #fbd38d;--text-muted: #94a3b8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:inherit}#app{min-height:100vh}.app-shell{min-height:100vh;display:flex;flex-wrap:wrap;gap:2rem;padding:3rem clamp(1.5rem,5vw,4rem)}.panel{flex:1 1 520px;max-width:860px;display:flex;flex-direction:column;gap:1.5rem}.surface{background:var(--surface);border:1px solid var(--border);border-radius:24px;backdrop-filter:blur(18px);box-shadow:0 45px 80px #05081473}.meta-panel{flex:1 1 280px;max-width:360px;padding:1.5rem;border-radius:24px;align-self:flex-start}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0}h1{margin:0;font-size:clamp(2rem,4vw,3rem)}.lede{margin:0;color:var(--text-muted);max-width:52ch}.status-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:20px;gap:1rem}.status-chip{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;background:#ffffff0f}.status-chip .dot{width:.65rem;height:.65rem;border-radius:50%;display:inline-flex;background:var(--accent)}.status-chip[data-tone=danger] .dot{background:var(--danger)}.status-chip[data-tone=warn] .dot{background:var(--warn)}.status-chip[data-tone=idle] .dot{background:var(--text-muted)}.timestamp{color:var(--text-muted);font-size:.95rem}.progress-card{padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.progress-card header,.progress-card footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.progress-card .version{font-size:2.4rem;font-weight:600;margin:0}.progress-track{width:100%;height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.progress-thumb{height:100%;border-radius:inherit;background:linear-gradient(120deg,var(--accent-strong),var(--accent));transition:width .32s ease}.progress-meta{text-align:right}.progress-meta .percent{display:block;font-size:2rem}.muted{color:var(--text-muted);margin:0}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{border:none;border-radius:999px;padding:.95rem 1.8rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:linear-gradient(120deg,var(--accent-strong),var(--accent));color:#041327;box-shadow:0 15px 30px #377dff59}.btn.outline{background:transparent;border:1px solid var(--border);color:inherit}.btn.subtle{background:#ffffff14;color:inherit}.btn:not(:disabled):hover{transform:translateY(-2px)}.notes{padding:1.5rem;border-radius:24px}.notes article{margin-top:.75rem;color:#f8fafc;line-height:1.7}.error-chip{margin:0;padding:.8rem 1rem;border-radius:14px;background:#ff5f6d26;color:#ffb4c1}.timeline{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:1rem}.timeline li{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.timeline li:last-child{border-bottom:none;padding-bottom:0}.timeline p{margin:0;font-weight:500}.timeline small{color:var(--text-muted)}.timeline__placeholder{margin:1rem 0 0;color:var(--text-muted)}@media(max-width:1024px){.app-shell{flex-direction:column}.meta-panel{width:100%;max-width:none}}
