/*
Theme Name: IENVYTV Broadcast Theme v5.1
Theme URI: https://ienvytv.example/
Author: IENVYTV Ops
Description: GTN/MMC broadcast frontend with runtime core, booking templates, and channel hub layouts.
Version: 5.1.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ienvytv-broadcast-theme
*/

:root {
  --ienvytv-bg: #0b0f17;
  --ienvytv-surface: #121826;
  --ienvytv-text: #f3f4f6;
  --ienvytv-muted: #9ca3af;
  --ienvytv-accent: #b98a3d;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--ienvytv-bg);
  color: var(--ienvytv-text);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.site-header,
.site-footer {
  background: #0f1420;
  border-color: rgba(255, 255, 255, 0.08);
}

.site-header {
  border-bottom: 1px solid;
}

.site-footer {
  border-top: 1px solid;
}

.site-shell {
  width: min(1200px, 94vw);
  margin: 0 auto;
}

.site-brand {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ienvytv-text);
  text-decoration: none;
}

.site-main {
  min-height: 60vh;
}

.entry-content {
  color: var(--ienvytv-text);
}

.site-note {
  margin: 0;
  padding: 1rem 0;
  color: var(--ienvytv-muted);
}
