/* Central stylesheet for timetable and lineup pages. */

/* Planner cleanup: compact top controls, wider desktop planner, and grouped exports. */
html.table-page .saved-plan-row[hidden] {
  display: none !important;
}

html.table-page .planner-quick-actions,
html.table-page .artist-search-section,
html.table-page .export-plan-actions {
  display: grid;
  gap: 8px;
  min-width: 0;
}

html.table-page .planner-quick-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html.table-page #selectVisibleBtn[hidden] {
  display: none !important;
}

html.table-page .export-plan-menu {
  position: relative;
  min-width: 0;
}

html.table-page .export-plan-menu > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  user-select: none;
}

html.table-page .export-plan-menu > summary::-webkit-details-marker {
  display: none;
}

html.table-page .export-plan-menu > summary::after {
  content: "v";
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

html.table-page .export-plan-menu[open] > summary::after {
  transform: rotate(180deg);
}

html.table-page .export-plan-actions {
  margin-top: 8px;
  padding: 10px;
  border: 1px solid var(--border, #cbd5e1);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.96);
}

html.table-page .artist-search-section {
  margin-top: 2px;
}

html.table-page .friend-room-anchor {
  display: none;
}

html.table-page .schedule-table.schedule-no-day {
  min-width: 520px;
}

html.table-page .schedule-table.schedule-no-day th:first-child,
html.table-page .schedule-table.schedule-no-day td:first-child:not([colspan]) {
  display: none;
}

@media (min-width: 901px) {
  html.table-page .layout {
    grid-template-columns: minmax(430px, 480px) minmax(0, 1fr) !important;
  }

  html.table-page .schedule-table {
    min-width: 620px;
  }
}

@media (max-width: 520px) {
  html.table-page .planner-quick-actions {
    grid-template-columns: 1fr;
  }
}

/* defqon1-2026-timetable.css */
html.table-style-defqon1-2026-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-defqon1-2026-timetable #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-defqon1-2026-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-defqon1-2026-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-defqon1-2026-timetable, html.table-style-defqon1-2026-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-defqon1-2026-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-defqon1-2026-timetable .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-defqon1-2026-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-defqon1-2026-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-defqon1-2026-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-defqon1-2026-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-defqon1-2026-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-defqon1-2026-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-defqon1-2026-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-defqon1-2026-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-defqon1-2026-timetable .panel-body { padding: 14px; }
html.table-style-defqon1-2026-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-defqon1-2026-timetable .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-defqon1-2026-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-defqon1-2026-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-defqon1-2026-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-defqon1-2026-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-defqon1-2026-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-defqon1-2026-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-defqon1-2026-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-defqon1-2026-timetable .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-defqon1-2026-timetable .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-defqon1-2026-timetable .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-defqon1-2026-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-defqon1-2026-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-defqon1-2026-timetable .time-head, html.table-style-defqon1-2026-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-defqon1-2026-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-defqon1-2026-timetable thead .sticky-time { z-index: 4; }
html.table-style-defqon1-2026-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-defqon1-2026-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-defqon1-2026-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-defqon1-2026-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-defqon1-2026-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-defqon1-2026-timetable .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-defqon1-2026-timetable .search, html.table-style-defqon1-2026-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-defqon1-2026-timetable .btn-row, html.table-style-defqon1-2026-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-defqon1-2026-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
    }
html.table-style-defqon1-2026-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-defqon1-2026-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-defqon1-2026-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-defqon1-2026-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-defqon1-2026-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-defqon1-2026-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-defqon1-2026-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-defqon1-2026-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-defqon1-2026-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-defqon1-2026-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-defqon1-2026-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-defqon1-2026-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-defqon1-2026-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-defqon1-2026-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-defqon1-2026-timetable .schedule-table th, html.table-style-defqon1-2026-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-defqon1-2026-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-defqon1-2026-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-defqon1-2026-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-defqon1-2026-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-defqon1-2026-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-defqon1-2026-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-defqon1-2026-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-defqon1-2026-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-defqon1-2026-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-defqon1-2026-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-defqon1-2026-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-defqon1-2026-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-defqon1-2026-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-defqon1-2026-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-defqon1-2026-timetable .table-wrap { margin-bottom: 0; }
html.table-style-defqon1-2026-timetable .artist-list { max-height: 340px; }
html.table-style-defqon1-2026-timetable table { font-size: 14px; min-width: 0; }
html.table-style-defqon1-2026-timetable tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-defqon1-2026-timetable .time-head, html.table-style-defqon1-2026-timetable .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-defqon1-2026-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-defqon1-2026-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-defqon1-2026-timetable .panel { border-radius: 16px; }
html.table-style-defqon1-2026-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-defqon1-2026-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-defqon1-2026-timetable .time-head, html.table-style-defqon1-2026-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-defqon1-2026-timetable .planner-collapsed .panel { display: none; }
html.table-style-defqon1-2026-timetable .planner-open main { display: none; }
html.table-style-defqon1-2026-timetable tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-defqon1-2026-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-defqon1-2026-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-defqon1-2026-timetable .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-defqon1-2026-timetable .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-defqon1-2026-timetable .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-defqon1-2026-timetable .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-defqon1-2026-timetable .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-defqon1-2026-timetable .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-defqon1-2026-timetable .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-defqon1-2026-timetable .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-defqon1-2026-timetable .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-defqon1-2026-timetable .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-defqon1-2026-timetable .countdown-heading {
        font-size: 20px;
      }
html.table-style-defqon1-2026-timetable .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-defqon1-2026-timetable .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-defqon1-2026-timetable .tab, html.table-style-defqon1-2026-timetable .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-defqon1-2026-timetable .tab:not(.active), html.table-style-defqon1-2026-timetable .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-defqon1-2026-timetable .tab.active, html.table-style-defqon1-2026-timetable .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }

/* festival-lineup-standard.css */
html.table-style-festival-lineup-standard #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-festival-lineup-standard #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-festival-lineup-standard {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-festival-lineup-standard * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-festival-lineup-standard, html.table-style-festival-lineup-standard body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-festival-lineup-standard body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-festival-lineup-standard .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-festival-lineup-standard .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-festival-lineup-standard .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-festival-lineup-standard .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-festival-lineup-standard .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-festival-lineup-standard .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-festival-lineup-standard .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-festival-lineup-standard .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-festival-lineup-standard .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-festival-lineup-standard .panel-body { padding: 14px; }
html.table-style-festival-lineup-standard .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-festival-lineup-standard .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-lineup-standard .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-festival-lineup-standard .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-festival-lineup-standard .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-festival-lineup-standard .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-festival-lineup-standard .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-festival-lineup-standard .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-festival-lineup-standard table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-festival-lineup-standard .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-festival-lineup-standard .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-festival-lineup-standard .timetable-grid .time-col {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
    }
html.table-style-festival-lineup-standard thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-festival-lineup-standard tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-festival-lineup-standard .time-head, html.table-style-festival-lineup-standard .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-festival-lineup-standard .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-festival-lineup-standard thead .sticky-time { z-index: 4; }
html.table-style-festival-lineup-standard .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-festival-lineup-standard .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-festival-lineup-standard .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-festival-lineup-standard .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-festival-lineup-standard .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-festival-lineup-standard .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-festival-lineup-standard .search, html.table-style-festival-lineup-standard .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-festival-lineup-standard .btn-row, html.table-style-festival-lineup-standard .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-festival-lineup-standard .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-festival-lineup-standard .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-festival-lineup-standard .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-festival-lineup-standard .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-lineup-standard .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-festival-lineup-standard .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-festival-lineup-standard .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-festival-lineup-standard .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-festival-lineup-standard .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-festival-lineup-standard .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-festival-lineup-standard .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-festival-lineup-standard .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-festival-lineup-standard .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-festival-lineup-standard .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-lineup-standard .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-festival-lineup-standard .schedule-table th, html.table-style-festival-lineup-standard .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-festival-lineup-standard .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-festival-lineup-standard .clash-row {
      background: var(--danger);
    }
html.table-style-festival-lineup-standard .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-festival-lineup-standard .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-festival-lineup-standard .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-festival-lineup-standard mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-festival-lineup-standard .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-festival-lineup-standard .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-festival-lineup-standard .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-festival-lineup-standard .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-festival-lineup-standard .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-festival-lineup-standard .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-festival-lineup-standard .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-festival-lineup-standard .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-festival-lineup-standard .table-wrap { margin-bottom: 0; }
html.table-style-festival-lineup-standard .artist-list { max-height: 340px; }
html.table-style-festival-lineup-standard table { font-size: 14px; min-width: 0; }
html.table-style-festival-lineup-standard tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-festival-lineup-standard .time-head, html.table-style-festival-lineup-standard .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-festival-lineup-standard .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-festival-lineup-standard .hero { border-radius: 16px; padding: 16px; }
html.table-style-festival-lineup-standard .panel { border-radius: 16px; }
html.table-style-festival-lineup-standard .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-festival-lineup-standard .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-festival-lineup-standard .time-head, html.table-style-festival-lineup-standard .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-festival-lineup-standard .planner-collapsed .panel { display: none; }
html.table-style-festival-lineup-standard .planner-open main { display: none; }
html.table-style-festival-lineup-standard tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-festival-lineup-standard .set-cell {
        min-height: 64px;
      }
html.table-style-festival-lineup-standard .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-festival-lineup-standard .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-festival-lineup-standard .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-lineup-standard .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-festival-lineup-standard .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-festival-lineup-standard .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-festival-lineup-standard .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-festival-lineup-standard .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-festival-lineup-standard .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-lineup-standard .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-festival-lineup-standard .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-festival-lineup-standard .countdown-heading {
        font-size: 20px;
      }
html.table-style-festival-lineup-standard .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-festival-lineup-standard .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-festival-lineup-standard .tab, html.table-style-festival-lineup-standard .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-festival-lineup-standard .tab:not(.active), html.table-style-festival-lineup-standard .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-festival-lineup-standard .tab.active, html.table-style-festival-lineup-standard .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-festival-lineup-standard .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-festival-lineup-standard .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-festival-lineup-standard .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-festival-lineup-standard .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-festival-lineup-standard .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-festival-lineup-standard .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-festival-lineup-standard .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-festival-lineup-standard .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-lineup-standard .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-festival-lineup-standard .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-festival-lineup-standard .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-festival-lineup-standard .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-lineup-standard .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-festival-lineup-standard .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-festival-lineup-standard .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-festival-lineup-standard .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-festival-lineup-standard .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-festival-lineup-standard .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-festival-lineup-standard .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-festival-lineup-standard .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-lineup-standard .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-festival-lineup-standard .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-festival-lineup-standard .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-festival-lineup-standard .room-row > * { flex: 0 0 auto; }
html.table-style-festival-lineup-standard .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-festival-lineup-standard .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-festival-lineup-standard .room-status[data-state="success"] { color:#166534; }
html.table-style-festival-lineup-standard .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-festival-lineup-standard .room-inline-form[hidden] { display:none !important; }
html.table-style-festival-lineup-standard .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-festival-lineup-standard .room-input, html.table-style-festival-lineup-standard .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-festival-lineup-standard .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-festival-lineup-standard .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-festival-lineup-standard .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-festival-lineup-standard .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-festival-lineup-standard .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-festival-lineup-standard .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-festival-lineup-standard .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-festival-lineup-standard .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-festival-lineup-standard .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-festival-lineup-standard .set-cell { position:relative; }
html.table-style-festival-lineup-standard .set-cell.room-dim .cell-inner, html.table-style-festival-lineup-standard .artist-item.room-dim, html.table-style-festival-lineup-standard tr.room-dim { opacity:.35; }
html.table-style-festival-lineup-standard .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-festival-lineup-standard .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-festival-lineup-standard .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-festival-lineup-standard .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-festival-lineup-standard .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-festival-lineup-standard .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-festival-lineup-standard .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-festival-lineup-standard .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-festival-lineup-standard .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-festival-lineup-standard .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-festival-lineup-standard .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-festival-lineup-standard .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-festival-lineup-standard .room-settings-panel, html.table-style-festival-lineup-standard .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-festival-lineup-standard .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-festival-lineup-standard .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-festival-lineup-standard .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-festival-lineup-standard .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-festival-lineup-standard .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-festival-lineup-standard .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-festival-lineup-standard .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-festival-lineup-standard .room-shell__toggle {
        width: 100%;
      }
html.table-style-festival-lineup-standard .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-lineup-standard .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-festival-lineup-standard .room-toolbar { align-items: stretch; }
html.table-style-festival-lineup-standard .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-festival-lineup-standard .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-festival-lineup-standard .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-lineup-standard .room-filter-select { width:100%; }
}

/* festival-lineup-with-rooms.css */
html.table-style-festival-lineup-with-rooms #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-festival-lineup-with-rooms #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-festival-lineup-with-rooms {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-festival-lineup-with-rooms * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-festival-lineup-with-rooms, html.table-style-festival-lineup-with-rooms body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-festival-lineup-with-rooms body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-festival-lineup-with-rooms .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-festival-lineup-with-rooms .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-festival-lineup-with-rooms .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-festival-lineup-with-rooms .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-festival-lineup-with-rooms .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-festival-lineup-with-rooms .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-festival-lineup-with-rooms .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-festival-lineup-with-rooms .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-festival-lineup-with-rooms .panel-body { padding: 14px; }
html.table-style-festival-lineup-with-rooms .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-festival-lineup-with-rooms .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-lineup-with-rooms .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-festival-lineup-with-rooms .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-festival-lineup-with-rooms .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-festival-lineup-with-rooms .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-festival-lineup-with-rooms .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-festival-lineup-with-rooms .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-festival-lineup-with-rooms table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-festival-lineup-with-rooms .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-festival-lineup-with-rooms .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-festival-lineup-with-rooms .timetable-grid .time-col {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
    }
html.table-style-festival-lineup-with-rooms thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-festival-lineup-with-rooms tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-festival-lineup-with-rooms .time-head, html.table-style-festival-lineup-with-rooms .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-festival-lineup-with-rooms .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-festival-lineup-with-rooms thead .sticky-time { z-index: 4; }
html.table-style-festival-lineup-with-rooms .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-festival-lineup-with-rooms .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-festival-lineup-with-rooms .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-festival-lineup-with-rooms .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-festival-lineup-with-rooms .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-festival-lineup-with-rooms .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-festival-lineup-with-rooms .search, html.table-style-festival-lineup-with-rooms .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-festival-lineup-with-rooms .btn-row, html.table-style-festival-lineup-with-rooms .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-festival-lineup-with-rooms .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-festival-lineup-with-rooms .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-festival-lineup-with-rooms .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-festival-lineup-with-rooms .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-lineup-with-rooms .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-festival-lineup-with-rooms .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-festival-lineup-with-rooms .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-festival-lineup-with-rooms .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-festival-lineup-with-rooms .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-festival-lineup-with-rooms .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-festival-lineup-with-rooms .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-festival-lineup-with-rooms .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-festival-lineup-with-rooms .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-festival-lineup-with-rooms .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-lineup-with-rooms .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-festival-lineup-with-rooms .schedule-table th, html.table-style-festival-lineup-with-rooms .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-festival-lineup-with-rooms .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-festival-lineup-with-rooms .clash-row {
      background: var(--danger);
    }
html.table-style-festival-lineup-with-rooms .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-festival-lineup-with-rooms .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-festival-lineup-with-rooms .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-festival-lineup-with-rooms mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-festival-lineup-with-rooms .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-festival-lineup-with-rooms .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-festival-lineup-with-rooms .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-festival-lineup-with-rooms .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-festival-lineup-with-rooms .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-festival-lineup-with-rooms .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-festival-lineup-with-rooms .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-festival-lineup-with-rooms .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-festival-lineup-with-rooms .table-wrap { margin-bottom: 0; }
html.table-style-festival-lineup-with-rooms .artist-list { max-height: 340px; }
html.table-style-festival-lineup-with-rooms table { font-size: 14px; min-width: 0; }
html.table-style-festival-lineup-with-rooms tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-festival-lineup-with-rooms .time-head, html.table-style-festival-lineup-with-rooms .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-festival-lineup-with-rooms .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-festival-lineup-with-rooms .hero { border-radius: 16px; padding: 16px; }
html.table-style-festival-lineup-with-rooms .panel { border-radius: 16px; }
html.table-style-festival-lineup-with-rooms .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-festival-lineup-with-rooms .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-festival-lineup-with-rooms .time-head, html.table-style-festival-lineup-with-rooms .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-festival-lineup-with-rooms .planner-collapsed .panel { display: none; }
html.table-style-festival-lineup-with-rooms .planner-open main { display: none; }
html.table-style-festival-lineup-with-rooms tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-festival-lineup-with-rooms .set-cell {
        min-height: 64px;
      }
html.table-style-festival-lineup-with-rooms .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-festival-lineup-with-rooms .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-festival-lineup-with-rooms .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-lineup-with-rooms .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-festival-lineup-with-rooms .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-festival-lineup-with-rooms .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-festival-lineup-with-rooms .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-festival-lineup-with-rooms .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-festival-lineup-with-rooms .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-lineup-with-rooms .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-festival-lineup-with-rooms .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-festival-lineup-with-rooms .countdown-heading {
        font-size: 20px;
      }
html.table-style-festival-lineup-with-rooms .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-festival-lineup-with-rooms .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-festival-lineup-with-rooms .tab, html.table-style-festival-lineup-with-rooms .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-festival-lineup-with-rooms .tab:not(.active), html.table-style-festival-lineup-with-rooms .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-festival-lineup-with-rooms .tab.active, html.table-style-festival-lineup-with-rooms .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-festival-lineup-with-rooms .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-festival-lineup-with-rooms .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-festival-lineup-with-rooms .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-festival-lineup-with-rooms .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-festival-lineup-with-rooms .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-festival-lineup-with-rooms .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-festival-lineup-with-rooms .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-festival-lineup-with-rooms .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-lineup-with-rooms .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-festival-lineup-with-rooms .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-festival-lineup-with-rooms .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-festival-lineup-with-rooms .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-lineup-with-rooms .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-festival-lineup-with-rooms .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-festival-lineup-with-rooms .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-festival-lineup-with-rooms .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-festival-lineup-with-rooms .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-festival-lineup-with-rooms .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-festival-lineup-with-rooms .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-lineup-with-rooms .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-festival-lineup-with-rooms .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-festival-lineup-with-rooms .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-festival-lineup-with-rooms .room-row > * { flex: 0 0 auto; }
html.table-style-festival-lineup-with-rooms .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-festival-lineup-with-rooms .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-festival-lineup-with-rooms .room-status[data-state="success"] { color:#166534; }
html.table-style-festival-lineup-with-rooms .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .room-inline-form[hidden] { display:none !important; }
html.table-style-festival-lineup-with-rooms .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-festival-lineup-with-rooms .room-input, html.table-style-festival-lineup-with-rooms .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-festival-lineup-with-rooms .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-festival-lineup-with-rooms .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-festival-lineup-with-rooms .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-festival-lineup-with-rooms .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-festival-lineup-with-rooms .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-festival-lineup-with-rooms .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-festival-lineup-with-rooms .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-festival-lineup-with-rooms .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-festival-lineup-with-rooms .set-cell { position:relative; }
html.table-style-festival-lineup-with-rooms .set-cell.room-dim .cell-inner, html.table-style-festival-lineup-with-rooms .artist-item.room-dim, html.table-style-festival-lineup-with-rooms tr.room-dim { opacity:.35; }
html.table-style-festival-lineup-with-rooms .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-festival-lineup-with-rooms .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-festival-lineup-with-rooms .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-festival-lineup-with-rooms .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-festival-lineup-with-rooms .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-festival-lineup-with-rooms .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-festival-lineup-with-rooms .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-festival-lineup-with-rooms .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-festival-lineup-with-rooms .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-festival-lineup-with-rooms .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-festival-lineup-with-rooms .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-festival-lineup-with-rooms .room-settings-panel, html.table-style-festival-lineup-with-rooms .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-festival-lineup-with-rooms .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-festival-lineup-with-rooms .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-festival-lineup-with-rooms .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-festival-lineup-with-rooms .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-festival-lineup-with-rooms .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-festival-lineup-with-rooms .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-festival-lineup-with-rooms .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-festival-lineup-with-rooms .room-shell__toggle {
        width: 100%;
      }
html.table-style-festival-lineup-with-rooms .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-lineup-with-rooms .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-festival-lineup-with-rooms .room-toolbar { align-items: stretch; }
html.table-style-festival-lineup-with-rooms .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-festival-lineup-with-rooms .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-festival-lineup-with-rooms .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-lineup-with-rooms .room-filter-select { width:100%; }
}

