/* GLV Website Radio Player 1.0.4 — Premium Neon Radio Bar */

.glv-site-radio-menu-item {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 14px auto 10px !important;
  width: 100% !important;
}

.glv-site-radio-menu-item > a {
  display: none !important;
}

.glv-site-radio-player {
  --glv-cyan: #22d3ee;
  --glv-blue: #2563eb;
  --glv-purple: #7c3aed;
  --glv-pink: #ec4899;
  --glv-red: #ef4444;
  --glv-orange: #f97316;

  align-items: center;
  background:
    radial-gradient(circle at 6% 50%, rgba(34, 211, 238, .18), transparent 26%),
    radial-gradient(circle at 95% 50%, rgba(236, 72, 153, .23), transparent 34%),
    linear-gradient(135deg, rgba(3, 7, 18, .97), rgba(15, 23, 42, .94) 48%, rgba(36, 12, 56, .94));
  border: 1px solid rgba(125, 211, 252, .58);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(168, 85, 247, .22),
    0 18px 42px rgba(0, 0, 0, .36),
    0 0 34px rgba(59, 130, 246, .20),
    0 0 46px rgba(236, 72, 153, .14),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  color: #fff;
  display: inline-flex;
  gap: 14px;
  justify-content: center;
  line-height: 1;
  max-width: min(1120px, calc(100vw - 32px));
  padding: 12px 16px;
  position: relative;
  white-space: nowrap;
}

.glv-site-radio-player::before {
  background: linear-gradient(90deg, rgba(34, 211, 238, .85), rgba(124, 58, 237, .35), rgba(236, 72, 153, .85));
  border-radius: inherit;
  content: "";
  inset: -2px;
  opacity: .50;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.glv-site-radio-player::after {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.11), transparent);
  border-radius: inherit;
  content: "";
  height: 1px;
  left: 38px;
  position: absolute;
  right: 38px;
  top: 8px;
}

.glv-radio-brand-block {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 170px;
}

.glv-radio-orb {
  align-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(34, 211, 238, .24), transparent 42%),
    rgba(2, 6, 23, .88);
  border: 1px solid rgba(34, 211, 238, .75);
  border-radius: 50%;
  box-shadow:
    0 0 0 5px rgba(34, 211, 238, .07),
    0 0 24px rgba(34, 211, 238, .45),
    inset 0 0 18px rgba(59, 130, 246, .25);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  position: relative;
  width: 54px;
}

.glv-radio-orb-ring {
  border: 1px solid rgba(236, 72, 153, .48);
  border-radius: 50%;
  inset: 6px;
  position: absolute;
}

.glv-radio-orb-icon {
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, .80));
  font-size: 25px;
  line-height: 1;
}

.glv-radio-brand-copy {
  display: grid;
  gap: 6px;
  text-align: left;
}

.glv-site-radio-label {
  color: #ffffff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.glv-radio-live-line {
  align-items: center;
  color: #22d3ee;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 7px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.glv-radio-live-line i {
  animation: glvLivePulse 1.2s ease-in-out infinite;
  background: #22d3ee;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(34, 211, 238, .95);
  display: inline-block;
  height: 8px;
  width: 8px;
}

@keyframes glvLivePulse {
  0%, 100% { opacity: .50; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.12); }
}

.glv-radio-divider {
  background: linear-gradient(to bottom, transparent, rgba(148, 163, 184, .55), transparent);
  display: inline-block;
  height: 50px;
  width: 1px;
}

.glv-site-radio-bars {
  align-items: end;
  display: inline-flex;
  gap: 4px;
  height: 42px;
  min-width: 128px;
  padding: 4px 0;
}

.glv-site-radio-bars i {
  background: linear-gradient(to top, rgba(34, 211, 238, .85), rgba(124, 58, 237, .95), rgba(236, 72, 153, .85));
  border-radius: 999px;
  box-shadow: 0 0 9px rgba(59, 130, 246, .30);
  display: block;
  height: 10px;
  opacity: .66;
  width: 5px;
}

.glv-site-radio-player.is-playing .glv-site-radio-bars i,
.glv-site-radio-player.is-connecting .glv-site-radio-bars i {
  animation: glvRadioBars 1s ease-in-out infinite;
}

.glv-site-radio-bars i:nth-child(1) { animation-delay: .00s; height: 12px; }
.glv-site-radio-bars i:nth-child(2) { animation-delay: .07s; height: 19px; }
.glv-site-radio-bars i:nth-child(3) { animation-delay: .14s; height: 14px; }
.glv-site-radio-bars i:nth-child(4) { animation-delay: .21s; height: 28px; }
.glv-site-radio-bars i:nth-child(5) { animation-delay: .28s; height: 34px; }
.glv-site-radio-bars i:nth-child(6) { animation-delay: .35s; height: 22px; }
.glv-site-radio-bars i:nth-child(7) { animation-delay: .42s; height: 39px; }
.glv-site-radio-bars i:nth-child(8) { animation-delay: .49s; height: 27px; }
.glv-site-radio-bars i:nth-child(9) { animation-delay: .56s; height: 31px; }
.glv-site-radio-bars i:nth-child(10) { animation-delay: .63s; height: 18px; }

