.show-page {
  padding: 0;
  color: #e5e7eb;
  font-size: 1rem;
  line-height: 1.35;
}

.show-page h1,
.show-page h2,
.show-page h3,
.show-page h4,
.show-page strong {
  color: #f9fafb;
}

.show-page p,
.show-page li,
.show-page label,
.show-page small,
.show-page span,
.show-page div {
  color: inherit;
}

.show-page a {
  color: #f9fafb;
}
.show-head {
  width: 95vw;
  max-width: 1200px;
  margin: 0.75rem auto 0.7rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.show-head h1 {
  font-size: clamp(1.1rem, 1.6vw, 1.9rem);
  line-height: 1.08;
  margin: 0;
}
.show-brand-row { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: nowrap; align-items: flex-start; }
.show-brand-left { display: flex; gap: .3rem; align-items: flex-start; flex: 1 1 auto; min-width: 0; }
.show-logo-wrap {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.show-logo-wrap.is-wide {
  width: auto;
  height: 68px;
  flex: 0 0 auto;
  justify-content: flex-start;
}
.show-logo-wrap.is-wide.has-mobile-square .logo-mobile {
  display: none;
}
.show-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-logo-square { object-fit: contain; background: transparent; }
.show-logo-wide {
  width: auto;
  height: 100%;
  object-fit: contain;
  background: transparent;
  display: block;
}
.show-handle { color: #9ca3af; font-size: .9rem; margin-top: .04rem; margin-bottom: .05rem; line-height: 1.15; }
.show-meta { color: #9ca3af; font-size: .76rem; margin-top: .08rem; max-width: 620px; line-height: 1.28; }
.show-prizes { display: flex; gap: .6rem; flex: 0 0 auto; margin-left: 1rem; }
.show-prizes {
  flex-direction: column;
  align-items: stretch;
}
.show-prize-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(16, 185, 129, 0.45);
  border-radius: 12px;
  padding: .68rem 1rem;
  min-width: 380px;
  background: linear-gradient(120deg, rgba(4, 21, 31, 0.92), rgba(10, 24, 44, 0.92));
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.08) inset;
  text-decoration: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}
.show-prize-terms-link {
  display: inline-block;
  margin-top: .08rem;
  color: #10b981 !important;
  font-size: .76rem;
  font-weight: 400;
  line-height: 1.28;
  text-decoration: none;
}
.show-prize-highlight:hover .show-prize-terms-link,
.show-prize-highlight:focus-visible .show-prize-terms-link {
  color: #34d399 !important;
  text-decoration: underline;
}
.show-prize-label {
  display: block;
  font-size: .84rem;
  color: #10b981;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: .08rem;
  font-weight: 700;
}
.show-prize-highlight strong {
  display: block;
  margin: 0;
  color: #f9fafb;
  font-size: .84rem;
  line-height: 1.3;
  font-weight: 400;
}
.show-prize-highlight:hover {
  border-color: #10b981;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.22) inset;
  transform: translateY(-1px);
}
.show-tabs {
  border-top: 1px solid #1f2937;
  margin-top: .8rem;
  padding-top: .55rem;
}
.show-tabs.filter-group-modern {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
}
.show-tabs.filter-group-modern .toggle-label {
  flex: 1 1 0;
  max-width: none;
  text-align: center;
  text-decoration: none;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 0.92rem;
}
.show-tabs.filter-group-modern .toggle-label:hover,
.show-tabs.filter-group-modern .toggle-label:focus-visible {
  color: #3b82f6;
}
.show-tabs.filter-group-modern .toggle-label[href*='/submissions']:hover,
.show-tabs.filter-group-modern .toggle-label[href*='/submissions']:focus-visible {
  color: #10b981;
}
.show-tabs.filter-group-modern .toggle-label.selected-clip {
  font-weight: 700;
  color: #10b981;
}

.show-tabs.filter-group-modern .toggle-label.selected-clip::after {
  background: #10b981;
}
.show-tabs.show-tabs--viewer-active .toggle-label.selected-clip {
  color: #3b82f6;
}
.show-tabs.show-tabs--viewer-active .toggle-label.selected-clip::after {
  background: #3b82f6;
}
.show-page .btn.btn-primary {
  background: #10b981;
  border-color: #10b981;
  color: #04130d;
}

.show-page .btn.btn-primary:hover,
.show-page .btn.btn-primary:focus-visible {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
}
.swal2-container .show-swal-confirm.btn.btn-primary {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #04130d !important;
}
.swal2-container .show-swal-confirm.btn.btn-primary:hover,
.swal2-container .show-swal-confirm.btn.btn-primary:focus-visible {
  background: #059669 !important;
  border-color: #059669 !important;
  color: #ffffff !important;
}
.show-content {
  width: 95vw;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.show-content h2 {
  font-size: 2.05rem;
  line-height: 1.15;
  margin: 0 0 .3rem;
}
#show-featured-title {
  font-size: 1.7rem;
  line-height: 1.2;
}
.show-content h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0 0 .35rem;
}
.show-content p,
.show-content li {
  font-size: 0.92rem;
}
.show-hero, .show-step-card, .show-banner, .show-featured { background: #111827; border: 1px solid #1f2937; border-radius: 16px; padding: 1rem; }
.show-banner--active {
  min-height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(120deg, #181b23 0%, #1b1f28 40%, #171a22 100%);
  border-color: #2a2f3a;
  position: relative;
  overflow: hidden;
}
.show-banner-glow {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.35);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.12), 0 0 30px rgba(16, 185, 129, 0.18);
  margin-bottom: 1rem;
}
.show-banner-title {
  margin: 0;
  color: #f9fafb;
  font-weight: 800;
  font-size: clamp(1.52rem, 2.8vw, 2.1rem);
  line-height: 1.2;
}
.show-banner-sub {
  margin: .55rem 0 0;
  color: #a7b0bf;
  font-size: .95rem;
  line-height: 1.35;
}
.show-banner-sub span:first-child {
  color: #9ca3af;
}
.show-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1rem; }
.show-hero-copy h2 {
  margin: 0 0 .95rem;
}
.show-hero-copy p {
  margin: 0 0 0;
}
.show-hero-copy .btn {
  margin-top: 2rem;
  text-align: center;
  justify-content: center;
}
.show-chip { display: inline-block; border: 1px solid #10b981; color: #10b981; border-radius: 999px; padding: .2rem .6rem; font-size: .75rem; }
.show-hero-media video, .show-featured video { width: 100%; border-radius: 12px; }
.show-video-shell { position: relative; }
.show-video-captions {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  width: 90%;
  max-width: 90%;
  padding: .32rem .52rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.62);
  color: #f9fafb;
  text-align: center;
  font-size: .85rem;
  line-height: 1.24;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity .14s ease;
  overflow-wrap: break-word;
}
.show-video-captions.is-visible { opacity: 1; }
.show-video-shell video::-webkit-media-controls-overflow-button,
.show-video-shell video::-webkit-media-controls-menu-button {
  display: none !important;
}

