:root {
  --bg-primary: #121212;
  --bg-blur-primary: #000000b4;
  --body-color: #000000ae;
  --bg-secondary: #1e1e1e;
  --bg-tertiary: #383838;
  --highlight-text-primary: #60a0ff;
  --text-primary: #ffffff;
  --onlineText: #f1f1f1;
  --onlineTextShadow: #ffffff;
  --startTxt: #85ae42;
  --socialCards: #2c2c2c;
  --socialIcons: #ffffff;
  --text-secondary: #b3b3b3;
  --text-extra: #8a8a8a;
  --accent-color: #125ed0;
  --accent-color-secondary: #b3b3b3;
  --accent-color-secondary: #b3b3b3;
  --accent-hover: #92b4da;
  --border-color: #2a2a2a;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  --card-bg: #1e1e1e;
  --live-indicator: #e53935;
  --offline-indicator: #5e5e5e;
  --player-bg: #1e1e1e;
  --player-controls-bg: #252525;
}

.light-mode {
  --bg-primary: #ffffff;
  --bg-blur-primary: #ffffff90;
  --body-color: #ffffff93;
  --bg-secondary: #f5f5f57d;
  --bg-tertiary: #e8e8e8;
  --text-primary: #121212;
  --onlineText: #407e36;
  --onlineTextShadow: #37ff0091;
  --startTxt: #4c543f;
  --socialCards: #e6e6e6;
  --socialIcons: #2c2c2c;
  --highlight-text-primary: #000f27;
  --text-primary-dark: #ffffff;
  --text-secondary: #525252;
  --text-extra: #868686;
  --accent-color: #121212;
  --accent-hover: #333333;
  --border-color: #e0e0e0;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --card-bg: #f5f5f5;
  --live-indicator: #e53935;
  --offline-indicator: #9e9e9e;
  --player-bg: #ffffff;
  --player-controls-bg: #f5f5f5;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-VariableFont.woff2") format("woff2");
}

@font-face {
  font-family: "Exo";
  src: url("fonts/Exo2-VariableFont.woff2") format("woff2");
}

@supports (-webkit-touch-callout: none) {
  h1 {
    font-weight: 500 !important;
  }

  h2,
  h3 {
    font-weight: 600 !important;
  }

  span {
    font-weight: 500 !important;
  }

  p {
    font-weight: 400 !important;
  }

  h5 {
    font-weight: 300 !important;
  }
}

* {
  box-sizing: border-box;
  flex-wrap: nowrap;
  font-family: "Inter", sans-serif, "Arial", "Helvetica";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.4s cubic-bezier(0.09, 0.06, 0, 1.01);
}

* ::selection {
  background: rgb(255, 72, 72);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
}

html {
  scroll-behavior: smooth;
}

.no-scroll {
  overflow-y: hidden;
}

body {
  animation: fadeIn 0.5s ease forwards;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-rendering: optimizeLegibility;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, 0.4s ease-in-out;
}

.bodyContainer {
  background: black;
  background-size: 100% 100%;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: -99;
}