/* festival-timetable-with-rooms.css */
html.table-style-festival-timetable-with-rooms #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-festival-timetable-with-rooms #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-festival-timetable-with-rooms {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-festival-timetable-with-rooms * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-festival-timetable-with-rooms, html.table-style-festival-timetable-with-rooms body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-festival-timetable-with-rooms body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-festival-timetable-with-rooms .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-festival-timetable-with-rooms .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-festival-timetable-with-rooms .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-festival-timetable-with-rooms .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-festival-timetable-with-rooms .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-festival-timetable-with-rooms .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-festival-timetable-with-rooms .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-festival-timetable-with-rooms .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-festival-timetable-with-rooms .panel-body { padding: 14px; }
html.table-style-festival-timetable-with-rooms .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-festival-timetable-with-rooms .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-timetable-with-rooms .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-festival-timetable-with-rooms .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-festival-timetable-with-rooms .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-festival-timetable-with-rooms .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-festival-timetable-with-rooms .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-festival-timetable-with-rooms .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-festival-timetable-with-rooms table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-festival-timetable-with-rooms .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-festival-timetable-with-rooms .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-festival-timetable-with-rooms .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-festival-timetable-with-rooms thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-festival-timetable-with-rooms tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-festival-timetable-with-rooms .time-head, html.table-style-festival-timetable-with-rooms .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-festival-timetable-with-rooms .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-festival-timetable-with-rooms thead .sticky-time { z-index: 4; }
html.table-style-festival-timetable-with-rooms .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-festival-timetable-with-rooms .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-festival-timetable-with-rooms .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-festival-timetable-with-rooms .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-festival-timetable-with-rooms .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-festival-timetable-with-rooms .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-festival-timetable-with-rooms .search, html.table-style-festival-timetable-with-rooms .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-festival-timetable-with-rooms .btn-row, html.table-style-festival-timetable-with-rooms .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-festival-timetable-with-rooms .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
    }
html.table-style-festival-timetable-with-rooms .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-festival-timetable-with-rooms .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-festival-timetable-with-rooms .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-timetable-with-rooms .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-festival-timetable-with-rooms .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-festival-timetable-with-rooms .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-festival-timetable-with-rooms .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-festival-timetable-with-rooms .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-festival-timetable-with-rooms .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-festival-timetable-with-rooms .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-festival-timetable-with-rooms .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-festival-timetable-with-rooms .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-festival-timetable-with-rooms .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-festival-timetable-with-rooms .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-festival-timetable-with-rooms .schedule-table th, html.table-style-festival-timetable-with-rooms .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-festival-timetable-with-rooms .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-festival-timetable-with-rooms .clash-row {
      background: var(--danger);
    }
html.table-style-festival-timetable-with-rooms .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-festival-timetable-with-rooms .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-festival-timetable-with-rooms .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-festival-timetable-with-rooms mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-festival-timetable-with-rooms .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-festival-timetable-with-rooms .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-festival-timetable-with-rooms .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-festival-timetable-with-rooms .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-festival-timetable-with-rooms .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-festival-timetable-with-rooms .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-festival-timetable-with-rooms .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-festival-timetable-with-rooms .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-festival-timetable-with-rooms .table-wrap { margin-bottom: 0; }
html.table-style-festival-timetable-with-rooms .artist-list { max-height: 340px; }
html.table-style-festival-timetable-with-rooms table { font-size: 14px; min-width: 0; }
html.table-style-festival-timetable-with-rooms tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-festival-timetable-with-rooms .time-head, html.table-style-festival-timetable-with-rooms .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-festival-timetable-with-rooms .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-festival-timetable-with-rooms .hero { border-radius: 16px; padding: 16px; }
html.table-style-festival-timetable-with-rooms .panel { border-radius: 16px; }
html.table-style-festival-timetable-with-rooms .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-festival-timetable-with-rooms .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-festival-timetable-with-rooms .time-head, html.table-style-festival-timetable-with-rooms .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-festival-timetable-with-rooms .planner-collapsed .panel { display: none; }
html.table-style-festival-timetable-with-rooms .planner-open main { display: none; }
html.table-style-festival-timetable-with-rooms tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-festival-timetable-with-rooms .set-cell {
        min-height: 64px;
      }
html.table-style-festival-timetable-with-rooms .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-festival-timetable-with-rooms .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-festival-timetable-with-rooms .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-timetable-with-rooms .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-festival-timetable-with-rooms .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-festival-timetable-with-rooms .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-festival-timetable-with-rooms .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-festival-timetable-with-rooms .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-festival-timetable-with-rooms .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-festival-timetable-with-rooms .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-festival-timetable-with-rooms .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-festival-timetable-with-rooms .countdown-heading {
        font-size: 20px;
      }
html.table-style-festival-timetable-with-rooms .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-festival-timetable-with-rooms .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-festival-timetable-with-rooms .tab, html.table-style-festival-timetable-with-rooms .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-festival-timetable-with-rooms .tab:not(.active), html.table-style-festival-timetable-with-rooms .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-festival-timetable-with-rooms .tab.active, html.table-style-festival-timetable-with-rooms .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-festival-timetable-with-rooms .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-festival-timetable-with-rooms .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-festival-timetable-with-rooms .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-festival-timetable-with-rooms .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-festival-timetable-with-rooms .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-festival-timetable-with-rooms .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-festival-timetable-with-rooms .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-festival-timetable-with-rooms .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-festival-timetable-with-rooms .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-festival-timetable-with-rooms .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-festival-timetable-with-rooms .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-festival-timetable-with-rooms .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-timetable-with-rooms .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-festival-timetable-with-rooms .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-festival-timetable-with-rooms .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-festival-timetable-with-rooms .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-festival-timetable-with-rooms .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-festival-timetable-with-rooms .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-festival-timetable-with-rooms .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-festival-timetable-with-rooms .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-festival-timetable-with-rooms .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-festival-timetable-with-rooms .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-festival-timetable-with-rooms .room-row > * { flex: 0 0 auto; }
html.table-style-festival-timetable-with-rooms .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-festival-timetable-with-rooms .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-festival-timetable-with-rooms .room-status[data-state="success"] { color:#166534; }
html.table-style-festival-timetable-with-rooms .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .room-inline-form[hidden] { display:none !important; }
html.table-style-festival-timetable-with-rooms .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-festival-timetable-with-rooms .room-input, html.table-style-festival-timetable-with-rooms .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-festival-timetable-with-rooms .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-festival-timetable-with-rooms .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-festival-timetable-with-rooms .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-festival-timetable-with-rooms .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-festival-timetable-with-rooms .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-festival-timetable-with-rooms .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-festival-timetable-with-rooms .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-festival-timetable-with-rooms .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-festival-timetable-with-rooms .set-cell { position:relative; }
html.table-style-festival-timetable-with-rooms .set-cell.room-dim .cell-inner, html.table-style-festival-timetable-with-rooms .artist-item.room-dim, html.table-style-festival-timetable-with-rooms tr.room-dim { opacity:.35; }
html.table-style-festival-timetable-with-rooms .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-festival-timetable-with-rooms .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-festival-timetable-with-rooms .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-festival-timetable-with-rooms .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-festival-timetable-with-rooms .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-festival-timetable-with-rooms .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-festival-timetable-with-rooms .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-festival-timetable-with-rooms .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-festival-timetable-with-rooms .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-festival-timetable-with-rooms .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-festival-timetable-with-rooms .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-festival-timetable-with-rooms .room-settings-panel, html.table-style-festival-timetable-with-rooms .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-festival-timetable-with-rooms .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-festival-timetable-with-rooms .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-festival-timetable-with-rooms .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-festival-timetable-with-rooms .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-festival-timetable-with-rooms .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-festival-timetable-with-rooms .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-festival-timetable-with-rooms .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-festival-timetable-with-rooms .room-shell__toggle {
        width: 100%;
      }
html.table-style-festival-timetable-with-rooms .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-timetable-with-rooms .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-festival-timetable-with-rooms .room-toolbar { align-items: stretch; }
html.table-style-festival-timetable-with-rooms .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-festival-timetable-with-rooms .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-festival-timetable-with-rooms .room-inline-form { grid-template-columns: 1fr; }
html.table-style-festival-timetable-with-rooms .room-filter-select { width:100%; }
}

/* hardfest-2026-timetable.css */
html.table-style-hardfest-2026-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-hardfest-2026-timetable #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-hardfest-2026-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-hardfest-2026-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-hardfest-2026-timetable, html.table-style-hardfest-2026-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-hardfest-2026-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-hardfest-2026-timetable .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-hardfest-2026-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-hardfest-2026-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-hardfest-2026-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-hardfest-2026-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-hardfest-2026-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-hardfest-2026-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-hardfest-2026-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-hardfest-2026-timetable .panel-body { padding: 14px; }
html.table-style-hardfest-2026-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-hardfest-2026-timetable .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-hardfest-2026-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-hardfest-2026-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-hardfest-2026-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-hardfest-2026-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-hardfest-2026-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-hardfest-2026-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-hardfest-2026-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-hardfest-2026-timetable .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-hardfest-2026-timetable .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-hardfest-2026-timetable .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-hardfest-2026-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-hardfest-2026-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-hardfest-2026-timetable .time-head, html.table-style-hardfest-2026-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-hardfest-2026-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-hardfest-2026-timetable thead .sticky-time { z-index: 4; }
html.table-style-hardfest-2026-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-hardfest-2026-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-hardfest-2026-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-hardfest-2026-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-hardfest-2026-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-hardfest-2026-timetable .controls {
      display: grid;
      gap: 8px;
    }
html.table-style-hardfest-2026-timetable .search, html.table-style-hardfest-2026-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-hardfest-2026-timetable .btn-row, html.table-style-hardfest-2026-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-hardfest-2026-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-hardfest-2026-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-hardfest-2026-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-hardfest-2026-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-hardfest-2026-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-hardfest-2026-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-hardfest-2026-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-hardfest-2026-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-hardfest-2026-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-hardfest-2026-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-hardfest-2026-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-hardfest-2026-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-hardfest-2026-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-hardfest-2026-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-hardfest-2026-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-hardfest-2026-timetable .schedule-table th, html.table-style-hardfest-2026-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-hardfest-2026-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-hardfest-2026-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-hardfest-2026-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-hardfest-2026-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-hardfest-2026-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-hardfest-2026-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-hardfest-2026-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-hardfest-2026-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-hardfest-2026-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-hardfest-2026-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-hardfest-2026-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-hardfest-2026-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-hardfest-2026-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-hardfest-2026-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-hardfest-2026-timetable .table-wrap { margin-bottom: 0; }
html.table-style-hardfest-2026-timetable .artist-list { max-height: 340px; }
html.table-style-hardfest-2026-timetable table { font-size: 14px; min-width: 0; }
html.table-style-hardfest-2026-timetable tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-hardfest-2026-timetable .time-head, html.table-style-hardfest-2026-timetable .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-hardfest-2026-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-hardfest-2026-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-hardfest-2026-timetable .panel { border-radius: 16px; }
html.table-style-hardfest-2026-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-hardfest-2026-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-hardfest-2026-timetable .time-head, html.table-style-hardfest-2026-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-hardfest-2026-timetable .planner-collapsed .panel { display: none; }
html.table-style-hardfest-2026-timetable .planner-open main { display: none; }
html.table-style-hardfest-2026-timetable tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-hardfest-2026-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-hardfest-2026-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-hardfest-2026-timetable .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-hardfest-2026-timetable .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-hardfest-2026-timetable .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-hardfest-2026-timetable .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-hardfest-2026-timetable .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-hardfest-2026-timetable .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-hardfest-2026-timetable .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-hardfest-2026-timetable .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-hardfest-2026-timetable .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-hardfest-2026-timetable .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-hardfest-2026-timetable .countdown-heading {
        font-size: 20px;
      }
html.table-style-hardfest-2026-timetable .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-hardfest-2026-timetable .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-hardfest-2026-timetable .tab, html.table-style-hardfest-2026-timetable .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-hardfest-2026-timetable .tab:not(.active), html.table-style-hardfest-2026-timetable .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-hardfest-2026-timetable .tab.active, html.table-style-hardfest-2026-timetable .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-hardfest-2026-timetable .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-hardfest-2026-timetable .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-hardfest-2026-timetable .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-hardfest-2026-timetable .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-hardfest-2026-timetable .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-hardfest-2026-timetable .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-hardfest-2026-timetable .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-hardfest-2026-timetable .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-hardfest-2026-timetable .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-hardfest-2026-timetable .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-hardfest-2026-timetable .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-hardfest-2026-timetable .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-hardfest-2026-timetable .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-hardfest-2026-timetable .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-hardfest-2026-timetable .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-hardfest-2026-timetable .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-hardfest-2026-timetable .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-hardfest-2026-timetable .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-hardfest-2026-timetable .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-hardfest-2026-timetable .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-hardfest-2026-timetable .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-hardfest-2026-timetable .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-hardfest-2026-timetable .room-row > * { flex: 0 0 auto; }
html.table-style-hardfest-2026-timetable .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-hardfest-2026-timetable .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-hardfest-2026-timetable .room-status[data-state="success"] { color:#166534; }
html.table-style-hardfest-2026-timetable .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .room-inline-form[hidden] { display:none !important; }
html.table-style-hardfest-2026-timetable .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-hardfest-2026-timetable .room-input, html.table-style-hardfest-2026-timetable .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-hardfest-2026-timetable .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-hardfest-2026-timetable .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-hardfest-2026-timetable .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-hardfest-2026-timetable .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-hardfest-2026-timetable .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-hardfest-2026-timetable .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-hardfest-2026-timetable .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-hardfest-2026-timetable .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-hardfest-2026-timetable .set-cell { position:relative; }
html.table-style-hardfest-2026-timetable .set-cell.room-dim .cell-inner, html.table-style-hardfest-2026-timetable .artist-item.room-dim, html.table-style-hardfest-2026-timetable tr.room-dim { opacity:.35; }
html.table-style-hardfest-2026-timetable .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-hardfest-2026-timetable .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-hardfest-2026-timetable .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-hardfest-2026-timetable .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-hardfest-2026-timetable .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-hardfest-2026-timetable .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-hardfest-2026-timetable .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-hardfest-2026-timetable .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-hardfest-2026-timetable .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-hardfest-2026-timetable .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-hardfest-2026-timetable .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-hardfest-2026-timetable .room-settings-panel, html.table-style-hardfest-2026-timetable .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-hardfest-2026-timetable .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-hardfest-2026-timetable .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-hardfest-2026-timetable .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-hardfest-2026-timetable .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-hardfest-2026-timetable .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-hardfest-2026-timetable .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-hardfest-2026-timetable .btn-row, html.table-style-hardfest-2026-timetable .utility-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
html.table-style-hardfest-2026-timetable .controls .btn-row .btn, html.table-style-hardfest-2026-timetable .controls .utility-row .btn, html.table-style-hardfest-2026-timetable .saved-plan-row .btn-row .btn {
        min-height: 60px;
        padding: 10px 10px;
        font-size: 10.5px;
      }
html.table-style-hardfest-2026-timetable .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-hardfest-2026-timetable .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-hardfest-2026-timetable .room-shell__toggle {
        width: 100%;
      }
html.table-style-hardfest-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-hardfest-2026-timetable .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-hardfest-2026-timetable .room-toolbar { align-items: stretch; }
html.table-style-hardfest-2026-timetable .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-hardfest-2026-timetable .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-hardfest-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-hardfest-2026-timetable .room-filter-select { width:100%; }
}

/* harmony-2026-lineup.css */
html.table-style-harmony-2026-lineup #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-harmony-2026-lineup #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-harmony-2026-lineup {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-harmony-2026-lineup * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-harmony-2026-lineup, html.table-style-harmony-2026-lineup body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-harmony-2026-lineup body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-harmony-2026-lineup .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-harmony-2026-lineup .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-harmony-2026-lineup .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-harmony-2026-lineup .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-harmony-2026-lineup .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-harmony-2026-lineup .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-harmony-2026-lineup .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-harmony-2026-lineup .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-harmony-2026-lineup .panel-body { padding: 14px; }
html.table-style-harmony-2026-lineup .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-harmony-2026-lineup .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-harmony-2026-lineup .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-harmony-2026-lineup .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-harmony-2026-lineup .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-harmony-2026-lineup .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-harmony-2026-lineup .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-harmony-2026-lineup .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-harmony-2026-lineup table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-harmony-2026-lineup .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-harmony-2026-lineup .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-harmony-2026-lineup .timetable-grid .time-col {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
    }
html.table-style-harmony-2026-lineup thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-harmony-2026-lineup tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-harmony-2026-lineup .time-head, html.table-style-harmony-2026-lineup .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-harmony-2026-lineup .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-harmony-2026-lineup thead .sticky-time { z-index: 4; }
html.table-style-harmony-2026-lineup .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-harmony-2026-lineup .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-harmony-2026-lineup .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-harmony-2026-lineup .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-harmony-2026-lineup .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-harmony-2026-lineup .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-harmony-2026-lineup .search, html.table-style-harmony-2026-lineup .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-harmony-2026-lineup .btn-row, html.table-style-harmony-2026-lineup .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-harmony-2026-lineup .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
    }
html.table-style-harmony-2026-lineup .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-harmony-2026-lineup .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-harmony-2026-lineup .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-harmony-2026-lineup .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-harmony-2026-lineup .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-harmony-2026-lineup .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-harmony-2026-lineup .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-harmony-2026-lineup .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-harmony-2026-lineup .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-harmony-2026-lineup .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-harmony-2026-lineup .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-harmony-2026-lineup .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-harmony-2026-lineup .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-harmony-2026-lineup .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-harmony-2026-lineup .schedule-table th, html.table-style-harmony-2026-lineup .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-harmony-2026-lineup .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-harmony-2026-lineup .clash-row {
      background: var(--danger);
    }
html.table-style-harmony-2026-lineup .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-harmony-2026-lineup .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-harmony-2026-lineup .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-harmony-2026-lineup mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-harmony-2026-lineup .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-harmony-2026-lineup .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-harmony-2026-lineup .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-harmony-2026-lineup .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-harmony-2026-lineup .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-harmony-2026-lineup .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-harmony-2026-lineup .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-harmony-2026-lineup .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-harmony-2026-lineup .table-wrap { margin-bottom: 0; }
html.table-style-harmony-2026-lineup .artist-list { max-height: 340px; }
html.table-style-harmony-2026-lineup table { font-size: 14px; min-width: 0; }
html.table-style-harmony-2026-lineup tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-harmony-2026-lineup .time-head, html.table-style-harmony-2026-lineup .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-harmony-2026-lineup .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-harmony-2026-lineup .hero { border-radius: 16px; padding: 16px; }
html.table-style-harmony-2026-lineup .panel { border-radius: 16px; }
html.table-style-harmony-2026-lineup .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-harmony-2026-lineup .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-harmony-2026-lineup .time-head, html.table-style-harmony-2026-lineup .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-harmony-2026-lineup .planner-collapsed .panel { display: none; }
html.table-style-harmony-2026-lineup .planner-open main { display: none; }
html.table-style-harmony-2026-lineup tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-harmony-2026-lineup .set-cell {
        min-height: 64px;
      }
html.table-style-harmony-2026-lineup .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-harmony-2026-lineup .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-harmony-2026-lineup .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-harmony-2026-lineup .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-harmony-2026-lineup .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-harmony-2026-lineup .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-harmony-2026-lineup .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-harmony-2026-lineup .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-harmony-2026-lineup .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-harmony-2026-lineup .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-harmony-2026-lineup .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-harmony-2026-lineup .countdown-heading {
        font-size: 20px;
      }
