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

/* 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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%; }
}

/* 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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: linear-gradient(rgba(7,31,34,0.75), rgba(15,52,56,0.85)), url("..//background.jpg") center/cover no-repeat 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 .bc-account-save-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}

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;
}

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;
  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 .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-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-save-head {
    grid-template-columns: 1fr;
  }

  html.table-page .bc-account-profile-link {
    width: 100%;
  }

  html.table-page .bc-account-save-card .btn-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;
  }
}
