/* Global Styles */
body {
  margin: 0;
  background: #0a0a0a url('img/cultural-programming-113.jpg') no-repeat center center fixed;
  background-size: cover;
  font-family: 'Segoe UI', sans-serif;
  color: #EEEEEE;
}

/* Header Styles */
header {
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1001;
}

.menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* Navigation Styles */
nav {
  display: none;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
}

nav a {
  color: #fff;
  padding: 8px;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover {
  background: #5E2B97;
}

/* Ticker Styles */
.ticker {
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #5E2B97;
}

/* Main Content Styles */
main {
  max-width: 960px;
  margin: 20px auto;
  padding: 20px;
  background: rgba(20,20,20,0.85);
  border-radius: 12px;
  box-shadow: 0 0 10px #000;
}

/* Video Styles */
#adVideo, #streamVideo {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
}

#streamVideo {
  display: none;
}

/* Skip Ad Button */
#skipAd {
  margin-top: 10px;
  background: #5E2B97;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
}

/* Footer Styles */
footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  text-align: center;
}

footer p {
  margin: 6px 0;
  font-size: 14px;
  color: #ccc;
}
