:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#e9edf1;--surface:#fff;--subtle:#f4f6f8;--fg:#202630;--muted:#626d7c;--line:#e3e7ed;--accent:#276089;--accent-soft:#e9f1f8;--on-accent:#fff;--positive:#277357;--negative:#ba423d;--shadow:0 14px 32px -20px #23334870,0 3px 6px -3px #23334824;--radius:24px;--commit-height:54px;background:var(--canvas);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans CJK SC,sans-serif;font-size:14px;line-height:1.45}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--canvas:#15191f;--surface:#252b33;--subtle:#2c333e;--fg:#e8edf4;--muted:#a4afbe;--line:#3a4350;--accent:#98c9ee;--accent-soft:#354858;--on-accent:#162a39;--positive:#8bd3af;--negative:#ffb0a6;--shadow:0 20px 40px -22px #000b,0 3px 6px #0002}*{box-sizing:border-box}body{background:var(--canvas);flex-direction:column;min-width:320px;height:100dvh;min-height:752px;margin:0;padding:12px 28px 10px;transition:background .18s,color .18s;display:flex}button,select,input{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}button:disabled{cursor:default;opacity:.4}button,select{touch-action:manipulation}button:focus-visible,select:focus-visible,output:focus-visible,.version-wheel:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}button:not(:disabled){transition:background .16s,box-shadow .16s,transform .16s,color .16s}button:active:not(:disabled){transform:translateY(1px)}[hidden]{display:none!important}h1,h2,h3,p{margin:0}h1{letter-spacing:-.035em;font-size:20px;font-weight:650}h2{letter-spacing:-.02em;font-size:18px;font-weight:620}h3{font-size:13px;font-weight:650}code,pre,output,.mono{font-variant-numeric:tabular-nums;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}code{font-size:12px}::selection{background:var(--accent-soft);color:var(--fg)}.icon{vertical-align:middle;flex:none;width:20px;height:20px}span[data-icon]{justify-content:center;align-items:center;display:inline-flex}.quiet{color:var(--muted);font-weight:400}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:5px}.icon-button{width:34px;height:34px;color:var(--muted);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:var(--subtle);color:var(--fg)}.icon-button:focus-visible{color:var(--fg)}.app-header{flex:none;justify-content:space-between;align-items:center;width:100%;max-width:1480px;height:54px;margin:0 auto;display:flex}.app-brand,.header-actions{align-items:center;gap:12px;display:flex}.brand-mark{object-fit:contain;flex:none;width:36px;height:36px}.product-scope{color:var(--muted);border-left:1px solid var(--line);padding-left:13px;font-size:12px}.theme-control{color:var(--muted);border-radius:10px;align-items:center;gap:5px;padding:5px 7px;display:flex}.theme-control .icon{width:17px;height:17px}.theme-control select{cursor:pointer;background:0 0;border:0;max-width:60px;font-size:12px}.theme-control select option{background:var(--surface)}.workspace{flex:1;grid-template-rows:minmax(450px,1fr) 132px;gap:16px;width:100%;max-width:1480px;min-height:0;margin:0 auto;display:grid}.workbench{border-radius:var(--radius);min-height:0;box-shadow:var(--shadow);background:var(--surface);grid-template-columns:1.05fr 1fr;display:grid;overflow:hidden}.source-pane{background:color-mix(in srgb,var(--subtle) 40%,var(--surface));border-right:1px solid var(--line);flex-direction:column;min-width:0;min-height:0;padding:22px 24px 0;display:flex}.pane-heading{flex:none;justify-content:space-between;align-items:center;height:38px;display:flex}.pane-heading>div{align-items:baseline;gap:13px;display:flex}.section-note,.repo-label{color:var(--muted);font-size:12px}#source-toggle{display:none}#source-body{flex-direction:column;flex:1;min-height:0;display:flex}.source-toolbar{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;height:52px;display:flex}.source-tabs{gap:4px;display:flex}.source-tabs button{color:var(--muted);border-radius:9px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;display:flex}.source-tabs .icon{width:15px;height:15px}.source-tabs button[aria-selected=true]{background:var(--surface);color:var(--fg);box-shadow:0 2px 6px #25364b14}.source-tip{color:var(--muted);font-size:11px}.source-list{flex:1;min-height:0;padding:9px 0;overflow:auto}.commit-row,.source-row,.branch-row{width:100%;height:var(--commit-height);min-height:var(--commit-height);text-align:left;color:var(--fg);border-radius:11px;align-items:center;gap:8px;padding-right:12px;display:flex;position:relative}.commit-row:hover,.source-row:hover,.branch-row:hover{background:var(--subtle)}.commit-row[aria-pressed=true],.source-row[aria-pressed=true],.branch-row[aria-pressed=true],.commit-row.is-selected,.branch-row.is-selected{background:var(--accent-soft)}.graph-cell{width:44px;min-width:44px;height:54px;color:var(--muted);justify-content:center;align-items:center;display:flex}.graph-cell svg{width:44px;height:54px;display:block}.commit-row[aria-pressed=true] .graph-cell{color:var(--accent)}.commit-copy,.source-copy,.branch-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.commit-title,.branch-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.commit-meta,.source-meta{color:var(--muted);align-items:center;gap:9px;font-size:11px;display:flex}.commit-meta code{font-size:11px}.commit-date,.commit-time{color:var(--muted);white-space:nowrap;font-size:11px}.commit-ref{color:var(--accent);background:var(--accent-soft);border-radius:4px;margin-right:6px;padding:2px 5px;font-size:10px}.source-footer{height:42px;color:var(--muted);border-top:1px solid var(--line);flex:none;align-items:center;gap:8px;font-size:11px;display:flex}.source-footer .icon{width:15px;height:15px}.source-footer code{color:var(--fg);margin-left:auto;font-size:12px}.build-pane{background:var(--surface);flex-direction:column;gap:10px;min-width:0;min-height:0;padding:20px 24px 14px;display:flex}.selected-line{flex:none;align-items:center;gap:12px;min-height:40px;display:flex}.selection-copy{flex:1;min-width:0}.selected-ref{color:var(--muted);align-items:center;gap:9px;margin-bottom:4px;font-size:11px;display:flex}.selected-ref code{font-size:11px}#selected-branch{color:var(--accent);font-weight:600}.selection-copy h2{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.mode-options{flex:none;grid-template-columns:1fr 1fr;gap:8px;display:grid}.mode-button{background:var(--subtle);text-align:left;border-radius:12px;align-items:center;gap:10px;min-height:48px;padding:8px 13px;display:flex}.mode-button>span:nth-child(2){flex-direction:column;flex:1;gap:3px;display:flex}.mode-button strong{font-size:13px;font-weight:600}.mode-button small{color:var(--muted);font-size:11px}.mode-button>.icon,.mode-button>span>.icon{width:23px;height:23px}.mode-button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent)}.mode-check .icon{width:14px!important;height:14px!important}.mode-button[aria-pressed=false] .mode-check{visibility:hidden}.version-section{flex:none;align-items:center;gap:15px;min-height:60px;display:flex}.version-meta{color:var(--muted);flex-direction:column;gap:7px;min-width:105px;font-size:11px;display:flex}.version-meta code{color:var(--fg);margin-left:4px;font-size:11px}.version-mode{background:var(--subtle);border-radius:7px;gap:3px;padding:2px;display:flex}.version-mode button{border-radius:5px;flex:1;padding:3px 5px;font-size:11px}.version-mode button[aria-pressed=true]{background:var(--surface);color:var(--fg);box-shadow:0 1px 3px #0001}.version-controls{flex:1;gap:10px;min-width:0;display:flex}.version-unit{text-align:center;flex:1;min-width:0}.number-control{background:var(--subtle);border-radius:9px;justify-content:space-between;align-items:center;height:33px;display:flex}.number-control button{width:25px;height:33px;color:var(--muted);justify-content:center;align-items:center;display:flex}.number-control .icon{width:12px;height:12px}.number-control output{cursor:ns-resize;min-width:27px;font-size:21px;font-weight:500}.number-label{color:var(--muted);margin-top:3px;font-size:10px;display:block}.version-wheel{display:none}.build-row{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;padding-bottom:11px;display:flex}.build-row code{color:var(--muted);overflow-wrap:anywhere;font-size:11px}.primary{background:var(--fg);color:var(--surface);white-space:nowrap;border-radius:11px;justify-content:center;align-items:center;gap:10px;height:36px;padding:0 25px;font-size:13px;font-weight:550;display:flex;box-shadow:0 3px 8px #17222c20}.primary .icon{width:15px;height:15px}.primary:hover{transform:translateY(-1px);box-shadow:0 5px 14px #17222c35}.downloads{flex-direction:column;flex:1;min-height:0;display:flex}.download-heading{flex-wrap:wrap;align-items:center;gap:8px;min-height:25px;display:flex}.download-heading>span{color:var(--muted);font-size:11px}.download-heading code{color:var(--fg);margin-left:auto;font-size:12px}.provenance{color:var(--muted);flex-wrap:wrap;gap:12px;padding-bottom:6px;font-size:10px;display:flex}.provenance code{font-size:10px}.artifact-list{flex-direction:column;flex:1;justify-content:space-evenly;min-height:0;display:flex}.artifact-row{align-items:center;gap:10px;min-height:36px;padding:4px 0;display:flex}.artifact-row+.artifact-row{border-top:1px solid var(--line)}.artifact-symbol{color:var(--muted);justify-content:center;align-items:center;width:25px;display:flex}.artifact-symbol .icon{width:22px;height:22px}.artifact-copy{flex:1;min-width:0}.artifact-name{font-size:12px;font-weight:500;display:block}.artifact-filename{color:var(--muted);overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:400;line-height:1.35;display:block}.artifact-size{color:var(--muted);white-space:nowrap;font-size:10px}.download-button{border-radius:9px;flex:none;justify-content:center;align-items:center;width:29px;height:29px;display:flex}.download-button .icon{width:16px;height:16px}.download-button:hover{background:var(--subtle);color:var(--accent)}.artifact-empty{color:var(--muted);padding:18px 0;font-size:12px}.artifact-placeholder{opacity:.45}.activity{background:var(--surface);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:300px 1fr;min-height:0;display:grid;overflow:hidden}.history-panel{border-right:1px solid var(--line);background:color-mix(in srgb,var(--subtle) 50%,var(--surface));flex-direction:column;min-width:0;min-height:0;padding:13px 16px 7px;display:flex}.history-heading{flex:none;justify-content:space-between;align-items:center;padding:0 4px 6px;display:flex}.history-heading h2{font-size:12px}.history-heading .quiet{font-size:10px}.job-list{flex:1;min-height:0;overflow:auto}.job-row{text-align:left;border-radius:7px;align-items:center;gap:9px;width:100%;min-height:27px;padding:5px 7px;font-size:11px;display:flex}.job-id{color:var(--muted);font-size:11px}.job-version{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;overflow:hidden}.job-state{white-space:nowrap;font-size:10px}.job-row[aria-pressed=true],.job-row.is-selected{background:var(--accent-soft)}.job-row:hover{background:var(--subtle)}.progress-panel{flex-direction:column;justify-content:space-between;min-width:0;padding:12px 22px;display:flex}.progress-heading{flex:none;justify-content:space-between;align-items:center;height:27px;display:flex}.progress-heading>div{align-items:center;gap:10px;display:flex}.progress-heading strong{font-size:12px}.progress-heading .status{font-size:11px}.progress-heading .icon-button{width:30px;height:30px}.status[data-state=succeeded],.job-state[data-state=succeeded]{color:var(--positive)}.status[data-state=failed],.job-state[data-state=failed]{color:var(--negative)}.status[data-state=running],.job-state[data-state=running]{color:var(--accent)}#progress-time{color:var(--muted);font-size:11px}#progress-reason{color:var(--negative);margin:2px 0;font-size:11px}.stage-list{align-items:center;width:100%;min-height:57px;display:flex}.stage{flex:1;align-items:center;gap:9px;min-width:0;display:flex;position:relative}.stage:not(:last-child):after{content:"";background:var(--line);flex:1;height:1px;margin:0 13px}.stage-marker{background:var(--subtle);width:27px;height:27px;color:var(--muted);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.stage-marker .icon{width:13px;height:13px}.stage-info{white-space:nowrap;flex-direction:column;gap:2px;font-size:11px;display:flex}.stage-info small{color:var(--muted);font-size:10px}.stage[data-state=done] .stage-marker{background:var(--accent-soft);color:var(--accent)}.stage[data-state=running] .stage-marker{background:var(--accent);color:var(--on-accent);box-shadow:0 2px 7px color-mix(in srgb,var(--accent) 35%,transparent)}.stage[data-state=running] .stage-marker .icon{animation:1.8s linear infinite spin}.stage[data-state=failed] .stage-marker{background:color-mix(in srgb,var(--negative) 14%,var(--surface));color:var(--negative)}.stage[data-state=waiting]{color:var(--muted)}.page-footer{width:100%;max-width:1480px;height:22px;color:var(--muted);flex:none;justify-content:space-between;align-items:flex-end;margin:0 auto;font-size:10px;display:flex}dialog{background:var(--surface);color:var(--fg);border:0;border-radius:22px;max-width:calc(100vw - 32px);padding:0;box-shadow:0 28px 90px #0005}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#111b2e55}.log-dialog{width:920px;height:min(610px,85dvh)}.log-dialog[open]{flex-direction:column;display:flex}.dialog-top{flex:none;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.dialog-top h2{font-size:17px}.dialog-top span{color:var(--muted);font-size:11px}#log-content{background:var(--subtle);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;flex:1;min-height:0;margin:0 18px;padding:16px 18px;font-size:12px;line-height:1.9;overflow:auto}.dialog-bottom{flex:none;align-items:center;gap:10px;padding:12px 22px;font-size:12px;display:flex}.dialog-bottom label{align-items:center;gap:6px;display:flex}.dialog-bottom input{accent-color:var(--accent)}.log-retention{color:var(--muted);margin-right:auto;font-size:11px}.commit-dialog{width:620px}#commit-content{padding:0 22px 24px;font-size:13px;line-height:1.8}#commit-content code{overflow-wrap:anywhere}#commit-content dl{grid-template-columns:68px 1fr;gap:8px;display:grid}#commit-content dt{color:var(--muted)}#commit-content dd{min-width:0;margin:0}.toast{background:var(--fg);color:var(--surface);box-shadow:var(--shadow);z-index:10;border-radius:12px;max-width:90vw;padding:11px 19px;font-size:12px;position:fixed;bottom:26px;left:50%;transform:translate(-50%)}.empty-state{color:var(--muted);padding:20px;font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:1600px){body{padding:18px 48px 12px}.app-header{height:64px}.workspace{grid-template-rows:minmax(490px,1fr) 148px}.source-pane{padding:28px 30px 0}.build-pane{gap:14px;padding:26px 30px 22px}.mode-button{min-height:58px}.version-section{min-height:72px}.number-control{height:40px}.number-control output{font-size:25px}.primary{height:42px}.artifact-row{min-height:44px}.artifact-filename{font-size:11px}.progress-panel{padding:17px 26px}.stage-info{font-size:12px}}@media (max-width:1100px) and (min-width:761px){body{padding-left:18px;padding-right:18px}.source-pane{padding-left:15px;padding-right:15px}.build-pane{padding-left:16px;padding-right:16px}.section-note,.source-tip{display:none}.workbench{grid-template-columns:1fr 1.05fr}.version-section{gap:8px}.version-meta{min-width:90px}.version-controls{gap:5px}.activity{grid-template-columns:240px 1fr}.progress-panel{padding-left:16px;padding-right:16px}.stage{gap:6px}.stage:not(:last-child):after{margin:0 6px}.stage-info{font-size:10px}.artifact-size{display:none}.download-heading code{font-size:11px}.product-scope{display:none}}@media (max-width:760px){body{height:auto;min-height:100dvh;padding:10px 14px 16px}.app-header{height:66px}.app-brand{gap:9px}h1{font-size:17px}.product-scope{display:none}.header-actions{gap:3px}.brand-mark{width:32px;height:32px}.header-actions .icon-button{width:36px;height:40px}.theme-control{padding:5px 0}.theme-control>span{display:none}.workspace{flex-direction:column;gap:16px;display:flex}.workbench{border-radius:22px;flex-direction:column;display:flex;overflow:hidden}.source-pane{border-right:0;border-bottom:1px solid var(--line);padding:15px 18px 0}.pane-heading{height:42px}.section-note{display:none}.repo-label{margin-left:auto;margin-right:8px}.pane-heading #source-toggle{order:3;display:flex}.source-pane.is-collapsed #source-body{display:none}#source-body{flex:none}.source-list{max-height:300px}.source-footer{height:38px}.source-tip{font-size:10px}.source-toolbar{height:48px}.source-tabs button{min-height:40px}.build-pane{gap:15px;padding:18px}.selected-line{min-height:42px}.selection-copy h2{font-size:16px}.icon-button{width:40px;height:40px}.mode-button{gap:8px;min-height:62px;padding:10px}.mode-button .mode-check{display:none}.mode-button strong{font-size:14px}.mode-button small{font-size:12px}.version-section{display:block}.version-meta{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px}.version-mode{width:118px}.version-mode button{min-height:32px;font-size:12px}.version-controls{gap:12px}.number-control{display:none}.version-wheel{scroll-snap-type:y mandatory;scrollbar-width:none;background:var(--subtle);overscroll-behavior:contain;border-radius:12px;height:84px;padding-block:28px;display:block;position:relative;overflow:auto}.version-wheel::-webkit-scrollbar{display:none}.wheel-value{scroll-snap-align:center;height:28px;min-height:28px;color:var(--muted);font-family:Consolas,monospace;font-size:21px;line-height:28px}.wheel-value.is-current,.wheel-value[aria-selected=true]{color:var(--fg);font-weight:650}.version-wheel[aria-disabled=true]{opacity:.5}.number-label{margin-top:5px;font-size:11px}.build-row{padding-bottom:18px}.build-row code{max-width:calc(100% - 95px);font-size:11px}.primary{height:44px;padding:0 20px}.download-heading{gap:8px}.download-heading code{width:100%;margin:2px 0 4px;font-size:13px}.download-heading h3{font-size:14px}.provenance{gap:8px;margin-bottom:7px;font-size:10px}.artifact-row{gap:9px;min-height:61px}.artifact-copy{min-width:0}.artifact-name{font-size:13px}.artifact-filename{font-size:10px}.artifact-size{display:none}.download-button{width:40px;height:44px}.download-button .icon{width:19px;height:19px}.artifact-symbol .icon{width:23px;height:23px}.activity{border-radius:22px;flex-direction:column;display:flex}.history-panel{border:0;border-bottom:1px solid var(--line);max-height:157px;padding:14px 16px 10px}.history-heading h2{font-size:14px}.history-heading .quiet{font-size:11px}.job-row{min-height:37px}.job-id,.job-version,.job-state{font-size:11px}.progress-panel{gap:10px;padding:15px 18px 19px}.progress-heading strong,.progress-heading .status{font-size:12px}.stage-list{align-items:flex-start;min-height:75px}.stage{text-align:center;flex-direction:column;gap:8px}.stage:not(:last-child):after{width:calc(100% - 40px);margin:0;position:absolute;top:14px;left:calc(50% + 20px)}.stage-marker{width:29px;height:29px}.stage-info{font-size:11px}.stage-info small{font-size:10px}.page-footer{justify-content:center;height:auto;margin-top:18px}.page-footer span:last-child{display:none}.log-dialog{width:calc(100vw - 24px);height:85dvh}.dialog-top{padding:15px}.dialog-bottom{flex-wrap:wrap;padding:10px 15px}.log-retention{order:5;width:100%;font-size:10px}.dialog-bottom label{margin-right:auto}#log-content{margin:0 10px;padding:10px;font-size:11px}.commit-dialog{width:calc(100vw - 24px)}#commit-content{padding:0 16px 18px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.source-check{width:15px;height:15px;color:var(--accent);margin-left:auto}.head-tag{letter-spacing:.02em;color:var(--accent);background:var(--accent-soft);border-radius:4px;padding:0 4px;font-size:9px;font-weight:600}.branch-symbol{width:44px;min-width:44px;color:var(--muted);justify-content:center;display:flex}.job-state{align-items:center;gap:4px;display:inline-flex}.job-state .icon{width:12px;height:12px}.artifact-empty{align-items:center;gap:8px;display:flex}.commit-detail-title{font-size:17px;font-weight:600}.commit-detail-message{color:var(--muted);padding-top:12px}.is-syncing .icon{animation:1.2s linear infinite spin}.version-controls[data-enabled=false] output{cursor:default}.wheel-value.is-selected{color:var(--fg);font-weight:650}.wheel-value.is-unavailable{opacity:.3}@media (max-width:760px){.version-unit{flex-direction:column;display:flex}.version-wheel{order:1;width:100%}.number-label{order:2}.source-pane.is-collapsed #source-toggle .icon{transform:rotate(-90deg)}}@media (min-width:761px){.pane-heading h2{font-size:21px}.selection-copy h2{font-size:18px}.commit-title,.branch-title{font-size:14px}.commit-meta,.commit-meta code{font-size:12px}.mode-button strong{font-size:14px}.mode-button small{font-size:12px}.artifact-name{font-size:13px}.artifact-filename,.artifact-size,.provenance,.provenance code{font-size:11px}.download-heading h3{font-size:14px}.stage-info{font-size:12px}.stage-info small{font-size:11px}.stage-marker{width:30px;height:30px}.stage-marker .icon{width:15px;height:15px}.job-version{font-size:11px}.job-state .icon{width:12px;height:12px}}.branch-commit-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.branch-row .commit-meta code{flex:none}.branch-row .commit-meta{min-width:0}.artifact-filename{font-variant-numeric:tabular-nums}.log-retention{font-size:11px}.source-footer{padding-block:8px}.source-toolbar{padding-block:7px}.notice{background:var(--accent-soft);width:100%;max-width:1480px;color:var(--accent);border-radius:12px;flex:none;max-height:70px;margin:0 auto 10px;padding:9px 14px;font-size:12px;overflow:auto}.notice[data-tone=error],.inline-error{color:var(--negative)}.inline-error{overflow-wrap:anywhere;max-height:52px;font-size:12px;overflow:auto}.service-state{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.service-state:before{content:"";background:var(--positive);border-radius:50%;width:6px;height:6px}.service-state[data-state=error]:before{background:var(--negative)}.service-state[data-state=busy]:before,.service-state[data-state=connecting]:before{background:var(--accent)}.source-pagination{min-height:28px;color:var(--muted);justify-content:space-between;align-items:center;font-size:11px;display:flex}.source-pagination button{color:var(--accent);border-radius:6px;padding:5px 8px}.source-pagination button:hover{background:var(--accent-soft)}.source-footer code{cursor:help}.graph-cell{flex:none;width:auto;min-width:44px}.graph-cell svg{width:auto}.build-caption{min-width:0}.build-caption code{display:block}.build-caption p{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.35}a.download-button{color:var(--fg);text-decoration:none}.artifact-list{flex-shrink:1;overflow:auto}.artifact-placeholder{opacity:1;color:var(--muted)}.artifact-placeholder .artifact-symbol{opacity:.55}.status[data-state=interrupted],.job-state[data-state=interrupted]{color:var(--negative)}#progress-reason{overflow-wrap:anywhere;max-height:30px;overflow:auto}.commit-detail-message{white-space:pre-wrap;overflow-wrap:anywhere}.commit-dialog{max-height:85dvh;overflow:auto}#log-error{margin:0 22px 8px}.provenance code{cursor:help}.source-tabs button{white-space:nowrap}.number-control output{text-overflow:ellipsis;overflow:hidden}.dialog-bottom .icon-button:disabled{opacity:.4}.page-footer span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (max-width:760px){.service-state{gap:0;font-size:0}.service-state:before{width:7px;height:7px}.source-pagination{min-height:36px}.build-row code{max-width:none}.build-caption{flex:1}.build-caption p{font-size:11px}.page-footer{justify-content:flex-start}.build-pane{min-height:520px}.artifact-list{overflow:visible}.artifact-row{flex:none}.inline-error{max-height:none}.progress-panel{min-height:150px}#progress-reason{max-height:65px}.stage-info{white-space:normal}.provenance,.provenance code{font-size:11px}.number-control output{max-width:100%}}.source-check .icon{width:15px;height:15px}.graph-cell svg{max-width:none}#download-log{text-decoration:none}#selected-branch{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#artifact-version{overflow-wrap:anywhere}#app{flex-direction:column;flex:1;min-height:0;display:flex}body:not([data-page=workbench]){height:auto;min-height:100dvh}.account-workspace{flex:1;justify-content:center;align-items:flex-start;width:100%;max-width:1480px;margin:0 auto;padding:clamp(28px,8vh,100px) 0 40px;display:flex}.auth-card{background:var(--surface);border-radius:var(--radius);width:min(100%,440px);box-shadow:var(--shadow);padding:32px}.auth-card h2{font-size:23px}.auth-help{color:var(--muted);margin:12px 0 25px;font-size:13px;line-height:1.7}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:8px;font-size:13px;display:flex}.auth-field input{background:var(--subtle);border:1px solid var(--line);border-radius:9px;width:100%;min-height:44px;padding:10px 12px}.auth-field input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-form .primary{height:44px;margin-top:3px}.auth-status,.release-expiry{color:var(--muted);font-size:12px;line-height:1.6}.auth-card .text-link{margin-top:22px;display:inline-block}.text-link{color:var(--accent);font-size:12px;text-decoration:none}.text-link:hover{text-decoration:underline}.session-actions{align-items:center;gap:12px;display:flex}.session-name{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:12px;overflow:hidden}.release-content{flex-direction:column;gap:12px;display:flex}.release-content .primary{height:44px;margin-top:10px;text-decoration:none}.release-version{overflow-wrap:anywhere;font-family:SFMono-Regular,Consolas,monospace;font-size:22px}.release-meta{color:var(--muted);font-size:12px}.release-empty{padding:20px 0;font-size:15px}.release-expiry{margin-top:20px}.auth-form:has(+.release-content:not(:empty)){margin-bottom:20px}@media (max-width:760px){.auth-card{padding:24px 20px}.auth-card h2{font-size:21px}.app-header{flex-wrap:wrap;gap:10px;height:auto;min-height:54px}.header-actions{margin-left:auto}.session-actions{flex-wrap:wrap;justify-content:flex-end;gap:9px}.session-name{max-width:100px}.account-workspace{padding-top:32px}}.workspace{grid-template-rows:minmax(460px,1fr) 142px auto}.support-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.support-cards:not(:has(>.support-card:not([hidden]))){display:none}.support-card{background:var(--surface);box-shadow:var(--shadow);border-radius:20px;min-width:0;padding:18px 22px}.support-card h2{margin-bottom:8px;font-size:13px}.support-card .release-version{font-size:15px}.support-card .release-content{gap:6px}.support-card .primary{width:max-content;height:34px;font-size:12px}.metrics-values{gap:24px;margin:10px 0 0;display:flex}.metrics-values dt,#metrics-freshness{color:var(--muted);font-size:11px}.metrics-values dd{margin:5px 0 0;font:13px SFMono-Regular,Consolas,monospace}.source-heads{flex:none}.source-heads .source-footer{height:32px}.source-footer time{font-size:10px}.source-heads code{margin-left:auto}.commit-author{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.job-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.job-actor{color:var(--muted);font-size:10px}.mode-options:has([data-mode=release][hidden]){grid-template-columns:1fr}.source-tabs{min-width:0;overflow-x:auto}.source-tabs button,.source-pagination{flex:none}.source-footer code{flex-shrink:0}@media (max-width:760px){.workspace{flex-direction:column;display:flex}.support-cards{grid-template-columns:1fr}.support-card{padding:18px}.source-heads .source-footer{flex-wrap:wrap;height:auto;min-height:32px}.source-footer time{margin-left:auto}.metrics-values{flex-wrap:wrap;gap:18px}.source-tabs button{padding:7px 8px}.job-row{min-height:38px}.page-footer{flex-wrap:wrap;gap:8px;height:auto}.page-footer span:last-child{display:block}}@media (min-width:761px){body:has(.support-card:not([hidden])){min-height:960px}}.mode-button{color:inherit;text-decoration:none}.mode-button[aria-current=page]{background:var(--accent-soft);color:var(--accent)}#mode-help{font-size:11px}.download-channel{padding:5px 0;font-size:11px}.download-channel label{align-items:center;gap:5px;display:flex}.download-channel p{color:var(--muted);margin-top:4px;line-height:1.5}.artifact-state,.artifact-sha256{overflow-wrap:anywhere;color:var(--muted);font-size:10px;line-height:1.5;display:block}.artifact-actions{flex-direction:column;flex:none;align-items:center;gap:4px;display:flex}.artifact-actions .text-link{font-size:11px}#download-notice{overflow-wrap:anywhere;font-size:11px}.downloads{min-height:250px}.artifact-row{flex-shrink:0}#error-notifications{color:var(--fg);pointer-events:none;background:0 0;border:0;width:min(440px,100vw - 32px);max-height:calc(100dvh - 32px);margin:0;padding:0;position:fixed;inset:auto 16px 16px auto;overflow-y:auto}#error-notifications:popover-open{flex-direction:column;gap:8px;display:flex}.error-toast{background:var(--surface);border:1px solid var(--negative);box-shadow:var(--shadow);pointer-events:auto;overflow-wrap:anywhere;white-space:pre-wrap;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;font-size:13px;line-height:1.6;display:flex}.error-toast span{flex:1;min-width:0}.error-toast button{border-radius:6px;flex:none;width:28px;font-size:22px;line-height:24px}.error-toast button:focus-visible{outline:2px solid var(--accent)}.confirm-dialog{background:var(--surface);width:min(440px,100vw - 32px);color:var(--fg);padding:20px}.confirm-dialog>p{margin:20px 0;font-size:13px;line-height:1.7}.confirm-dialog .dialog-top,.confirm-dialog .dialog-bottom{padding:0}.confirm-dialog .dialog-bottom{justify-content:flex-end;gap:20px}.version-section{align-items:flex-start;gap:20px;display:flex}.version-controls{flex-direction:column;gap:6px;min-width:0;display:flex}.version-controls label{font-size:12px}.version-controls input{border:1px solid var(--line);background:var(--subtle);border-radius:9px;width:100%;min-height:44px;padding:8px 12px;font-family:Consolas,monospace}.version-controls input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.version-controls p,#rebuild-version-help{color:var(--muted);font-size:11px;line-height:1.5}#rebuild-form{flex-direction:column;gap:16px;display:flex}#rebuild-form>p{font-size:12px;line-height:1.6}#rebuild-form .dialog-bottom{flex-wrap:wrap}@media (max-width:760px){.version-section{flex-direction:column;gap:10px}.version-controls{width:100%}.version-meta{width:100%;margin:0}}body[data-page=workbench]{height:auto;min-height:100dvh}.workspace{flex:none;grid-template-rows:auto 160px auto}.workbench{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}.source-list{max-height:680px}.source-toolbar{height:auto;min-height:52px}.source-tabs{flex-wrap:wrap;overflow:visible}.build-row{flex-wrap:wrap}.build-row .primary{margin-left:auto}.build-caption{flex:220px}.downloads{flex:none;min-height:0;container-type:inline-size}.artifact-list{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;margin-top:10px;display:grid;overflow:visible}.artifact-row,.artifact-row+.artifact-row{border:1px solid var(--line);background:var(--subtle);border-radius:12px;grid-template-columns:24px minmax(0,1fr);align-content:start;align-items:start;gap:8px 10px;min-width:0;padding:14px;display:grid}.artifact-copy{flex-direction:column;grid-column:2;gap:5px;display:flex}.artifact-package-version{overflow-wrap:anywhere;color:var(--muted);font:11px Consolas,monospace}.artifact-size{grid-column:2;font-size:11px;display:block}.artifact-actions{flex-flow:wrap;grid-column:2;justify-content:space-between;gap:8px}.artifact-row .download-button{border:1px solid var(--line);background:var(--surface);gap:6px;width:auto;min-width:80px;min-height:40px;padding:8px 12px;font-size:12px}.artifact-list>.download-channel,.artifact-list>.artifact-empty{grid-column:1/-1}.provenance{overflow-wrap:anywhere;grid-template-columns:minmax(0,1fr);gap:6px;min-width:0;padding:8px 0;display:grid}.provenance>*{min-width:0}.provenance code{-webkit-user-select:all;user-select:all;overflow-wrap:anywhere;white-space:normal}.source-heads .source-footer{flex-wrap:wrap;height:auto;min-height:32px;padding:10px 0;display:flex}.source-footer code{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;order:3;width:100%}.source-heads .source-footer time{margin-left:auto}.selected-ref{flex-wrap:wrap}#selected-hash{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.selection-copy h2{white-space:normal;overflow-wrap:anywhere}#commit-content dd{overflow-wrap:anywhere}.artifact-sha256{-webkit-user-select:all;user-select:all}.page-footer{margin-top:12px}@container (width<=540px){.artifact-list{grid-template-columns:1fr}}@media (max-width:760px){.workspace{flex:none;display:flex}.source-list{max-height:300px}.artifact-row{padding:14px}.build-caption{flex-basis:100%}}
