:root {
  color-scheme: dark;
  --bg: #090b13;
  --surface: rgba(17, 21, 33, 0.86);
  --surface-strong: rgba(27, 34, 51, 0.96);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f8fbff;
  --muted: #aeb8ca;
  --hot: #ffb237;
  --hot-deep: #eb5b1a;
  --aqua: #36d7ff;
  --green: #86f57c;
  --danger: #ff5577;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(rgba(21, 8, 24, 0.5), rgba(18, 7, 15, 0.7)),
    url("assets/dragon-ball-date-bg.png") center / cover fixed,
    radial-gradient(circle at 18% 18%, rgba(255, 183, 110, 0.24), transparent 27rem),
    radial-gradient(circle at 82% 9%, rgba(255, 113, 154, 0.2), transparent 24rem),
    linear-gradient(135deg, #120817 0%, #23111e 48%, #3a1422 100%);
  overflow-x: hidden;
}

body.cozy-theme {
  --bg: #121112;
  --surface: rgba(34, 27, 31, 0.9);
  --surface-strong: rgba(43, 34, 37, 0.96);
  --hot: #ffc66d;
  --hot-deep: #d65329;
  --aqua: #7bd7dd;
  background:
    linear-gradient(rgba(33, 15, 22, 0.48), rgba(25, 10, 15, 0.68)),
    url("assets/dragon-ball-date-bg.png") center / cover fixed,
    radial-gradient(circle at 16% 20%, rgba(255, 207, 128, 0.24), transparent 25rem),
    radial-gradient(circle at 82% 12%, rgba(255, 139, 174, 0.18), transparent 23rem),
    linear-gradient(135deg, #181013 0%, #2a171d 52%, #38161b 100%);
}

body.hyper-theme {
  --surface: rgba(12, 18, 36, 0.88);
  --surface-strong: rgba(16, 26, 52, 0.96);
  --hot: #ffcd38;
  --hot-deep: #ff3f18;
  --aqua: #35f5ff;
  --green: #b3ff4d;
  background:
    linear-gradient(rgba(17, 7, 24, 0.5), rgba(10, 6, 18, 0.68)),
    url("assets/dragon-ball-date-bg.png") center / cover fixed,
    radial-gradient(circle at 12% 16%, rgba(255, 93, 106, 0.25), transparent 25rem),
    radial-gradient(circle at 88% 7%, rgba(255, 208, 93, 0.2), transparent 27rem),
    linear-gradient(135deg, #070515 0%, #1b1030 45%, #3b0d28 100%);
}

button,
input {
  font: inherit;
}

button,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

.sky {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.energy-ring {
  position: absolute;
  width: 24rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  opacity: 0.5;
  transform: rotateX(64deg) rotateZ(-18deg);
}

.ring-one {
  top: 4rem;
  right: -7rem;
}

.ring-two {
  bottom: 0;
  left: -8rem;
  width: 30rem;
}

.ring-three {
  top: 28%;
  left: 36%;
  width: 14rem;
  border-color: rgba(54, 215, 255, 0.16);
}

.spark {
  position: absolute;
  width: 0.35rem;
  height: 4.5rem;
  border-radius: 999px;
  background: linear-gradient(var(--aqua), transparent);
  filter: drop-shadow(0 0 14px var(--aqua));
  opacity: 0.62;
  transform: rotate(34deg);
  animation: drift 9s ease-in-out infinite;
}

.spark-one {
  top: 16%;
  left: 9%;
}

.spark-two {
  top: 31%;
  right: 16%;
  animation-delay: -3s;
}

.spark-three {
  bottom: 11%;
  left: 56%;
  animation-delay: -6s;
}

.watch-room {
  position: relative;
  z-index: 1;
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.welcome-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 24px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 178, 55, 0.14), rgba(255, 113, 154, 0.1) 42%, transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.welcome-copy {
  max-width: 780px;
}

.date-pill,
.eyebrow {
  margin: 0 0 10px;
  color: var(--hot);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.date-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 178, 55, 0.4);
  border-radius: 999px;
  background: rgba(255, 178, 55, 0.12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-size: clamp(2.8rem, 8vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.8rem);
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.welcome-copy p:last-child {
  max-width: 56ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.dragon-orbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(48px, 1fr));
  gap: 14px;
  justify-items: center;
  align-items: center;
  min-height: 190px;
}

.orb,
.large-orb {
  position: relative;
  display: block;
  width: clamp(52px, 7.4vw, 96px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 23%, rgba(255, 255, 255, 0.92) 0 6%, transparent 7%),
    radial-gradient(circle at 37% 35%, #ffd36e 0 12%, transparent 25%),
    radial-gradient(circle at 58% 62%, var(--hot-deep), #9b260b 78%);
  box-shadow:
    inset -12px -18px 28px rgba(86, 17, 0, 0.48),
    inset 7px 8px 16px rgba(255, 255, 255, 0.18),
    0 10px 28px rgba(235, 91, 26, 0.32);
  isolation: isolate;
}

.orb::before,
.orb::after,
.large-orb::before,
.large-orb::after {
  content: "";
  position: absolute;
  background: var(--danger);
  clip-path: polygon(50% 0%, 61% 34%, 97% 34%, 68% 55%, 79% 90%, 50% 69%, 21% 90%, 32% 55%, 3% 34%, 39% 34%);
  filter: drop-shadow(0 1px 1px rgba(68, 0, 0, 0.45));
  z-index: 1;
}

.orb::before {
  width: 18%;
  aspect-ratio: 1;
  top: 43%;
  left: 42%;
}

.orb::after {
  width: 14%;
  aspect-ratio: 1;
  top: 30%;
  left: 55%;
}

.orb[data-stars="1"]::after {
  display: none;
}

.orb[data-stars="3"] {
  transform: translateY(18px);
}

.orb[data-stars="4"] {
  transform: translateY(-10px);
}

.orb[data-stars="5"] {
  transform: translateY(11px);
}

.orb[data-stars="6"] {
  transform: translateY(-18px);
}

.orb[data-stars="7"] {
  grid-column: 2 / span 2;
}

.orb[data-stars="4"]::before,
.orb[data-stars="5"]::before,
.orb[data-stars="6"]::before,
.orb[data-stars="7"]::before {
  box-shadow:
    17px -10px 0 var(--danger),
    -15px -8px 0 var(--danger);
}

.orb[data-stars="6"]::after,
.orb[data-stars="7"]::after {
  box-shadow:
    -15px 18px 0 var(--danger),
    15px 18px 0 var(--danger);
}

.controls-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.sync-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 1fr) minmax(260px, 0.9fr);
  gap: 14px;
  margin-bottom: 18px;
}

.room-form,
.ready-controls,
.reaction-controls,
.dashboard-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.room-form,
.ready-controls,
.reaction-controls {
  padding: 16px;
}

.room-form {
  display: grid;
  gap: 10px;
}

.room-form label,
.custom-media label,
.itinerary-form label {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.room-field {
  grid-template-columns: minmax(0, 1fr) 76px;
}

.ready-actions,
.reaction-list,
.player-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ready-actions {
  margin-bottom: 10px;
}

.helper-text,
.empty-state {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.reaction-list button,
.secondary-action,
.media-card-actions button,
.queue-actions button,
.itinerary-item button,
.itinerary-form button,
.room-form button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.secondary-action {
  text-decoration: none;
}

.room-status {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
}

.status-dot {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 14px currentColor;
}

.room-status[data-state="live"] {
  color: var(--green);
}

.room-status[data-state="offline"] {
  color: var(--danger);
}

.room-status[data-state="local"] {
  color: var(--hot);
}

.tool-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.tool-button:hover,
.tool-button:focus-visible,
.series-card:hover,
.series-card:focus-visible,
.media-card:hover,
.source-link:hover,
.source-link:focus-visible,
.custom-media button:hover,
.custom-media button:focus-visible,
.file-picker:hover,
.file-picker:focus-visible,
.secondary-action:hover,
.secondary-action:focus-visible,
.reaction-list button:hover,
.reaction-list button:focus-visible,
.media-card-actions button:hover,
.media-card-actions button:focus-visible,
.queue-actions button:hover,
.queue-actions button:focus-visible,
.itinerary-item button:hover,
.itinerary-item button:focus-visible,
.itinerary-form button:hover,
.itinerary-form button:focus-visible,
.room-form button:hover,
.room-form button:focus-visible {
  border-color: rgba(255, 178, 55, 0.74);
  outline: none;
}

.tool-button:hover,
.series-card:hover,
.media-card:hover,
.secondary-action:hover,
.reaction-list button:hover,
.media-card-actions button:hover,
.queue-actions button:hover {
  transform: translateY(-2px);
}

.tool-button.is-active {
  color: #1d1208;
  border-color: transparent;
  background: linear-gradient(135deg, var(--hot), #ff7a20);
}

.ready-actions .tool-button.is-active {
  color: #10200d;
  background: linear-gradient(135deg, var(--green), #e5ff8c);
}

.button-icon {
  position: relative;
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 auto;
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.glow-icon::before {
  content: "";
  width: 13px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}

.bolt-icon::before {
  content: "";
  width: 10px;
  height: 16px;
  background: currentColor;
  clip-path: polygon(58% 0, 7% 58%, 45% 58%, 32% 100%, 94% 37%, 57% 37%);
}

.pause-icon::before,
.pause-icon::after {
  content: "";
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: currentColor;
}

.pause-icon {
  grid-template-columns: repeat(2, 4px);
  gap: 4px;
}

.upload-icon::before {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg) translate(1px, 2px);
}

.upload-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 5px;
  border: 2px solid currentColor;
  border-top: 0;
}

.room-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
}

.series-panel,
.player-panel,
.media-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.series-panel,
.media-panel {
  padding: 18px;
}

.player-panel {
  overflow: hidden;
}

.panel-heading {
  margin-bottom: 16px;
}

.compact-heading {
  margin-bottom: 12px;
}

.series-list,
.media-list {
  display: grid;
  gap: 10px;
}

.series-card,
.media-card {
  width: 100%;
  min-height: 92px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.series-card.is-active,
.media-card.is-active {
  border-color: rgba(255, 178, 55, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 178, 55, 0.18), rgba(54, 215, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
}

.series-card strong,
.media-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 1rem;
}

.series-card span,
.media-card span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.42;
}

.series-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.chip {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0 8px;
  color: #cdd7ea;
  font-size: 0.74rem;
}

.player-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  background: var(--surface-strong);
}

.source-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
}

.source-link[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
}

.screen {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at center, rgba(255, 178, 55, 0.18), transparent 22rem),
    #030509;
  overflow: hidden;
}

.screen iframe,
.screen video,
.screen-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.screen iframe,
.screen video {
  display: block;
  background: #000;
}

.screen iframe[src=""] {
  display: none;
}

.screen-placeholder {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.reaction-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.reaction-burst {
  position: absolute;
  bottom: 18%;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 214, 128, 0.56);
  border-radius: 999px;
  padding: 0 12px;
  color: #251205;
  font-size: 0.78rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd875, #ff7c93);
  box-shadow: 0 14px 34px rgba(255, 92, 119, 0.34);
  animation: reaction-rise 1.55s ease forwards;
}

.screen-placeholder.is-hidden {
  display: none;
}

.large-orb {
  width: clamp(86px, 14vw, 150px);
  margin-bottom: 16px;
  opacity: 0.9;
}

.large-orb::before {
  width: 17%;
  aspect-ratio: 1;
  top: 36%;
  left: 39%;
  box-shadow: 30px 4px 0 var(--danger), 14px 34px 0 var(--danger);
}

.large-orb::after {
  width: 14%;
  aspect-ratio: 1;
  top: 27%;
  left: 58%;
  box-shadow: -29px 35px 0 var(--danger);
}

.screen-placeholder p,
.media-details p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.media-details {
  display: grid;
  gap: 14px;
  padding: 16px 18px 18px;
}

.media-card {
  min-height: 80px;
  cursor: default;
}

.media-card-copy {
  margin-bottom: 12px;
}

.media-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.media-card-actions button:first-child {
  color: #1d1208;
  border-color: transparent;
  background: linear-gradient(135deg, var(--hot), #ff7a20);
}

.custom-media {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.inline-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 8px;
}

.inline-field input {
  min-width: 0;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.22);
}

.inline-field input:focus {
  border-color: rgba(54, 215, 255, 0.8);
  outline: none;
}

.custom-media button,
.file-picker {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.custom-media button {
  padding: 0;
}

.file-picker {
  padding: 0 12px;
}

#filePicker {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.date-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  gap: 18px;
  margin-top: 18px;
}

.dashboard-panel {
  padding: 18px;
}

.dashboard-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.queue-list,
.itinerary-list {
  display: grid;
  gap: 10px;
}

.queue-item,
.itinerary-item {
  display: grid;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.queue-item {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 74px;
  padding: 12px;
}

.queue-index {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999px;
  color: #1d1208;
  font-weight: 900;
  background: linear-gradient(135deg, var(--hot), #ff7a20);
}

.queue-copy strong {
  display: block;
  margin-bottom: 5px;
}

.queue-copy span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}

.queue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.itinerary-item {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 10px 12px;
}

.itinerary-item label {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: var(--text);
}

.itinerary-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--hot);
  flex: 0 0 auto;
}

.itinerary-item span {
  overflow-wrap: anywhere;
}

.itinerary-item:has(input:checked) span {
  color: var(--muted);
  text-decoration: line-through;
}

.itinerary-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(34deg);
    opacity: 0.36;
  }

  50% {
    transform: translate3d(22px, -18px, 0) rotate(34deg);
    opacity: 0.78;
  }
}