html.table-style-harmony-2026-lineup .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-harmony-2026-lineup .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-harmony-2026-lineup .tab, html.table-style-harmony-2026-lineup .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-harmony-2026-lineup .tab:not(.active), html.table-style-harmony-2026-lineup .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-harmony-2026-lineup .tab.active, html.table-style-harmony-2026-lineup .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-harmony-2026-lineup .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-harmony-2026-lineup .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-harmony-2026-lineup .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-harmony-2026-lineup .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-harmony-2026-lineup .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-harmony-2026-lineup .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-harmony-2026-lineup .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-harmony-2026-lineup .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-harmony-2026-lineup .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-harmony-2026-lineup .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-harmony-2026-lineup .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-harmony-2026-lineup .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-harmony-2026-lineup .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-harmony-2026-lineup .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-harmony-2026-lineup .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-harmony-2026-lineup .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-harmony-2026-lineup .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-harmony-2026-lineup .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-harmony-2026-lineup .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-harmony-2026-lineup .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-harmony-2026-lineup .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-harmony-2026-lineup .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-harmony-2026-lineup .room-row > * { flex: 0 0 auto; }
html.table-style-harmony-2026-lineup .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-harmony-2026-lineup .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-harmony-2026-lineup .room-status[data-state="success"] { color:#166534; }
html.table-style-harmony-2026-lineup .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .room-inline-form[hidden] { display:none !important; }
html.table-style-harmony-2026-lineup .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-harmony-2026-lineup .room-input, html.table-style-harmony-2026-lineup .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-harmony-2026-lineup .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-harmony-2026-lineup .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-harmony-2026-lineup .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-harmony-2026-lineup .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-harmony-2026-lineup .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-harmony-2026-lineup .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-harmony-2026-lineup .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-harmony-2026-lineup .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-harmony-2026-lineup .set-cell { position:relative; }
html.table-style-harmony-2026-lineup .set-cell.room-dim .cell-inner, html.table-style-harmony-2026-lineup .artist-item.room-dim, html.table-style-harmony-2026-lineup tr.room-dim { opacity:.35; }
html.table-style-harmony-2026-lineup .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-harmony-2026-lineup .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-harmony-2026-lineup .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-harmony-2026-lineup .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-harmony-2026-lineup .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-harmony-2026-lineup .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-harmony-2026-lineup .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-harmony-2026-lineup .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-harmony-2026-lineup .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-harmony-2026-lineup .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-harmony-2026-lineup .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-harmony-2026-lineup .room-settings-panel, html.table-style-harmony-2026-lineup .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-harmony-2026-lineup .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-harmony-2026-lineup .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-harmony-2026-lineup .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-harmony-2026-lineup .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-harmony-2026-lineup .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-harmony-2026-lineup .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-harmony-2026-lineup .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-harmony-2026-lineup .room-shell__toggle {
        width: 100%;
      }
html.table-style-harmony-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-harmony-2026-lineup .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-harmony-2026-lineup .room-toolbar { align-items: stretch; }
html.table-style-harmony-2026-lineup .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-harmony-2026-lineup .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-harmony-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-harmony-2026-lineup .room-filter-select { width:100%; }
}

/* intents-2025-timetable.css */
html.table-style-intents-2025-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
html.table-style-intents-2025-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-intents-2025-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-intents-2025-timetable, html.table-style-intents-2025-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-intents-2025-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-intents-2025-timetable .wrap {
      max-width: 2000px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
    }
html.table-style-intents-2025-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-intents-2025-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-intents-2025-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-intents-2025-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
    }
html.table-style-intents-2025-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-intents-2025-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-intents-2025-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-intents-2025-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-intents-2025-timetable .panel-body { padding: 14px; }
html.table-style-intents-2025-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-intents-2025-timetable .tab {
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: rgba(9, 37, 42, 0.72);
      color: var(--white);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.16);
    }
html.table-style-intents-2025-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
      border-color: rgba(255,255,255,0.16);
      box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
    }
html.table-style-intents-2025-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-intents-2025-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-intents-2025-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-intents-2025-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-intents-2025-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-intents-2025-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: max-content;
      width: max-content;
      font-size: 13px;
    }
html.table-style-intents-2025-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-intents-2025-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-intents-2025-timetable .time-head, html.table-style-intents-2025-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-intents-2025-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-intents-2025-timetable thead .sticky-time { z-index: 4; }
html.table-style-intents-2025-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-intents-2025-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-intents-2025-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-intents-2025-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-intents-2025-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-intents-2025-timetable .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-intents-2025-timetable .search, html.table-style-intents-2025-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-intents-2025-timetable .btn-row, html.table-style-intents-2025-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-intents-2025-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
    }
html.table-style-intents-2025-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-intents-2025-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-intents-2025-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-intents-2025-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-intents-2025-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-intents-2025-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-intents-2025-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-intents-2025-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-intents-2025-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-intents-2025-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-intents-2025-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-intents-2025-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-intents-2025-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-intents-2025-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-intents-2025-timetable .schedule-table th, html.table-style-intents-2025-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-intents-2025-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-intents-2025-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-intents-2025-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-intents-2025-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-intents-2025-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-intents-2025-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-intents-2025-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-intents-2025-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-intents-2025-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-intents-2025-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-intents-2025-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-intents-2025-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-intents-2025-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-intents-2025-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-intents-2025-timetable .table-wrap { margin-bottom: 0; }
html.table-style-intents-2025-timetable .artist-list { max-height: 340px; }
html.table-style-intents-2025-timetable table { font-size: 14px; min-width: 0; }
html.table-style-intents-2025-timetable tbody td { min-width: 115px; padding: 12px 10px; }
html.table-style-intents-2025-timetable .time-head, html.table-style-intents-2025-timetable .time-cell { min-width: 78px !important; width: 78px; max-width: 78px; font-size: 14px; }
html.table-style-intents-2025-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-intents-2025-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-intents-2025-timetable .panel { border-radius: 16px; }
html.table-style-intents-2025-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-intents-2025-timetable .tabs {
        background: transparent;
        padding-bottom: 0;
      }
html.table-style-intents-2025-timetable .tab {
        border-color: rgba(255,255,255,0.18);
      }
html.table-style-intents-2025-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-intents-2025-timetable .time-head, html.table-style-intents-2025-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-intents-2025-timetable .planner-collapsed .panel { display: none; }
html.table-style-intents-2025-timetable .planner-open main { display: none; }
html.table-style-intents-2025-timetable tbody td {
        min-width: 138px;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-intents-2025-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-intents-2025-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}

/* intents-2026-lineup.css */
html.table-style-intents-2026-lineup #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-intents-2026-lineup #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-intents-2026-lineup {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-intents-2026-lineup * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-intents-2026-lineup, html.table-style-intents-2026-lineup body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-intents-2026-lineup body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-intents-2026-lineup .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-intents-2026-lineup .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-intents-2026-lineup .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-intents-2026-lineup .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-intents-2026-lineup .layout {display:grid;grid-template-columns:360px minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0;}
html.table-style-intents-2026-lineup .maincol {min-width:0;}
@media (max-width: 900px) {
html.table-style-intents-2026-lineup .layout {grid-template-columns:1fr;}
}
html.table-style-intents-2026-lineup .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-intents-2026-lineup .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-intents-2026-lineup .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-intents-2026-lineup .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-intents-2026-lineup .panel-body { padding: 14px; }
html.table-style-intents-2026-lineup .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-intents-2026-lineup .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-intents-2026-lineup .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-intents-2026-lineup .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-intents-2026-lineup .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-intents-2026-lineup .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-intents-2026-lineup .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-intents-2026-lineup .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-intents-2026-lineup table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-intents-2026-lineup .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-intents-2026-lineup .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-intents-2026-lineup .timetable-grid .time-col {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
    }
html.table-style-intents-2026-lineup thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-intents-2026-lineup tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-intents-2026-lineup .time-head, html.table-style-intents-2026-lineup .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-intents-2026-lineup .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-intents-2026-lineup thead .sticky-time { z-index: 4; }
html.table-style-intents-2026-lineup .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-intents-2026-lineup .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-intents-2026-lineup .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-intents-2026-lineup .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-intents-2026-lineup .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-intents-2026-lineup .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-intents-2026-lineup .search, html.table-style-intents-2026-lineup .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-intents-2026-lineup .btn-row, html.table-style-intents-2026-lineup .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-intents-2026-lineup .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-intents-2026-lineup .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-intents-2026-lineup .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-intents-2026-lineup .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-intents-2026-lineup .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-intents-2026-lineup .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-intents-2026-lineup .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-intents-2026-lineup .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-intents-2026-lineup .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-intents-2026-lineup .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-intents-2026-lineup .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-intents-2026-lineup .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-intents-2026-lineup .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-intents-2026-lineup .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-intents-2026-lineup .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-intents-2026-lineup .schedule-table th, html.table-style-intents-2026-lineup .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-intents-2026-lineup .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-intents-2026-lineup .clash-row {
      background: var(--danger);
    }
html.table-style-intents-2026-lineup .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-intents-2026-lineup .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-intents-2026-lineup .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-intents-2026-lineup mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-intents-2026-lineup .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-intents-2026-lineup .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-intents-2026-lineup .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-intents-2026-lineup .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-intents-2026-lineup .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-intents-2026-lineup .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-intents-2026-lineup .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-intents-2026-lineup .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-intents-2026-lineup .table-wrap { margin-bottom: 0; }
html.table-style-intents-2026-lineup .artist-list { max-height: 340px; }
html.table-style-intents-2026-lineup table { font-size: 14px; min-width: 0; }
html.table-style-intents-2026-lineup tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-intents-2026-lineup .time-head, html.table-style-intents-2026-lineup .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-intents-2026-lineup .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-intents-2026-lineup .hero { border-radius: 16px; padding: 16px; }
html.table-style-intents-2026-lineup .panel { border-radius: 16px; }
html.table-style-intents-2026-lineup .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-intents-2026-lineup .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-intents-2026-lineup .time-head, html.table-style-intents-2026-lineup .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-intents-2026-lineup .planner-collapsed .panel { display: none; }
html.table-style-intents-2026-lineup .planner-open main { display: none; }
html.table-style-intents-2026-lineup tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-intents-2026-lineup .set-cell {
        min-height: 64px;
      }
html.table-style-intents-2026-lineup .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-intents-2026-lineup .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-intents-2026-lineup .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-intents-2026-lineup .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-intents-2026-lineup .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-intents-2026-lineup .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-intents-2026-lineup .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-intents-2026-lineup .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-intents-2026-lineup .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-intents-2026-lineup .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-intents-2026-lineup .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-intents-2026-lineup .countdown-heading {
        font-size: 20px;
      }
html.table-style-intents-2026-lineup .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-intents-2026-lineup .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-intents-2026-lineup .tab, html.table-style-intents-2026-lineup .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-intents-2026-lineup .tab:not(.active), html.table-style-intents-2026-lineup .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-intents-2026-lineup .tab.active, html.table-style-intents-2026-lineup .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-intents-2026-lineup .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-intents-2026-lineup .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-intents-2026-lineup .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-intents-2026-lineup .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-intents-2026-lineup .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-intents-2026-lineup .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-intents-2026-lineup .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-intents-2026-lineup .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-intents-2026-lineup .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-intents-2026-lineup .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-intents-2026-lineup .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-intents-2026-lineup .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-intents-2026-lineup .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-intents-2026-lineup .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-intents-2026-lineup .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-intents-2026-lineup .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-intents-2026-lineup .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-intents-2026-lineup .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-intents-2026-lineup .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-intents-2026-lineup .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-intents-2026-lineup .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-intents-2026-lineup .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-intents-2026-lineup .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-intents-2026-lineup .room-row > * { flex: 0 0 auto; }
html.table-style-intents-2026-lineup .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-intents-2026-lineup .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-intents-2026-lineup .room-status[data-state="success"] { color:#166534; }
html.table-style-intents-2026-lineup .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-intents-2026-lineup .room-inline-form[hidden] { display:none !important; }
html.table-style-intents-2026-lineup .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-intents-2026-lineup .room-input, html.table-style-intents-2026-lineup .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-intents-2026-lineup .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-intents-2026-lineup .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-intents-2026-lineup .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-intents-2026-lineup .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-intents-2026-lineup .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-intents-2026-lineup .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-intents-2026-lineup .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-intents-2026-lineup .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-intents-2026-lineup .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-intents-2026-lineup .set-cell { position:relative; }
html.table-style-intents-2026-lineup .set-cell.room-dim .cell-inner, html.table-style-intents-2026-lineup .artist-item.room-dim, html.table-style-intents-2026-lineup tr.room-dim { opacity:.35; }
html.table-style-intents-2026-lineup .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-intents-2026-lineup .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-intents-2026-lineup .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-intents-2026-lineup .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-intents-2026-lineup .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-intents-2026-lineup .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-intents-2026-lineup .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-intents-2026-lineup .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-intents-2026-lineup .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-intents-2026-lineup .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-intents-2026-lineup .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-intents-2026-lineup .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-intents-2026-lineup .room-settings-panel, html.table-style-intents-2026-lineup .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-intents-2026-lineup .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-intents-2026-lineup .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-intents-2026-lineup .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-intents-2026-lineup .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-intents-2026-lineup .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-intents-2026-lineup .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-intents-2026-lineup .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-intents-2026-lineup .room-shell__toggle {
        width: 100%;
      }
html.table-style-intents-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-intents-2026-lineup .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-intents-2026-lineup .room-toolbar { align-items: stretch; }
html.table-style-intents-2026-lineup .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-intents-2026-lineup .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-intents-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-intents-2026-lineup .room-filter-select { width:100%; }
}

