@layer components{.run-stage-feed{display:grid;grid-gap:var(--rj-space-3);gap:var(--rj-space-3)}.run-stage-feed__list,.run-stage-feed__showcase-list{margin:0;padding:0;list-style:none}.run-stage-feed__list{display:grid;grid-gap:var(--rj-space-2);gap:var(--rj-space-2)}.run-stage-feed__row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;grid-gap:var(--rj-space-3);gap:var(--rj-space-3);min-width:0;color:var(--rj-text-secondary);font-size:var(--rj-type-body-sm-size);line-height:var(--rj-type-body-sm-line)}.run-stage-feed__mark{position:relative;display:inline-flex;align-items:center;justify-content:center;inline-size:var(--rj-space-4);block-size:var(--rj-space-4);flex:0 0 auto;font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line)}.run-stage-feed__body{display:grid;grid-gap:var(--rj-space-1);gap:var(--rj-space-1);min-width:0}.run-stage-feed__text{min-width:0;overflow-wrap:anywhere}.run-stage-feed__elapsed{color:var(--rj-text-tertiary);font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.run-stage-feed__row[data-run-stage-status=done]{color:var(--rj-text-secondary);font-weight:400}.run-stage-feed__row[data-run-stage-status=done] .run-stage-feed__mark{color:var(--rj-moss)}.run-stage-feed__row[data-run-stage-status=started]{color:var(--rj-text-primary);font-weight:650}.run-stage-feed__row[data-run-stage-status=started] .run-stage-feed__mark{color:var(--rj-action)}.run-stage-feed__row[data-run-stage-status=pending]{color:var(--rj-text-tertiary);font-weight:400}.run-stage-feed__row[data-run-stage-status=pending] .run-stage-feed__mark{color:var(--rj-border-strong)}.run-stage-feed__row[data-run-stage-status=degraded]{color:var(--rj-text-accent);font-weight:650}.run-stage-feed__row[data-run-stage-status=degraded] .run-stage-feed__mark{color:var(--rj-text-accent)}.run-stage-feed__row[data-run-stage-status=failed]{color:var(--rj-danger);font-weight:650}.run-stage-feed__row[data-run-stage-status=failed] .run-stage-feed__mark{color:var(--rj-danger)}.run-stage-feed__row[data-run-stage-status=started] .run-stage-feed__mark:after{content:"";position:absolute;inset:0;border:1px solid var(--rj-action);border-radius:var(--rj-radius-pill);opacity:0;animation:run-stage-feed-pulse var(--rj-motion-sheet) var(--rj-ease) infinite}.run-stage-feed__live{-webkit-margin-start:calc(var(--rj-space-4) + var(--rj-space-3));margin-inline-start:calc(var(--rj-space-4) + var(--rj-space-3));color:var(--rj-text-tertiary);font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line)}.run-stage-feed__showcase{-webkit-margin-start:calc(var(--rj-space-4) + var(--rj-space-3));margin-inline-start:calc(var(--rj-space-4) + var(--rj-space-3));-webkit-padding-before:var(--rj-space-2);padding-block-start:var(--rj-space-2);-webkit-border-before:1px solid var(--rj-border-subtle);border-block-start:1px solid var(--rj-border-subtle)}.run-stage-feed__showcase,.run-stage-feed__showcase-list{display:grid;grid-gap:var(--rj-space-2);gap:var(--rj-space-2)}.run-stage-feed__showcase-heading{margin:0;color:var(--rj-text-tertiary);font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line);font-weight:700}.run-stage-feed__showcase-item{display:grid;grid-gap:var(--rj-space-0-5);gap:var(--rj-space-0-5);min-width:0;-webkit-padding-after:var(--rj-space-2);padding-block-end:var(--rj-space-2);-webkit-border-after:1px solid var(--rj-border-subtle);border-block-end:1px solid var(--rj-border-subtle);background:transparent}.run-stage-feed__showcase-item:last-child{-webkit-padding-after:0;padding-block-end:0;-webkit-border-after:0;border-block-end:0}.run-stage-feed__showcase-name{color:var(--rj-text-primary);font-size:var(--rj-type-body-sm-size);line-height:var(--rj-type-body-sm-line);font-weight:650;overflow-wrap:anywhere}.run-stage-feed__showcase-meta,.run-stage-feed__showcase-title{color:var(--rj-text-secondary);font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line);overflow-wrap:anywhere}.tool-reviewer-run-theater{display:grid;grid-gap:var(--rj-space-3);gap:var(--rj-space-3)}.tool-reviewer-run-theater__overtime{margin:0;color:var(--rj-text-accent);font-size:var(--rj-type-caption-size);line-height:var(--rj-type-caption-line)}@keyframes run-stage-feed-pulse{0%{opacity:0;transform:scale(.7)}50%{opacity:1}to{opacity:0;transform:scale(1.25)}}@media (max-width:640px){.run-stage-feed__live,.run-stage-feed__showcase{-webkit-margin-start:0;margin-inline-start:0}}@media (prefers-reduced-motion:reduce){.run-stage-feed__row[data-run-stage-status=started] .run-stage-feed__mark:after{animation:none;opacity:0}}}