/* Separate read-only program TV. No dependency on staff workspace layout. */
body[data-view="program-display"] { margin: 0; min-height: 100vh; background: #0d1015; color: #f5f6f8; }
body[data-view="program-display"] .workspace { display: block; width: 100%; min-width: 0; max-width: none; margin: 0; padding: 0; }
.program-display { padding: clamp(14px, 1.5vw, 30px); font-family: Arial, "Segoe UI", sans-serif; }
.program-tv-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #39404b; }
.program-tv-brand { flex: 0 0 auto; }
.program-tv-brand img { object-fit: contain; width: 66px; height: 46px; }
.program-tv-heading > div:first-of-type { min-width: 0; flex: 1; }
.program-tv-heading p { margin: 0 0 5px; color: #ff7782; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.program-tv-heading h1 { margin: 0; font-size: clamp(19px, 1.65vw, 34px); line-height: 1.15; overflow-wrap: anywhere; }
.program-tv-phase { flex: 0 1 300px; text-align: right; font-size: clamp(15px, 1.2vw, 24px); font-weight: 800; color: #f5f6f8; }
.program-tv-legend { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 14px 0; color: #b2bac6; font-size: clamp(13px, 1.03vw, 20px); }
.program-tv-legend .is-active { color: #76e8a0; }
.program-tv-legend .is-done { color: #bdc5d0; }
.program-tv-legend .is-skipped { color: #959da9; }
.program-tv-section > h2 { font-size: clamp(20px, 1.65vw, 30px); margin: 0 0 15px; color: #f5f6f8; }
.program-tv-columns { display: grid; grid-template-columns: repeat(var(--program-columns), minmax(0, 1fr)); gap: clamp(12px, 1.3vw, 26px); }
.program-tv-column { min-width: 0; }
.program-tv-column-heading { color: #f5f6f8; background: #252b35; border: 1px solid #4b5564; border-top: 4px solid #ed3343; border-radius: 7px; padding: 10px 14px; margin-bottom: 14px; min-height: 80px; box-shadow: 0 3px 0 #06080b; }
.program-tv-column-heading.has-active { background: #252b35; }
.program-tv-column-heading h3 { margin: 0; color: #f5f6f8; font-size: clamp(20px, 1.6vw, 30px); }
.program-tv-column-heading p { margin: 3px 0 0; color: #b7c0cc; font-size: 15px; }
.program-tv-column-heading .program-tv-table-live { font-size: 13px; color: #8df0af; line-height: 1.2; font-weight: 700; }
.program-tv-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 8px; }
.program-tv-card { padding: 12px; border: 1px solid #39485d; border-left: 4px solid #629de3; border-radius: 6px; background: #162437; min-height: 83px; }
.program-tv-card.hand-right { border-left-color: #fa737e; background: #301d24; border-top-color: #684047; border-right-color: #684047; border-bottom-color: #684047; }
.program-tv-card.is-active { background: #163329; border-top-color: #70dd98; border-right-color: #70dd98; border-bottom-color: #70dd98; box-shadow: inset 0 0 0 1px #70dd98; }
.program-tv-card.is-done { background: #171c23; border-top-color: #303945; border-right-color: #303945; border-bottom-color: #303945; }
.program-tv-card.is-done strong { color: #929eae; }
.program-tv-card.is-done .program-tv-order { color: #929eae; }
.program-tv-card.is-skipped { background: #15191f; border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; }
.program-tv-card-top { display: flex; align-items: flex-start; gap: 9px; }
.program-tv-card-top > strong { flex: 1 1 auto; min-width: 0; }
.program-tv-progress { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 2px; margin-left: auto; padding: 4px 5px; flex: 0 0 auto; border: 1px solid #667488; border-radius: 4px; background: #101720; color: #f5f6f8; font: 700 11px/1.12 Arial, sans-serif; font-variant-numeric: tabular-nums; white-space: nowrap; }
.program-tv-progress > span:last-child { color: #c4cfde; font-weight: 500; }
.program-tv-progress.is-unknown { border-style: dashed; color: #b1bdcb; font-size: 10px; }
.program-tv-card.is-done .program-tv-progress { opacity: .7; }
.program-tv-order { flex: 0 0 auto; color: #b9c3d2; font-size: 15px; padding-top: 3px; min-width: 18px; }
.program-tv-card strong { font-size: clamp(17px, 1.32vw, 26px); line-height: 1.12; overflow-wrap: anywhere; }
.program-tv-card-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 10px; padding-top: 10px; font-size: clamp(13px, .95vw, 18px); }
.program-tv-hand { color: #98c8ff; }
.hand-right .program-tv-hand { color: #ff9ea6; }
.program-tv-status { display: inline-flex; align-items: center; gap: 6px; color: #c6cdd7; line-height: 1.2; }
.program-tv-status-icon { flex: 0 0 auto; }
.is-active .program-tv-status { color: #0b2716; background: #8df0af; border-radius: 4px; padding: 4px 8px; font-weight: 800; }
.is-done .program-tv-status { color: #a3aebc; }
.program-tv-judges { margin-top: 10px; padding-top: 8px; border-top: 1px solid #75819566; display: grid; gap: 5px; }
.program-tv-judges p { margin: 0; display: flex; flex-wrap: wrap; gap: 3px 7px; font-size: clamp(14px, 1.03vw, 20px); line-height: 1.2; }
.program-tv-judges p > span { color: #acbbcd; }
.program-tv-judges b { color: #f4f6fa; overflow-wrap: anywhere; min-width: 0; }
.program-tv-judges .is-unassigned { color: #ffb3bb; font-weight: 600; }
.program-tv-judges .program-tv-judge-waiting { color: #ffb3bb; font-weight: 700; }
.program-tv-role-short { display: none; }
.program-tv-card.is-done .program-tv-judges b, .program-tv-card.is-skipped .program-tv-judges b { color: #929eae; }
.program-tv-empty-column, .program-tv-hint { font-size: 16px; line-height: 1.5; color: #b9c3d2; }
.program-tv-footer { display: flex; gap: 15px; justify-content: space-between; align-items: center; margin-top: 16px; font-size: 14px; color: #a8b3c3; }
.program-tv-pagination { display: flex; flex: 0 0 auto; gap: 8px; align-items: center; }
.program-tv-pagination button { border: 1px solid #485362; padding: 7px 10px; border-radius: 5px; color: #f6f7f9; background: #242c37; font: inherit; cursor: pointer; }
.program-tv-pagination button:focus-visible { outline: 2px solid #ff7782; outline-offset: 3px; }
.program-tv-embedded-phase { margin: 0; font-size: 18px; font-weight: 800; color: #f5f6f8; }
.program-tv-embedded-sections { display: grid; gap: 28px; }
/* Shared by program TV, athlete-queue TV and the embedded public schedule. */
.tv-announcements { display: grid; gap: 6px; min-width: 0; }
.table-change-notice { display: flex; align-items: center; gap: 12px 22px; padding: 10px 14px; min-width: 0; border: 2px solid #ff6974; border-radius: 7px; background: #4b111c; color: #fff5f6; font-family: Arial, "Segoe UI", sans-serif; }
.program-display .table-change-notice { margin-top: 12px; }
.table-change-notice-label { flex: 0 0 auto; display: grid; gap: 2px; }
.table-change-notice-label strong { color: #ffadb4; font-size: clamp(15px, 1.2vw, 23px); line-height: 1.05; font-weight: 900; }
.table-change-notice-label span { color: #ffd4d8; font-size: 13px; font-weight: 700; }
.table-change-notice-category { flex: 1 1 auto; min-width: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; overflow-wrap: anywhere; }
.table-change-notice-category strong { color: #fff5f6; font-size: clamp(17px, 1.4vw, 27px); line-height: 1.12; }
.table-change-notice-category span { color: #ffd4d8; font-size: clamp(13px, 1.05vw, 20px); }
.table-change-notice-route { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; white-space: nowrap; font-size: clamp(18px, 1.45vw, 28px); font-weight: 800; }
.table-change-notice-route > strong { padding: 4px 9px; border-radius: 4px; background: #fff0f1; color: #710d1c; }
.table-change-notice-route > span { color: #ffd4d8; }
@media (max-width: 899px) {
  .program-tv-heading { flex-wrap: wrap; gap: 10px; }
  .program-tv-brand img { width: 44px; height: 35px; }
  .program-tv-heading h1 { font-size: 19px; }
  .program-tv-phase { flex-basis: 100%; text-align: left; font-size: 16px; }
  .program-tv-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .program-tv-section { margin-bottom: 28px; }
  .program-tv-card { padding: 10px; min-height: 78px; }
  .program-tv-pagination { display: none; }
  .program-tv-footer { margin-top: 0; }
  .table-change-notice { flex-wrap: wrap; gap: 8px 14px; }
  .table-change-notice-label { flex-basis: 100%; display: flex; align-items: baseline; gap: 8px; }
  .table-change-notice-category { flex-basis: 100%; }
}
@media (max-width: 560px) {
  .program-tv-columns { grid-template-columns: minmax(0, 1fr); }
  .program-tv-card strong { font-size: 19px; }
  .program-tv-card-meta { font-size: 14px; }
  .program-tv-legend { gap: 10px 14px; font-size: 12px; }
}
/* Live TV: one compact current-stage board, never a carousel of future phases.
   Very large schedules retain every name inside a keyboard/touch-scrollable
   region instead of clipping text, hiding tables or shrinking below 12px. */
body[data-view="program-display"] .program-display { --program-inset: clamp(10px, 1vw, 20px); padding: var(--program-inset); }
.program-tv-live { display: flex; flex-direction: column; min-width: 0; min-height: 0; height: calc(100vh - var(--program-inset, 14px) * 2); height: calc(100dvh - var(--program-inset, 14px) * 2); }
.program-tv-live > .program-tv-heading, .program-tv-live > .program-tv-legend, .program-tv-live > .table-change-notice, .program-tv-live > .program-tv-footer { flex: 0 0 auto; }
.program-tv-live .program-tv-heading { gap: 12px; padding-bottom: 10px; }
.program-tv-live .program-tv-brand img { width: 50px; height: 35px; }
.program-tv-live .program-tv-heading p { font-size: 10px; margin-bottom: 4px; }
.program-tv-live .program-tv-heading h1 { font-size: clamp(18px, 1.45vw, 28px); }
.program-tv-live .program-tv-phase { flex-basis: 260px; font-size: clamp(14px, 1.05vw, 21px); }
.program-tv-live .program-tv-legend { gap: 8px 20px; padding: 9px 0; font-size: clamp(12px, .9vw, 17px); }
.program-tv-live .program-tv-pages { flex: 1 1 auto; min-height: 0; overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #637187 #131921; }
.program-tv-live .program-tv-pages:focus-visible { outline: 2px solid #ff7782; outline-offset: -2px; }
.program-tv-live .program-tv-section > h2 { font-size: clamp(16px, 1.15vw, 22px); margin: 0 0 9px; }
.program-tv-live .program-tv-columns { gap: 12px; align-items: start; }
.program-tv-live .program-tv-column-heading { padding: 7px 10px; min-height: 0; margin-bottom: 12px; border-top-width: 3px; border-radius: 5px; }
.program-tv-live .program-tv-column-heading h3 { font-size: clamp(18px, 1.3vw, 25px); }
.program-tv-live .program-tv-column-heading p { font-size: 12px; }
.program-tv-live .program-tv-table-live { font-size: 12px; }
.program-tv-live .program-tv-list { grid-template-columns: repeat(var(--program-row-columns, 1), minmax(0, 1fr)); gap: 6px; align-items: start; }
.program-tv-live .program-tv-card { min-height: 0; padding: 5px 7px; border-left-width: 3px; }
.program-tv-live .program-tv-card-top { gap: 6px; }
.program-tv-live .program-tv-progress { flex-direction: row; gap: 6px; padding: 1px 3px; font-size: 11px; }
.program-tv-live .program-tv-order { min-width: 13px; padding-top: 1px; font-size: 12px; }
.program-tv-live .program-tv-card strong { font-size: clamp(15px, 1.05vw, 21px); line-height: 1.13; }
.program-tv-live .program-tv-card-meta { padding-top: 3px; gap: 3px 6px; font-size: clamp(12px, .8vw, 16px); }
.program-tv-live .program-tv-status { gap: 4px; }
.program-tv-live .is-active .program-tv-status { padding: 2px 5px; }
.program-tv-live .program-tv-judges { margin-top: 3px; padding-top: 3px; gap: 2px; }
.program-tv-live .program-tv-judges p { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 4px; font-size: clamp(12px, .84vw, 16px); line-height: 1.15; }
.program-tv-live .program-tv-role-full { display: none; }
.program-tv-live .program-tv-role-short { display: inline; text-decoration: none; }
.program-tv-live .program-tv-judges .program-tv-judge-waiting { display: block; font-size: 12px; }
.program-tv-live .program-tv-footer { font-size: 12px; margin-top: 8px; }
.program-tv-live .table-change-notice { margin-top: 8px; padding: 7px 10px; gap: 8px 14px; }
.program-tv-live .table-change-notice-label strong { font-size: clamp(14px, 1vw, 19px); }
.program-tv-live .table-change-notice-category strong, .program-tv-live .table-change-notice-route { font-size: clamp(15px, 1.05vw, 21px); }
@media (min-width: 900px) and (max-width: 1399px) {
  .program-tv-live .program-tv-card { padding-top: 2px; padding-bottom: 2px; }
  .program-tv-live .program-tv-column-heading .program-tv-table-live { display: none; }
}
@media (max-width: 899px) {
  .program-tv-live { height: auto; min-height: calc(100dvh - 28px); }
  .program-tv-live .program-tv-pages { overflow: visible; }
  .program-tv-live .program-tv-phase { flex-basis: 100%; text-align: left; }
  .program-tv-live .program-tv-list { grid-template-columns: minmax(0, 1fr); }
  .program-tv-live .program-tv-section { margin-bottom: 12px; }
  .program-tv-live .program-tv-judges p { font-size: 14px; grid-template-columns: 70px minmax(0, 1fr); }
  .program-tv-live .program-tv-role-full { display: inline; }
  .program-tv-live .program-tv-role-short { display: none; }
  .program-tv-live .program-tv-footer { flex-wrap: wrap; gap: 4px; }
  .program-tv-live .program-tv-card strong { font-size: 18px; }
  .program-tv-live .program-tv-card { padding: 9px; }
}
