.watch-page{display:grid;gap:18px}.watch-hero{display:grid;gap:10px}.watch-stage-strip,.watch-summary-grid,.watch-card-grid,.watch-detail-grid,.watch-source-grid{display:grid;gap:12px}.watch-stage-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.watch-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.watch-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.watch-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.watch-source-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.watch-stat,.watch-item,.watch-panel,.watch-source{border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:14px;background:rgba(255,255,255,.74)}.watch-item{cursor:pointer;text-align:left;color:inherit}.watch-item:focus-visible,.watch-item.is-selected{outline:2px solid var(--color-primary,#6f63c2);outline-offset:2px}.watch-item__head,.watch-source__head,.watch-panel__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.watch-chip{display:inline-flex;align-items:center;border:1px solid rgba(100,116,139,.28);border-radius:999px;padding:4px 9px;font-size:.78rem;line-height:1.2;background:rgba(241,245,249,.85)}.watch-chip--primary{background:rgba(219,234,254,.9)}.watch-chip--secondary{background:rgba(254,240,138,.45)}.watch-chip--live{background:rgba(187,247,208,.7)}.watch-chip--proposal{background:rgba(221,214,254,.7)}.watch-chip--experimental{background:rgba(254,215,170,.7)}.watch-chip--unresolved{background:rgba(254,202,202,.7)}.watch-muted{color:#64748b}.watch-list{margin:8px 0 0;padding-left:20px}.watch-meta{display:grid;gap:5px;margin-top:10px;font-size:.88rem;color:#475569}.watch-source[data-health="failed"]{border-color:rgba(220,38,38,.45)}.watch-source[data-group="secondary"]{background:rgba(255,251,235,.8)}.watch-timeline{display:grid;gap:8px}.watch-timeline__row{display:grid;grid-template-columns:150px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid rgba(148,163,184,.22)}.watch-refresh-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.watch-empty{padding:18px;text-align:center;color:#64748b}.watch-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}@media(max-width:850px){.watch-stage-strip,.watch-summary-grid,.watch-card-grid,.watch-detail-grid,.watch-source-grid{grid-template-columns:1fr}.watch-timeline__row{grid-template-columns:1fr;gap:3px}}