/* Intents 2026 timetable page uses the Intents visual shell, but needs real timetable time columns. */
html.table-style-intents-2026-timetable .timetable-grid .time-col {
      display: table-column;
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-intents-2026-timetable .time-head,
html.table-style-intents-2026-timetable .time-cell {
      display: table-cell;
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-intents-2026-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-intents-2026-timetable thead .sticky-time { z-index: 4; }
html.table-style-intents-2026-timetable .cell-inner .set-time {
      display: block;
      margin-top: 3px;
      color: rgba(15, 23, 42, 0.72);
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
    }
html.table-style-intents-2026-timetable .set-cell.room-custom-slot {
      vertical-align: middle;
    }
html.table-style-intents-2026-timetable .set-cell.room-custom-continuation {
      opacity: .95;
    }
html.table-style-intents-2026-timetable .set-cell.room-custom-continuation .cell-inner {
      min-height: 12px;
      align-items: stretch;
      justify-content: center;
    }
html.table-style-intents-2026-timetable .room-custom-continuation-line {
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 999px;
      background: currentColor;
      opacity: .3;
    }
html.table-style-intents-2026-timetable .room-custom-stack-cell {
      padding: 6px !important;
      vertical-align: top;
    }
html.table-style-intents-2026-timetable .room-custom-stack-cell .cell-inner {
      display: grid;
      gap: 5px;
      align-items: stretch;
      justify-items: stretch;
    }
html.table-style-intents-2026-timetable .room-custom-stack-item {
      display: grid;
      gap: 2px;
      width: 100%;
      min-width: 0;
      border: 1px solid rgba(15, 23, 42, 0.16);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.72);
      color: #0f172a;
      padding: 6px 7px;
      text-align: left;
      font: inherit;
      line-height: 1.15;
      cursor: pointer;
    }
html.table-style-intents-2026-timetable .room-custom-stack-item:hover,
html.table-style-intents-2026-timetable .room-custom-stack-item.is-joined {
      border-color: rgba(245, 158, 11, 0.76);
      background: rgba(255, 251, 235, 0.92);
    }
html.table-style-intents-2026-timetable .room-custom-stack-title {
      min-width: 0;
      color: inherit;
      font-size: 12px;
      font-weight: 900;
      overflow-wrap: anywhere;
    }
html.table-style-intents-2026-timetable .room-custom-stack-time {
      color: rgba(15, 23, 42, 0.72);
      font-size: 11px;
      font-weight: 800;
    }
html.table-style-intents-2026-timetable .set-cell.now-highlight {
      position: relative;
      outline-color: #f59e0b;
      box-shadow:
        inset 0 0 0 9999px rgba(245, 158, 11, 0.2),
        0 0 0 2px rgba(245, 158, 11, 0.55);
      z-index: 3;
    }
html.table-style-intents-2026-timetable .set-cell.now-highlight .cell-inner::after {
      content: "Now";
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      margin-top: 6px;
      padding: 3px 7px;
      border-radius: 999px;
      background: rgba(15, 23, 42, 0.9);
      color: #ffffff;
      font-size: 10px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: .04em;
    }
@media (min-width: 1101px) {
html.table-style-intents-2026-timetable .time-head,
html.table-style-intents-2026-timetable .time-cell {
        min-width: 86px !important;
        width: 86px;
        max-width: 86px;
        font-size: 14px;
      }
}
@media (max-width: 700px) {
html.table-style-intents-2026-timetable .time-head,
html.table-style-intents-2026-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
}

/* kingsdance-2026-timetable.css */
html.table-style-kingsdance-2026-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-kingsdance-2026-timetable #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-kingsdance-2026-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-kingsdance-2026-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-kingsdance-2026-timetable, html.table-style-kingsdance-2026-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-kingsdance-2026-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-kingsdance-2026-timetable .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-kingsdance-2026-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-kingsdance-2026-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-kingsdance-2026-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-kingsdance-2026-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-kingsdance-2026-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-kingsdance-2026-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-kingsdance-2026-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-kingsdance-2026-timetable .panel-body { padding: 14px; }
html.table-style-kingsdance-2026-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-kingsdance-2026-timetable .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-kingsdance-2026-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-kingsdance-2026-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-kingsdance-2026-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-kingsdance-2026-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-kingsdance-2026-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-kingsdance-2026-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-kingsdance-2026-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-kingsdance-2026-timetable .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-kingsdance-2026-timetable .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-kingsdance-2026-timetable .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-kingsdance-2026-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-kingsdance-2026-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-kingsdance-2026-timetable .time-head, html.table-style-kingsdance-2026-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-kingsdance-2026-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-kingsdance-2026-timetable thead .sticky-time { z-index: 4; }
html.table-style-kingsdance-2026-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-kingsdance-2026-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-kingsdance-2026-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-kingsdance-2026-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-kingsdance-2026-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-kingsdance-2026-timetable .controls {
      display: grid;
      gap: 8px;
    }
html.table-style-kingsdance-2026-timetable .search, html.table-style-kingsdance-2026-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-kingsdance-2026-timetable .btn-row, html.table-style-kingsdance-2026-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-kingsdance-2026-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-kingsdance-2026-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-kingsdance-2026-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-kingsdance-2026-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-kingsdance-2026-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-kingsdance-2026-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-kingsdance-2026-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-kingsdance-2026-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-kingsdance-2026-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-kingsdance-2026-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-kingsdance-2026-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-kingsdance-2026-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-kingsdance-2026-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-kingsdance-2026-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-kingsdance-2026-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-kingsdance-2026-timetable .schedule-table th, html.table-style-kingsdance-2026-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-kingsdance-2026-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-kingsdance-2026-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-kingsdance-2026-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-kingsdance-2026-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-kingsdance-2026-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-kingsdance-2026-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-kingsdance-2026-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-kingsdance-2026-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-kingsdance-2026-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-kingsdance-2026-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-kingsdance-2026-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-kingsdance-2026-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-kingsdance-2026-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-kingsdance-2026-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-kingsdance-2026-timetable .table-wrap { margin-bottom: 0; }
html.table-style-kingsdance-2026-timetable .artist-list { max-height: 340px; }
html.table-style-kingsdance-2026-timetable table { font-size: 14px; min-width: 0; }
html.table-style-kingsdance-2026-timetable tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-kingsdance-2026-timetable .time-head, html.table-style-kingsdance-2026-timetable .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-kingsdance-2026-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-kingsdance-2026-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-kingsdance-2026-timetable .panel { border-radius: 16px; }
html.table-style-kingsdance-2026-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-kingsdance-2026-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-kingsdance-2026-timetable .time-head, html.table-style-kingsdance-2026-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-kingsdance-2026-timetable .planner-collapsed .panel { display: none; }
html.table-style-kingsdance-2026-timetable .planner-open main { display: none; }
html.table-style-kingsdance-2026-timetable tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-kingsdance-2026-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-kingsdance-2026-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-kingsdance-2026-timetable .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-kingsdance-2026-timetable .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-kingsdance-2026-timetable .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-kingsdance-2026-timetable .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-kingsdance-2026-timetable .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-kingsdance-2026-timetable .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-kingsdance-2026-timetable .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-kingsdance-2026-timetable .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-kingsdance-2026-timetable .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-kingsdance-2026-timetable .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-kingsdance-2026-timetable .countdown-heading {
        font-size: 20px;
      }
html.table-style-kingsdance-2026-timetable .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-kingsdance-2026-timetable .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-kingsdance-2026-timetable .tab, html.table-style-kingsdance-2026-timetable .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-kingsdance-2026-timetable .tab:not(.active), html.table-style-kingsdance-2026-timetable .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-kingsdance-2026-timetable .tab.active, html.table-style-kingsdance-2026-timetable .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-kingsdance-2026-timetable .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-kingsdance-2026-timetable .saved-plan-status {
      margin: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 24px;
      padding: 2px 0 0;
    }
html.table-style-kingsdance-2026-timetable .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-kingsdance-2026-timetable .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-kingsdance-2026-timetable .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-kingsdance-2026-timetable .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-kingsdance-2026-timetable .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-kingsdance-2026-timetable .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-kingsdance-2026-timetable .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-kingsdance-2026-timetable .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-kingsdance-2026-timetable .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-kingsdance-2026-timetable .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-kingsdance-2026-timetable .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-kingsdance-2026-timetable .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-kingsdance-2026-timetable .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-kingsdance-2026-timetable .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-kingsdance-2026-timetable .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-kingsdance-2026-timetable .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-kingsdance-2026-timetable .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-kingsdance-2026-timetable .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-kingsdance-2026-timetable .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-kingsdance-2026-timetable .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-kingsdance-2026-timetable .room-row > * { flex: 0 0 auto; }
html.table-style-kingsdance-2026-timetable .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-kingsdance-2026-timetable .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-kingsdance-2026-timetable .room-status[data-state="success"] { color:#166534; }
html.table-style-kingsdance-2026-timetable .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .room-inline-form[hidden] { display:none !important; }
html.table-style-kingsdance-2026-timetable .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-kingsdance-2026-timetable .room-input, html.table-style-kingsdance-2026-timetable .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-kingsdance-2026-timetable .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-kingsdance-2026-timetable .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-kingsdance-2026-timetable .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-kingsdance-2026-timetable .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-kingsdance-2026-timetable .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-kingsdance-2026-timetable .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-kingsdance-2026-timetable .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-kingsdance-2026-timetable .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-kingsdance-2026-timetable .set-cell { position:relative; }
html.table-style-kingsdance-2026-timetable .set-cell.room-dim .cell-inner, html.table-style-kingsdance-2026-timetable .artist-item.room-dim, html.table-style-kingsdance-2026-timetable tr.room-dim { opacity:.35; }
html.table-style-kingsdance-2026-timetable .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-kingsdance-2026-timetable .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-kingsdance-2026-timetable .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-kingsdance-2026-timetable .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-kingsdance-2026-timetable .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-kingsdance-2026-timetable .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-kingsdance-2026-timetable .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-kingsdance-2026-timetable .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-kingsdance-2026-timetable .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-kingsdance-2026-timetable .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-kingsdance-2026-timetable .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-kingsdance-2026-timetable .room-settings-panel, html.table-style-kingsdance-2026-timetable .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-kingsdance-2026-timetable .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-kingsdance-2026-timetable .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-kingsdance-2026-timetable .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-kingsdance-2026-timetable .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-kingsdance-2026-timetable .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-kingsdance-2026-timetable .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-kingsdance-2026-timetable .btn-row, html.table-style-kingsdance-2026-timetable .utility-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
html.table-style-kingsdance-2026-timetable .controls .btn-row .btn, html.table-style-kingsdance-2026-timetable .controls .utility-row .btn, html.table-style-kingsdance-2026-timetable .saved-plan-row .btn-row .btn {
        min-height: 60px;
        padding: 10px 10px;
        font-size: 10.5px;
      }
html.table-style-kingsdance-2026-timetable .saved-plan-status {
        margin-top: 2px;
        min-height: 24px;
      }
html.table-style-kingsdance-2026-timetable .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-kingsdance-2026-timetable .room-shell__toggle {
        width: 100%;
      }
html.table-style-kingsdance-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-kingsdance-2026-timetable .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-kingsdance-2026-timetable .room-toolbar { align-items: stretch; }
html.table-style-kingsdance-2026-timetable .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-kingsdance-2026-timetable .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-kingsdance-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-kingsdance-2026-timetable .room-filter-select { width:100%; }
}

/* kingsland-2026-timetable.css */
html.table-style-kingsland-2026-timetable {
  --bg-1: #ff6a00;
  --bg-2: #f05492;
  --bg-3: #d946ef;
  --panel: #020617;
  --panel-2: #0f172a;
  --text: #0f172a;
  --muted: #475569;
  --white: #ffffff;
  --border: rgba(203, 213, 225, 0.95);
  --empty-bg: #111827;
  --danger: #fee2e2;
  --danger-border: #ef4444;
}
html.table-style-kingsland-2026-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-kingsland-2026-timetable, html.table-style-kingsland-2026-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-kingsland-2026-timetable body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, rgba(240,171,252,0.9) 0%, rgba(240,171,252,0.15) 18%, transparent 42%), linear-gradient(135deg, var(--bg-1), var(--bg-2) 45%, var(--bg-3));
}
html.table-style-kingsland-2026-timetable .wrap { max-width: 2400px; margin: 0 auto; padding: 16px; width: 100%; overflow-x: hidden; }
html.table-style-kingsland-2026-timetable .hero { background: rgba(2, 6, 23, 0.92); color: var(--white); border-radius: 20px; padding: 18px; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.22); margin-bottom: 12px; }
html.table-style-kingsland-2026-timetable .hero h1 { margin: 0 0 8px; font-size: clamp(24px, 7vw, 38px); line-height: 1.05; }
html.table-style-kingsland-2026-timetable .hero p { margin: 0; color: #cbd5e1; font-size: 14px; line-height: 1.45; }
html.table-style-kingsland-2026-timetable .hero-links { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
html.table-style-kingsland-2026-timetable .hero-link { display:inline-flex; align-items:center; border-radius:999px; padding:10px 14px; background: rgba(255,255,255,0.1); color:#fff; font-size:13px; font-weight:800; text-decoration:none; }
html.table-style-kingsland-2026-timetable .layout { display:grid; grid-template-columns: 360px minmax(0,1fr); gap:16px; align-items:start; width:100%; }
html.table-style-kingsland-2026-timetable .panel { background: rgba(255,255,255,0.97); border:1px solid var(--border); border-radius:18px; box-shadow: 0 8px 24px rgba(15,23,42,0.12); overflow:hidden; }
html.table-style-kingsland-2026-timetable .panel-head { background: var(--panel); color: var(--white); padding: 14px 16px; }
html.table-style-kingsland-2026-timetable .panel-head h2 { margin: 0 0 4px; font-size: 17px; }
html.table-style-kingsland-2026-timetable .panel-head p { margin: 0; color: #cbd5e1; font-size: 12px; line-height: 1.35; }
html.table-style-kingsland-2026-timetable .panel-body { padding: 14px; }
html.table-style-kingsland-2026-timetable .controls { display:grid; gap:10px; }
html.table-style-kingsland-2026-timetable .search, html.table-style-kingsland-2026-timetable .select { width:100%; border:1px solid #cbd5e1; border-radius:12px; padding:12px 14px; font-size:16px; background:white; }
html.table-style-kingsland-2026-timetable .btn-row, html.table-style-kingsland-2026-timetable .utility-row { display:grid; grid-template-columns: 1fr 1fr; gap:8px; }
html.table-style-kingsland-2026-timetable .btn { border:0; border-radius:12px; padding:12px 14px; cursor:pointer; font-weight:800; font-size:13px; width:100%; }
html.table-style-kingsland-2026-timetable .btn-dark { background: var(--panel); color: white; }
html.table-style-kingsland-2026-timetable .btn-light { background: #e2e8f0; color: #0f172a; }
html.table-style-kingsland-2026-timetable .artist-list { max-height: 300px; overflow:auto; border:1px solid #cbd5e1; border-radius:14px; padding:6px; background:#f8fafc; }
html.table-style-kingsland-2026-timetable .artist-item { display:flex; align-items:center; gap:10px; padding:10px 10px; border-radius:10px; font-size:14px; cursor:pointer; }
html.table-style-kingsland-2026-timetable .artist-item:hover { background:#eef2ff; }
html.table-style-kingsland-2026-timetable .artist-item input { width:18px; height:18px; flex: 0 0 auto; }
html.table-style-kingsland-2026-timetable .summary { display:grid; gap:8px; margin-top:12px; }
html.table-style-kingsland-2026-timetable .saved-plan-row { display:grid; gap:8px; margin-top:0; }
html.table-style-kingsland-2026-timetable .saved-plan-status { margin:0; font-size:13px; line-height:1.4; color:#475569; min-height:18px; }
html.table-style-kingsland-2026-timetable .saved-plan-status[data-state="success"] { color:#166534; }
html.table-style-kingsland-2026-timetable .saved-plan-status[data-state="error"] { color:#b91c1c; }
html.table-style-kingsland-2026-timetable .saved-plan-status[data-state="muted"] { color:#64748b; }
html.table-style-kingsland-2026-timetable .share-tools { display:grid; gap:8px; margin-top:10px; }
html.table-style-kingsland-2026-timetable .summary-card { border:1px solid #cbd5e1; border-radius:14px; padding:12px 14px; background:#f8fafc; }
html.table-style-kingsland-2026-timetable .summary-card h3 { margin:0 0 4px; font-size:13px; }
html.table-style-kingsland-2026-timetable .summary-card p { margin:0; font-size:13px; color:var(--muted); }
html.table-style-kingsland-2026-timetable .clash-box { margin-top:14px; border-top:1px solid #cbd5e1; padding-top:14px; }
html.table-style-kingsland-2026-timetable .subhead { margin:0 0 10px; font-size:15px; font-weight:800; }
html.table-style-kingsland-2026-timetable .schedule-wrap { overflow:auto; border:1px solid #cbd5e1; border-radius:14px; background:white; }
html.table-style-kingsland-2026-timetable .schedule-table { min-width:560px; width:100%; border-collapse:collapse; font-size:13px; }
html.table-style-kingsland-2026-timetable .schedule-table th, html.table-style-kingsland-2026-timetable .schedule-table td { padding:10px 10px; border-bottom:1px solid #e2e8f0; text-align:left; }
html.table-style-kingsland-2026-timetable .schedule-table thead th { position:sticky; top:0; background:var(--panel); color:white; z-index:2; }
html.table-style-kingsland-2026-timetable .clash-row { background: var(--danger); }
html.table-style-kingsland-2026-timetable .clash-pill { display:inline-flex; align-items:center; border-radius:999px; padding:4px 8px; font-size:11px; font-weight:800; background:#111827; color:white; }
html.table-style-kingsland-2026-timetable .clash-pill.bad { background:var(--danger-border); }
html.table-style-kingsland-2026-timetable .hint { color: var(--muted); font-size:12px; margin:8px 0 0; line-height:1.4; }
html.table-style-kingsland-2026-timetable mark { background:#fde68a; color:inherit; padding:0 2px; border-radius:4px; }
html.table-style-kingsland-2026-timetable .countdown-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 16px;
  margin: 0 0 12px;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
html.table-style-kingsland-2026-timetable .countdown-label-top { margin:0 0 6px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color: rgba(255,255,255,.72); }
html.table-style-kingsland-2026-timetable .countdown-heading { margin:0 0 8px; font-size:22px; line-height:1.1; color:var(--white); }
html.table-style-kingsland-2026-timetable .countdown-meta { margin:0 0 12px; color: rgba(255,255,255,.9); font-size:14px; line-height:1.5; }
html.table-style-kingsland-2026-timetable .countdown-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:10px; }
html.table-style-kingsland-2026-timetable .countdown-cell { background: rgba(9,37,42,.72); border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:12px 10px; text-align:center; }
html.table-style-kingsland-2026-timetable .countdown-value { display:block; font-size:24px; font-weight:900; line-height:1; color:var(--white); }
html.table-style-kingsland-2026-timetable .countdown-unit { display:block; margin-top:6px; font-size:12px; letter-spacing:.05em; text-transform:uppercase; color: rgba(255,255,255,.72); }
html.table-style-kingsland-2026-timetable .countdown-status { margin:12px 0 0; color: rgba(255,255,255,.82); font-size:13px; line-height:1.45; }
html.table-style-kingsland-2026-timetable .table-wrap { background: rgba(255,255,255,0.98); border:1px solid var(--border); border-radius:18px; overflow:auto; box-shadow: 0 8px 24px rgba(15,23,42,0.1); }
html.table-style-kingsland-2026-timetable table { border-collapse:collapse; table-layout:fixed; min-width:100%; width:100%; font-size:13px; }
html.table-style-kingsland-2026-timetable .timetable-grid .stage-col { width: var(--stage-col-width, 160px); min-width: var(--stage-col-width, 160px); max-width: var(--stage-col-width, 160px); }
html.table-style-kingsland-2026-timetable .timetable-grid .time-col { width: var(--time-col-width, 72px); min-width: var(--time-col-width, 72px); max-width: var(--time-col-width, 72px); }
html.table-style-kingsland-2026-timetable thead th { position:sticky; top:0; z-index:3; padding:10px 8px; border-bottom:1px solid #cbd5e1; color: var(--white); text-align:center; white-space:normal; }
html.table-style-kingsland-2026-timetable tbody td { padding: 10px 8px; text-align:center; vertical-align:middle; min-width:100px; border-bottom:1px solid #e2e8f0; line-height:1.2; }
html.table-style-kingsland-2026-timetable .time-head, html.table-style-kingsland-2026-timetable .time-cell { background: var(--panel-2); color: var(--white); font-weight:700; min-width:72px !important; width:72px; max-width:72px; font-size:12px; }
html.table-style-kingsland-2026-timetable .sticky-time { position:sticky; left:0; z-index:2; }
html.table-style-kingsland-2026-timetable thead .sticky-time { z-index:4; }
html.table-style-kingsland-2026-timetable .empty { background: var(--empty-bg); color: var(--white); }
html.table-style-kingsland-2026-timetable .dotted td { border-bottom:1px dotted #94a3b8; }
html.table-style-kingsland-2026-timetable .timetable-grid tr.now-highlight td { box-shadow: inset 0 0 0 9999px rgba(245,158,11,0.18); }
html.table-style-kingsland-2026-timetable .cell-inner { display:flex; flex-direction:column; align-items:center; gap:2px; }
html.table-style-kingsland-2026-timetable .set-cell { cursor:pointer; transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease; outline:2px solid transparent; outline-offset:-2px; }
html.table-style-kingsland-2026-timetable .set-cell:hover { transform: translateY(-1px); box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12); }
html.table-style-kingsland-2026-timetable .set-cell.selected { outline-color:#111827; box-shadow: inset 0 0 0 9999px rgba(250,204,21,0.18); }
html.table-style-kingsland-2026-timetable .mobile-note { margin:0 0 10px; color:#ffffff; font-size:12px; }
@media (max-width: 1100px) {
html.table-style-kingsland-2026-timetable .layout { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
html.table-style-kingsland-2026-timetable .wrap { padding: 12px; }
html.table-style-kingsland-2026-timetable .hero, html.table-style-kingsland-2026-timetable .panel, html.table-style-kingsland-2026-timetable .table-wrap { border-radius: 16px; }
html.table-style-kingsland-2026-timetable .btn-row, html.table-style-kingsland-2026-timetable .utility-row, html.table-style-kingsland-2026-timetable .countdown-grid { grid-template-columns: 1fr; }
html.table-style-kingsland-2026-timetable .time-head, html.table-style-kingsland-2026-timetable .time-cell { min-width:48px !important; width:48px; max-width:48px; font-size:10px; }
html.table-style-kingsland-2026-timetable tbody td { padding: 14px 10px; font-size:13px; }
}

/* rebirth-2026-timetable.css */
html.table-style-rebirth-2026-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-rebirth-2026-timetable #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-rebirth-2026-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-rebirth-2026-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-rebirth-2026-timetable, html.table-style-rebirth-2026-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-rebirth-2026-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-rebirth-2026-timetable .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-rebirth-2026-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-rebirth-2026-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-rebirth-2026-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-rebirth-2026-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-rebirth-2026-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-rebirth-2026-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-rebirth-2026-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-rebirth-2026-timetable .panel-body { padding: 14px; }
html.table-style-rebirth-2026-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-rebirth-2026-timetable .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-rebirth-2026-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-rebirth-2026-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-rebirth-2026-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-rebirth-2026-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-rebirth-2026-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-rebirth-2026-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-rebirth-2026-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-rebirth-2026-timetable .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-rebirth-2026-timetable .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-rebirth-2026-timetable .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-rebirth-2026-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-rebirth-2026-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-rebirth-2026-timetable .time-head, html.table-style-rebirth-2026-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-rebirth-2026-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-rebirth-2026-timetable thead .sticky-time { z-index: 4; }
html.table-style-rebirth-2026-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-rebirth-2026-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-rebirth-2026-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-rebirth-2026-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-rebirth-2026-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-rebirth-2026-timetable .controls {
      display: grid;
      gap: 8px;
    }
html.table-style-rebirth-2026-timetable .search, html.table-style-rebirth-2026-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-rebirth-2026-timetable .btn-row, html.table-style-rebirth-2026-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-rebirth-2026-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-rebirth-2026-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-rebirth-2026-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-rebirth-2026-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-rebirth-2026-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-rebirth-2026-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-rebirth-2026-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-rebirth-2026-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-rebirth-2026-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-rebirth-2026-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-rebirth-2026-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-rebirth-2026-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-rebirth-2026-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-rebirth-2026-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-rebirth-2026-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-rebirth-2026-timetable .schedule-table th, html.table-style-rebirth-2026-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-rebirth-2026-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-rebirth-2026-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-rebirth-2026-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-rebirth-2026-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-rebirth-2026-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-rebirth-2026-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-rebirth-2026-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-rebirth-2026-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-rebirth-2026-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-rebirth-2026-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-rebirth-2026-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-rebirth-2026-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-rebirth-2026-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-rebirth-2026-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-rebirth-2026-timetable .table-wrap { margin-bottom: 0; }
html.table-style-rebirth-2026-timetable .artist-list { max-height: 340px; }
html.table-style-rebirth-2026-timetable table { font-size: 14px; min-width: 0; }
html.table-style-rebirth-2026-timetable tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-rebirth-2026-timetable .time-head, html.table-style-rebirth-2026-timetable .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-rebirth-2026-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-rebirth-2026-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-rebirth-2026-timetable .panel { border-radius: 16px; }
html.table-style-rebirth-2026-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-rebirth-2026-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-rebirth-2026-timetable .time-head, html.table-style-rebirth-2026-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-rebirth-2026-timetable .planner-collapsed .panel { display: none; }
html.table-style-rebirth-2026-timetable .planner-open main { display: none; }
html.table-style-rebirth-2026-timetable tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-rebirth-2026-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-rebirth-2026-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-rebirth-2026-timetable .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-rebirth-2026-timetable .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-rebirth-2026-timetable .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-rebirth-2026-timetable .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-rebirth-2026-timetable .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-rebirth-2026-timetable .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-rebirth-2026-timetable .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-rebirth-2026-timetable .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-rebirth-2026-timetable .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-rebirth-2026-timetable .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-rebirth-2026-timetable .countdown-heading {
        font-size: 20px;
      }
html.table-style-rebirth-2026-timetable .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-rebirth-2026-timetable .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-rebirth-2026-timetable .tab, html.table-style-rebirth-2026-timetable .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-rebirth-2026-timetable .tab:not(.active), html.table-style-rebirth-2026-timetable .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-rebirth-2026-timetable .tab.active, html.table-style-rebirth-2026-timetable .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-rebirth-2026-timetable .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-rebirth-2026-timetable .saved-plan-status {
      margin: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 24px;
      padding: 2px 0 0;
    }
html.table-style-rebirth-2026-timetable .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-rebirth-2026-timetable .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-rebirth-2026-timetable .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-rebirth-2026-timetable .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-rebirth-2026-timetable .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-rebirth-2026-timetable .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-rebirth-2026-timetable .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-rebirth-2026-timetable .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-rebirth-2026-timetable .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-rebirth-2026-timetable .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-rebirth-2026-timetable .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-rebirth-2026-timetable .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-rebirth-2026-timetable .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-rebirth-2026-timetable .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-rebirth-2026-timetable .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-rebirth-2026-timetable .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-rebirth-2026-timetable .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-rebirth-2026-timetable .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-rebirth-2026-timetable .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-rebirth-2026-timetable .room-row > * { flex: 0 0 auto; }
html.table-style-rebirth-2026-timetable .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-rebirth-2026-timetable .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-rebirth-2026-timetable .room-status[data-state="success"] { color:#166534; }
html.table-style-rebirth-2026-timetable .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .room-inline-form[hidden] { display:none !important; }
html.table-style-rebirth-2026-timetable .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-rebirth-2026-timetable .room-input, html.table-style-rebirth-2026-timetable .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-rebirth-2026-timetable .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-rebirth-2026-timetable .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-rebirth-2026-timetable .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-rebirth-2026-timetable .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-rebirth-2026-timetable .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-rebirth-2026-timetable .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-rebirth-2026-timetable .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-rebirth-2026-timetable .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-rebirth-2026-timetable .set-cell { position:relative; }
html.table-style-rebirth-2026-timetable .set-cell.room-dim .cell-inner, html.table-style-rebirth-2026-timetable .artist-item.room-dim, html.table-style-rebirth-2026-timetable tr.room-dim { opacity:.35; }
html.table-style-rebirth-2026-timetable .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-rebirth-2026-timetable .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-rebirth-2026-timetable .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-rebirth-2026-timetable .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-rebirth-2026-timetable .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-rebirth-2026-timetable .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-rebirth-2026-timetable .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-rebirth-2026-timetable .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-rebirth-2026-timetable .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-rebirth-2026-timetable .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-rebirth-2026-timetable .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-rebirth-2026-timetable .room-settings-panel, html.table-style-rebirth-2026-timetable .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-rebirth-2026-timetable .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-rebirth-2026-timetable .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-rebirth-2026-timetable .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-rebirth-2026-timetable .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-rebirth-2026-timetable .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-rebirth-2026-timetable .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-rebirth-2026-timetable .btn-row, html.table-style-rebirth-2026-timetable .utility-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
html.table-style-rebirth-2026-timetable .controls .btn-row .btn, html.table-style-rebirth-2026-timetable .controls .utility-row .btn, html.table-style-rebirth-2026-timetable .saved-plan-row .btn-row .btn {
        min-height: 60px;
        padding: 10px 10px;
        font-size: 10.5px;
      }
html.table-style-rebirth-2026-timetable .saved-plan-status {
        margin-top: 2px;
        min-height: 24px;
      }
html.table-style-rebirth-2026-timetable .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-rebirth-2026-timetable .room-shell__toggle {
        width: 100%;
      }
html.table-style-rebirth-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-rebirth-2026-timetable .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-rebirth-2026-timetable .room-toolbar { align-items: stretch; }
html.table-style-rebirth-2026-timetable .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-rebirth-2026-timetable .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-rebirth-2026-timetable .room-inline-form { grid-template-columns: 1fr; }
html.table-style-rebirth-2026-timetable .room-filter-select { width:100%; }
}

/* standard-timetable.css */
html.table-style-standard-timetable #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-standard-timetable #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-standard-timetable {
      --bg: #f1f5f9;
      --panel: #020617;
      --panel-2: #0f172a;
      --text: #0f172a;
      --muted: #475569;
      --white: #ffffff;
      --border: #cbd5e1;
      --empty-bg: #000000;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-standard-timetable * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-standard-timetable, html.table-style-standard-timetable body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-standard-timetable body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-standard-timetable .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-standard-timetable .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-standard-timetable .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-standard-timetable .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-standard-timetable .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-standard-timetable .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-standard-timetable .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-standard-timetable .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-standard-timetable .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-standard-timetable .panel-body { padding: 14px; }
html.table-style-standard-timetable .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-standard-timetable .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-standard-timetable .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-standard-timetable .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-standard-timetable .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-standard-timetable .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-standard-timetable .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-standard-timetable .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-standard-timetable table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-standard-timetable .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-standard-timetable .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-standard-timetable .timetable-grid .time-col {
      width: var(--time-col-width, 72px);
      min-width: var(--time-col-width, 72px);
      max-width: var(--time-col-width, 72px);
    }
html.table-style-standard-timetable thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-standard-timetable tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-standard-timetable .time-head, html.table-style-standard-timetable .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-standard-timetable .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-standard-timetable thead .sticky-time { z-index: 4; }
html.table-style-standard-timetable .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-standard-timetable .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-standard-timetable .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-standard-timetable .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-standard-timetable .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-standard-timetable .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-standard-timetable .search, html.table-style-standard-timetable .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-standard-timetable .btn-row, html.table-style-standard-timetable .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-standard-timetable .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
    }
html.table-style-standard-timetable .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-standard-timetable .btn-light {
      background: #e2e8f0;
      color: #0f172a;
    }
html.table-style-standard-timetable .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-standard-timetable .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-standard-timetable .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-standard-timetable .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-standard-timetable .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-standard-timetable .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-standard-timetable .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-standard-timetable .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-standard-timetable .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-standard-timetable .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-standard-timetable .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-standard-timetable .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-standard-timetable .schedule-table th, html.table-style-standard-timetable .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-standard-timetable .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-standard-timetable .clash-row {
      background: var(--danger);
    }
html.table-style-standard-timetable .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-standard-timetable .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-standard-timetable .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-standard-timetable mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-standard-timetable .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-standard-timetable .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-standard-timetable .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-standard-timetable .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-standard-timetable .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-standard-timetable .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-standard-timetable .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-standard-timetable .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-standard-timetable .table-wrap { margin-bottom: 0; }
html.table-style-standard-timetable .artist-list { max-height: 340px; }
html.table-style-standard-timetable table { font-size: 14px; min-width: 0; }
html.table-style-standard-timetable tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-standard-timetable .time-head, html.table-style-standard-timetable .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-standard-timetable .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-standard-timetable .hero { border-radius: 16px; padding: 16px; }
html.table-style-standard-timetable .panel { border-radius: 16px; }
html.table-style-standard-timetable .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-standard-timetable .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-standard-timetable .time-head, html.table-style-standard-timetable .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-standard-timetable .planner-collapsed .panel { display: none; }
html.table-style-standard-timetable .planner-open main { display: none; }
html.table-style-standard-timetable tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-standard-timetable .set-cell {
        min-height: 64px;
      }
html.table-style-standard-timetable .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-standard-timetable .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-standard-timetable .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-standard-timetable .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-standard-timetable .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-standard-timetable .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-standard-timetable .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-standard-timetable .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-standard-timetable .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-standard-timetable .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-standard-timetable .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-standard-timetable .countdown-heading {
        font-size: 20px;
      }
html.table-style-standard-timetable .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-standard-timetable .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-standard-timetable .tab, html.table-style-standard-timetable .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-standard-timetable .tab:not(.active), html.table-style-standard-timetable .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-standard-timetable .tab.active, html.table-style-standard-timetable .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }

/* table-horizontal-scroll.css */
@media (pointer: coarse) {
html.table-style-table-horizontal-scroll .table-wrap.custom-horizontal-scroll {
      touch-action: pan-y pinch-zoom;
      overscroll-behavior-x: contain;
      -webkit-user-select: none;
      user-select: none;
      cursor: grab;
    }
html.table-style-table-horizontal-scroll .table-wrap.custom-horizontal-scroll.is-dragging {
      cursor: grabbing;
    }
}

/* vwab-2026-lineup.css */
html.table-style-vwab-2026-lineup #mobileSwipeHint {
  color: rgba(255, 255, 255, 0.92) !important;
}
@media (max-width: 700px) {
html.table-style-vwab-2026-lineup #mobileSwipeHint {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
html.table-style-vwab-2026-lineup {
      --bg: #f1f5f9;
      --panel: #182A3E;
      --panel-2: #7B2432;
      --text: #1f2937;
      --muted: #6b7280;
      --white: #fffdf8;
      --border: #d8d1c5;
      --empty-bg: #2d2a26;
      --danger: #fee2e2;
      --danger-border: #ef4444;
      --safe-top: env(safe-area-inset-top, 0px);
      --safe-bottom: env(safe-area-inset-bottom, 0px);
    }
html.table-style-vwab-2026-lineup * { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html.table-style-vwab-2026-lineup, html.table-style-vwab-2026-lineup body { margin: 0; padding: 0; scroll-behavior: smooth; }
html.table-style-vwab-2026-lineup body {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--text);
      background: radial-gradient(circle at 18% 12%, rgba(143, 220, 231, 0.22), transparent 32%), radial-gradient(circle at 86% 18%, rgba(15, 82, 87, 0.38), transparent 34%), linear-gradient(135deg, #071f22 0%, #0f3438 48%, #09252a 100%) fixed;
    }
html.table-style-vwab-2026-lineup .wrap {
      max-width: 2400px;
      margin: 0 auto;
      padding: calc(12px + var(--safe-top)) 12px calc(16px + var(--safe-bottom));
      width: 100%;
      overflow-x: hidden;
    }
html.table-style-vwab-2026-lineup .hero {
      background: var(--panel);
      color: var(--white);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
      margin-bottom: 12px;
    }
html.table-style-vwab-2026-lineup .hero h1 {
      margin: 0 0 8px;
      font-size: clamp(24px, 7vw, 38px);
      line-height: 1.05;
    }
html.table-style-vwab-2026-lineup .hero p {
      margin: 0;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.45;
    }
html.table-style-vwab-2026-lineup .layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      align-items: start;
      width: 100%;
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .panel {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      overflow: hidden;
    }
html.table-style-vwab-2026-lineup .panel-head {
      background: var(--panel);
      color: var(--white);
      padding: 14px 16px;
    }
html.table-style-vwab-2026-lineup .panel-head h2 {
      margin: 0 0 4px;
      font-size: 17px;
    }
html.table-style-vwab-2026-lineup .panel-head p {
      margin: 0;
      color: #cbd5e1;
      font-size: 12px;
      line-height: 1.35;
    }
html.table-style-vwab-2026-lineup .panel-body { padding: 14px; }
html.table-style-vwab-2026-lineup .tabs {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
      margin-bottom: 12px;
      position: sticky;
      top: 0;
      z-index: 20;
      background: transparent;
      padding-bottom: 4px;
    }
html.table-style-vwab-2026-lineup .tab {
      border: 0;
      border-radius: 14px;
      padding: 12px 10px;
      font-size: 14px;
      font-weight: 800;
      cursor: pointer;
      background: var(--white);
      color: var(--text);
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    }
html.table-style-vwab-2026-lineup .tab.active {
      background: var(--panel);
      color: var(--white);
    }
html.table-style-vwab-2026-lineup .table-wrap {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 18px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: auto;
      touch-action: pan-x pan-y;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      margin-bottom: 12px;
      max-width: 100%;
    }
html.table-style-vwab-2026-lineup .table-wrap.drag-scroll {
      cursor: grab;
      pointer-events: auto;
    }
html.table-style-vwab-2026-lineup .table-wrap.drag-scroll.dragging {
      cursor: grabbing;
    }
html.table-style-vwab-2026-lineup .table-wrap.drag-scroll.dragging * {
      user-select: none;
      cursor: grabbing !important;
    }
html.table-style-vwab-2026-lineup .table-wrap.touch-dragging {
      cursor: grabbing;
    }
html.table-style-vwab-2026-lineup table {
      border-collapse: collapse;
      table-layout: fixed;
      min-width: 100%;
      width: 100%;
      font-size: 13px;
    }
html.table-style-vwab-2026-lineup .timetable-grid {
      width: 100%;
      min-width: 100%;
    }
html.table-style-vwab-2026-lineup .timetable-grid .stage-col {
      width: var(--stage-col-width, 140px);
      min-width: var(--stage-col-width, 140px);
      max-width: var(--stage-col-width, 140px);
    }
html.table-style-vwab-2026-lineup .timetable-grid .time-col {
      display: none;
      width: 0;
      min-width: 0;
      max-width: 0;
    }
html.table-style-vwab-2026-lineup thead th {
      position: sticky;
      top: 0;
      z-index: 3;
      padding: 10px 8px;
      border-bottom: 1px solid var(--border);
      color: var(--white);
      text-align: center;
      white-space: normal;
    }
html.table-style-vwab-2026-lineup tbody td {
      padding: 10px 8px;
      text-align: center;
      vertical-align: middle;
      min-width: 100px;
      border-bottom: 1px solid #e2e8f0;
      line-height: 1.2;
    }
html.table-style-vwab-2026-lineup .time-head, html.table-style-vwab-2026-lineup .time-cell {
      background: var(--panel-2);
      color: var(--white);
      font-weight: 700;
      min-width: 72px !important;
      width: 72px;
      max-width: 72px;
      font-size: 12px;
    }
html.table-style-vwab-2026-lineup .sticky-time {
      position: sticky;
      left: 0;
      z-index: 2;
    }
html.table-style-vwab-2026-lineup thead .sticky-time { z-index: 4; }
html.table-style-vwab-2026-lineup .empty {
      background: var(--empty-bg);
      color: var(--white);
    }
html.table-style-vwab-2026-lineup .dotted td {
      border-bottom: 1px dotted #94a3b8;
    }
html.table-style-vwab-2026-lineup .timetable-grid tr.now-highlight td {
      position: relative;
      box-shadow: inset 0 0 0 9999px rgba(245, 158, 11, 0.18);
      transition: box-shadow 0.25s ease;
    }
html.table-style-vwab-2026-lineup .timetable-grid tr.now-highlight td::after {
      content: "";
      position: absolute;
      inset: 1px;
      border: 2px solid rgba(245, 158, 11, 0.85);
      border-radius: 10px;
      pointer-events: none;
    }
html.table-style-vwab-2026-lineup .timetable-grid tr.now-highlight .time-cell {
      color: #111827;
      font-weight: 800;
    }
html.table-style-vwab-2026-lineup .controls {
      display: grid;
      gap: 10px;
    }
html.table-style-vwab-2026-lineup .search, html.table-style-vwab-2026-lineup .select {
      width: 100%;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 16px;
      background: white;
    }
html.table-style-vwab-2026-lineup .btn-row, html.table-style-vwab-2026-lineup .utility-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }
html.table-style-vwab-2026-lineup .btn {
      border: 0;
      border-radius: 12px;
      padding: 12px 14px;
      cursor: pointer;
      font-weight: 800;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.2;
      min-height: 48px;
    }
html.table-style-vwab-2026-lineup .btn-dark {
      background: var(--panel);
      color: white;
    }
html.table-style-vwab-2026-lineup .btn-light {
      background: #e9e1d5;
      color: #182A3E;
    }
html.table-style-vwab-2026-lineup .artist-list {
      max-height: 280px;
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 6px;
      background: #f8fafc;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-vwab-2026-lineup .artist-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 10px;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    }
html.table-style-vwab-2026-lineup .artist-item:hover {
      background: #eef2ff;
    }
html.table-style-vwab-2026-lineup .artist-item input {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }
html.table-style-vwab-2026-lineup .summary {
      display: grid;
      gap: 8px;
      margin-top: 12px;
    }
html.table-style-vwab-2026-lineup .summary-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 12px 14px;
      background: #f8fafc;
    }
html.table-style-vwab-2026-lineup .summary-card h3 {
      margin: 0 0 4px;
      font-size: 13px;
    }
html.table-style-vwab-2026-lineup .summary-card p {
      margin: 0;
      font-size: 13px;
      color: var(--muted);
    }
html.table-style-vwab-2026-lineup .clash-box {
      margin-top: 14px;
      border-top: 1px solid var(--border);
      padding-top: 14px;
    }
html.table-style-vwab-2026-lineup .subhead {
      margin: 0 0 10px;
      font-size: 15px;
      font-weight: 800;
    }
html.table-style-vwab-2026-lineup .schedule-wrap {
      overflow: auto;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: white;
      -webkit-overflow-scrolling: touch;
    }
html.table-style-vwab-2026-lineup .schedule-table {
      min-width: 560px;
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
html.table-style-vwab-2026-lineup .schedule-table th, html.table-style-vwab-2026-lineup .schedule-table td {
      padding: 10px 10px;
      border-bottom: 1px solid #e2e8f0;
      text-align: left;
      min-width: auto;
    }
html.table-style-vwab-2026-lineup .schedule-table thead th {
      position: sticky;
      top: 0;
      background: var(--panel);
      color: white;
      z-index: 2;
    }
html.table-style-vwab-2026-lineup .clash-row {
      background: var(--danger);
    }
html.table-style-vwab-2026-lineup .clash-pill {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 4px 8px;
      font-size: 11px;
      font-weight: 800;
      background: #111827;
      color: white;
    }
html.table-style-vwab-2026-lineup .clash-pill.bad {
      background: var(--danger-border);
      color: white;
    }
html.table-style-vwab-2026-lineup .hint {
      color: var(--muted);
      font-size: 12px;
      margin: 8px 0 0;
      line-height: 1.4;
    }
html.table-style-vwab-2026-lineup mark {
      background: #fde68a;
      color: inherit;
      padding: 0 2px;
      border-radius: 4px;
    }
html.table-style-vwab-2026-lineup .mobile-actions {
      display: none;
      gap: 8px;
      margin-bottom: 12px;
    }
html.table-style-vwab-2026-lineup .mobile-toggle {
      width: 100%;
      border: 0;
      border-radius: 14px;
      padding: 12px 14px;
      background: var(--panel);
      color: white;
      font-weight: 800;
      font-size: 14px;
    }
html.table-style-vwab-2026-lineup .cell-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
    }
html.table-style-vwab-2026-lineup .set-cell {
      cursor: pointer;
      transition: transform .08s ease, box-shadow .12s ease, outline-color .12s ease;
      outline: 2px solid transparent;
      outline-offset: -2px;
    }
html.table-style-vwab-2026-lineup .set-cell:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 0 0 9999px rgba(255,255,255,0.12);
    }
html.table-style-vwab-2026-lineup .set-cell.selected {
      outline-color: #111827;
      box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.18);
    }
@media (min-width: 1101px) {
html.table-style-vwab-2026-lineup .layout {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 16px;
      }
html.table-style-vwab-2026-lineup .tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        position: static;
        padding-bottom: 0;
        background: transparent;
      }
html.table-style-vwab-2026-lineup .table-wrap { margin-bottom: 0; }
html.table-style-vwab-2026-lineup .artist-list { max-height: 340px; }
html.table-style-vwab-2026-lineup table { font-size: 14px; min-width: 0; }
html.table-style-vwab-2026-lineup tbody td { min-width: 0; padding: 14px 12px; }
html.table-style-vwab-2026-lineup .time-head, html.table-style-vwab-2026-lineup .time-cell { min-width: 86px !important; width: 86px; max-width: 86px; font-size: 14px; }
html.table-style-vwab-2026-lineup .mobile-actions { display: none !important; }
}
@media (max-width: 700px) {
html.table-style-vwab-2026-lineup .hero { border-radius: 16px; padding: 16px; }
html.table-style-vwab-2026-lineup .panel { border-radius: 16px; }
html.table-style-vwab-2026-lineup .table-wrap {
        border-radius: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100vw;
        touch-action: pan-x pan-y;
      }
html.table-style-vwab-2026-lineup .mobile-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
      }
html.table-style-vwab-2026-lineup .time-head, html.table-style-vwab-2026-lineup .time-cell {
        min-width: 48px !important;
        width: 48px;
        max-width: 48px;
        font-size: 10px;
      }
html.table-style-vwab-2026-lineup .planner-collapsed .panel { display: none; }
html.table-style-vwab-2026-lineup .planner-open main { display: none; }
html.table-style-vwab-2026-lineup tbody td {
        min-width: 0;
        padding: 14px 10px;
        font-size: 13px;
      }
html.table-style-vwab-2026-lineup .set-cell {
        min-height: 64px;
      }
html.table-style-vwab-2026-lineup .cell-inner {
        min-height: 34px;
        justify-content: center;
      }
}
html.table-style-vwab-2026-lineup .countdown-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 18px;
      padding: 16px;
      margin: 0 0 12px;
      color: var(--white);
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
html.table-style-vwab-2026-lineup .countdown-label-top {
      margin: 0 0 6px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-vwab-2026-lineup .countdown-heading {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.1;
      color: var(--white);
    }
html.table-style-vwab-2026-lineup .countdown-meta {
      margin: 0 0 12px;
      color: rgba(255,255,255,.9);
      font-size: 14px;
      line-height: 1.5;
    }
html.table-style-vwab-2026-lineup .countdown-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
html.table-style-vwab-2026-lineup .countdown-cell {
      background: rgba(9, 37, 42, 0.72);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 14px;
      padding: 12px 10px;
      text-align: center;
    }
html.table-style-vwab-2026-lineup .countdown-value {
      display: block;
      font-size: 24px;
      font-weight: 900;
      line-height: 1;
      color: var(--white);
    }
html.table-style-vwab-2026-lineup .countdown-unit {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: rgba(255,255,255,.72);
    }
html.table-style-vwab-2026-lineup .countdown-status {
      margin: 12px 0 0;
      color: rgba(255,255,255,.82);
      font-size: 13px;
      line-height: 1.45;
    }
@media (max-width: 700px) {
html.table-style-vwab-2026-lineup .countdown-card {
        border-radius: 16px;
        padding: 14px;
      }
html.table-style-vwab-2026-lineup .countdown-heading {
        font-size: 20px;
      }
html.table-style-vwab-2026-lineup .countdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
}
html.table-style-vwab-2026-lineup .tabs {
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      padding: 0 !important;
    }
html.table-style-vwab-2026-lineup .tab, html.table-style-vwab-2026-lineup .tabs button {
      box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
    }
html.table-style-vwab-2026-lineup .tab:not(.active), html.table-style-vwab-2026-lineup .tabs button:not(.active) {
      background: rgba(255,255,255,0.96) !important;
      color: var(--text) !important;
    }
html.table-style-vwab-2026-lineup .tab.active, html.table-style-vwab-2026-lineup .tabs button.active {
      background: #000 !important;
      color: #fff !important;
    }
html.table-style-vwab-2026-lineup .saved-plan-row {
      display: grid;
      gap: 8px;
      margin-top: 0;
    }
html.table-style-vwab-2026-lineup .saved-plan-status {
      margin: 0;
      font-size: 13px;
      line-height: 1.4;
      color: #475569;
      min-height: 18px;
    }
html.table-style-vwab-2026-lineup .saved-plan-status[data-state="success"] { color: #166534; }
html.table-style-vwab-2026-lineup .saved-plan-status[data-state="error"] { color: #b91c1c; }
html.table-style-vwab-2026-lineup .saved-plan-status[data-state="muted"] { color: #64748b; }
html.table-style-vwab-2026-lineup .share-tools {
      display: grid;
      gap: 8px;
      margin-top: 10px;
    }
html.table-style-vwab-2026-lineup .room-shell {
      margin-top: 12px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
    }
html.table-style-vwab-2026-lineup .room-shell[open] {
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
html.table-style-vwab-2026-lineup .room-shell__summary {
      list-style: none;
      cursor: pointer;
      padding: 14px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 10px;
      align-items: start;
    }
html.table-style-vwab-2026-lineup .room-shell__summary::-webkit-details-marker { display:none; }
html.table-style-vwab-2026-lineup .room-shell__summary-main {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
html.table-style-vwab-2026-lineup .room-shell__summary-top {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-vwab-2026-lineup .room-shell__title {
      font-weight: 800;
      color: #0f172a;
    }
html.table-style-vwab-2026-lineup .room-shell__hint {
      margin: 0;
      font-size: 13px;
      color: #475569;
      overflow-wrap: anywhere;
    }
html.table-style-vwab-2026-lineup .room-shell__toggle {
      align-self: center;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width: 124px;
      min-height: 40px;
      border-radius: 999px;
      border: 1px solid #cbd5e1;
      background: #fff;
      color: #0f172a;
      font-size: 12px;
      font-weight: 800;
      padding: 0 14px;
      white-space: nowrap;
    }
html.table-style-vwab-2026-lineup .room-shell[open] .room-shell__toggle::after {
      content: "Hide room controls";
    }
html.table-style-vwab-2026-lineup .room-shell:not([open]) .room-shell__toggle::after {
      content: "Show room controls";
    }
html.table-style-vwab-2026-lineup .room-shell__body {
      padding: 0 14px 14px;
      border-top: 1px solid #e2e8f0;
    }
html.table-style-vwab-2026-lineup .room-panel {
      margin-top: 12px;
      padding: 14px;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: #f8fafc;
      overflow: hidden;
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .room-toolbar {
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      align-items:center;
      min-width:0;
    }
html.table-style-vwab-2026-lineup .room-toolbar .btn-row {
      margin-top: 0;
      min-width: 0;
      flex: 1 1 420px;
    }
html.table-style-vwab-2026-lineup .room-toolbar .btn-row .btn {
      flex: 0 1 auto;
    }
html.table-style-vwab-2026-lineup .room-row { display:flex; gap:10px; flex-wrap:wrap; align-items:center; min-width:0; }
html.table-style-vwab-2026-lineup .room-row > * { flex: 0 0 auto; }
html.table-style-vwab-2026-lineup .room-status { margin:8px 0 0; font-size:13px; color:#475569; overflow-wrap:anywhere; }
html.table-style-vwab-2026-lineup .room-status[data-state="error"] { color:#b91c1c; }
html.table-style-vwab-2026-lineup .room-status[data-state="success"] { color:#166534; }
html.table-style-vwab-2026-lineup .room-inline-form {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .room-inline-form[hidden] { display:none !important; }
html.table-style-vwab-2026-lineup .room-inline-form .full { grid-column: 1 / -1; min-width: 0; }
html.table-style-vwab-2026-lineup .room-input, html.table-style-vwab-2026-lineup .room-select {
      width: 100%;
      min-height: 42px;
      border-radius: 12px;
      border: 1px solid var(--border);
      padding: 10px 12px;
      font: inherit;
      background: #fff;
      color: var(--text);
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .room-members { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; min-width:0; }
html.table-style-vwab-2026-lineup .room-member-chip {
      display:inline-flex; align-items:center; gap:8px;
      border-radius:999px; background:#fff; border:1px solid var(--border); padding:6px 10px; font-size:12px; color:#334155;
      max-width: 100%; overflow: hidden;
    }
html.table-style-vwab-2026-lineup .room-member-chip span:last-child { overflow-wrap:anywhere; }
html.table-style-vwab-2026-lineup .room-member-swatch { width:12px; height:12px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.15); flex: 0 0 auto; }
html.table-style-vwab-2026-lineup .room-filter-select { min-width: 132px; max-width: 100%; flex: 0 1 190px; }
html.table-style-vwab-2026-lineup .room-indicators { display:inline-flex; align-items:center; gap:4px; margin-left:8px; vertical-align:middle; flex-wrap:wrap; }
html.table-style-vwab-2026-lineup .room-dot { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.2); }
html.table-style-vwab-2026-lineup .room-cell-marker-wrap { position:absolute; right:8px; bottom:6px; display:flex; gap:3px; align-items:flex-end; flex-wrap:wrap; max-width: calc(100% - 16px); justify-content:flex-end; }
html.table-style-vwab-2026-lineup .room-cell-marker { width:10px; height:10px; border-radius:999px; display:inline-block; border:1px solid rgba(15,23,42,.25); box-shadow:0 0 0 1px rgba(255,255,255,.75); flex:0 0 auto; }
html.table-style-vwab-2026-lineup .set-cell { position:relative; }
html.table-style-vwab-2026-lineup .set-cell.room-dim .cell-inner, html.table-style-vwab-2026-lineup .artist-item.room-dim, html.table-style-vwab-2026-lineup tr.room-dim { opacity:.35; }
html.table-style-vwab-2026-lineup .room-meta-line { margin-top:8px; display:flex; flex-wrap:wrap; gap:10px; font-size:12px; color:#475569; min-width:0; }
html.table-style-vwab-2026-lineup .room-badge { display:inline-flex; align-items:center; gap:6px; border-radius:999px; background:#e2e8f0; padding:4px 8px; max-width: 100%; overflow-wrap:anywhere; }
html.table-style-vwab-2026-lineup .room-field {
      display:flex;
      flex-direction:column;
      gap:8px;
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .room-field-label {
      font-size:12px;
      font-weight:700;
      color:#475569;
      text-transform:uppercase;
      letter-spacing:.04em;
    }
html.table-style-vwab-2026-lineup .room-swatch-grid { display:flex; flex-wrap:wrap; gap:8px; align-items:center; min-width: 0; }
html.table-style-vwab-2026-lineup .room-swatch-btn {
      width:28px; height:28px; border-radius:999px; border:2px solid rgba(15,23,42,.15);
      cursor:pointer; position:relative; box-shadow:0 1px 3px rgba(15,23,42,.12); transition:transform .12s ease, border-color .12s ease, opacity .12s ease;
      background:#fff;
      flex:0 0 auto;
    }
html.table-style-vwab-2026-lineup .room-swatch-btn:hover { transform: translateY(-1px); }
html.table-style-vwab-2026-lineup .room-swatch-btn.is-selected { border-color:#0f172a; box-shadow:0 0 0 2px rgba(15,23,42,.15); }
html.table-style-vwab-2026-lineup .room-swatch-btn.is-disabled { opacity:.35; cursor:not-allowed; }
html.table-style-vwab-2026-lineup .room-swatch-btn[data-kind="auto"] {
      width:auto; min-width:72px; padding:0 12px; border-radius:999px; background:#f8fafc; font-size:12px; font-weight:700; color:#0f172a;
    }
html.table-style-vwab-2026-lineup .room-swatch-btn .room-swatch-check {
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:15px; font-weight:900; text-shadow:0 1px 2px rgba(0,0,0,.28);
      pointer-events:none;
    }
html.table-style-vwab-2026-lineup .room-swatch-btn .room-swatch-taken {
      position:absolute; right:-3px; bottom:-3px; width:10px; height:10px; border-radius:999px; background:#0f172a; border:2px solid #fff;
      pointer-events:none;
    }
html.table-style-vwab-2026-lineup .room-settings-panel, html.table-style-vwab-2026-lineup .room-profile-panel {
      margin-top:12px; padding-top:12px; border-top:1px solid #e2e8f0;
      min-width: 0;
    }
html.table-style-vwab-2026-lineup .room-section-title { margin:0 0 10px; font-size:14px; font-weight:800; color:#0f172a; }
html.table-style-vwab-2026-lineup .room-inline-form .room-field.full { grid-column:1 / -1; }
html.table-style-vwab-2026-lineup .room-privacy-toggle { display:inline-flex; gap:6px; flex-wrap:wrap; min-width:0; }
html.table-style-vwab-2026-lineup .room-privacy-btn {
      border:1px solid #cbd5e1; background:#fff; color:#0f172a; border-radius:999px; padding:8px 12px; font-size:12px; font-weight:800; cursor:pointer;
      max-width: 100%;
    }
html.table-style-vwab-2026-lineup .room-privacy-btn.is-active { background:#0f172a; color:#fff; border-color:#0f172a; }
html.table-style-vwab-2026-lineup .room-help { margin:6px 0 0; font-size:12px; color:#64748b; overflow-wrap:anywhere; }
@media (max-width: 700px) {
html.table-style-vwab-2026-lineup .room-shell__summary {
        grid-template-columns: 1fr;
      }
html.table-style-vwab-2026-lineup .room-shell__toggle {
        width: 100%;
      }
html.table-style-vwab-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-vwab-2026-lineup .room-filter-select { width:100%; flex-basis: 100%; }
html.table-style-vwab-2026-lineup .room-toolbar { align-items: stretch; }
html.table-style-vwab-2026-lineup .room-toolbar .btn-row { flex-basis: 100%; }
html.table-style-vwab-2026-lineup .room-toolbar .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 700px) {
html.table-style-vwab-2026-lineup .room-inline-form { grid-template-columns: 1fr; }
html.table-style-vwab-2026-lineup .room-filter-select { width:100%; }
      }

/* Lightweight planner rendering overrides. Keep this at the end so generated page
   styles stay intact while the shared planner shell feels faster and calmer. */
html.table-page body {
  background-attachment: scroll !important;
}

html.table-page .hero,
html.table-page .panel,
html.table-page .table-wrap,
html.table-page .tabs .tab,
html.table-page .mobile-toggle,
html.table-page .saved-plan-status,
html.table-page .room-shell,
html.table-page .room-panel,
html.table-page .bc-planner-actions .btn {
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08) !important;
}

html.table-page .saved-plan-status,
html.table-page .room-shell,
html.table-page .mobile-toggle,
html.table-page .bc-planner-actions .btn {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.table-page .table-wrap {
  contain: paint;
}

html.table-page .set-cell,
html.table-page .artist-card,
html.table-page .room-swatch-btn {
  transition-duration: 0.08s !important;
}

html.table-page .bc-account-save-card {
  display: grid !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(14, 116, 144, 0.24) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(236, 254, 255, 0.96), rgba(255, 255, 255, 0.98)) !important;
  color: #0f172a !important;
}

html.table-page .controls,
html.table-page .share-tools,
html.table-page .saved-plan-row,
html.table-page .bc-planner-actions,
html.table-page .bc-planner-row,
html.table-page .btn-row,
html.table-page .utility-row {
  min-width: 0 !important;
  max-width: 100% !important;
}

html.table-page .saved-plan-status,
html.table-page .share-panel-message {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

html.table-page .btn {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  color: inherit;
}

html.table-page .btn-dark {
  color: #ffffff !important;
}

html.table-page .btn-light {
  color: #0f172a !important;
}

html.table-page .bc-account-save-card[data-account-state="signed-out"] {
  border-color: rgba(245, 158, 11, 0.32) !important;
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(255, 255, 255, 0.98)) !important;
}

html.table-page .time-mode-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(14, 116, 144, 0.26);
  border-radius: 8px;
  background: rgba(236, 254, 255, 0.96);
  color: #0f172a;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08);
}

html.table-page .time-mode-card span {
  display: block;
  margin-bottom: 3px;
  color: #0e7490;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.table-page .time-mode-card strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.2;
}

html.table-page .time-mode-main-button {
  min-height: 42px;
  padding-inline: 16px !important;
  white-space: normal !important;
}

@media (max-width: 700px) {
  html.table-page .time-mode-card {
    grid-template-columns: 1fr;
  }

  html.table-page .time-mode-main-button {
    width: 100%;
  }
}

html.table-page .bc-account-save-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: start;
  min-width: 0;
}

html.table-page .bc-account-save-head > div {
  min-width: 0;
}

html.table-page .bc-account-save-head span {
  display: block;
  margin-bottom: 2px;
  color: #0e7490;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.table-page .bc-account-save-card[data-account-state="signed-out"] .bc-account-save-head span {
  color: #b45309;
}

html.table-page .bc-account-save-head strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.2;
}

html.table-page .bc-account-save-head p,
html.table-page .bc-account-save-user {
  margin: 4px 0 0 !important;
  color: #475569 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

html.table-page .bc-account-save-user {
  margin-top: 0 !important;
  font-weight: 700;
}

html.table-page .bc-account-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 34px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

html.table-page .share-tools {
  display: grid !important;
  gap: 8px !important;
  margin-top: 10px !important;
  padding: 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(248, 250, 252, 0.92) !important;
  color: #0f172a !important;
}

html.table-page .share-tools .subhead {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

html.table-page .share-tools .utility-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html.table-page .share-tools .saved-plan-status {
  padding: 0 !important;
  min-height: 0 !important;
  color: #64748b !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html.table-page #reminderOffset {
  margin-top: 8px !important;
}

html.table-page .bc-account-save-card .btn-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html.table-page .bc-account-save-card .btn {
  min-height: 44px !important;
}

html.table-page .bc-account-save-card .saved-plan-status {
  padding: 0 !important;
  min-height: 0 !important;
}

html.table-page .room-activity {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, .30);
  border-radius: 12px;
  background: rgba(248, 250, 252, .82);
}

html.table-page .room-activity[hidden] {
  display: none !important;
}

html.table-page .room-activity__stats,
html.table-page .room-activity__members {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

html.table-page .room-activity__stats span,
html.table-page .room-activity__member {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(203, 213, 225, .82);
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: anywhere;
}

html.table-page .room-activity__stats strong {
  color: #0f172a;
  font-weight: 900;
}

html.table-page .room-activity__members {
  margin-top: 8px;
}

html.table-page .room-activity__swatch {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .22);
  flex: 0 0 auto;
}

html.table-page.room-compare-mode .artist-item.room-dim,
html.table-page.room-compare-mode tr.room-dim {
  display: none !important;
}

html.table-page.room-compare-mode .set-cell.room-dim .cell-inner {
  opacity: .14 !important;
  filter: grayscale(.65);
}

html.table-page .bc-calendar-actions-cell {
  min-width: 132px;
}

html.table-page .bc-calendar-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

html.table-page .bc-calendar-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 5px 8px;
  border: 1px solid rgba(148, 163, 184, .72);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

html.table-page .bc-calendar-action:hover {
  border-color: #0f172a;
}

html.table-page .bc-event-changelog {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(148, 163, 184, .32);
  border-radius: 10px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

html.table-page .bc-event-changelog span {
  color: rgba(226, 232, 240, .92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

html.table-page .bc-event-changelog strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

html.table-page .bc-event-ticket-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
}

html.table-page .bc-event-ticket-actions[hidden] {
  display: none !important;
}

html.table-page .bc-event-ticket-link {
  text-decoration: none;
}

html.table-page .bc-event-ticket-link.is-disabled {
  opacity: .66;
  cursor: not-allowed;
}

html.table-page .bc-feedback-anchor {
  margin-top: 12px;
}

html.table-page .bc-feedback-flow {
  margin-top: 10px;
  border: 1px solid rgba(148, 163, 184, .30);
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  overflow: hidden;
}

html.table-page .bc-feedback-flow summary {
  display: grid;
  gap: 2px;
  min-height: 50px;
  padding: 11px 12px;
  cursor: pointer;
  list-style-position: inside;
  color: #0f172a;
  font-weight: 900;
}

html.table-page .bc-feedback-flow summary small {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

html.table-page .bc-feedback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 12px;
}

html.table-page .bc-feedback-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

html.table-page .bc-feedback-form input,
html.table-page .bc-feedback-form select,
html.table-page .bc-feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, .60);
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font: inherit;
  font-size: 13px;
  min-width: 0;
  padding: 9px 10px;
}

html.table-page .bc-feedback-form textarea {
  resize: vertical;
  min-height: 92px;
}

html.table-page .bc-feedback-full,
html.table-page .bc-feedback-actions,
html.table-page .bc-feedback-status {
  grid-column: 1 / -1;
}

html.table-page .bc-feedback-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

html.table-page .bc-feedback-actions .btn {
  min-height: 42px !important;
}

@media (max-width: 700px) {
  html.table-page .bc-account-profile-link {
    width: 100%;
  }

  html.table-page .bc-account-save-card .btn-row,
  html.table-page .share-tools .utility-row {
    grid-template-columns: 1fr !important;
  }

  html.table-page .bc-feedback-form,
  html.table-page .bc-feedback-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.table-page *,
  html.table-page *::before,
  html.table-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Rampage Open Air 2026 */
html.table-style-rampage-open-air-2026-timetable {
  --bg: #08090c;
  --panel: #111418;
  --panel-2: #171b21;
  --panel-3: #20252d;
  --text: #f8fafc;
  --muted: #aab3c0;
  --white: #ffffff;
  --border: rgba(255, 255, 255, 0.12);
  --accent: #e11d48;
  --accent-2: #22d3ee;
  --accent-3: #a3e635;
  --danger: rgba(225, 29, 72, 0.18);
  --danger-border: #fb7185;
  --empty-bg: rgba(255, 255, 255, 0.03);
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  color-scheme: dark;
}

html.table-style-rampage-open-air-2026-timetable *,
html.table-style-rampage-open-air-2026-timetable *::before,
html.table-style-rampage-open-air-2026-timetable *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html.table-style-rampage-open-air-2026-timetable,
html.table-style-rampage-open-air-2026-timetable body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html.table-style-rampage-open-air-2026-timetable body {
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(8, 9, 12, 0.74), rgba(8, 9, 12, 0.98)),
    linear-gradient(115deg, rgba(225, 29, 72, 0.22), rgba(34, 211, 238, 0.10) 44%, rgba(163, 230, 53, 0.08)),
    #08090c;
}

html.table-style-rampage-open-air-2026-timetable .wrap {
  width: 100%;
  max-width: 2400px;
  margin: 0 auto;
  padding: calc(14px + var(--safe-top)) 14px calc(18px + var(--safe-bottom));
  overflow-x: hidden;
}

html.table-style-rampage-open-air-2026-timetable .hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(225, 29, 72, 0.32), rgba(17, 20, 24, 0.96) 42%),
    var(--panel);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.38) !important;
}

html.table-style-rampage-open-air-2026-timetable .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.44), transparent 70%);
}

html.table-style-rampage-open-air-2026-timetable .hero h1,
html.table-style-rampage-open-air-2026-timetable .hero p {
  position: relative;
}

html.table-style-rampage-open-air-2026-timetable .hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

html.table-style-rampage-open-air-2026-timetable .hero p {
  max-width: 980px;
  margin: 0;
  color: rgba(248, 250, 252, 0.82);
  font-size: 14px;
  line-height: 1.5;
}

html.table-style-rampage-open-air-2026-timetable .layout {
  display: grid;
  grid-template-columns: minmax(400px, 460px) minmax(0, 1fr) !important;
  gap: 14px;
  align-items: start;
  min-width: 0;
}

html.table-style-rampage-open-air-2026-timetable .panel,
html.table-style-rampage-open-air-2026-timetable .countdown-card,
html.table-style-rampage-open-air-2026-timetable .time-mode-card,
html.table-style-rampage-open-air-2026-timetable .clash-box,
html.table-style-rampage-open-air-2026-timetable .bc-account-save-card {
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  background: rgba(17, 20, 24, 0.94) !important;
  color: var(--text) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28) !important;
}

html.table-style-rampage-open-air-2026-timetable .panel {
  overflow: hidden;
}

html.table-style-rampage-open-air-2026-timetable .panel-head {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(90deg, rgba(225, 29, 72, 0.42), rgba(32, 37, 45, 0.96));
}

html.table-style-rampage-open-air-2026-timetable .panel-head h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

html.table-style-rampage-open-air-2026-timetable .panel-head p,
html.table-style-rampage-open-air-2026-timetable .hint,
html.table-style-rampage-open-air-2026-timetable .saved-plan-status,
html.table-style-rampage-open-air-2026-timetable .room-status,
html.table-style-rampage-open-air-2026-timetable .room-help,
html.table-style-rampage-open-air-2026-timetable #mobileSwipeHint {
  color: var(--muted) !important;
}

html.table-style-rampage-open-air-2026-timetable .panel-body {
  padding: 14px;
}

html.table-style-rampage-open-air-2026-timetable .controls,
html.table-style-rampage-open-air-2026-timetable .summary,
html.table-style-rampage-open-air-2026-timetable .artist-search-section {
  display: grid;
  gap: 10px;
}

html.table-style-rampage-open-air-2026-timetable .search,
html.table-style-rampage-open-air-2026-timetable .select,
html.table-style-rampage-open-air-2026-timetable .room-input,
html.table-style-rampage-open-air-2026-timetable .room-select,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form input,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form select,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: var(--text) !important;
  font: inherit;
  font-size: 13px;
  outline: none;
}

html.table-style-rampage-open-air-2026-timetable .search,
html.table-style-rampage-open-air-2026-timetable .select {
  padding: 10px 12px;
}

html.table-style-rampage-open-air-2026-timetable .search:focus,
html.table-style-rampage-open-air-2026-timetable .select:focus,
html.table-style-rampage-open-air-2026-timetable .room-input:focus,
html.table-style-rampage-open-air-2026-timetable .room-select:focus {
  border-color: rgba(34, 211, 238, 0.72) !important;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12);
}

html.table-style-rampage-open-air-2026-timetable .btn,
html.table-style-rampage-open-air-2026-timetable .mobile-toggle,
html.table-style-rampage-open-air-2026-timetable .bc-calendar-action,
html.table-style-rampage-open-air-2026-timetable .room-privacy-btn {
  border-radius: 8px !important;
  font-weight: 900;
  letter-spacing: 0;
}

html.table-style-rampage-open-air-2026-timetable .btn {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 10px 12px;
}

html.table-style-rampage-open-air-2026-timetable .btn-dark,
html.table-style-rampage-open-air-2026-timetable .mobile-toggle,
html.table-style-rampage-open-air-2026-timetable .room-privacy-btn.is-active {
  background: linear-gradient(180deg, #e11d48, #9f1239) !important;
  color: #fff !important;
  border-color: rgba(251, 113, 133, 0.72) !important;
}

html.table-style-rampage-open-air-2026-timetable .btn-light,
html.table-style-rampage-open-air-2026-timetable .bc-calendar-action,
html.table-style-rampage-open-air-2026-timetable .room-privacy-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--text) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

html.table-style-rampage-open-air-2026-timetable .btn:hover,
html.table-style-rampage-open-air-2026-timetable .tab:hover,
html.table-style-rampage-open-air-2026-timetable .mobile-toggle:hover {
  transform: translateY(-1px);
}

html.table-style-rampage-open-air-2026-timetable .tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 0 12px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(8, 9, 12, 0.92);
}

html.table-style-rampage-open-air-2026-timetable .tab,
html.table-style-rampage-open-air-2026-timetable .tabs button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--muted) !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

html.table-style-rampage-open-air-2026-timetable .tab.active,
html.table-style-rampage-open-air-2026-timetable .tabs button.active {
  background: linear-gradient(180deg, #e11d48, #9f1239) !important;
  color: #fff !important;
  border-color: rgba(251, 113, 133, 0.85) !important;
}

html.table-style-rampage-open-air-2026-timetable .table-wrap {
  max-width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(90deg, rgba(225, 29, 72, 0.10), transparent 32%),
    rgba(8, 9, 12, 0.96) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.34) !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

html.table-style-rampage-open-air-2026-timetable .table-wrap.drag-scroll {
  cursor: grab;
}

html.table-style-rampage-open-air-2026-timetable .table-wrap.drag-scroll.dragging,
html.table-style-rampage-open-air-2026-timetable .table-wrap.touch-dragging {
  cursor: grabbing;
}

html.table-style-rampage-open-air-2026-timetable .table-wrap.drag-scroll.dragging * {
  cursor: grabbing !important;
  user-select: none;
}

html.table-style-rampage-open-air-2026-timetable table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--text);
  font-size: 13px;
}

html.table-style-rampage-open-air-2026-timetable .timetable-grid .stage-col {
  width: var(--stage-col-width, 168px);
  min-width: var(--stage-col-width, 168px);
  max-width: var(--stage-col-width, 168px);
}

html.table-style-rampage-open-air-2026-timetable .timetable-grid .time-col {
  width: var(--time-col-width, 78px);
  min-width: var(--time-col-width, 78px);
  max-width: var(--time-col-width, 78px);
}

html.table-style-rampage-open-air-2026-timetable thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: #0b0d10;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

html.table-style-rampage-open-air-2026-timetable tbody td {
  position: relative;
  min-width: 150px;
  height: 74px;
  padding: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  vertical-align: top;
}

html.table-style-rampage-open-air-2026-timetable .time-head,
html.table-style-rampage-open-air-2026-timetable .time-cell,
html.table-style-rampage-open-air-2026-timetable .sticky-time {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 78px !important;
  width: 78px;
  max-width: 78px;
  background: #0b0d10 !important;
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

html.table-style-rampage-open-air-2026-timetable thead .sticky-time {
  z-index: 4;
}

html.table-style-rampage-open-air-2026-timetable .empty {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0, rgba(255, 255, 255, 0.025) 8px, transparent 8px, transparent 16px),
    rgba(255, 255, 255, 0.015) !important;
}

html.table-style-rampage-open-air-2026-timetable .cell-inner,
html.table-style-rampage-open-air-2026-timetable .set-cell {
  border-radius: 8px !important;
}

html.table-style-rampage-open-air-2026-timetable .cell-inner {
  display: grid;
  gap: 5px;
  height: 100%;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04)),
    rgba(17, 20, 24, 0.96);
  color: #fff;
  box-shadow: inset 3px 0 0 var(--stage-color, var(--accent));
  overflow-wrap: anywhere;
}

html.table-style-rampage-open-air-2026-timetable .cell-inner > div {
  align-self: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

html.table-style-rampage-open-air-2026-timetable .set-cell:hover .cell-inner {
  border-color: rgba(34, 211, 238, 0.66);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(17, 20, 24, 0.98);
}

html.table-style-rampage-open-air-2026-timetable .set-cell.selected .cell-inner {
  border-color: rgba(163, 230, 53, 0.82);
  box-shadow:
    inset 3px 0 0 var(--accent-3),
    0 0 0 2px rgba(163, 230, 53, 0.12);
}

html.table-style-rampage-open-air-2026-timetable .cell-inner strong,
html.table-style-rampage-open-air-2026-timetable .artist-item strong {
  color: #fff;
}

html.table-style-rampage-open-air-2026-timetable .cell-inner small,
html.table-style-rampage-open-air-2026-timetable .artist-item span {
  color: rgba(226, 232, 240, 0.74);
}

html.table-style-rampage-open-air-2026-timetable .artist-list {
  display: grid;
  gap: 8px;
  max-height: 340px;
  overflow: auto;
  padding-right: 2px;
}

html.table-style-rampage-open-air-2026-timetable .artist-item,
html.table-style-rampage-open-air-2026-timetable .summary-card,
html.table-style-rampage-open-air-2026-timetable .room-panel,
html.table-style-rampage-open-air-2026-timetable .room-shell,
html.table-style-rampage-open-air-2026-timetable .room-settings-panel,
html.table-style-rampage-open-air-2026-timetable .room-profile-panel,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-flow,
html.table-style-rampage-open-air-2026-timetable .room-activity {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--text) !important;
}

html.table-style-rampage-open-air-2026-timetable .artist-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 10px;
  cursor: pointer;
}

html.table-style-rampage-open-air-2026-timetable .artist-item:hover {
  border-color: rgba(34, 211, 238, 0.58) !important;
}

html.table-style-rampage-open-air-2026-timetable .artist-item input {
  margin-top: 2px;
  accent-color: var(--accent);
}

html.table-style-rampage-open-air-2026-timetable .summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.table-style-rampage-open-air-2026-timetable .summary-card {
  padding: 12px;
}

html.table-style-rampage-open-air-2026-timetable .summary-card h3,
html.table-style-rampage-open-air-2026-timetable .subhead {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

html.table-style-rampage-open-air-2026-timetable .summary-card p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

html.table-style-rampage-open-air-2026-timetable .schedule-wrap {
  max-width: 100%;
  overflow-x: auto;
}

html.table-style-rampage-open-air-2026-timetable .schedule-table {
  min-width: 620px;
}

html.table-style-rampage-open-air-2026-timetable .schedule-table th,
html.table-style-rampage-open-air-2026-timetable .schedule-table td {
  height: auto;
  padding: 9px;
  border-color: rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
}

html.table-style-rampage-open-air-2026-timetable .clash-row {
  background: rgba(225, 29, 72, 0.10) !important;
}

html.table-style-rampage-open-air-2026-timetable .clash-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(163, 230, 53, 0.14);
  color: #d9f99d;
  font-size: 11px;
  font-weight: 900;
}

html.table-style-rampage-open-air-2026-timetable .clash-pill.bad {
  background: rgba(225, 29, 72, 0.20);
  color: #fecdd3;
}

html.table-style-rampage-open-air-2026-timetable .countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

html.table-style-rampage-open-air-2026-timetable .countdown-cell {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  text-align: center;
}

html.table-style-rampage-open-air-2026-timetable .countdown-value {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

html.table-style-rampage-open-air-2026-timetable .countdown-unit,
html.table-style-rampage-open-air-2026-timetable .countdown-meta,
html.table-style-rampage-open-air-2026-timetable .countdown-status,
html.table-style-rampage-open-air-2026-timetable .time-mode-card span,
html.table-style-rampage-open-air-2026-timetable .time-mode-card strong {
  color: var(--muted) !important;
}

html.table-style-rampage-open-air-2026-timetable .mobile-actions {
  display: none;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

html.table-style-rampage-open-air-2026-timetable mark {
  border-radius: 4px;
  background: rgba(34, 211, 238, 0.24);
  color: #fff;
}

html.table-style-rampage-open-air-2026-timetable .bc-event-changelog {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

@media (min-width: 901px) {
  html.table-style-rampage-open-air-2026-timetable .mobile-actions {
    display: none !important;
  }

  html.table-style-rampage-open-air-2026-timetable table {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  html.table-style-rampage-open-air-2026-timetable .layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  html.table-style-rampage-open-air-2026-timetable .wrap {
    padding: calc(10px + var(--safe-top)) 10px calc(14px + var(--safe-bottom));
  }

  html.table-style-rampage-open-air-2026-timetable .hero {
    padding: 16px;
  }

  html.table-style-rampage-open-air-2026-timetable .hero h1 {
    font-size: 26px;
  }

  html.table-style-rampage-open-air-2026-timetable .mobile-actions {
    display: grid;
  }

  html.table-style-rampage-open-air-2026-timetable .planner-collapsed .panel {
    display: none;
  }

  html.table-style-rampage-open-air-2026-timetable .planner-open main {
    display: none;
  }

  html.table-style-rampage-open-air-2026-timetable .tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
  }

  html.table-style-rampage-open-air-2026-timetable .summary,
  html.table-style-rampage-open-air-2026-timetable .countdown-grid,
  html.table-style-rampage-open-air-2026-timetable .bc-feedback-form,
  html.table-style-rampage-open-air-2026-timetable .bc-feedback-actions {
    grid-template-columns: 1fr;
  }

  html.table-style-rampage-open-air-2026-timetable tbody td {
    min-width: 148px;
    height: 72px;
    padding: 7px;
  }

  html.table-style-rampage-open-air-2026-timetable .time-head,
  html.table-style-rampage-open-air-2026-timetable .time-cell,
  html.table-style-rampage-open-air-2026-timetable .sticky-time {
    min-width: 70px !important;
    width: 70px;
    max-width: 70px;
  }
}

/* Rampage sunlight readability pass. This keeps the layout but avoids a dark-on-phone-in-full-sun timetable. */
html.table-style-rampage-open-air-2026-timetable {
  --bg: #f5f7fb;
  --panel: #ffffff;
  --panel-2: #f1f5f9;
  --panel-3: #e2e8f0;
  --text: #111827;
  --muted: #475569;
  --border: rgba(15, 23, 42, 0.16);
  --accent: #c8102e;
  --accent-2: #087f9a;
  --accent-3: #2f8f2f;
  --danger: rgba(200, 16, 46, 0.10);
  --danger-border: #c8102e;
  --empty-bg: rgba(15, 23, 42, 0.025);
  color-scheme: light;
}

html.table-style-rampage-open-air-2026-timetable body {
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.94), rgba(226, 232, 240, 0.96)),
    linear-gradient(115deg, rgba(200, 16, 46, 0.12), rgba(8, 127, 154, 0.08) 48%, rgba(47, 143, 47, 0.07)),
    #f5f7fb;
}

html.table-style-rampage-open-air-2026-timetable .hero {
  border-color: rgba(15, 23, 42, 0.16);
  background:
    linear-gradient(90deg, rgba(200, 16, 46, 0.96), rgba(119, 18, 36, 0.92) 42%, rgba(15, 23, 42, 0.92)),
    #c8102e;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16) !important;
}

html.table-style-rampage-open-air-2026-timetable .hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 1px, transparent 1px);
}

html.table-style-rampage-open-air-2026-timetable .hero p {
  color: rgba(255, 255, 255, 0.90);
}

html.table-style-rampage-open-air-2026-timetable .panel,
html.table-style-rampage-open-air-2026-timetable .countdown-card,
html.table-style-rampage-open-air-2026-timetable .time-mode-card,
html.table-style-rampage-open-air-2026-timetable .clash-box,
html.table-style-rampage-open-air-2026-timetable .bc-account-save-card {
  border-color: var(--border) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  color: var(--text) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12) !important;
}

html.table-style-rampage-open-air-2026-timetable .panel-head {
  background: linear-gradient(90deg, rgba(200, 16, 46, 0.96), rgba(119, 18, 36, 0.90));
}

html.table-style-rampage-open-air-2026-timetable .panel-head p {
  color: rgba(255, 255, 255, 0.88) !important;
}

html.table-style-rampage-open-air-2026-timetable .search,
html.table-style-rampage-open-air-2026-timetable .select,
html.table-style-rampage-open-air-2026-timetable .room-input,
html.table-style-rampage-open-air-2026-timetable .room-select,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form input,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form select,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-form textarea {
  border-color: rgba(15, 23, 42, 0.18) !important;
  background: #ffffff !important;
  color: var(--text) !important;
}

html.table-style-rampage-open-air-2026-timetable .search:focus,
html.table-style-rampage-open-air-2026-timetable .select:focus,
html.table-style-rampage-open-air-2026-timetable .room-input:focus,
html.table-style-rampage-open-air-2026-timetable .room-select:focus {
  border-color: rgba(8, 127, 154, 0.72) !important;
  box-shadow: 0 0 0 3px rgba(8, 127, 154, 0.14);
}

html.table-style-rampage-open-air-2026-timetable .btn {
  border-color: rgba(15, 23, 42, 0.18) !important;
}

html.table-style-rampage-open-air-2026-timetable .btn-dark,
html.table-style-rampage-open-air-2026-timetable .mobile-toggle,
html.table-style-rampage-open-air-2026-timetable .room-privacy-btn.is-active {
  background: linear-gradient(180deg, #c8102e, #8f0f27) !important;
  color: #ffffff !important;
  border-color: rgba(200, 16, 46, 0.72) !important;
}

html.table-style-rampage-open-air-2026-timetable .btn-light,
html.table-style-rampage-open-air-2026-timetable .bc-calendar-action,
html.table-style-rampage-open-air-2026-timetable .room-privacy-btn {
  background: #ffffff !important;
  color: var(--text) !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
}

html.table-style-rampage-open-air-2026-timetable .tabs {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.94);
}

html.table-style-rampage-open-air-2026-timetable .tab,
html.table-style-rampage-open-air-2026-timetable .tabs button {
  border-color: rgba(15, 23, 42, 0.16) !important;
  background: #ffffff !important;
  color: #334155 !important;
}

html.table-style-rampage-open-air-2026-timetable .tab.active,
html.table-style-rampage-open-air-2026-timetable .tabs button.active {
  background: linear-gradient(180deg, #c8102e, #8f0f27) !important;
  color: #ffffff !important;
  border-color: rgba(200, 16, 46, 0.82) !important;
}

html.table-style-rampage-open-air-2026-timetable .table-wrap {
  border-color: rgba(15, 23, 42, 0.16) !important;
  background:
    linear-gradient(90deg, rgba(200, 16, 46, 0.06), transparent 32%),
    rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.14) !important;
}

html.table-style-rampage-open-air-2026-timetable thead th,
html.table-style-rampage-open-air-2026-timetable .time-head,
html.table-style-rampage-open-air-2026-timetable .time-cell,
html.table-style-rampage-open-air-2026-timetable .sticky-time {
  background: #111827 !important;
  color: #ffffff !important;
}

html.table-style-rampage-open-air-2026-timetable tbody td {
  border-right-color: rgba(15, 23, 42, 0.10);
  border-bottom-color: rgba(15, 23, 42, 0.10);
  background: rgba(248, 250, 252, 0.78);
}

html.table-style-rampage-open-air-2026-timetable .empty {
  background:
    repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.025) 0, rgba(15, 23, 42, 0.025) 8px, transparent 8px, transparent 16px),
    rgba(15, 23, 42, 0.018) !important;
}

html.table-style-rampage-open-air-2026-timetable .cell-inner {
  border-color: rgba(15, 23, 42, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 249, 0.98)),
    #ffffff;
  color: var(--text);
}

html.table-style-rampage-open-air-2026-timetable .cell-inner > div,
html.table-style-rampage-open-air-2026-timetable .cell-inner strong,
html.table-style-rampage-open-air-2026-timetable .artist-item strong {
  color: var(--text);
}

html.table-style-rampage-open-air-2026-timetable .cell-inner small,
html.table-style-rampage-open-air-2026-timetable .artist-item span {
  color: var(--muted);
}

html.table-style-rampage-open-air-2026-timetable .set-cell:hover .cell-inner {
  border-color: rgba(8, 127, 154, 0.66);
  background:
    linear-gradient(180deg, rgba(8, 127, 154, 0.10), rgba(255, 255, 255, 0.98)),
    #ffffff;
}

html.table-style-rampage-open-air-2026-timetable .set-cell.selected .cell-inner {
  border-color: rgba(47, 143, 47, 0.72);
  box-shadow:
    inset 3px 0 0 var(--accent-3),
    0 0 0 2px rgba(47, 143, 47, 0.14);
}

html.table-style-rampage-open-air-2026-timetable .artist-item,
html.table-style-rampage-open-air-2026-timetable .summary-card,
html.table-style-rampage-open-air-2026-timetable .room-panel,
html.table-style-rampage-open-air-2026-timetable .room-shell,
html.table-style-rampage-open-air-2026-timetable .room-settings-panel,
html.table-style-rampage-open-air-2026-timetable .room-profile-panel,
html.table-style-rampage-open-air-2026-timetable .bc-feedback-flow,
html.table-style-rampage-open-air-2026-timetable .room-activity {
  border-color: rgba(15, 23, 42, 0.14) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: var(--text) !important;
}

html.table-style-rampage-open-air-2026-timetable .artist-item:hover {
  border-color: rgba(8, 127, 154, 0.58) !important;
}

html.table-style-rampage-open-air-2026-timetable .summary-card p,
html.table-style-rampage-open-air-2026-timetable .countdown-value {
  color: var(--text);
}

html.table-style-rampage-open-air-2026-timetable .schedule-table th,
html.table-style-rampage-open-air-2026-timetable .schedule-table td {
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

html.table-style-rampage-open-air-2026-timetable .clash-pill {
  background: rgba(47, 143, 47, 0.12);
  color: #166534;
}

html.table-style-rampage-open-air-2026-timetable .clash-pill.bad {
  background: rgba(200, 16, 46, 0.13);
  color: #9f1239;
}

html.table-style-rampage-open-air-2026-timetable .countdown-cell {
  border-color: rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

html.table-style-rampage-open-air-2026-timetable mark {
  background: rgba(8, 127, 154, 0.16);
  color: var(--text);
}

html.table-style-rampage-open-air-2026-timetable .bc-event-changelog {
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

/* Shared timetable refinements */
html.table-page .timetable-grid .set-cell {
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
}

html.table-page .timetable-grid .set-cell.selected {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow:
    inset 0 0 0 2px var(--bc-selected-outline, rgba(17, 24, 39, 0.9)),
    inset 0 0 0 9999px var(--bc-selected-fill, rgba(250, 204, 21, 0.18)) !important;
}

html.table-page .schedule-table td .bc-must-see-star {
  flex: 0 0 auto;
}

html.table-page[data-bc-theme="dark"] {
  --bg: #10252c;
  --panel: #10232b;
  --panel-2: #17313a;
  --text: #f4fbfc;
  --muted: #c7d8dc;
  --white: #10232b;
  --border: rgba(180, 205, 212, 0.30);
  --empty-bg: #102229;
  --danger: rgba(127, 29, 29, 0.34);
  --danger-border: #f87171;
  --bc-selected-outline: rgba(250, 204, 21, 0.95);
  --bc-selected-fill: rgba(250, 204, 21, 0.13);
  color-scheme: dark;
}

html.table-page[data-bc-theme="dark"] body {
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(82, 184, 196, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(32, 132, 142, 0.16), transparent 36%),
    linear-gradient(135deg, #10252c 0%, #0d1f26 50%, #142a31 100%) fixed !important;
}

html.table-page[data-bc-theme="dark"] .hero,
html.table-page[data-bc-theme="dark"] .panel,
html.table-page[data-bc-theme="dark"] .countdown-card,
html.table-page[data-bc-theme="dark"] .time-mode-card,
html.table-page[data-bc-theme="dark"] .summary-card,
html.table-page[data-bc-theme="dark"] .clash-box,
html.table-page[data-bc-theme="dark"] .schedule-wrap,
html.table-page[data-bc-theme="dark"] .table-wrap,
html.table-page[data-bc-theme="dark"] .bc-account-save-card,
html.table-page[data-bc-theme="dark"] .bc-feedback-flow,
html.table-page[data-bc-theme="dark"] .room-shell,
html.table-page[data-bc-theme="dark"] .room-panel,
html.table-page[data-bc-theme="dark"] .room-settings-panel,
html.table-page[data-bc-theme="dark"] .room-profile-panel,
html.table-page[data-bc-theme="dark"] .room-custom-stage-group,
html.table-page[data-bc-theme="dark"] .room-custom-slot-item,
html.table-page[data-bc-theme="dark"] .room-activity {
  border-color: var(--border) !important;
  background: rgba(18, 38, 46, 0.94) !important;
  color: var(--text) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24) !important;
}

html.table-page[data-bc-theme="dark"] .table-wrap,
html.table-page[data-bc-theme="dark"] #tableWrap {
  scrollbar-color: rgba(180, 205, 212, 0.62) rgba(18, 38, 46, 0.9);
}

html.table-page[data-bc-theme="dark"] #tableWrap.table-wrap::-webkit-scrollbar-track {
  background: rgba(180, 205, 212, 0.14) !important;
}

html.table-page[data-bc-theme="dark"] #tableWrap.table-wrap::-webkit-scrollbar-thumb {
  border-color: #102229 !important;
  background: rgba(216, 231, 235, 0.58) !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid {
  background: #102229 !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid th,
html.table-page[data-bc-theme="dark"] .timetable-grid td {
  border-color: rgba(180, 205, 212, 0.18) !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid thead th,
html.table-page[data-bc-theme="dark"] .timetable-grid .time-head,
html.table-page[data-bc-theme="dark"] .timetable-grid .time-cell,
html.table-page[data-bc-theme="dark"] .timetable-grid .sticky-time {
  border-color: rgba(180, 205, 212, 0.28) !important;
  background: #17313a !important;
  color: #f4fbfc !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid tbody tr:nth-child(odd) td:not(.set-cell):not(.time-cell) {
  background: #132a32 !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid tbody tr:nth-child(even) td:not(.set-cell):not(.time-cell) {
  background: #10242b !important;
}

html.table-page[data-bc-theme="dark"] .countdown-cell {
  border-color: rgba(180, 205, 212, 0.28) !important;
  background: rgba(21, 43, 52, 0.96) !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .countdown-value {
  color: #f8fafc !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
}

html.table-page[data-bc-theme="dark"] .countdown-label-top,
html.table-page[data-bc-theme="dark"] .countdown-unit {
  color: #d8e7eb !important;
}

html.table-page[data-bc-theme="dark"] .panel-head,
html.table-page[data-bc-theme="dark"] .schedule-table thead th,
html.table-page[data-bc-theme="dark"] thead .time-head,
html.table-page[data-bc-theme="dark"] .time-head,
html.table-page[data-bc-theme="dark"] .time-cell,
html.table-page[data-bc-theme="dark"] .tab.active,
html.table-page[data-bc-theme="dark"] .tabs button.active,
html.table-page[data-bc-theme="dark"] .tabs button.is-active,
html.table-page[data-bc-theme="dark"] .btn-dark,
html.table-page[data-bc-theme="dark"] .mobile-toggle,
html.table-page[data-bc-theme="dark"] .bc-layout-switcher button.is-active,
html.table-page[data-bc-theme="dark"] .bc-stage-expand-btn.is-active {
  background: #07151b !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .tab,
html.table-page[data-bc-theme="dark"] .tabs button {
  border: 1px solid rgba(180, 205, 212, 0.24) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

html.table-page[data-bc-theme="dark"] .tab.active,
html.table-page[data-bc-theme="dark"] .tabs button.active,
html.table-page[data-bc-theme="dark"] .tabs button.is-active {
  border-color: rgba(143, 220, 231, 0.58) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 0 0 1px rgba(45, 212, 191, 0.16) !important;
}

html.table-page[data-bc-theme="dark"] #mobileSwipeHint,
html.table-page[data-bc-theme="dark"] .hero p,
html.table-page[data-bc-theme="dark"] .panel-head p,
html.table-page[data-bc-theme="dark"] .hint,
html.table-page[data-bc-theme="dark"] .summary-card p,
html.table-page[data-bc-theme="dark"] .countdown-meta,
html.table-page[data-bc-theme="dark"] .countdown-status,
html.table-page[data-bc-theme="dark"] .room-help,
html.table-page[data-bc-theme="dark"] .room-status,
html.table-page[data-bc-theme="dark"] .room-shell__hint,
html.table-page[data-bc-theme="dark"] .room-meta-line,
html.table-page[data-bc-theme="dark"] .room-field-label,
html.table-page[data-bc-theme="dark"] .room-color-picker-row,
html.table-page[data-bc-theme="dark"] .room-color-picker-value,
html.table-page[data-bc-theme="dark"] .time-mode-card span,
html.table-page[data-bc-theme="dark"] .saved-plan-status {
  color: var(--muted) !important;
}

html.table-page[data-bc-theme="dark"] .summary-card h3,
html.table-page[data-bc-theme="dark"] .subhead,
html.table-page[data-bc-theme="dark"] .bc-feedback-flow summary,
html.table-page[data-bc-theme="dark"] .bc-feedback-form label,
html.table-page[data-bc-theme="dark"] .room-section-title,
html.table-page[data-bc-theme="dark"] .room-shell__title,
html.table-page[data-bc-theme="dark"] .room-shell__summary,
html.table-page[data-bc-theme="dark"] .time-mode-card strong,
html.table-page[data-bc-theme="dark"] .room-custom-stage-title {
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .time-mode-card span {
  color: #8fdce7 !important;
}

html.table-page[data-bc-theme="dark"] .room-shell__toggle {
  border-color: rgba(180, 205, 212, 0.34) !important;
  background: #eaf6f8 !important;
  color: #102326 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

html.table-page[data-bc-theme="dark"] .room-badge {
  border: 1px solid rgba(180, 205, 212, 0.28) !important;
  background: #1d3b45 !important;
  color: #f4fbfc !important;
}

html.table-page[data-bc-theme="dark"] .bc-feedback-flow summary small,
html.table-page[data-bc-theme="dark"] .room-custom-slot-meta,
html.table-page[data-bc-theme="dark"] .room-muted,
html.table-page[data-bc-theme="dark"] .saved-plan-status[data-state="muted"] {
  color: #b6c7cc !important;
}

html.table-page[data-bc-theme="dark"] .room-custom-slot-item,
html.table-page[data-bc-theme="dark"] .room-custom-slot-item span,
html.table-page[data-bc-theme="dark"] .room-custom-slot-item strong,
html.table-page[data-bc-theme="dark"] .room-custom-stack-item,
html.table-page[data-bc-theme="dark"] .room-custom-stack-title,
html.table-page[data-bc-theme="dark"] .room-custom-stack-time {
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .room-custom-stack-item {
  border-color: rgba(180, 205, 212, 0.28) !important;
  background: rgba(29, 59, 69, 0.92) !important;
}

html.table-page[data-bc-theme="dark"] .room-custom-stack-item:hover,
html.table-page[data-bc-theme="dark"] .room-custom-stack-item.is-joined {
  border-color: rgba(250, 204, 21, 0.70) !important;
  background: rgba(54, 72, 50, 0.95) !important;
}

html.table-page[data-bc-theme="dark"] .saved-plan-status[data-state="success"],
html.table-page[data-bc-theme="dark"] .bc-feedback-status[data-state="success"] {
  color: #86efac !important;
}

html.table-page[data-bc-theme="dark"] .saved-plan-status[data-state="error"],
html.table-page[data-bc-theme="dark"] .bc-feedback-status[data-state="error"] {
  color: #fca5a5 !important;
}

html.table-page[data-bc-theme="dark"] .artist-list,
html.table-page[data-bc-theme="dark"] .artist-item,
html.table-page[data-bc-theme="dark"] .schedule-table td,
html.table-page[data-bc-theme="dark"] .room-input,
html.table-page[data-bc-theme="dark"] .search,
html.table-page[data-bc-theme="dark"] .select,
html.table-page[data-bc-theme="dark"] .room-select,
html.table-page[data-bc-theme="dark"] .bc-feedback-form input,
html.table-page[data-bc-theme="dark"] .bc-feedback-form select,
html.table-page[data-bc-theme="dark"] .bc-feedback-form textarea,
html.table-page[data-bc-theme="dark"] input,
html.table-page[data-bc-theme="dark"] select,
html.table-page[data-bc-theme="dark"] textarea {
  border-color: var(--border) !important;
  background: #152b34 !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .btn-light,
html.table-page[data-bc-theme="dark"] .bc-calendar-action,
html.table-page[data-bc-theme="dark"] .tab:not(.active),
html.table-page[data-bc-theme="dark"] .tabs button:not(.active),
html.table-page[data-bc-theme="dark"] .bc-layout-switcher,
html.table-page[data-bc-theme="dark"] .bc-layout-switcher button,
html.table-page[data-bc-theme="dark"] .bc-stage-expand-btn,
html.table-page[data-bc-theme="dark"] .bc-stage-day-btn,
html.table-page[data-bc-theme="dark"] .room-privacy-btn,
html.table-page[data-bc-theme="dark"] .room-member-chip,
html.table-page[data-bc-theme="dark"] .room-indicator-chip,
html.table-page[data-bc-theme="dark"] .bc-room-member-chip,
html.table-page[data-bc-theme="dark"] .bc-must-see-star {
  border-color: var(--border) !important;
  background: #1d3b45 !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .btn:hover,
html.table-page[data-bc-theme="dark"] .btn-light:hover,
html.table-page[data-bc-theme="dark"] .tab:not(.active):hover,
html.table-page[data-bc-theme="dark"] .tabs button:not(.active):hover,
html.table-page[data-bc-theme="dark"] .bc-calendar-action:hover,
html.table-page[data-bc-theme="dark"] .bc-stage-expand-btn:hover,
html.table-page[data-bc-theme="dark"] .bc-stage-day-btn:hover {
  border-color: rgba(45, 212, 191, 0.34) !important;
  background: #254a55 !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .btn:disabled,
html.table-page[data-bc-theme="dark"] button:disabled,
html.table-page[data-bc-theme="dark"] .btn[disabled],
html.table-page[data-bc-theme="dark"] button[disabled] {
  background: #101a22 !important;
  color: #7f949b !important;
  cursor: not-allowed !important;
  opacity: 0.82 !important;
}

html.table-page[data-bc-theme="dark"] .export-plan-menu,
html.table-page[data-bc-theme="dark"] .export-plan-actions,
html.table-page[data-bc-theme="dark"] .share-tools,
html.table-page[data-bc-theme="dark"] .artist-search-section {
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .export-plan-actions,
html.table-page[data-bc-theme="dark"] .share-tools {
  border-color: rgba(180, 205, 212, 0.30) !important;
  background: rgba(18, 38, 46, 0.94) !important;
  color: var(--text) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

html.table-page[data-bc-theme="dark"] .export-plan-menu > summary,
html.table-page[data-bc-theme="dark"] .share-tools .subhead {
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .share-tools .saved-plan-status,
html.table-page[data-bc-theme="dark"] .share-tools .share-panel-message {
  color: var(--muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html.table-page[data-bc-theme="dark"] .export-plan-actions .btn,
html.table-page[data-bc-theme="dark"] .share-tools .btn {
  border-color: rgba(180, 205, 212, 0.30) !important;
}

html.table-page[data-bc-theme="dark"] .bc-must-see-star.is-active,
html.table-page[data-bc-theme="dark"] .bc-must-see-star:hover {
  border-color: #f59e0b !important;
  background: rgba(245, 158, 11, 0.16) !important;
  color: #fbbf24 !important;
}

html.table-page[data-bc-theme="dark"] .timetable-grid .empty,
html.table-page[data-bc-theme="dark"] .empty {
  background:
    repeating-linear-gradient(135deg, rgba(180, 205, 212, 0.05) 0, rgba(180, 205, 212, 0.05) 8px, transparent 8px, transparent 16px),
    #10242b !important;
}

html.table-page[data-bc-theme="dark"] .set-cell {
  color: #f8fafc;
  filter: saturate(1.16) contrast(1.04);
  box-shadow: inset 0 0 0 9999px rgba(2, 6, 23, 0.24) !important;
}

html.table-page[data-bc-theme="dark"] .set-cell .cell-inner,
html.table-page[data-bc-theme="dark"] .set-cell .cell-inner > *,
html.table-page[data-bc-theme="dark"] .set-cell .cell-inner [style*="color"] {
  color: #dbeafe !important;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.42);
}

html.table-page[data-bc-theme="dark"] .set-cell.selected {
  box-shadow:
    inset 0 0 0 2px rgba(250, 204, 21, 0.95),
    inset 0 0 0 9999px rgba(250, 204, 21, 0.14),
    inset 0 0 0 9999px rgba(2, 6, 23, 0.18) !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-panel {
  border-color: rgba(180, 205, 212, 0.28) !important;
  background: rgba(18, 38, 46, 0.94) !important;
  color: #f4fbfc !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-panel h2 {
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-links a {
  border: 1px solid rgba(45, 212, 191, 0.16) !important;
  background: #082f34 !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-links a:hover {
  background: #0f3b42 !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-links span {
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  background: #16232c !important;
  color: #d8e7eb !important;
}

html.table-page[data-bc-theme="dark"] .event-editions-card-meta {
  color: currentColor !important;
  opacity: 0.78 !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-timeline {
  border-color: rgba(180, 205, 212, 0.30) !important;
  background: #102229 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-timeline__scroller {
  scrollbar-color: rgba(216, 231, 235, 0.58) rgba(180, 205, 212, 0.14) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-timeline__scroller::-webkit-scrollbar-track {
  background: rgba(180, 205, 212, 0.14) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-timeline__scroller::-webkit-scrollbar-thumb {
  border-color: #102229 !important;
  background: rgba(216, 231, 235, 0.58) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-time-row,
html.table-page[data-bc-theme="dark"] .bc-stage-row {
  border-color: rgba(180, 205, 212, 0.22) !important;
  background: #10242b !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-time-tick,
html.table-page[data-bc-theme="dark"] .bc-stage-grid-line {
  background: rgba(180, 205, 212, 0.18) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-time-tick span,
html.table-page[data-bc-theme="dark"] .bc-layout-switcher__label,
html.table-page[data-bc-theme="dark"] .bc-stage-card__meta {
  color: #b6c7cc !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-card {
  color: #f8fafc !important;
  filter: saturate(1.16) contrast(1.04);
  box-shadow:
    inset 0 0 0 9999px rgba(2, 6, 23, 0.24),
    0 6px 16px rgba(0, 0, 0, 0.24) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-card__artist,
html.table-page[data-bc-theme="dark"] .bc-stage-card__meta {
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.42);
}

html.table-page[data-bc-theme="dark"] .bc-stage-card.is-selected {
  outline: 0 !important;
  box-shadow:
    inset 0 0 0 2px rgba(250, 204, 21, 0.95),
    inset 0 0 0 9999px rgba(250, 204, 21, 0.14),
    inset 0 0 0 9999px rgba(2, 6, 23, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.24) !important;
}

html.table-page[data-bc-theme="dark"] .bc-stage-room-extra,
html.table-page[data-bc-theme="dark"] .bc-group-shared-panel,
html.table-page[data-bc-theme="dark"] .bc-group-shared-row,
html.table-page[data-bc-theme="dark"] .bc-group-shared-empty,
html.table-page[data-bc-theme="dark"] .bc-group-shared-member,
html.table-page[data-bc-theme="dark"] .bc-room-summary-row,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-row,
html.table-page[data-bc-theme="dark"] .bc-personal-member-chip {
  border-color: var(--border) !important;
  background: #17313a !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .bc-room-summary-row.has-clash,
html.table-page[data-bc-theme="dark"] .bc-room-summary-row.has-clash td,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-row.has-clash,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-row.has-clash td {
  background: rgba(127, 29, 29, 0.58) !important;
  color: #fee2e2 !important;
}

html.table-page[data-bc-theme="dark"] .bc-room-summary-row.has-clash,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-row.has-clash {
  box-shadow: inset 3px 0 0 #ef4444 !important;
}

html.table-page[data-bc-theme="dark"] .bc-room-summary-status,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-status {
  background: #07151b !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .bc-room-summary-status.has-clash,
html.table-page[data-bc-theme="dark"] .bc-personal-summary-status.has-clash {
  background: #dc2626 !important;
}

html.table-page[data-bc-theme="dark"] .bc-group-shared-panel__label,
html.table-page[data-bc-theme="dark"] .bc-group-shared-main > span {
  color: var(--muted) !important;
}

html.table-page[data-bc-theme="dark"] .bc-mobile-action-dock,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu {
  border-color: rgba(180, 205, 212, 0.30) !important;
  background: rgba(18, 38, 46, 0.96) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42) !important;
}

html.table-page[data-bc-theme="dark"] .bc-mobile-action-btn,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu button {
  border-color: var(--border) !important;
  background: #1d3b45 !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] .bc-mobile-action-btn.is-active,
html.table-page[data-bc-theme="dark"] .bc-mobile-action-btn:hover,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu button:hover,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu button:focus-visible {
  border-color: rgba(45, 212, 191, 0.36) !important;
  background: #254a55 !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"] .bc-mobile-action-btn.is-room-action,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu__form button {
  border-color: rgba(94, 234, 212, 0.36) !important;
  background: rgba(20, 184, 166, 0.18) !important;
  color: #ccfbf1 !important;
}

html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu__form,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu input,
html.table-page[data-bc-theme="dark"] .bc-mobile-room-menu select {
  border-color: var(--border) !important;
  background: #152b34 !important;
  color: var(--text) !important;
}

html.table-page[data-bc-theme="dark"] mark {
  background: rgba(250, 204, 21, 0.22) !important;
  color: #f8fafc !important;
}

html.table-page[data-bc-theme="dark"].bc-group-schedule-expanded .bc-group-schedule-panel,
html.table-page[data-bc-theme="dark"] .bc-group-schedule-panel.bc-schedule-fullscreen {
  background:
    radial-gradient(circle at 18% 12%, rgba(82, 184, 196, 0.16), transparent 34%),
    linear-gradient(135deg, #10252c 0%, #0d1f26 50%, #142a31 100%) !important;
}

html.table-page[data-bc-theme="dark"].bc-group-schedule-expanded .bc-group-schedule-panel .schedule-wrap,
html.table-page[data-bc-theme="dark"] .bc-group-schedule-panel.bc-schedule-fullscreen .schedule-wrap,
html.table-page[data-bc-theme="dark"].bc-stage-rows-expanded .bc-stage-rows-view,
html.table-page[data-bc-theme="dark"].bc-stage-rows-expanded .bc-stage-timeline {
  border-color: rgba(180, 205, 212, 0.30) !important;
  background: #102229 !important;
}
