.skel{gap:var(--space-5);flex:1;min-height:280px;display:flex}.skel-sr{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.skel-col{gap:var(--space-2);min-width:220px;padding:var(--space-3);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-panel);flex-direction:column;flex:220px;display:flex}.skel-line,.skel-card{background:var(--line);animation:1.2s ease-in-out infinite svelte-vckkg0-th-skel}.skel-line-head{border-radius:var(--radius-control);width:60%;height:14px}.skel-card{border-radius:var(--radius-card);height:88px}@keyframes svelte-vckkg0-th-skel{50%{opacity:.45}}.job-card{list-style:none}.job-card-hit{gap:var(--space-1);min-width:0;padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4);background:var(--paper);border:1px solid var(--line);border-left:var(--tick) solid var(--lane,var(--magenta));border-radius:var(--radius-card);color:var(--ink);transition:border-color var(--duration) ease;flex-direction:column;text-decoration:none;display:flex}.job-card-hit:hover,.job-card-hit:focus-visible{border-top-color:var(--ink);border-right-color:var(--ink);border-bottom-color:var(--ink);color:var(--ink);text-decoration:none}.job-card-title{color:var(--ink);font-weight:var(--weight-medium);overflow-wrap:anywhere;margin:0}.job-card-step,.job-card-meta,.job-card-fail,.job-card-issue{font-size:var(--text-xs);color:var(--muted);margin:0}.job-card-issue{color:var(--magenta-deep);font-weight:var(--weight-medium)}.job-card-fail{color:var(--ember)}.lane-rail{--lane:var(--queued);min-width:220px;min-height:240px;padding:var(--space-3);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-panel);flex-direction:column;flex:220px;display:flex}.lane-rail[data-lane=running]{--lane:var(--magenta)}.lane-rail[data-lane=queued]{--lane:var(--queued)}.lane-rail[data-lane=waiting]{--lane:var(--sun)}.lane-rail[data-lane=reanalysis]{--lane:var(--grape)}.lane-rail[data-lane=failed]{--lane:var(--ember)}.lane-rail[data-lane=ready]{--lane:var(--leaf)}.lane-rail-head{justify-content:space-between;align-items:center;gap:var(--space-2);padding:0 0 var(--space-3);border-bottom:var(--tick) solid var(--lane);color:var(--lane);display:flex}.lane-rail-name{align-items:center;gap:var(--space-2);min-width:0;display:inline-flex}.lane-rail-head h2{font-size:var(--text-sm);font-weight:var(--weight-medium);text-wrap:balance;margin:0}.lane-rail-count{min-width:1.4rem;height:1.4rem;padding:0 var(--space-1);border-radius:var(--radius-pill);background:var(--blush);color:var(--ink);font-variant-numeric:tabular-nums;font-size:var(--text-xs);font-weight:var(--weight-medium);justify-content:center;align-items:center;display:inline-flex}.lane-rail-list{padding:var(--space-3) 0 0;gap:var(--space-2);flex-direction:column;flex:1;min-height:0;margin:0;list-style:none;display:flex;overflow:auto}.lane-rail-empty{justify-content:center;align-items:center;gap:var(--space-2);min-height:4.5rem;padding:var(--space-3);border:1px dashed var(--line);border-radius:var(--radius-card);color:var(--muted);list-style:none;display:flex}.lane-rail-quiet{color:var(--muted);font-size:var(--text-xs);margin:0}.th-shell{border-top:6px solid var(--magenta);flex-direction:column;min-height:100vh;display:flex}.th-top{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);background:var(--white);flex-wrap:wrap;display:flex}.th-identity{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.th-brand{align-items:center;gap:var(--space-2);display:flex}.th-brand-icon{color:var(--magenta)}.th-who{font-weight:var(--weight-medium);font-size:var(--text-sm)}.th-title{font-size:var(--text-lg);font-weight:var(--weight-bold);text-wrap:balance;margin:0}.th-tools{justify-content:flex-end;align-items:center;gap:var(--space-3);flex-wrap:nowrap;margin-left:auto;display:flex}.th-search{align-items:center;gap:var(--space-2);height:var(--control-h);width:min(20rem,100%);padding:0 var(--space-3);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-control);flex:0 20rem;display:flex}.th-search:focus-within{border-color:var(--magenta);outline:var(--focus);outline-offset:2px}.th-search-icon{color:var(--muted);pointer-events:none}.th-search input{flex:1;min-width:0}.th-cost{align-items:center;gap:var(--space-2);color:var(--muted);font-size:var(--text-sm);white-space:nowrap;display:inline-flex}.th-cost-value{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:var(--weight-medium);margin-left:var(--space-1)}.th-stage{min-height:280px;padding:var(--space-5);flex-direction:column;flex:1;display:flex}.th-board{gap:var(--space-4);min-height:280px;animation:th-enter var(--enter) ease both;flex:1;align-items:stretch;display:flex;overflow-x:auto}.th-banner,.th-alert{align-items:center;gap:var(--space-2);margin:0;display:inline-flex}.th-alert{color:var(--ember)}@media (width<=800px){.th-tools{flex-wrap:wrap;justify-content:flex-start;width:100%}.th-search{flex:100%;width:100%}}
