@import "https://fonts.googleapis.com/css2?family=Geist:wght@500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#10141a;--panel:#161b22;--panel-2:#21262d;--panel-high:#262a31;--inset:#010409;--border:#30363d;--outline:#424754;--text:#f0f6fc;--muted:#8b949e;--primary:#1f6feb;--primary-soft:#afc6ff;--primary-text:#fff;--danger:#f85149;--warn:#d29922;--ok:#3fb950;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;background:var(--bg);color:var(--text);font-family:Inter,system-ui,Segoe UI,sans-serif;line-height:1.45}*{box-sizing:border-box}body{background:var(--bg);margin:0}button,input,select{font:inherit}a{color:inherit}.login-page{background:radial-gradient(circle at 20% 10%, #1c2b50 0, transparent 34rem), var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border:1px solid var(--border);background:color-mix(in srgb, var(--panel) 94%, transparent);border-radius:16px;flex-direction:column;gap:18px;width:min(100%,420px);padding:32px;display:flex;box-shadow:0 24px 80px #00000059}.login-brand{color:var(--primary);letter-spacing:.16em;text-transform:uppercase;font-size:.8rem;font-weight:750}.login-form{flex-direction:column;gap:14px;display:flex}.login-form input{min-height:42px}.login-form .btn{background:var(--primary);min-height:42px;color:var(--primary-text);border-color:#0000;margin-top:4px;font-weight:700}.login-security{color:var(--muted);text-align:center;margin:0;font-size:.76rem}.app{flex-direction:column;gap:16px;max-width:1180px;margin:0 auto;padding:24px 20px 48px;display:flex}.top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}h1,h2,h3{font-family:Geist,Inter,sans-serif}h1{margin:0 0 4px;font-size:1.6rem}h2{margin:0;font-size:1.05rem}.muted{color:var(--muted);font-size:.92rem}.meta{color:var(--muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}@media (width<=900px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.grid-4,.form-grid{grid-template-columns:1fr}.top{flex-direction:column}}.card,.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.card-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.card-value{margin:4px 0;font-size:1.35rem;font-weight:650}.panel.highlight{background:#1a2233;border-color:#3a4d7a}.panel-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.row{align-items:center;display:flex}.gap{gap:8px}.wrap{flex-wrap:wrap}.spacer{flex:1}.btn{border:1px solid var(--border);background:var(--panel-2);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 12px}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--primary);color:var(--primary-text);border-color:#0000;font-weight:650}.btn.danger{color:#ffd0d0;background:#3a1d1d;border-color:#6a3030}.btn.ghost{background:0 0}.btn.loading{opacity:.78;align-items:center;gap:8px;display:inline-flex}.btn.loading:before{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite button-spin}@keyframes button-spin{to{transform:rotate(360deg)}}.pill{border:1px solid var(--border);background:var(--panel-2);border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;display:inline-flex}.pill.warn{color:var(--warn);border-color:#6a5318}.pill.danger{color:var(--danger);border-color:#6a3030}.pill.release-succeeded{color:var(--ok);border-color:#21563c}.pill.release-failed,.pill.release-aborted,.pill.release-cancelled{color:var(--danger);border-color:#6a3030}.pill.release-queued,.pill.release-running,.pill.release-first-flight,.pill.release-propagate,.pill.release-awaiting-promote,.pill.release-promoting,.pill.release-abort-requested{color:var(--warn);border-color:#6a5318}.candidate-url{background:var(--panel-2);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:10px 12px;display:flex}.candidate-url code,code{font-family:var(--mono);font-size:.9rem}.form-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;margin-bottom:10px;display:grid}label{color:var(--muted);flex-direction:column;gap:4px;font-size:.85rem;display:flex}input,select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:8px 10px}.check{color:var(--text);flex-direction:row;align-items:center;gap:8px;margin:8px 0 12px}.plan-box{margin-top:14px}.verdict{border-radius:8px;margin-bottom:8px;padding:10px 12px}.verdict.ok{background:#143226;border:1px solid #21563c}.verdict.bad{background:#3a1d1d;border:1px solid #6a3030}.table{border-collapse:collapse;width:100%;margin-top:8px;font-size:.88rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);padding:6px 8px}.table th{color:var(--muted);font-weight:500}.row-approve{background:#243045}.banner{background:#1d2a44;border:1px solid #334d7a;border-radius:8px;padding:10px 12px}.banner.warn{color:#ffe6a8;background:#34280f;border-color:#6a5318}.banner.danger{color:#ffd0d0;background:#3a1d1d;border-color:#6a3030}.candidate-validation p{margin:6px 0 0;font-size:.9rem}.candidate-validation a{color:#9ec1ff;word-break:break-all}.app-alert{background:linear-gradient(135deg,#172542,#111c31);grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:10px;margin-bottom:18px;display:grid;box-shadow:0 12px 34px #00000038}.app-alert-icon{width:24px;height:24px;color:var(--primary-soft);border:1px solid #afc6ff59;border-radius:50%;place-items:center;font-weight:700;display:grid}.app-alert button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:1.2rem}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#010409bd;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{border:1px solid var(--outline);background:var(--panel);border-radius:12px;grid-template-columns:48px minmax(0,1fr);gap:16px;width:min(100%,500px);padding:22px;display:grid;box-shadow:0 28px 80px #00000080}.confirm-dialog-icon{border-radius:10px;place-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:750;display:grid}.confirm-dialog-icon.primary{color:var(--primary-soft);background:#1f6feb29;border:1px solid #58a6ff59}.confirm-dialog-icon.danger{color:var(--danger);background:#f851491f;border:1px solid #f8514959}.confirm-dialog h2{margin:0}.confirm-dialog p{color:var(--muted);margin:7px 0 0}.confirm-dialog-actions{grid-column:1/-1;justify-content:flex-end;gap:9px;padding-top:8px;display:flex}.terminal{border:1px solid var(--border);max-height:320px;font-family:var(--mono);background:#0b0d11;border-radius:8px;margin:0;padding:10px 12px;font-size:.78rem;line-height:1.4;overflow:auto}.log-ts{color:#667085}.log-stderr{color:#ffb4b4}.log-system{color:#9ec1ff}.queue-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.queue-row>div:first-child{overflow-wrap:anywhere;min-width:0}.queue-actions{flex:none}.release-list{margin:0;padding:0;list-style:none}.workspace-shell{min-height:100vh}.workspace-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#151b23f0;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:32px;min-height:58px;padding:0 32px;display:grid;position:sticky;top:0}.workspace-brand,.user-menu{align-items:center;gap:10px;display:flex}.workspace-brand{gap:12px}.workspace-brand>strong{font-family:Geist,sans-serif;font-size:1.05rem}.header-separator{background:var(--border);width:1px;height:24px;margin:0 4px}.environment-chip{border:1px solid var(--border);background:var(--panel-2);color:#c9d1d9;font-family:var(--mono);border-radius:6px;align-items:center;gap:7px;padding:5px 9px;font-size:.72rem;display:inline-flex}.environment-dot{background:var(--ok);border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #3fb95066}.user-copy{flex-direction:column;display:flex}.user-copy span{color:var(--muted);font-size:.76rem}.brand-mark,.user-avatar{width:32px;height:32px;color:var(--primary-soft);border-radius:8px;flex:none;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.user-avatar{background:var(--primary-soft);color:#002d6d;border-radius:50%;font-size:.85rem}.workspace-nav{align-self:stretch;gap:26px;margin-left:24px;display:flex}.workspace-nav button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 2px;font-size:.86rem;font-weight:600}.workspace-nav button.active{border-bottom-color:var(--primary-soft);color:var(--primary-soft);box-shadow:none}.user-menu{justify-self:end}.user-menu .btn{color:#ffb4ab;align-items:center;gap:7px;display:inline-flex}.workspace-content{width:min(100% - 64px,1280px);margin:0 auto;padding:32px 0 56px}.page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.page-heading h1{letter-spacing:-.025em;margin:3px 0 5px;font-size:clamp(1.7rem,3vw,2rem)}.page-heading p,.section-description{color:var(--muted);margin:0;font-size:.9rem}.eyebrow{color:var(--primary-soft);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:750}.home-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.summary-card{border:1px solid var(--border);background:var(--panel);border-radius:8px;align-items:center;gap:14px;min-width:0;padding:16px;display:flex;position:relative;overflow:hidden}.summary-card>div{flex-direction:column;gap:2px;min-width:0;display:flex}.summary-card>div>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.68rem}.summary-card strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.summary-card strong small{color:var(--ok);font-size:.8rem;font-weight:500}.summary-card code{border:1px solid var(--border);background:var(--inset);border-radius:4px;margin-left:6px;padding:2px 6px}.summary-icon{border:1px solid var(--border);background:var(--panel-high);width:46px;height:46px;color:var(--muted);border-radius:7px;flex:none;place-items:center;font-size:1.25rem;display:grid}.summary-environment .summary-icon{color:#7bdb80;background:#2386362e;border-color:#23863673}.summary-stack .summary-icon{color:var(--primary-soft);background:#1f6feb2e;border-color:#1f6feb73}.strategy-build-card{margin-bottom:24px;padding:24px;position:relative;overflow:hidden}.card-accent{background:linear-gradient(90deg, transparent, var(--primary), transparent);opacity:.75;width:76%;height:2px;position:absolute;top:0;left:12%}.strategy-build-header{margin-bottom:10px}.strategy-build-header h2,.build-list-header h3{font-size:1.05rem}.selection-progress{justify-content:space-between;width:min(100%,640px);margin:20px auto 24px;padding:0;list-style:none;display:flex;position:relative}.selection-progress:before{z-index:0;content:"";background:linear-gradient(90deg, var(--primary) 0 75%, var(--panel-high) 75%);height:2px;position:absolute;top:15px;left:9%;right:9%}.selection-progress li{z-index:1;color:var(--muted);flex-direction:column;align-items:center;gap:7px;font-size:.72rem;display:flex}.selection-progress li>span{border:2px solid var(--primary);background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.selection-progress li.active{color:var(--primary-soft);font-weight:600}.selection-progress li.active>span{background:var(--panel-high)}.selection-progress li.active>span:after{content:"";background:var(--primary-soft);border-radius:50%;width:8px;height:8px}.summary-strip{border:1px solid var(--border);background:var(--panel);border-radius:12px;grid-template-columns:repeat(3,1fr);margin-bottom:18px;display:grid}.summary-strip>div{flex-direction:column;gap:2px;padding:13px 16px;display:flex}.summary-strip>div+div{border-left:1px solid var(--border)}.summary-strip span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.deploy-workspace{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:start;gap:18px;display:grid}.deploy-workspace-3{grid-template-columns:minmax(0,1fr) minmax(300px,.9fr) minmax(280px,.85fr)}.strategy-picker{background:0 0;border:0;margin-bottom:22px;padding:0}.strategy-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:8px;font-size:12px;display:block}.strategy-options{grid-template-columns:1fr 1fr;gap:16px;display:grid}.strategy-option{text-align:left;border:1px solid var(--border);background:var(--inset);color:inherit;cursor:pointer;border-radius:8px;flex-direction:row;align-items:flex-start;gap:14px;padding:18px;transition:border-color .15s,background .15s;display:flex;position:relative}.strategy-option:hover{background:#0d1117;border-color:#6e7681}.strategy-option .strategy-copy{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.strategy-option .strategy-copy strong{color:var(--text);font-size:14px}.strategy-option .strategy-copy>span{color:var(--muted);font-size:12px;line-height:1.35}.strategy-option.active{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary), 0 0 24px #1f6feb14;background:#1f6feb0f}.strategy-icon{width:44px;height:44px;color:var(--primary-soft);background:#1f6feb1f;border:1px solid #1f6feb59;border-radius:7px;flex:none;place-items:center;font-size:1.35rem;display:grid}.strategy-radio{border:2px solid var(--outline);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;display:grid}.strategy-option.active .strategy-radio{border-color:var(--primary)}.strategy-radio>span{background:var(--primary);border-radius:50%;width:10px;height:10px}.strategy-note{margin-top:10px;margin-bottom:0}.build-list-header{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin:4px 0 2px;padding-top:18px;display:flex}.build-list-header>div{flex-direction:column;gap:3px;display:flex}.build-list-header span{color:var(--muted);font-size:.72rem}.release-list .queue-row{border-radius:6px;padding:14px 8px;transition:background .15s}.release-list .queue-row:hover{background:#31353c59}.release-sha{color:var(--text);font-size:.78rem;font-weight:600}.queue-row-selected{outline:1px solid var(--primary)}.banner.compact{margin-top:8px;padding:8px 10px;font-size:12px}.deploy-steps{flex-wrap:wrap;gap:8px;margin:0 0 14px;padding:0;list-style:none;display:flex}.deploy-step{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.deploy-step-dot{background:var(--border);border-radius:50%;width:8px;height:8px}.deploy-step-done{color:var(--text)}.deploy-step-done .deploy-step-dot{background:var(--ok,#3bb273)}.deploy-step-current{color:var(--text);font-weight:600}.deploy-step-current .deploy-step-dot{background:var(--primary)}.deploy-step-failed{color:var(--danger)}.deploy-step-failed .deploy-step-dot{background:var(--danger)}.timeline-list{flex-direction:column;gap:10px;max-height:420px;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.timeline-event{border-bottom:1px solid var(--border);grid-template-columns:72px 1fr;gap:10px;padding-bottom:10px;font-size:13px;display:grid}.timeline-event time{color:var(--muted);font-variant-numeric:tabular-nums}.timeline-event div{flex-direction:column;gap:2px;display:flex}.timeline-phase{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:11px}.timeline-event.level-error{color:var(--danger)}.timeline-event.level-success .timeline-phase{color:var(--ok,#3bb273)}.timeline-event.level-warn .timeline-phase{color:var(--warn)}.deploy-workspace>.card{padding:20px}.deploy-workspace>.card:last-child{position:sticky;top:88px}.home-operations-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:20px;display:grid}.home-operations-grid>.card{min-height:300px;padding:20px}.deploy-timeline-card{background:var(--panel)}.timeline-list{border:1px solid var(--border);background:var(--inset);border-radius:6px;padding:12px}.workspace-footer{border-top:1px solid var(--border);color:var(--muted);background:#0a0e14;justify-content:space-between;gap:16px;padding:22px max(32px,50% - 640px);font-size:.72rem;display:flex}.section-description{margin-top:6px;margin-bottom:16px}.empty-state{border:1px dashed var(--border);color:var(--muted);text-align:center;border-radius:10px;flex-direction:column;gap:3px;padding:22px 16px;display:flex}.empty-state strong{color:var(--text)}.subsection-title{align-items:center;gap:7px;margin-top:20px;display:flex}.subsection-title h3{margin:0;font-size:.85rem}.count-badge{background:var(--panel-2);min-width:22px;color:var(--muted);text-align:center;border-radius:999px;padding:1px 6px;font-size:.72rem}.queue-row-active{background:#1a2233;border:1px solid #3a4d7a;border-radius:10px;margin:14px 0 0;padding:13px}.infrastructure-stack{flex-direction:column;gap:16px;display:flex}.advanced-section{border:1px solid var(--border);background:var(--panel);border-radius:12px}.advanced-section>summary{cursor:pointer;padding:14px 16px;font-weight:650}.advanced-section[open]>summary{border-bottom:1px solid var(--border)}.advanced-section>.panel{border:0;border-radius:0 0 12px 12px}.activity-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.activity-stat{border:1px solid var(--border);background:var(--panel);border-radius:10px;flex-direction:column;justify-content:space-between;min-height:116px;padding:18px;display:flex}.activity-stat>span,.activity-stat small{color:var(--muted);font-size:.78rem}.activity-stat strong{color:var(--text);font-family:Geist,system-ui,sans-serif;font-size:1.9rem}.activity-stat-danger strong{color:var(--danger)}.activity-progress{background:var(--inset);border-radius:999px;height:7px;overflow:hidden}.activity-progress span{border-radius:inherit;background:var(--ok);height:100%;display:block}.activity-workspace{grid-template-columns:minmax(280px,.8fr) minmax(0,1.7fr);align-items:stretch;gap:18px;display:grid}.activity-history{min-width:0}.activity-search{border:1px solid var(--border);background:var(--inset);border-radius:6px;align-items:center;gap:8px;margin:14px 0;padding:8px 10px;display:flex}.activity-search span{color:var(--muted);font-size:1.15rem}.activity-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0;padding:0}.activity-list{flex-direction:column;gap:7px;max-height:560px;display:flex;overflow:auto}.activity-deployment{width:100%;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:10px minmax(0,1fr);align-items:start;gap:11px;padding:12px;display:grid}.activity-deployment:hover{border-color:var(--border);background:var(--panel-2)}.activity-deployment.selected{background:#1f6feb1a;border-color:#58a6ff8c}.activity-deployment .status-dot{margin-top:5px}.activity-deployment-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.activity-deployment-copy strong{font-family:var(--mono);text-overflow:ellipsis;overflow:hidden}.activity-deployment-copy small,.activity-deployment-copy time{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.activity-log-card{border:1px solid var(--border);background:var(--panel);border-radius:10px;min-width:0;overflow:hidden}.activity-log-head{border-bottom:1px solid var(--border);background:var(--panel-2);justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:14px 16px;display:flex}.activity-log-head h2,.activity-log-head p{margin:0}.activity-log-head p{color:var(--muted);margin-top:3px;font-size:.78rem}.activity-log-head code{color:var(--primary);font-size:.72rem}.activity-log-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.activity-log-actions .btn{white-space:nowrap}.activity-terminal{min-height:440px;max-height:560px;font-family:var(--mono);background:#010409;padding:10px 0;font-size:.74rem;line-height:1.55;overflow:auto}.activity-log-line{color:#c9d1d9;grid-template-columns:42px max-content 54px minmax(0,1fr);gap:8px;padding:3px 12px 3px 0;display:grid}.activity-log-line:hover{background:#ffffff06}.activity-log-line time,.activity-line-number{color:#6e7681}.activity-line-number{text-align:right;-webkit-user-select:none;user-select:none;border-right:1px solid #42475473;padding-right:9px}.activity-log-line.level-info strong{color:var(--primary)}.activity-log-line.level-success strong{color:var(--ok)}.activity-log-line.level-warn strong{color:var(--warn)}.activity-log-line.level-error{background:#f8514914}.activity-log-line.level-error strong{color:var(--danger)}.activity-terminal-empty{color:var(--muted);text-align:center;padding:24px}.activity-local-logs{margin-top:18px}.status-dot{background:var(--muted);border-radius:50%;width:8px;height:8px}.status-succeeded{background:var(--ok)}.status-failed,.status-aborted,.status-cancelled{background:var(--danger)}.status-running,.status-propagate,.status-promoting{background:var(--primary)}.status-queued,.status-first-flight,.status-awaiting-promote{background:var(--warn)}@media (width<=980px){.workspace-header{grid-template-columns:1fr auto}.workspace-nav{order:3;grid-area:2/1/auto/-1;justify-self:center}.deploy-workspace,.home-operations-grid,.activity-workspace{grid-template-columns:1fr}.activity-summary{grid-template-columns:repeat(3,minmax(160px,1fr));overflow-x:auto}.deploy-workspace>.card:last-child{position:static}}@media (width<=620px){.workspace-header{gap:10px;padding:10px 14px}.user-copy{display:none}.user-menu .btn{padding-inline:8px}.workspace-nav{width:100%}.workspace-nav button{flex:1;padding-inline:7px}.workspace-content{width:min(100% - 24px,1240px);padding-top:24px}.workspace-brand .header-separator,.workspace-brand .environment-chip{display:none}.page-heading{flex-direction:column;align-items:flex-start}.summary-strip,.home-summary,.strategy-options,.activity-summary{grid-template-columns:1fr}.activity-log-line{grid-template-columns:32px minmax(0,1fr)}.activity-log-line time,.activity-log-line strong{display:none}.activity-log-head{flex-direction:column;align-items:flex-start}.activity-log-actions{justify-content:flex-start}.selection-progress{margin-inline:0}.strategy-build-card{padding:18px}.summary-strip>div+div{border-top:1px solid var(--border);border-left:0}.queue-row{flex-direction:column;align-items:flex-start}.workspace-footer{flex-direction:column;align-items:flex-start;padding-inline:16px}}.release-pager{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding-top:12px;display:flex}.live-progress{background:#1a2233;border:1px solid #3a4d7a;border-radius:12px;margin-bottom:12px;padding:14px 16px}.live-progress-head{align-items:center;gap:8px;margin-bottom:10px;display:flex}.live-progress-dot{background:var(--primary);border-radius:50%;width:9px;height:9px;animation:1.4s ease-in-out infinite live-progress-pulse}@keyframes live-progress-pulse{50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.live-progress-dot{animation:none}}.live-progress-bar{background:var(--panel-2);border-radius:999px;height:6px;overflow:hidden}.live-progress-bar>span{background:var(--primary);height:100%;transition:width .6s;display:block}.live-progress-meta{color:var(--muted);flex-wrap:wrap;gap:4px 16px;margin-top:8px;font-size:.86rem;display:flex}.live-progress-hint{color:var(--muted);margin:8px 0 0;font-size:.82rem}