@keyframes reaction-rise {
  0% {
    transform: translate3d(-50%, 26px, 0) scale(0.86);
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  100% {
    transform: translate3d(-50%, -150px, 0) scale(1.08);
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .sync-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reaction-controls {
    grid-column: 1 / -1;
  }

  .room-grid {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .media-panel {
    grid-column: 1 / -1;
  }

  .media-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-media {
    max-width: 680px;
  }

  .date-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .watch-room {
    width: min(100% - 22px, 1480px);
    padding-top: 12px;
  }

  .welcome-panel,
  .room-grid,
  .sync-panel {
    grid-template-columns: 1fr;
  }

  .reaction-controls {
    grid-column: auto;
  }

  .welcome-panel {
    padding: 20px;
  }

  .dragon-orbs {
    min-height: auto;
  }

  .series-list,
  .media-list {
    grid-template-columns: 1fr;
  }

  .player-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .source-link {
    width: 100%;
    justify-content: center;
  }

  .queue-item {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .queue-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .queue-actions button {
    flex: 1;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.5rem, 16vw, 4.6rem);
  }

  .welcome-copy p:last-child {
    font-size: 1rem;
  }

  .dragon-orbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
  }

  .orb {
    width: clamp(48px, 18vw, 72px);
  }

  .controls-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .room-status {
    grid-column: 1 / -1;
    justify-content: center;
    margin-left: 0;
  }

  .tool-button {
    justify-content: center;
    padding: 0 8px;
  }

  .series-panel,
  .media-panel,
  .dashboard-panel,
  .room-form,
  .ready-controls,
  .reaction-controls {
    padding: 14px;
  }

  .player-topline,
  .media-details {
    padding: 14px;
  }

  .series-card,
  .media-card {
    min-height: 76px;
  }

  .itinerary-item {
    grid-template-columns: 1fr;
  }

  .itinerary-item button {
    width: 100%;
  }
}
