.player-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  background: linear-gradient(
  180deg,
  #030b1d 0%,   /* deep navy */
  #08204e 100%  /* your brand blue */
);
  border-radius: 10px;
  -webkit-box-shadow: 1px 8px 25px -7px #0A0A0A;
  box-shadow: 1px 8px 25px -7px #0A0A0A;
}

.player {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background: #ff4d00;
  border-radius: 20px;
  padding: 1rem 3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  width: 100%;
  margin-bottom: 25px;
}

.play-btn {
  background: linear-gradient(45deg, #ff4d00, #000d33);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

.info {
  flex: 1;
  margin-left: 1rem;
}

.info h3 {
  margin: 0;
  font-size: 1.7rem;
}

.info p {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  color: #e0f5e0;
}

.volume input {
  width: 120px;
  cursor: pointer;
  margin-left: 10px;
}

.volume input[type="range"] {
  accent-color: #99ff00;
  opacity: 2;
}

@media (max-width: 600px) {
  .player {
    flex-direction: column;
    gap: 1rem;
  }
  .volume input {
    width: 100%;
    margin-left: 0;
}
}
.player-page {
  max-width: 100%; margin: 0 auto; padding: 0;
  background: transparent;
}

.player-hero {
  display:flex; gap:24px; align-items:center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(3, 12, 32, 0.95), rgba(8, 32, 78, 1));
  padding:28px; border-radius:12px; color:#fff; position:relative;
  margin: 40px 0 10px 0;
}

.hero-top {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}

.player-cover {
  width:200px; height:200px;
  border-radius:12px; overflow:hidden; background:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,0.25);
}
.player-cover img { width:100%; height:100%; object-fit:contain; padding: 10px;}

.player-meta { flex:1; }
.player-meta h1 { margin:0; font-size:2rem; font-family: "Volte W03 Bold"; }
.player-meta p { margin:8px 0 0; opacity:0.95; }

.player-controls {
  margin-top:24px; display:flex; gap:16px; align-items:center; flex-wrap:wrap;
}
.big-btn {
  width:72px; height:72px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(180deg, rgba(255, 75, 0, 1) 0%, rgba(255, 75, 0, 0.85) 40%, rgba(255, 75, 0, 0.75) 100%);
  color:#fff; border:none; cursor:pointer; font-size:26px;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
}
.big-btn {
    font-style: normal !important;
}

.onair-indicator {
  border-left: 4px solid var(--g-orange);
  font-weight: normal;
}

.player-now { margin-top:12px; }
.now-title { font-weight:700; font-size:1.1rem; }
.now-sub { font-size:0.93rem; opacity:0.9; color:#e0fbdc; }

.player-onair {
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  min-width:220px;
  border-radius:12px; padding:14px;
  background:rgba(255,255,255,0.07); backdrop-filter:blur(8px);
  height: auto;
}
.player-onair h3 { margin:0 0 6px; }
.player-onair .show { font-weight:700; }

.volume {
  display: flex;
  align-items: center;
  height: 72px;
}

/* Slider track */
.volume input[type="range"] {
  -webkit-appearance: none;
  width: 140px;
  height: 10px;
  background: linear-gradient(90deg, var(--g-orange) var(--vol-percent, 100%), rgba(255,255,255,0.15) 0%);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
}

.volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--g-orange);
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
  margin-top: 0;
}

/* Firefox thumb */
.volume input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #99ff00;
  box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.big-btn i,
.play-btn {
  font-style: normal !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.big-btn i {
  font-size: 32px;
  transform: translateY(1px);
}

.big-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0 !important;
}

.big-btn i,
.big-btn {
  font-style: normal !important;
}

.big-btn {
  font-size: 0;
}

.big-btn::after {
  content: attr(data-icon);
  font-size: 34px;
  line-height: 1;
  display: block;
  transform: translateY(1px);
}
.programming-ui {
  margin: 40px auto!important;
}

@media(max-width:920px){
  .player-hero {
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
    }

    .hero-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    }

    .player-cover {
    width: 130px;
    height: 130px;
    flex: 0 0 130px;
    }

    .player-meta {
      text-align: left;
    }

    .player-meta h1 {
    font-size: 1.6rem;
  }

  .player-controls {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
  }

  .player-onair {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media(max-width:520px){
  .player-cover {
    width: 110px;
    height: 110px;
  }
  .volume input[type="range"] { width:100px; }
}
