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

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