.show-rankings-widget .carousel-item {
  position: relative;
}
.show-rankings-widget .carousel-thumb {
  position: relative;
}
.show-rank-chip,
.show-rank-type-chip {
  position: absolute;
  top: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  padding: .2rem .45rem;
  line-height: 1;
}
.show-rank-chip {
  left: 8px;
  background: #fbbf24;
  color: #1f2937 !important;
}
.show-rank-type-chip {
  right: 8px;
  background: rgba(17, 24, 39, .75);
  border: 1px solid rgba(148, 163, 184, .4);
  color: #e5e7eb !important;
}
.show-rankings-widget .home-rank-vote-btn {
  width: 100%;
  margin-top: .42rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .32rem;
  font-size: .82rem;
  padding: .36rem .55rem;
  border-radius: 999px;
}
.show-rankings-widget .home-rank-vote-btn i {
  font-size: .76rem;
}
.show-rankings-list {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.5rem;
  scroll-snap-type: x mandatory;
}
.show-rankings-list .jingle-card {
  position: relative;
  aspect-ratio: 3 / 4;
  height: auto !important;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #0b1329;
  border: 1px solid rgba(109, 128, 164, 0.24);
  box-shadow: none;
  flex: 0 0 auto;
  width: min(215px, 72vw);
}
.show-rankings-list .jingle-card .carousel-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0b1329;
}
.show-rankings-list .jingle-card .carousel-thumb video,
.show-rankings-list .jingle-card .carousel-thumb img,
.show-rankings-list .jingle-card .carousel-thumb .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}
.show-rankings-list .jingle-card.ratio-9-16 .carousel-thumb {
  height: 100% !important;
  aspect-ratio: auto;
}
.show-rankings-list .jingle-card:not(.ratio-9-16) .carousel-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(11, 19, 41, 0) 0%, rgba(11, 19, 41, 0.35) 45%, rgba(11, 19, 41, 0.88) 100%);
  pointer-events: none;
}
.show-rankings-list .jingle-card .carousel-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  margin: 0;
}
.show-rankings-page {
  margin-top: .2rem;
}
.show-rankings-titlebar {
  margin: .3rem 0 .22rem !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: .5rem !important;
  width: 100%;
}
.show-rankings-titlebar .show-section-title {
  margin: 0 !important;
  font-size: 1.17rem !important;
  line-height: 1.25;
  text-align: left !important;
  flex: 1 1 auto;
}
.show-rankings-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 0;
  background: transparent;
  padding: 0;
  color: #f9fafb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  margin-left: auto;
  flex: 0 0 auto;
}
.show-rankings-toggle i {
  font-size: 1rem;
}
.show-rankings-expanded {
  margin-top: .1rem;
}
.show-rankings-page #show-rankings-collapsed.carousel {
  margin: .1rem 0 .55rem;
}
.show-rankings-expanded .jingle-card .home-rank-vote-btn {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.show-rankings-expanded .jingle-card .home-rank-vote-btn:hover,
.show-rankings-expanded .jingle-card .home-rank-vote-btn:focus-visible {
  background: #2563eb !important;
  border-color: #2563eb !important;
}
.show-rankings-bracket-placeholder {
  margin-top: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #cbd5e1;
  padding: 0;
  overflow-x: hidden;
}
.show-bracket-head {
  margin-bottom: .45rem;
}
.show-bracket-head .show-section-title {
  margin: 0 0 .2rem 0;
}
.show-bracket-note {
  margin: 0;
  color: #9ca3af;
  font-size: .8rem !important;
  line-height: 1.38;
}
.show-bracket-note a {
  color: #93c5fd;
  font-size: .8rem !important;
  text-decoration: underline;
}
.show-bracket-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y;
  padding-bottom: .18rem;
}
.show-bracket-board {
  position: relative;
  width: max(1040px, 100%);
  min-width: 1040px;
  height: 1000px;
  background:
    linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px) 0 0 / 214px 100%,
    linear-gradient(180deg, rgba(148, 163, 184, .05) 1px, transparent 1px) 0 0 / 100% 52px,
    linear-gradient(180deg, rgba(7, 18, 40, 0.96), rgba(3, 11, 28, 0.94));
  border: 1px solid rgba(51, 65, 85, 0.62);
  border-radius: 12px;
}
.show-bracket-round-label {
  position: absolute;
  top: 14px;
  z-index: 2;
  width: 170px;
  color: #e2e8f0;
  font-weight: 700;
  font-size: .85rem;
  line-height: 1.2;
  white-space: nowrap;
}
.show-bracket-round-label span {
  display: block;
  font-size: .7rem;
  color: #94a3b8;
  font-weight: 600;
  margin-top: .04rem;
}
.show-bracket-node {
  position: absolute;
  width: 160px;
  min-height: 42px;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: .34rem;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.48);
  background: rgba(9, 20, 44, 0.72);
  padding: .32rem .38rem;
  box-shadow: 0 8px 20px rgba(2, 6, 23, 0.45);
  z-index: 3;
}
.show-bracket-node.is-locked {
  border-style: dashed;
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(30, 41, 59, 0.6);
}
.show-bracket-node.is-top16 {
  border-color: rgba(20, 184, 166, 0.62);
  background: linear-gradient(120deg, rgba(26, 47, 93, 0.86), rgba(48, 33, 97, 0.78) 52%, rgba(15, 63, 93, 0.76));
}
.show-bracket-node-avatar {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.66);
  background: rgba(30, 41, 59, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: .72rem;
}
.show-bracket-node-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
a.show-bracket-node {
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
a.show-bracket-node:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.6);
  border-color: rgba(59, 130, 246, 0.92);
}
.show-bracket-node.is-result {
  border-color: rgba(234, 179, 8, 0.66);
  background: linear-gradient(120deg, rgba(60, 47, 12, 0.86), rgba(46, 34, 10, 0.8));
}
.show-bracket-node.is-result .show-bracket-node-avatar {
  color: #facc15;
  border-color: rgba(234, 179, 8, 0.6);
}
.show-bracket-node-copy {
  min-width: 0;
  overflow: hidden;
}
.show-bracket-node-title {
  margin: 0;
  font-size: .61rem !important;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.show-bracket-node-meta {
  margin: .06rem 0 0;
  color: #94a3b8;
  font-size: .58rem !important;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.show-bracket-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.show-bracket-svg path {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 2;
  opacity: .9;
}
.show-bracket-svg path.future {
  stroke: rgba(148, 163, 184, .72);
  stroke-dasharray: 6 5;
}
@media (min-width: 841px) {
  .show-bracket-svg path.future {
    opacity: 0;
  }
}
@media (max-width: 840px) {
  .show-bracket-note {
    font-size: .9rem;
  }
  .show-bracket-scroll {
    max-height: min(70vh, 620px);
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .show-rankings-titlebar .show-section-title {
    font-size: 1.17rem !important;
  }
  .show-rankings-toggle i {
    font-size: 1rem;
  }
}
.show-video-placeholder { background: #0b1220; border: 1px dashed #374151; border-radius: 12px; min-height: 180px; display: grid; place-items: center; color: #9ca3af; }
.show-song-list { max-height: 320px; overflow: auto; display: grid; gap: .6rem; }
.show-song-list .show-empty-cta {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .12rem;
  text-align: center;
  padding: .1rem 0 0;
}
.show-song-list .show-empty-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10b981 !important;
  text-decoration: none;
  line-height: 1;
  margin-top: -.35rem;
}
.show-song-list .show-empty-plus i {
  font-size: 3rem;
}
.show-song-list .show-empty-plus:hover,
.show-song-list .show-empty-plus:focus-visible {
  color: #ffffff !important;
}
.show-song-list .show-empty-cta p {
  margin: .3rem 0 0;
  color: #9ca3af;
  font-size: .95rem;
}
.show-song-list .show-empty-tutorial-link {
  color: #cbd5e1 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
html.ios-vs-app .show-song-list .show-empty-tutorial-link,
html.android-vs-app .show-song-list .show-empty-tutorial-link {
  display: none;
}
.show-step-card h3 {
  margin: 0;
}
.show-step-card > h3 + .show-check {
  margin-top: .55rem;
}
.show-step-description {
  margin: .2rem 0 0;
  color: #9ca3af;
  font-size: .86rem;
  line-height: 1.35;
}
.show-step-card .show-song-list {
  margin-top: 1rem;
}
.show-song-row { display: flex; justify-content: space-between; align-items: center; border: 1px solid #374151; border-radius: 10px; padding: .5rem .65rem; gap: .7rem; }
.show-song-row.is-selected { border-color: #10b981; background: rgba(16,185,129,.1); }
.show-song-main { display: flex; align-items: center; gap: .62rem; min-width: 0; flex: 1 1 auto; }
.show-song-thumb-link { display: inline-flex; border-radius: 6px; overflow: hidden; flex: 0 0 auto; }
.show-song-thumb { width: 42px; height: 42px; object-fit: cover; display: block; }
.show-song-copy { min-width: 0; }
.show-song-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.show-song-title { color: #fff; text-decoration: none; font-size: .88rem; line-height: 1.2; font-weight: 600; }
.show-song-row.is-selected .show-song-title { color: #10b981; }
.show-song-main small { display: flex; align-items: center; gap: .38rem; color: #9ca3af; font-size: .74rem; margin-top: .15rem; }
.show-song-actions { display: inline-flex; align-items: center; gap: .42rem; flex: 0 0 auto; }
.show-song-order { color: #10b981; font-size: .75rem; font-weight: 700; min-width: 18px; text-align: right; opacity: 0; }
.show-song-order.is-visible { opacity: 1; }
.show-song-toggle {
  appearance: none;
  border: 1px solid #374151;
  background: #0b1220;
  color: #f3f4f6;
  border-radius: 8px;
  min-width: 86px;
  height: 32px;
  padding: 0 .8rem;
  font-size: .79rem;
  font-weight: 700;
  cursor: pointer;
}
.show-song-toggle:hover {
  border-color: #4b5563;
}
.show-song-row.is-selected .show-song-toggle {
  border-color: #10b981;
  background: #10b981;
  color: #062f20;
}
.show-step-split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .8rem;
  align-items: start;
}
.show-step-split-main h3 {
  margin: 0;
}
.show-step-split-main .show-step-description {
  margin-top: .2rem;
}
.show-step-split-side {
  display: flex;
  justify-content: flex-end;
}
.show-headshot-trigger {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
}
.show-headshot-trigger:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
.show-headshot-trigger .show-headshot {
  transition: box-shadow .14s ease, transform .14s ease;
}
.show-headshot-trigger:hover .show-headshot {
  box-shadow: 0 0 0 1px #3b82f6 inset, 0 0 0 1px #3b82f6;
  transform: translateY(-1px);
}
.show-headshot { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid #10b981; }
.show-headshot-empty {
  position: relative;
  display: grid;
  place-items: center;
  background: #1f2937;
  color: #9ca3af;
}
.show-headshot-empty-user {
  font-size: 1.6rem;
  color: #9ca3af;
}
.show-headshot-empty-plus {
  position: absolute;
  right: 2px;
  bottom: 1px;
  font-size: 1rem;
  color: #10b981;
  background: #111827;
  border-radius: 50%;
}
.show-step-card textarea {
  width: 100%;
  background: #0b1220;
  color: #fff;
  border: 1px solid #374151;
  border-radius: 10px;
  padding: .7rem;
  font: inherit;
  margin-top: .6rem;
}
.show-step-card textarea::placeholder {
  color: #9ca3af;
  opacity: .95;
}
.show-check {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: #d1d5db;
  line-height: 1.35;
}
.show-check-text {
  display: inline;
}
.show-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  accent-color: #10b981;
}
.show-inline-link {
  color: inherit;
  text-decoration: underline;
}
.show-submit-actions { margin-top: .8rem; display: flex; gap: .6rem; }
.show-submit-msg { margin-top: .5rem; color: #10b981; }
#show-step-1,
#show-step-2 {
  scroll-margin-top: 12px;
}
.show-featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1rem; }
#show-featured-meta {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.show-section-title { margin: .2rem 0; }
.show-contestants-row { display: flex; overflow-x: auto; gap: .6rem; padding-bottom: .4rem; }
.show-contestant { min-width: 110px; border: 1px solid #1f2937; border-radius: 12px; padding: .6rem; text-decoration: none; color: #fff; background: #111827; text-align: center; }
.show-contestant img, .show-avatar-fallback { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: #1f2937; margin: 0 auto .4rem; }
.show-contestant small { display: block; color: #cbd5e1; font-size: .82rem; }
.show-contestant:hover {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6 inset;
}
.show-episodes-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: .6rem; }
.show-episode-card { border: 1px solid #1f2937; border-radius: 12px; overflow: hidden; background: #111827; }
.show-episode-card:hover {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6 inset;
}
.show-episode-card img { width: 100%; height: 126px; object-fit: cover; }
.show-episode-meta { display: block; padding: .45rem .52rem 0; color: #9ca3af; font-size: .72rem; letter-spacing: .01em; }
#show-featured-meta .show-episode-meta { padding: 0; margin: 0 0 .35rem; }
.show-episode-card h4 { padding: .1rem .52rem 0; margin: 0; font-size: 1rem; line-height: 1.25; }
.show-episode-card p { padding: .2rem .52rem .5rem; margin: 0; font-size: .82rem; line-height: 1.3; color: #cbd5e1; }
.show-featured-extra-meta { margin-top: .9rem; display: grid; gap: .35rem; color: #9ca3af; font-size: .78rem; }
.show-featured-extra-meta { margin-top: auto; padding-top: 1rem; margin-bottom: 12px; }
.show-featured-extra-item strong { color: #9ca3af; font-weight: 600; }
.show-upcoming-row { border-bottom: 1px solid #1f2937; padding: .6rem 0; }
.show-schedule-card { padding: 1rem; }
.show-schedule-list { display: grid; gap: .65rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.show-schedule-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: .7rem;
  align-items: center;
  padding: .25rem 0 .65rem;
  border-bottom: 1px solid #1f2937;
}
.show-schedule-item:last-child { border-bottom: none; }
.show-schedule-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: transparent;
  border: 2px solid #0ea5a5;
  margin-top: 0;
}
.show-schedule-body {
  border-left: 1px solid #1f2937;
  padding-left: .75rem;
}
.show-schedule-meta {
  display: inline-block;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #a3aab7;
  margin-bottom: .34rem;
  white-space: pre-line;
}
.show-schedule-title {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.2;
  color: #f9fafb;
}
.show-schedule-description {
  margin: .24rem 0 0;
  font-size: .74rem;
  line-height: 1.3;
  color: #a3aab7;
}
.show-schedule-item.is-current .show-schedule-dot {
  background: #3b82f6;
  border-color: #3b82f6;
}
.show-schedule-item.is-current .show-schedule-meta {
  color: #3b82f6;
  font-weight: 700;
}
.show-terms h3 { margin-top: 1rem; }
.terms-content ul {
  margin: 0.5rem 0 1rem 1.5rem;
  padding-left: 1rem;
}

.terms-content li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

@media (max-width: 840px) {
  #show-featured-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .show-hero, .show-featured { grid-template-columns: 1fr; }
  .show-episodes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .show-banner--active {
    min-height: 144px;
    padding: 1.05rem .85rem;
  }
  .show-banner-glow {
    width: 44px;
    height: 44px;
    margin-bottom: .72rem;
  }
  .show-banner-title {
    font-size: clamp(1.2rem, 5.4vw, 1.6rem);
  }
  .show-banner-sub {
    font-size: .88rem;
  }
  .show-schedule-list { grid-template-columns: 1fr; }
  .show-schedule-item {
    grid-template-columns: 12px 1fr;
    gap: .45rem;
    padding: .35rem 0 .85rem;
  }
  .show-schedule-body {
    padding-left: .5rem;
  }
  .show-brand-row {
    flex-wrap: wrap;
  }
  .show-song-toggle {
    min-width: 74px;
    height: 30px;
    padding: 0 .65rem;
  }
  .show-step-split {
    grid-template-columns: 1fr auto;
    gap: .55rem;
  }
  .show-hero-copy .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
  }
  .show-logo-wrap.is-wide.has-mobile-square {
    width: 56px;
    height: 56px;
  }
  .show-logo-wrap.is-wide.has-mobile-square .logo-desktop {
    display: none;
  }
  .show-logo-wrap.is-wide.has-mobile-square .logo-mobile {
    display: block;
  }
  .show-prizes { width: 100%; margin-left: 0; }
  .show-prize-highlight {
    min-width: 0;
    width: 100%;
  }
  .show-logo-wrap.is-wide:not(.has-mobile-square) {
    width: 132px;
    height: 52px;
  }
  .show-content h2 { font-size: 1.65rem; }
  .show-video-captions {
    font-size: .8rem;
    width: 90%;
    max-width: 90%;
    bottom: 10px;
  }
  .show-head,
  .show-content {
    width: calc(100vw - 1rem);
  }
}
