.radio-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.radio-main {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, 760px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(100px, 13vh, 130px) 0 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.radio-panel {
  width: min(100%, 576px);
  padding: clamp(18px, 4vw, 36px);
  border: 1px solid rgba(73,180,255,.42);
  border-radius: 28px;
  background: rgba(2,6,10,.44);
  box-shadow: 0 0 7px rgba(72,180,255,.22), 0 0 22px rgba(20,119,255,.14);
  backdrop-filter: blur(10px);
  transition: border-color .8s ease, box-shadow .8s ease;
}

.radio-art {
  display: block;
  width: min(100%, 512px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 0 8px rgba(72,180,255,.14));
  transition: filter .8s ease;
}

.radio-tagline {
  max-width: 630px;
  margin: clamp(22px, 3vh, 30px) auto 0;
  color: #deddd4;
  font-size: clamp(12px, 2.2vw, 14px);
  line-height: 1.65;
  white-space: nowrap;
  text-shadow: 0 2px 12px #000;
}

.radio-page.is-playing .radio-panel {
  border-color: rgba(73,180,255,.58);
  animation: radio-cover-glow 4.6s ease-in-out infinite;
}

@keyframes radio-cover-glow {
  0%, 100% { box-shadow: 0 0 7px rgba(72,180,255,.48), 0 0 22px rgba(20,119,255,.3); }
  50% { box-shadow: 0 0 12px rgba(109,208,255,.84), 0 0 36px rgba(20,119,255,.52), 0 0 58px rgba(0,65,190,.28); }
}

.radio-controls {
  margin-top: clamp(20px, 3vh, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.radio-controls button {
  min-width: 104px;
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(33,194,181,.58);
  border-radius: 999px;
  color: #eefcfb;
  background: rgba(8,18,22,.78);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font: 700 11px/1 var(--display);
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.radio-controls button span:first-child {
  color: var(--teal);
  font-size: 17px;
  letter-spacing: 0;
}

.radio-controls button:hover,
.radio-controls button:focus-visible {
  border-color: #76e7de;
  background: rgba(24,55,58,.92);
  outline: none;
  transform: translateY(-2px);
}

.radio-controls button:disabled {
  cursor: default;
  opacity: .4;
  transform: none;
}

.radio-status {
  min-height: 20px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.radio-page.has-radio-error .radio-status {
  color: #ff7898;
}

.schedule-panel {
  width: min(100%, 576px);
  margin-top: 30px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(73,180,255,.32);
  border-radius: 28px;
  background: rgba(2,6,10,.5);
  box-shadow: 0 20px 58px rgba(0,0,0,.32), 0 0 18px rgba(20,119,255,.1);
  backdrop-filter: blur(10px);
  text-align: left;
}

.schedule-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 7px 16px;
  margin-bottom: 24px;
}

.schedule-header p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--teal);
  font: 700 9px/1 var(--display);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.schedule-header h2 {
  margin: 0;
  color: var(--cream);
  font: 600 clamp(27px, 5vw, 38px)/1 var(--display);
  letter-spacing: -.04em;
}

.schedule-header > span {
  height: 1px;
  margin-bottom: 5px;
  background: linear-gradient(90deg, rgba(73,180,255,.7), transparent);
}

.schedule-list {
  position: relative;
  display: grid;
  gap: 10px;
}

.schedule-list::before {
  content: '';
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 24px;
  width: 1px;
  background: linear-gradient(var(--teal), rgba(73,180,255,.18), var(--pink));
}

.schedule-item {
  position: relative;
  min-height: 78px;
  padding: 15px 15px 15px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(240,223,183,.12);
  border-radius: 14px;
  background: linear-gradient(105deg, rgba(255,255,255,.04), rgba(255,255,255,.012));
}

.schedule-marker {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33,194,181,.68);
  border-radius: 50%;
  color: #a8f8f1;
  background: #071014;
  box-shadow: 0 0 14px rgba(33,194,181,.18);
  transform: translateY(-50%);
  font: 700 9px/1 var(--display);
  letter-spacing: .06em;
}

.schedule-copy h3 {
  margin: 0;
  color: #fff;
  font: 600 clamp(17px, 3.3vw, 22px)/1.15 var(--display);
  letter-spacing: -.025em;
}

.schedule-copy h3 b {
  color: var(--teal);
  font-weight: 500;
}

.schedule-copy h3 strong {
  color: var(--cream);
  font-weight: 700;
  text-transform: uppercase;
}

.schedule-copy p {
  margin: 7px 0 0;
  color: #b8c5ca;
  font-size: 12px;
  letter-spacing: .03em;
}

.schedule-copy p strong {
  color: #8bdcff;
  font-weight: 800;
  letter-spacing: .09em;
}

.schedule-signal {
  padding: 7px 9px;
  border-radius: 999px;
  color: #91aab4;
  background: rgba(73,180,255,.08);
  font: 700 8px/1 var(--display);
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.schedule-item-featured {
  border-color: rgba(73,180,255,.32);
  background: linear-gradient(105deg, rgba(20,119,255,.1), rgba(243,68,113,.045));
}

.schedule-item-featured .schedule-marker {
  border-color: rgba(139,220,255,.9);
  color: #fff;
  box-shadow: 0 0 16px rgba(73,180,255,.34);
}

.schedule-top {
  margin-top: 25px;
  padding: 9px 4px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9fc6d9;
  text-decoration: none;
  font: 700 10px/1 var(--display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.schedule-top span {
  color: var(--teal);
  font-size: 16px;
  transition: transform .2s ease;
}

.schedule-top:hover,
.schedule-top:focus-visible {
  color: #fff;
  outline: none;
  text-shadow: 0 0 14px rgba(73,180,255,.5);
}

.schedule-top:hover span,
.schedule-top:focus-visible span {
  transform: translateY(-3px);
}

@media (max-width: 520px) {
  .radio-main { width: min(100% - 24px, 760px); }
  .radio-controls { max-width: 300px; }
  .radio-controls button { min-width: 132px; }
  .radio-tagline { font-size: clamp(8px, 2.6vw, 12px); }
  .schedule-panel { padding: 22px 16px; }
  .schedule-item { padding-right: 12px; padding-left: 58px; }
  .schedule-list::before { left: 24px; }
  .schedule-signal { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .radio-controls button { transition: none; }
  .schedule-top span { transition: none; }
  .radio-page.is-playing .radio-panel {
    animation: none;
    border-color: rgba(73,180,255,.58);
    box-shadow: 0 0 12px rgba(82,190,255,.68), 0 0 30px rgba(20,119,255,.38);
  }
}
