html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#tv-frame {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#tv-content {
  width: 100%;
  height: 100%;
}

#tv-overlay {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  display: flex;
  gap: 12px;
  font-size: 14px;
  opacity: 0.85;
}

#tv-overlay .channel {
  font-weight: 700;
  letter-spacing: 0.15em;
}

#tv-overlay .status {
  color: #16a34a;
}
