/* responsive + polish fixes */ .page-header h1 { white-space: nowrap; } .page-header .subtitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex-shrink: 1; } .page-header { gap: 12px; flex-wrap: wrap; } .status-pip span { white-space: nowrap; } .status-pip { white-space: nowrap; } .rail-item { min-width: 0; } .rail-item > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .rail-item > span.rail-count, .rail-item > .rail-color-dot { overflow: visible; flex-shrink: 0; } @media (max-width: 1100px) { .stat-row { grid-template-columns: repeat(2, 1fr); } .jobs-stats { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 1280px) { .recorder-row { grid-template-columns: 180px 1fr; grid-template-rows: auto auto; } .recorder-stats { grid-column: 2 / 3; grid-row: 2; } .recorder-actions { grid-column: 1 / 3; grid-row: 3; justify-content: flex-end; padding-top: 4px; border-top: 1px solid var(--border); } } .capture-stat-label, .recorder-stat .stat-label, .stat-card .label, .stat-card .delta { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .topbar > * { flex-shrink: 0; } .topbar .crumb { min-width: 0; overflow: hidden; } .topbar .crumb > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .topbar .spacer { flex: 1; min-width: 8px; } @media (max-width: 1100px) { .topbar .search { display: none; } } @media (max-width: 900px) { .topbar .status-pip span:not(.dot) { display: none; } } .library-toolbar { flex-wrap: wrap; } .library-toolbar .search { width: 200px; } @media (max-width: 1280px) { .page-body > div[style*="grid-template-columns: 440px"] { grid-template-columns: 1fr !important; } } .audio-meter.v { border-radius: 99px; background: rgba(255,255,255,0.04); padding: 3px; } .recorder-preview { min-height: 56px; } .activity-text .target { word-break: break-word; } .asset-card .meta .sub { overflow: hidden; } .stat-card .label, .stat-card .value, .stat-card .delta { position: relative; z-index: 1; } .stat-card .spark { z-index: 0; }