html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="corporate"] { color-scheme: light; }

.grecaptcha-badge {
  position: fixed !important;
  bottom: 14px !important;
  right: 14px !important;
  z-index: 50;
}

.g-recaptcha > div {
  position: absolute !important;
}

.season-panel-utility {
  margin: 0 0 1rem 0;
}

.a-watched {
  color: #b9d781;
}

.h-aired {
  border-bottom: 1.5px solid #428bca;
  padding: 0.5rem;
  font-size: 1.7rem;
  color: #428bca;
}

.a-upcoming {
  color: #e9ca8f;
}

.h-upcoming {
  border-bottom: 1.5px solid #428bca;
  padding: 0.5rem;
  font-size: 1.7rem;
  color: #e9ca8f;
}

.series-name {
  height: 34px;
}


/* week calendar - today column (applied dynamically via JS) */
#calendar .today {
  background: oklch(var(--p) / 0.08);
  border-top: 2px solid oklch(var(--p) / 0.6);
  border-radius: 0 0 var(--rounded-box, 0.5rem) var(--rounded-box, 0.5rem);
}

@media (max-width: 767px) {
  #calendar .today {
    border-left: 3px solid oklch(var(--p) / 0.6);
    border-top: none;
    border-radius: var(--rounded-box, 0.5rem);
  }
}

#un-watched-nr {
  color: oklch(var(--wa));
}

#media-player {
  position: relative;
}

.dashboard-tabs .resp-tab-content {
  border: 0;
  padding: 0;
}
