html[data-theme="tvStudio"] {
  --theme-bg: #0b1c3a;
  --theme-panel: #132a54;
  --theme-surface: #19335f;
  --theme-card: #142a52;
  --theme-border: #2b4b7a;
  --theme-text: #fefefe;
  --theme-muted: #c8d6f2;
  --theme-accent: #ffcc00;
  --theme-accent-dark: #e0aa00;
  --theme-button-bg: #1e3a6a;
  --theme-button-text: #fefefe;
  --theme-input-bg: #14284d;
  --theme-badge-bg: #ff4d6d;
  --theme-chip-bg: transparent;
  --theme-chip-active-bg: #ffcc00;
  --theme-chip-active-text: #0b1c3a;
  --theme-placeholder-bg: #20385f;
  --theme-modal-bg: #132a54;
  --theme-info-bg: #19335f;
  --theme-topbar-bg: #10264c;
  --theme-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  --theme-shadow-card: 0 2px 8px rgba(0, 0, 0, 0.35);
  --theme-radius: 14px;
  --theme-radius-card: 12px;
  --theme-radius-small: 8px;
  --theme-radius-pill: 999px;
  --theme-focus: 0 0 0 3px rgba(255, 204, 0, 0.4);
}

html[data-theme="tvStudio"] .btn.primary {
  text-transform: uppercase;
}