@keyframes glvRadioBars {
  0%, 100% { transform: scaleY(.55); opacity: .56; }
  50% { transform: scaleY(1.12); opacity: 1; }
}

.glv-radio-now-playing {
  display: grid;
  gap: 5px;
  min-width: 210px;
  text-align: left;
}

.glv-radio-now-playing > span {
  color: #93c5fd;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.glv-radio-now-playing strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
}

.glv-radio-now-playing small {
  color: #a7b8da;
  font-size: 12px;
  font-weight: 750;
  overflow: hidden;
  text-overflow: ellipsis;
}

.glv-site-radio-actions {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.glv-site-radio-btn {
  appearance: none;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, .88), rgba(30, 41, 59, .70));
  border: 1px solid rgba(191, 219, 254, .42);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 18px rgba(0,0,0,.18);
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  padding: 13px 18px;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.glv-site-radio-btn:hover,
.glv-site-radio-btn:focus {
  border-color: rgba(255,255,255,.88);
  outline: none;
  transform: translateY(-1px);
}

.glv-radio-station-80s {
  border-color: rgba(59, 130, 246, .56);
}

.glv-radio-station-persian {
  border-color: rgba(34, 211, 238, .56);
}

.glv-radio-station-latino {
  border-color: rgba(249, 115, 22, .58);
}

.glv-radio-station-80s.is-active {
  background: linear-gradient(135deg, #1d4ed8, #7c3aed);
  border-color: rgba(147, 197, 253, .95);
  box-shadow: 0 0 0 2px rgba(59, 130, 246, .22), 0 0 22px rgba(59, 130, 246, .35);
}

.glv-radio-station-persian.is-active {
  background: linear-gradient(135deg, #0891b2, #2563eb);
  border-color: rgba(103, 232, 249, .95);
  box-shadow: 0 0 0 2px rgba(34, 211, 238, .24), 0 0 22px rgba(34, 211, 238, .35);
}

.glv-radio-station-latino.is-active {
  background: linear-gradient(135deg, #f97316, #ec4899);
  border-color: rgba(254, 215, 170, .95);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, .22), 0 0 24px rgba(236, 72, 153, .32);
}

.glv-site-radio-stop {
  background: linear-gradient(135deg, rgba(127, 29, 29, .95), rgba(220, 38, 38, .88));
  border-color: rgba(248, 113, 113, .75);
}

.glv-site-radio-popout {
  background: linear-gradient(135deg, rgba(88, 28, 135, .94), rgba(124, 58, 237, .90));
  border-color: rgba(196, 181, 253, .78);
}

.glv-site-radio-status {
  align-items: center;
  background: rgba(15, 23, 42, .72);
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 999px;
  color: #dbeafe;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  max-width: 120px;
  min-width: 82px;
  overflow: hidden;
  padding: 9px 10px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.glv-site-radio-player.is-playing .glv-site-radio-status {
  background: rgba(20, 83, 45, .62);
  border-color: rgba(74, 222, 128, .50);
  color: #bbf7d0;
}

.glv-site-radio-player.is-connecting .glv-site-radio-status {
  background: rgba(8, 47, 73, .70);
  border-color: rgba(56, 189, 248, .50);
  color: #bae6fd;
}

.glv-site-radio-floating {
  bottom: 14px;
  display: none;
  left: 50%;
  max-width: calc(100vw - 24px);
  position: fixed;
  transform: translateX(-50%);
  z-index: 99999;
}

@media (max-width: 1280px) {
  .glv-radio-now-playing,
  .glv-radio-divider-after-bars {
    display: none;
  }

  .glv-site-radio-player {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .glv-site-radio-menu-item {
    display: none !important;
  }

  .glv-site-radio-floating {
    display: block;
  }

  .glv-site-radio-floating .glv-site-radio-player {
    border-radius: 22px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
  }

  .glv-site-radio-floating .glv-radio-now-playing {
    display: grid;
    flex-basis: 100%;
    order: 5;
    text-align: center;
  }

  .glv-site-radio-floating .glv-site-radio-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .glv-site-radio-floating .glv-site-radio-status {
    flex-basis: 100%;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .glv-radio-brand-block {
    justify-content: center;
    min-width: 100%;
  }

  .glv-radio-divider,
  .glv-site-radio-bars {
    display: none;
  }

  .glv-site-radio-btn {
    padding: 11px 13px;
  }
}