.bodyContainer::before {
  background-color: var(--body-color);
  background-image: radial-gradient(at 40% 20%,
      hsla(28, 100%, 57%, 1) 0px,
      transparent 50%),
    radial-gradient(at 80% 0%, hsla(303, 100%, 57%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(355, 100%, 57%, 1) 0px, transparent 50%),
    radial-gradient(at 80% 50%, hsla(340, 100%, 57%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(22, 100%, 57%, 1) 0px, transparent 50%),
    radial-gradient(at 80% 100%, hsla(242, 100%, 57%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(343, 100%, 57%, 1) 0px, transparent 50%);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.bodyContainer::after {
  background-color: var(--body-color);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
  transition: background-color 0.7s ease-in-out;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

#splash-screen {
  align-items: center;
  background-color: #121212;
  color: var(--text-color-primary);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  width: 100vw;
  z-index: 900;
}

#splash-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: sofiaSans;
  justify-content: center;
  text-align: center;
}

.nota {
  color: rgb(189, 189, 189);
  font-size: clamp(1em, 4vw, 1.4em);
  font-weight: 500;
  left: 50%;
  margin-top: 20px;
  opacity: 0;
  position: absolute;
  position: absolute;
  top: 70%;
  transform: translate(-50%);
  transition: 0.1s ease-in-out;
  width: 100%;
}

#error-message {
  color: rgb(148, 148, 148);
  font-size: clamp(0.8em, 3vw, 1.2em);
  font-weight: 300;
  left: 50%;
  opacity: 0;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 75%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

#splash-text img {
  height: auto;
  max-width: 90%;
}

/* From Uiverse.io by arshshaikh06 */
.loader {
  border: 4px solid #282828;
  border-radius: 50%;
  bottom: 3%;
  box-shadow: -5px -5px 5px rgba(255, 255, 255, 0.1),
    10px 10px 10px rgba(0, 0, 0, 0.4),
    inset -5px -5px 5px rgba(255, 255, 255, 0.2),
    inset 10px 10px 10px rgba(0, 0, 0, 0.4);
  height: 160px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease-in-out;
  width: 160px;
}

.loader:before {
  background: #212121;
  border: 2px solid #292929;
  border-radius: 50%;
  bottom: 25px;
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.2),
    inset 3px 3px 5px rgba(0, 0, 0, 0.5);
  content: "";
  left: 25px;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 10;
}

.loader span {
  animation: animate 0.2s cubic-bezier(0, 0.98, 0.46, 0.86) infinite,
    hue 3s linear infinite;
  background-image: linear-gradient(-225deg,
      #ff7402 0%,
      #ffe700 50%,
      #fff55e 100%);
  border-radius: 50%;
  filter: blur(20px);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes hue {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

.subir {
  align-items: center;
  backdrop-filter: blur(12px) brightness(150%);
  background-color: rgba(126, 126, 126, 0.5);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  bottom: 5%;
  display: flex;
  height: 70px;
  justify-content: center;
  mix-blend-mode: difference;
  opacity: 0;
  position: fixed;
  right: 3%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 70px;
  z-index: 400;
}

.light-mode .subir {
  backdrop-filter: blur(12px) brightness(95%);
  background-color: rgba(255, 255, 255, 0.192);
  mix-blend-mode: difference;
}

.subir.show {
  opacity: 1;
  visibility: visible;
}

.subir svg {
  color: rgb(255, 255, 255);
  height: 40px;
  transform: rotate(0deg) translateY(0px);
  transition: all 0.2s ease-in-out;
  width: 40px;
}

.subir:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.subir:hover svg {
  color: rgb(255, 255, 255);
  transform: rotate(0deg) translateY(-5px) scale(1.1);
}

.menu {
  align-items: center;
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: space-between;
  left: 0;
  margin: 0;
  padding: 0px 20px;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 99;
}

.logo {
  align-items: center;
  border-radius: 12px;
  color: var(--text-secondary);
  display: flex;
  flex-direction: row;
  font-weight: bolder;
  height: 50px;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  width: 140px;
}

.logo svg {
  margin-top: 5px;
}

.logo h1 {
  font-family: "Exo", sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
}

.logo:hover {
  color: var(--text-primary-dark);
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(255, 187, 0, 0.726));
}

.light-mode .logo:hover {
  color: var(--text-primary);
  cursor: pointer;
  filter: drop-shadow(0px 0px 5px rgba(255, 136, 0, 0.726));
}

a {
  color: var(--text-secondary);
  text-decoration: none;
}

.redes {
  display: none;
}

.atras {
  animation: linkTemp 1.3s infinite ease-in-out;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.atras:hover {
  animation: paused;
  color: var(--text-primary);
  text-shadow: 0px 0px 12px rgb(255, 255, 255, 0.7);
}

@keyframes linkTemp {
  0% {
    filter: drop-shadow(0px 0px 0px rgb(29, 191, 115, 0));
  }

  30% {
    filter: drop-shadow(0px 0px 10px rgb(255, 217, 0)) brightness(190%);
  }

  100% {
    filter: drop-shadow(0px 0px 30px rgb(29, 191, 115, 0));
  }
}

.ig svg {
  height: 30px;
  width: 30px;
}

.yt svg {
  height: 30px;
  padding: 0;
  width: 45px;
}

.tt svg {
  height: 30px;
  width: 30px;
}

.theme-toggle {
  align-items: center;
  background: none;
  background-color: var(--bg-tertiary);
  border: none;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: flex-start;
  padding: 3px;
  position: relative;
  transition: background-color 0.3s;
  width: 66px;
}

.toggle-track {
  border-radius: 50px;
  height: 100%;
  left: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.toggle-thumb {
  align-items: center;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: 24px;
}

.light-mode .toggle-thumb {
  transform: translateX(36px);
}

.light-icon,
.dark-icon {
  color: white;
  font-size: 12px;
  position: absolute;
  transition: opacity 0.3s;
}

.light-icon {
  opacity: 0;
}

.dark-icon {
  opacity: 1;
}

.light-mode .light-icon {
  opacity: 1;
}

.light-mode .dark-icon {
  opacity: 0;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  width: 100%;
}

.welcomeLine {
  background: -webkit-linear-gradient(45deg,
      rgb(255, 242, 232),
      rgb(193, 193, 193));
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(150%) brightness(130%) drop-shadow(0px 1px 1px rgb(0 0 0 / 0.7));
  font-family: "Exo", sans-serif;
  font-size: clamp(1.2em, 6vw, 1.875em);
  margin-top: 60px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
}

.light-mode .welcomeLine {
  background: -webkit-linear-gradient(45deg, rgb(8, 12, 29), rgb(8, 12, 29));
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(150%) brightness(130%) drop-shadow(0px 1px 1px rgb(201, 201, 201));
  font-family: "Exo", sans-serif;
  font-size: clamp(1.2em, 6vw, 1.875em);
  margin-top: 60px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
}

.welcomeLine,
.anotherImg,
.album-art,
.track-info,
.player-buttons,
.card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease, 0.7s ease-in-out;;
}

.live-status-container {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-live {
  opacity: 1;
}

.player-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 30px;
  padding: 100px 20px 40px 20px;
  transition: 0.7s ease-in-out;
}

.coverImg {
  aspect-ratio: 90/23;
  border-radius: 12px;
  display: none;
  max-width: 800px;
  width: 100%;
}

.anotherImg {
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  margin-bottom: -10px;
  margin-top: 0px;
  mask-image: linear-gradient(#000 80%, transparent 100%);
  max-width: 800px;
  width: 100%;
}

.player-info {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: grid;
  justify-items: center;
  max-width: 1200px;
  padding: 15px;
  position: relative;
  transition: all 0.4s ease-out;
  width: 100%;
  z-index: 1;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.player-info::before {
  animation: gradientShift 25s ease infinite;
  backdrop-filter: blur(18px);
  background: inherit;
  border-radius: 12px;
  box-shadow: -1px 3px 12px rgba(255, 0, 0, 0.4);
  content: "";
  filter: blur(12px) saturate(200%);
  height: 100%;
  inset: 0;
  position: absolute;
  transition: all 0.5s ease-out, background-color 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}

.player-info::after {
  background-color: var(--bg-primary);
  border-radius: 12px;
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  transition: 0.2s ease-in-out, background-color 0.3s ease;
  width: 100%;
  z-index: -1;
}

.playerGradient::before {
  background: linear-gradient(270deg, #ffa200, #005fc5, #ee0030);
  background-size: 1000% 1000%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.light-mode .playerGradient::before {
  background: linear-gradient(270deg, #ffa200, #00356d, #91001d);
  background-size: 1000% 1000%;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.playerGradient.show::before {
  opacity: 1;
}

.live-status-indicator {
  align-items: center;
  animation: pulseLive 3s infinite ease-out;
  background-color: var(--live-indicator);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 5px;
  padding: 6px;
  transition: background-color 0.3s;
}

.live-status-indicator.offline {
  animation: none;
  background-color: var(--offline-indicator);
  box-shadow: 0 2px 8px rgba(94, 94, 94, 0.3);
}

.live-pulse {
  animation: pulse 2s infinite ease-out;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.live-status-indicator.offline .live-pulse {
  animation: none;
  background-color: #ccc;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes pulseLive {
  0% {
    filter: drop-shadow(0px 0px 0px rgba(191, 29, 56, 0));
  }

  30% {
    filter: drop-shadow(0px 0px 5px rgba(255, 47, 47, 0.6)) drop-shadow(0px 0px 5px rgba(255, 61, 61, 0.8));
  }

  100% {
    filter: drop-shadow(0px 0px 20px rgb(191, 29, 56, 0));
  }
}

.player-elements {
  align-items: flex-start;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 2fr 1fr;
  justify-items: center;
  margin-bottom: 50px;
  padding-top: 12px;
}

.track-title {
  color: var(--text-primary);
  font-family: "Exo", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
}

.album-art {
  background-color: #535353;
  background-image: url(images/rocolaImg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 90px;
  overflow: hidden;
  width: 90px;
}

.station-slogan {
  color: var(--text-secondary);
  font-family: "Inter";
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
}

.frequence {
  color: var(--text-secondary);
  font-family: "Exo";
  font-size: 1em;
  font-weight: 800;
  margin: 0;
}

.status-text {
  color: #b5794b;
  font-weight: 700;
  margin: 0;
  position: absolute;
  transition: all 0.3s ease-out;
}

.player-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  width: 90%;
}

.player-controls {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.social-below-player {
  border-top: 2px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}

/* From Uiverse.io by 0800Gonza */
.card {
  align-items: center;
  background-color: transparent;
  display: flex;
  gap: 20px;
  height: fit-content;
  justify-content: center;
  padding: 25px 25px;
  width: fit-content;
}

/* for all social containers*/
.socialContainer {
  align-items: center;
  background-color: var(--socialCards);
  border-radius: 50%;
  display: flex;
  fill: var(--socialIcons);
  height: 52px;
  justify-content: center;
  overflow: hidden;
  transition-duration: 1s;
  width: 52px;
}

/* instagram*/
.containerOne:hover {
  background-color: #405de6;
  fill: white;
  transition-duration: 0.3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #1877f2;
  fill: white;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #fe2858;
  fill: white;
  transition-duration: 0.3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: #25d366;
  fill: white;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.social-below-player .socialLink {
  align-items: center;
  background: var(--bg-tertiary);
  border-radius: 50%;
  color: var(--text-secondary);
  display: flex;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 45px;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 45px;
}

.social-below-player .socialLink:hover {
  background: var(--accent-color);
  color: white;
  transform: translateY(-3px);
}

.play-btn {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 50px;
  justify-content: center;
  left: 50%;
  padding: 10px;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  width: 50px;
}

.play-btn:hover {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255));
  transform: scale(1.1) translateX(-45%);
}

.share {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-left: auto;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  width: 50px;
}

.share:hover {
  color: var(--text-primary);
  filter: drop-shadow(0px 0px 9px rgba(255, 255, 255));
}

/* Volume Controls */
.volume-controls {
  align-items: center;
  display: inline-flex;
  min-width: 200px;
  position: relative;
}

.volume-btn {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  height: fit-content;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 35px;
}

.volume-btn:hover {
  color: var(--text-primary);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
}

.volume-slider:hover::-webkit-slider-thumb {
  background-color: var(--text-primary);
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255));
  height: 10px;
  width: 10px;
}

.volume-level-indicator {
  background-color: transparent;
  border-radius: 4px;
  color: var(--text-primary);
  display: none;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 3px 6px;
  text-align: center;
}

.volume-slider {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  height: 6px;
  outline: none;
  transition: all 0.3s ease-in-out;
  width: 200px;
}

.volume-slider-container {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #b9b9b9;
  border-radius: 50%;
  cursor: pointer;
  height: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 5px;
}

.volume-slider::-moz-range-thumb {
  background: var(--text-secondary);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
}

/* Volume slider filled portion */
.volume-slider::-webkit-slider-runnable-track {
  background: linear-gradient(to right,
      var(--accent-color-secondary) 0%,
      var(--accent-color-secondary) var(--volume, 80%),
      var(--bg-tertiary) var(--volume, 80%),
      var(--bg-tertiary) 100%);
  border-radius: 5px;
  height: 5px;
}

.volume-slider::-moz-range-track {
  background: linear-gradient(to right,
      var(--accent-color-secondary) 0%,
      var(--accent-color-secondary) var(--volume, 80%),
      var(--bg-tertiary) var(--volume, 80%),
      var(--bg-tertiary) 100%);
  border-radius: 5px;
  height: 5px;
}

/* Volume icon animations */
.volume-btn .fa-volume-up,
.volume-btn .fa-volume-down,
.volume-btn .fa-volume-mute,
.volume-btn .fa-volume-off {
  transition: transform 0.3s ease;
}

.volume-btn:hover .fa-volume-up {
  transform: scale(1);
}

.volume-btn:hover .fa-volume-down {
  transform: scale(1);
}

.volume-btn:hover .fa-volume-mute {
  transform: scale(1);
}

.volume-btn:hover .fa-volume-off {
  transform: scale(1);
}

/* Facebook Section */
.fb-about-desktop {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

.facebook-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
  transition: 0.5s ease-in-out;
}

.facebook-container h2 {
  margin-top: 30px;
}

.embed {
  background-color: #1f1f1f;
  border-radius: 12px;
  display: flex;
  height: 500px;
  justify-content: center;
  margin: 15px;
  min-width: 330px;
  position: relative;
}

iframe {
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.rocola-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s ease-in-out;
}

.rocola-info h2,
.facebook-container h2,
.schedule-section h2,
.schedule-section h3,
.team-section h2 {
  font-family: "Exo", sans-serif;
}

.rocola-info strong {
  color: var(--text-primary);
  display: inline;
  font-weight: 600;
  white-space: normal;
}

.rocola-info p {
  display: inline;
  font-family: "Inter", sans-serif;
}

.rocola-text {
  backdrop-filter: brightness(150%);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #e6e6e6;
  display: flex;
  flex-direction: column;
  font-family: "Exo", sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 300;
  margin: clamp(1rem, 1vw, 3rem);
  max-width: 750px;
  min-height: 700px;
  overflow: hidden;
  padding: 40px;
  transition: 0.3s ease-in-out;
}

.light-mode .rocola-text {
  backdrop-filter: brightness(120%);
  background: rgba(255, 255, 255, 0.3);
  color: var(--text-primary);
  transition: 0.3s ease-in-out;
}

.rocola-info p::before {
  background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.schedule-section {
  padding: 60px 0;
  text-align: center;
}

.schedule-section h2 {
  color: var(--text-primary);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 5px;
  text-align: center;
}

.day-title {
  backdrop-filter: saturate(100%);
  background-color: transparent;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-direction: column;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  margin: 40px 0 40px 0;
  overflow: hidden;
  padding-top: 10px;
  transition: 0.3s ease-in-out;
}

.day-title::before {
  background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(255, 255, 255, 1),
    0 1px 12px rgba(255, 255, 255, 1);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.light-mode .day-title::before {
  background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
  border-radius: 50%;
  box-shadow: 0 9px 22px rgb(0, 0, 0), 0 1px 12px rgb(0, 0, 0);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}

@keyframes fadeInSchedule {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.schedule-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  width: 100%;
}

.schedule-item {
  align-items: center;
  backdrop-filter: saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 15px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.light-mode .schedule-item {
  backdrop-filter: saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.schedule-item::before {
  background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.schedule-item:hover::before {
  opacity: 1;
}

.schedule-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-8px) scale(1.02);
}

.light-mode .schedule-item:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.time {
  background-color: var(--text-extra);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(16, 23, 32, 0.3);
  color: white;
  font-family: "Exo";
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  text-align: center;
}

.earlyMorning {
  background: linear-gradient(0deg, #fd7933 -30%, #502dcd 70%);
}

.morning {
  background: linear-gradient(0deg, #ffad32 -20%, #327bea 60%);
}

.noon {
  background: linear-gradient(0deg, #dafeff -10%, #1eadf5 50%);
}

.afternoon {
  background: linear-gradient(0deg, #81e0ff -10%, #019eff 50%);
}

.evening {
  background: linear-gradient(0deg, #ffbd42 -10%, #019eff 60%);
}

.night {
  background: linear-gradient(0deg, #6f57c5 -20%, #21165e 80%);
}

.program-info {
  flex: 1;
  text-align: center;
}

.program-info h3 {
  color: var(--text-primary);
  font-family: "Exo";
  font-size: clamp(1.1rem, 2.5vw, 1.3rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.program-info .host-name {
  color: var(--highlight-text-primary);
  display: block;
  font-family: "Inter";
  font-size: clamp(1rem, 2.2vw, 1.1rem);
  font-weight: 400;
  margin-bottom: 6px;
}

/* Team Section */
.team-section {
  padding: 60px 0;
}

.team-section h2 {
  color: var(--text-primary);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.team-section h2::after {
  background: var(--accent-color);
  border-radius: 2px;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.team-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
}

.team-member {
  background: linear-gradient(145deg, var(--card-bg), transparent);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-member::before {
  background: linear-gradient(90deg, var(--accent-color), var(--accent-hover));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  width: 100%;
}

.team-member:hover::before {
  transform: scaleX(1);
}

.team-member:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}

.member-photo {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  height: 150px;
  margin: 0 auto 20px;
  overflow: visible;
  position: relative;
  transition: all 0.3s ease;
  width: 150px;
}

.member-photo::after {
  background-position: bottom;
  background-repeat: no-repeat;
  content: "";
  height: 170px;
  left: 50%;
  mask-image: linear-gradient(#000 64%, transparent 93%);
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 130px;
}

.felipe::after {
  background-image: url("images/staff-felipe-photo.webp");
  background-size: 130%;
  mask-image: linear-gradient(#000 60%, transparent 96%);
}

.vilma::after {
  background-image: url("images/staff-vilma-photo.webp");
  background-size: 160%;
  height: 220px;
  margin-left: -1px;
  mask-image: linear-gradient(#000 57%, transparent 79%);
  top: -33px;
}

.jorge::after {
  background-image: url("images/staff-jorge-photo.webp");
  background-size: 178%;
  height: 280px;
  margin-left: 1px;
  mask-image: linear-gradient(#000 49%, transparent 75%);
  top: -70px;
}

.linda::after {
  background-image: url("images/staff-linda-photo.webp");
  background-size: 150%;
  height: 220px;
  margin-left: -1px;
  mask-image: linear-gradient(#000 67%, transparent 85%);
  top: -46px;
}

.luis::after {
  background-image: url("images/staff-luis-photo.webp");
  background-size: 175%;
  height: 254px;
  margin-left: -2px;
  mask-image: linear-gradient(#000 48%, transparent 65%);
  top: -27px;
  width: 145px;
}

.nohemi::after {
  background-image: url("images/staff-nohemi-photo.webp");
  background-size: 175%;
  height: 254px;
  margin-left: 1px;
  mask-image: linear-gradient(#000 50%, transparent 81%);
  top: -65px;
  width: 120px;
}

.stefany::after {
  background-image: url("images/staff-stefany-photo.webp");
  background-size: 172%;
  height: 254px;
  margin-left: 0px;
  mask-image: linear-gradient(#000 66%, transparent 85%);
  top: -74px;
  width: 120px;
}

.team-member:hover .member-photo {
  border-color: var(--accent-hover);
  transform: scale(1.05);
}

.member-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.team-member:hover .member-photo img {
  transform: scale(1.1);
}

.member-info h3 {
  color: var(--text-primary);
  font-family: "Exo";
  font-size: clamp(1.2rem, 2.3vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.member-role {
  color: var(--accent-color);
  font-family: "Inter";
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.member-bio {
  color: var(--text-secondary);
  font-family: "Inter";
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  line-height: 1.5;
}

/* Footer */
footer {
  background-color: var(--bg-blur-primary);
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
  padding: 40px 0 20px;
}

.footer-content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 30px;
}

.footer-logo h2 {
  color: var(--text-primary);
  font-family: "Exo";
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 800;
  margin-bottom: 0px;
}

.footer-logo span {
  color: var(--accent-color);
  font-family: "Exo";
  font-weight: 600;
}

.footer-slogan {
  color: var(--accent-color);
  font-family: "Inter";
  font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
  font-weight: 600;
  margin-bottom: 0px;
}

.footer-logo p {
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin-top: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact h3 {
  color: var(--text-primary);
  font-family: "Exo";
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 15px;
}

.footer-contact p,
.footer-contact a {
  color: var(--text-secondary);
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin-bottom: 10px;
  width: fit-content;
}

.footer-contact p,
.footer-contact a:hover {
  color: var(--text-primary);
}

.footer-contact i {
  color: var(--accent-color);
  margin-right: 10px;
}

.footer-contact .wspIcon {
  color: var(--accent-color);
  margin-right: 2px;
}

.fa-map-marker-alt {
  margin-left: 3px;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
}

.copyright {
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.2rem);
  text-align: center;
}

.copyright span {
  font-family: "Exo";
  font-weight: 700;
}

.socialMedia {
  display: flex;
  flex-direction: row;
  gap: 14px;
  height: auto;
  justify-content: center;
  margin: 0;
  transform: scale(0.9);
  width: 100%;
}

.socialIcon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: fit-content;
}

.socialIcon svg {
  color: var(--text-secondary);
}

.socialIcon:hover svg {
  color: var(--text-primary);
}

.instagram svg {
  height: 40px;
  width: 40px;
}

/*Desde acá inician los breakpoints (Media queries)*/

@media (min-width: 344px) {
  .container {
    padding: 0 15px;
  }

  .player-container {
    /*background-color: #ae5400;*/
  }

  .player-elements {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 45px;
  }

  .album-art {
    height: 170px;
    margin: 0;
    padding: 0;
    width: 170px;
  }

  .track-info {
    gap: 0;
    line-height: 1.4;
    width: 100%;
  }

  .track-title {
    font-weight: 700;
    margin: 0;
  }

  .station-slogan {
    color: var(--text-secondary);
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
  }

  .status-text {
    justify-self: center;
    margin-top: 25px;
    position: relative;
  }

  .live-status-indicator {
    font-size: 0.7rem;
    font-weight: 500;
    left: 50%;
    padding: 6px;
    position: absolute;
    top: 2.5%;
    transform: translateX(-50%);
    width: 65px;
  }

  .card {
    padding: 0px;
  }
}

@media (min-width: 414px) {
  .container {
    padding: 0 15px;
  }

  .player-container {
    /*background-color: #003aae;*/
  }

  .welcomeLine {
    font-family: "Exo", serif;
    margin-top: 55px;
  }

  .player-elements {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 2fr 1fr;
    justify-items: center;
    margin-bottom: 60px;
    padding-top: 12px;
  }

  .album-art {
    height: 100px;
    margin: 0;
    padding: 0;
    width: 100px;
  }

  .track-info {
    gap: 0;
    line-height: 1.4;
    width: 100%;
  }

  .track-title {
    font-weight: 700;
    margin: 0;
  }

  .station-slogan {
    color: var(--text-secondary);
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
  }

  .status-text {
    font-weight: 700;
    justify-self: auto;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .live-status-indicator {
    align-items: center;
    animation: pulseLive 3s infinite ease-out;
    background-color: var(--live-indicator);
    border-radius: 8px;
    color: white;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 5px;
    padding: 6px;
    position: relative;
    transition: background-color 0.3s;
    width: 72px;
  }

  .card {
    padding: 20px 10px;
  }
}

@media (min-width: 540px) {
  .container {
    padding: 0 15px;
  }

  .player-container {
    /*background-color: #00ae80;*/
    padding: 60px 20px 40px 20px;
  }

  .player-elements {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 3fr 1fr;
    justify-items: center;
    margin-bottom: 15px;
    padding-top: 12px;
  }

  .album-art {
    height: 120px;
    margin: 0;
    padding: 0;
    width: 120px;
  }

  .track-info {
    gap: 0;
    line-height: 1.4;
    width: 100%;
  }

  .track-title {
    font-size: 1.5em;
  }

  .station-slogan {
    font-size: 1.1em;
  }

  .status-text {
    justify-self: auto;
    margin: 15px 0 0 0;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .live-status-indicator {
    font-size: 0.8rem;
    gap: 8px;
    padding: 8px;
    width: 75px;
  }

  .card {
    padding: 10px;
  }

  .embed {
    display: flex;
    height: 500px;
    justify-content: center;
    position: relative;
    width: 480px;
  }
}

@media (min-width: 720px) {
  .container {
    padding: 0 15px;
  }

  .welcomeLine {
    font-family: "Exo", serif;
    margin-top: 75px;
  }

  .player-container {
    /*background-color: #8500ae;*/
  }

  .player-elements {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 3fr 1fr;
    justify-items: center;
    margin-bottom: 15px;
    padding-top: 12px;
  }

  .album-art {
    height: 130px;
    margin: 0;
    padding: 0;
    width: 130px;
  }

  .track-title {
    font-size: 1.8em;
    line-height: 1;
    margin: 0;
  }

  .station-slogan {
    font-size: 1.2em;
    line-height: 1.6;
  }

  .status-text {
    justify-self: auto;
    margin: 25px 0 0 0;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .live-status-indicator {
    align-self: flex-end;
    font-size: 0.8rem;
    gap: 8px;
    left: clamp(91%, 92%, 89%);
    padding: 8px;
    position: absolute;
    top: 7%;
    width: 80px;
  }

  .live-pulse {
    animation: pulse 1.5s infinite ease-out;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    height: 8px;
    width: 8px;
  }

  .player-buttons {
    position: absolute;
    right: 3%;
    top: 25%;
    width: 300px;
  }

  .player-controls {
    margin-bottom: 10px;
  }

  .volume-slider {
    width: 240px;
  }

  .embed {
    display: flex;
    height: 700px;
    justify-content: center;
    position: relative;
    width: 500px;
  }
}

@media (min-width: 890px) {
  .container {
    padding: 0 15px;
  }

  .welcomeLine {
    font-family: "Exo", serif;
    margin-bottom: -30px;
    margin-top: 75px;
  }

  .player-container {
    /*background-color: #094e0b;*/
  }

  .player-elements {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 3fr 1fr;
    justify-items: center;
    margin-bottom: 15px;
    padding-top: 12px;
  }

  .play-btn {
    font-size: 1.9em;
    padding-bottom: 10px;
  }

  .volume-btn {
    font-size: 1.3em;
  }

  .share {
    padding-bottom: 0px;
  }

  .share svg {
    height: 28px;
    width: 28px;
  }

  .album-art {
    height: 150px;
    margin: 0;
    padding: 0;
    width: 150px;
  }

  .status-text {
    margin: 20px 0 0 0;
  }

  .live-status-indicator {
    left: 92%;
    top: 8%;
  }

  .embed {
    display: flex;
    height: 700px;
    justify-content: center;
    position: relative;
    width: 500px;
  }
}

@media (min-width: 1080px) {
  .container {
    padding: 0 15px;
  }

  .welcomeLine {
    font-family: "Exo", serif;
    margin-bottom: -30px;
    margin-top: 75px;
  }

  .player-container {
    /*background-color: #4e1909;*/
  }

  .player-elements {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 2fr 6fr 4fr;
    justify-items: center;
    margin-bottom: 20px;
    padding: 22px 20px 0 20px;
  }

  .album-art {
    height: 160px;
    margin: 0;
    padding: 0;
    width: 160px;
  }

  .track-info {
    gap: 0;
    line-height: 1.6;
    width: 100%;
  }

  .track-title {
    font-size: 1.7em;
    line-height: 1.5;
  }

  .station-slogan {
    font-size: 1.4em;
  }

  .frequence {
    font-size: 1.1em;
  }

  .status-text {
    justify-self: auto;
    margin: 18px 0 0 0;
    position: absolute;
    transition: all 0.3s ease-out;
  }

  .player-buttons {
    padding-right: 0;
    position: absolute;
    right: 4%;
    top: 30%;
    width: 90%;
  }

  .play-btn {
    font-size: 2.5em;
    padding-bottom: 30px;
  }

  .volume-btn {
    font-size: 1.5em;
  }

  .share {
    align-self: center;
    margin-left: auto;
    padding-bottom: 30px;
  }

  .share svg {
    stroke-width: 2;
  }

  .live-status-indicator {
    left: 93%;
    top: 9%;
  }

  .fb-about-desktop {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }
}