:root {
  color-scheme: dark;
  --ink: #fbf8ff;
  --muted: #c6bed7;
  --dim: #928aa5;
  --cyan: #46ecff;
  --pink: #ed46db;
  --gold: #ffd760;
  --red: #f12930;
  --violet: #9d66ff;
  --line: rgba(180, 160, 235, 0.24);
  --deep: #070817;
  --panel: rgba(12, 13, 43, 0.74);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--deep);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: radial-gradient(
      circle at 89% 10%,
      rgba(196, 43, 203, 0.2),
      transparent 29rem
    ),
    radial-gradient(
      circle at 2% 77%,
      rgba(26, 103, 225, 0.19),
      transparent 32rem
    ),
    linear-gradient(132deg, #050615 0%, #100b2a 48%, #070817 100%);
  font-family: Outfit, Arial, sans-serif;
}

button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.page-grid {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.8;
  background: repeating-linear-gradient(
      90deg,
      transparent 0 54px,
      rgba(165, 127, 240, 0.055) 54px 55px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 91px,
      rgba(82, 224, 255, 0.024) 91px 92px
    );
  mask-image: linear-gradient(#000, transparent 97%);
}

.unified-shell {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.unified-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  gap: 22px;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
}

.unified-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-self: start;
  color: var(--ink);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.unified-brand span {
  color: var(--gold);
  font-size: 17px;
}

.unified-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(178, 157, 235, 0.25);
  border-radius: 999px;
  background: rgba(14, 13, 44, 0.45);
}
.unified-nav a,
.unified-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  color: #bbb2cd;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-family: inherit;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}
.unified-nav a:hover,
.unified-nav button:hover {
  color: #071728;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(70, 236, 255, 0.26);
}

.unified-status {
  justify-self: end;
  color: #c8c0d1;
  white-space: nowrap;
}
.unified-status i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px rgba(241, 41, 48, 0.95);
}

.unified-canvas {
  overflow: clip;
  border: 1px solid rgba(183, 160, 239, 0.24);
  border-radius: 30px;
  background: linear-gradient(
    145deg,
    rgba(8, 10, 34, 0.78),
    rgba(32, 12, 61, 0.55)
  );
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.055);
}

.unified-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(72vh, 765px);
  align-items: center;
  gap: clamp(24px, 6vw, 100px);
  padding: clamp(56px, 8vw, 116px) clamp(28px, 7vw, 108px)
    clamp(54px, 7vw, 92px);
}
.unified-hero::before {
  position: absolute;
  right: -13%;
  bottom: -36%;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(73, 238, 255, 0.11);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(225, 57, 216, 0.16);
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
}
.signal-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 18px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.signal-kicker::before {
  width: 40px;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 13px 2px rgba(70, 236, 255, 0.65);
  content: "";
}

.unified-hero h1,
.panel-heading h2,
.section-intro h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.77;
  text-transform: uppercase;
  text-shadow:
    0 7px 0 #190d34,
    0 21px 50px rgba(214, 58, 208, 0.16);
}
.unified-hero h1 {
  max-width: 660px;
  font-size: clamp(76px, 8.5vw, 140px);
}
.unified-hero h1 em,
.panel-heading h2 em,
.section-intro h2 em {
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1.5px var(--pink);
  text-shadow: none;
}
.unified-hero > .hero-copy > p:not(.signal-kicker) {
  max-width: 510px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}
.hero-listen,
.hero-explore,
.large-listen {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.hero-listen {
  padding: 0 22px;
  color: #141223;
  background: linear-gradient(115deg, #ffe268, #ff9d4a);
  box-shadow: 0 13px 28px rgba(255, 164, 68, 0.2);
}
.hero-listen span {
  margin-right: 8px;
  color: #d33045;
}
.hero-listen.is-playing,
.large-listen.is-playing {
  color: #05172a;
  background: linear-gradient(115deg, #55f3ff, #4db1ff);
  box-shadow: 0 13px 28px rgba(69, 225, 255, 0.24);
}
.hero-listen.is-playing span {
  color: #087a91;
  text-shadow: 0 0 9px rgba(17, 241, 255, 0.8);
}
.hero-explore {
  padding: 0 19px;
  color: #dad4e7;
  border-color: rgba(180, 160, 235, 0.35);
  background: rgba(18, 17, 51, 0.35);
}
.hero-listen:hover,
.large-listen:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}
.hero-explore:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.hero-logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 500px;
  place-items: center;
  isolation: isolate;
}
.hero-logo-stage::before {
  position: absolute;
  z-index: -1;
  width: min(38vw, 560px);
  height: min(38vw, 560px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(71, 238, 255, 0.13),
    rgba(181, 56, 212, 0.12) 45%,
    transparent 68%
  );
  content: "";
  filter: blur(4px);
}
.hero-logo-slot {
  width: min(515px, 100%);
  text-align: center;
}
.hero-logo-slot > svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.45));
}
.hero-logo-slot > span {
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.stage-ring {
  position: absolute;
  z-index: -2;
  width: min(43vw, 610px);
  aspect-ratio: 1;
  border: 1px solid rgba(215, 193, 255, 0.2);
  border-radius: 50%;
}
.stage-ring-a {
  transform: rotate(28deg) scaleY(0.72);
}
.stage-ring-b {
  transform: rotate(-37deg) scaleX(0.76);
  border-color: rgba(70, 236, 255, 0.16);
}

.signal-launcher {
  display: grid;
  grid-template-columns: minmax(270px, 0.85fr) minmax(540px, 1.65fr);
  gap: clamp(35px, 6vw, 86px);
  padding: clamp(55px, 7vw, 94px) clamp(28px, 7vw, 108px);
  border-top: 1px solid rgba(181, 160, 235, 0.16);
  background: linear-gradient(
    105deg,
    rgba(11, 12, 38, 0.64),
    rgba(34, 11, 60, 0.34)
  );
}
.section-intro h2 {
  font-size: clamp(55px, 5.9vw, 96px);
}
.section-intro > p:not(.signal-kicker) {
  max-width: 390px;
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.launcher-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: center;
}
.launch-card {
  position: relative;
  display: grid;
  min-height: 195px;
  padding: 19px;
  overflow: hidden;
  text-align: left;
  color: var(--ink);
  border: 1px solid rgba(175, 155, 233, 0.28);
  border-radius: 18px;
  background: rgba(15, 15, 49, 0.56);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}
.launch-card::before {
  position: absolute;
  top: -85px;
  right: -75px;
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(193, 172, 250, 0.2);
  border-radius: 50%;
  content: "";
}
.launch-card:hover {
  z-index: 1;
  border-color: var(--cyan);
  background: linear-gradient(
    140deg,
    rgba(41, 217, 255, 0.16),
    rgba(149, 49, 207, 0.15)
  );
  transform: translateY(-5px);
}
.launch-card--jefes {
  grid-column: span 2;
  min-height: 160px;
}
.launch-index {
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 10px;
}
.launch-icon {
  align-self: center;
  color: var(--gold);
  font-size: 26px;
  line-height: 1;
}
.launch-card strong {
  align-self: end;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 0.84;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.launch-card small {
  margin-top: 8px;
  color: #afa7c2;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
}
.launch-arrow {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: var(--cyan);
  font-size: 22px;
}

.sponsor-slot {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding-top: clamp(22px, 3vw, 33px);
  border-top: 1px solid rgba(181, 160, 235, 0.16);
}
.sponsor-slot[hidden] { display: none; }
.sponsor-slot__label {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px 5px 18px 0;
}
.sponsor-slot__label span {
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.sponsor-slot__label small {
  max-width: 190px;
  color: #afa7c2;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
.sponsor-slot__creative {
  position: relative;
  display: block;
  min-height: 88px;
  overflow: hidden;
  border: 1px solid rgba(70, 236, 255, 0.42);
  border-radius: 14px;
  background: #100c2d;
  box-shadow: 0 13px 30px rgba(4, 3, 19, 0.25);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}
.sponsor-slot__creative:hover {
  border-color: var(--cyan);
  box-shadow: 0 15px 35px rgba(49, 220, 255, 0.15);
  transform: translateY(-2px);
}
.sponsor-slot__creative img {
  display: block;
  width: 100%;
  height: clamp(88px, 9vw, 126px);
  object-fit: cover;
  transform-origin: center;
  transition: object-position 220ms ease, transform 220ms ease;
}
/* Preserve the full design of very wide ad artwork instead of treating it
   like a standard photo crop. The class is assigned from the image ratio. */
.sponsor-slot--ultrawide .sponsor-slot__creative {
  min-height: 0;
  aspect-ratio: 7 / 1;
}
.sponsor-slot--ultrawide .sponsor-slot__creative img {
  height: 100%;
  object-fit: contain;
}
.sponsor-slot__visit {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: rgba(7, 8, 24, 0.74);
  backdrop-filter: blur(8px);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.sponsor-slot__visit b {
  margin-left: 4px;
  color: var(--cyan);
  font-size: 11px;
}
.sponsor-slot__progress {
  grid-column: 2;
  height: 2px;
  margin-top: -8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(185, 166, 237, 0.16);
}
.sponsor-slot__progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), #e845cd, var(--gold));
}
.sponsor-slot.is-rotating .sponsor-slot__progress i {
  animation: sponsor-progress var(--sponsor-duration, 9000ms) linear forwards;
}
.sponsor-slot.is-changing .sponsor-slot__creative { animation: sponsor-arrive 360ms ease both; }
@keyframes sponsor-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes sponsor-arrive {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.canvas-panel {
  position: relative;
  padding: 0 clamp(28px, 7vw, 108px) clamp(48px, 6vw, 88px);
  border-top: 1px solid rgba(183, 161, 235, 0.2);
  background: linear-gradient(
    150deg,
    rgba(9, 11, 37, 0.88),
    rgba(36, 12, 63, 0.54)
  );
}
.canvas-panel[hidden] {
  display: none;
}
.canvas-panel:not([hidden]) {
  animation: panel-arrive 430ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes panel-arrive {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.panel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 73px;
  color: #afa7c2;
  border-bottom: 1px solid rgba(182, 160, 235, 0.19);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
}
.panel-bar p {
  margin: 0;
}
.panel-bar p span {
  margin-right: 11px;
  color: var(--cyan);
}
.close-panel {
  display: grid;
  width: 34px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(70, 236, 255, 0.35);
  border-radius: 50%;
  background: transparent;
  font-size: 21px;
  line-height: 1;
  transition:
    transform 180ms ease,
    background 180ms ease;
}
.close-panel:hover {
  color: #071520;
  background: var(--cyan);
  transform: rotate(90deg);
}
.panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  padding: 57px 0 32px;
}
.panel-heading h2 {
  font-size: clamp(58px, 6vw, 106px);
}
.panel-heading > p {
  max-width: 355px;
  margin: 0 0 4px;
  color: var(--muted);
  line-height: 1.65;
}
.panel-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.radio-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding-top: 38px;
}
.radio-layout h2 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(62px, 6.8vw, 116px);
  font-weight: 900;
  line-height: 0.77;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.radio-layout h2 em {
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1.5px var(--pink);
}
.large-listen {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 11px 20px 11px 12px;
  text-align: left;
  color: #181427;
  background: linear-gradient(115deg, #ffe16e, #ff9a4c);
  box-shadow: 0 15px 35px rgba(255, 169, 67, 0.19);
  transition:
    transform 180ms ease,
    filter 180ms ease;
}
.large-listen .listen-glyph {
  display: grid;
  width: 40px;
  aspect-ratio: 1;
  place-items: center;
  color: #ffe86f;
  border-radius: 50%;
  background: #cc2947;
}
.large-listen.is-playing .listen-glyph {
  color: #092a3d;
  background: #d9feff;
}
.large-listen small {
  display: block;
  margin-bottom: 4px;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
}
.radio-visual {
  position: relative;
  display: grid;
  min-height: 472px;
  align-content: start;
  gap: 16px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(70, 236, 255, 0.38);
  border-radius: 26px;
  background: radial-gradient(
      circle at 70% 25%,
      rgba(67, 231, 255, 0.2),
      transparent 30%
    ),
    linear-gradient(145deg, rgba(34, 12, 68, 0.95), rgba(10, 19, 55, 0.92));
  box-shadow: inset 0 0 70px rgba(84, 72, 255, 0.16);
}
.radio-visual::before {
  position: absolute;
  right: -18%;
  bottom: -60%;
  width: 480px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}
.station-frequency {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  gap: 0;
}
.station-frequency span {
  display: block;
  color: var(--cyan);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(76px, 7.4vw, 112px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.07em;
}
.station-frequency small,
.radio-visual > p {
  color: #d2c9e3;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.station-frequency small {
  display: block;
  margin: 9px 0 0 6px;
}
.now-playing-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 142px;
  gap: 16px;
  width: min(100%, 500px);
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(90, 237, 255, 0.3);
  border-radius: 19px;
  background: rgba(5, 12, 38, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 36px rgba(28, 202, 255, 0.08);
}
.now-playing-card::before {
  position: absolute;
  top: -70%;
  right: -20%;
  width: 190px;
  aspect-ratio: 1;
  border: 1px solid rgba(92, 238, 255, 0.14);
  border-radius: 50%;
  content: "";
}
.now-playing-art {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(93, 239, 255, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(83, 237, 255, 0.22), rgba(125, 62, 215, 0.38)),
    #121637;
  box-shadow: 0 0 26px rgba(28, 202, 255, 0.14);
}
.now-playing-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 10, 32, 0.52));
  content: "";
  pointer-events: none;
}
.now-playing-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.now-playing-art.is-station-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(166, 61, 255, 0.32), transparent 38%),
    linear-gradient(145deg, #0a1637, #25104e);
}
.now-playing-logo {
  display: none;
  width: 82%;
  height: 82%;
}
.now-playing-art.is-station-art .now-playing-logo {
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-align: center;
}
.now-playing-logo .jefa-logo {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 12px rgba(70, 236, 255, 0.24));
}
.on-air-badge {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  padding: 5px 7px;
  color: #071128;
  border-radius: 5px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(70, 236, 255, 0.45);
  font-family: "DM Mono", monospace;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.now-playing-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 7px;
  padding: 5px 11px 5px 0;
}
.now-playing-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.now-playing-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.now-playing-live-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  padding: 0 8px;
  color: #b9faff;
  border: 1px solid rgba(83, 238, 255, 0.46);
  border-radius: 99px;
  background: rgba(12, 53, 84, 0.5);
  box-shadow: 0 0 14px rgba(42, 218, 255, 0.08);
  font-family: "DM Mono", monospace;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.now-playing-live-toggle span {
  color: #ffdb61;
  font-size: 8px;
}
.now-playing-live-toggle.is-playing {
  color: #062238;
  border-color: transparent;
  background: var(--cyan);
  box-shadow: 0 0 17px rgba(70, 236, 255, 0.36);
}
.now-playing-live-toggle.is-playing span {
  color: #08748b;
}
.now-playing-live-toggle:hover {
  filter: brightness(1.12);
}
.now-playing-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  content: "";
}
.now-playing-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0.015em;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.now-playing-artist {
  display: block;
  overflow: hidden;
  color: #e6d9fb;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.now-playing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  color: #a9a0bb;
  font-family: "DM Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}
.metadata-pulse {
  color: var(--cyan);
}
.metadata-pulse::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
  content: "";
}
.radio-visual > p {
  position: relative;
  z-index: 1;
  margin: 0;
}
.equalizer {
  position: relative;
  z-index: 1;
  display: flex;
  height: 48px;
  align-items: center;
  gap: 7px;
}
.equalizer i {
  width: 7px;
  height: 22%;
  border-radius: 99px;
  background: linear-gradient(180deg, #ffffff, var(--cyan));
  box-shadow: 0 0 16px rgba(70, 236, 255, 0.7);
  animation: equalize 1s ease-in-out infinite alternate;
}
.equalizer i:nth-child(2n) {
  animation-duration: 0.7s;
}
.equalizer i:nth-child(3n) {
  animation-duration: 1.25s;
}
.equalizer i:nth-child(4n) {
  animation-delay: -0.65s;
}
@keyframes equalize {
  to {
    height: 100%;
  }
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  margin: -25px 0 24px;
  color: #a9a0bb;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
}
.carousel-controls button {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(70, 236, 255, 0.4);
  border-radius: 50%;
  background: rgba(9, 13, 39, 0.46);
  font-size: 20px;
  transition:
    color 180ms ease,
    background 180ms ease;
}
.carousel-controls button:hover {
  color: #081420;
  background: var(--cyan);
}
.content-rack {
  display: flex;
  gap: 18px;
  padding: 4px 1px 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--cyan) transparent;
  scroll-snap-type: x mandatory;
}
.content-rack::-webkit-scrollbar {
  height: 7px;
}
.content-rack::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  border-radius: 999px;
}
.content-rack:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}
.program-card {
  display: grid;
  flex: 0 0 min(355px, 80vw);
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(180, 160, 235, 0.29);
  border-radius: 22px;
  background: linear-gradient(165deg, #261151, #110c2d);
  scroll-snap-align: start;
  transition:
    transform 220ms ease,
    border-color 220ms ease;
}
.program-card:hover {
  border-color: var(--cyan);
  transform: translateY(-6px);
}
.program-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid rgba(255, 215, 96, 0.32);
}
.program-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 21px 23px;
  text-align: center;
}
.program-logo {
  width: min(260px, 90%);
  max-height: 135px;
  object-fit: contain;
}
.puma-logo {
  max-height: 120px;
}
.voladora-logo {
  max-height: 110px;
}
.pelon-logo {
  max-height: 110px;
}
.diferente-logo,
.viejas-logo {
  max-height: 95px;
}
.type-logo {
  margin: 0;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.type-logo em {
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1px var(--pink);
}
.type-logo small {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
}
.program-host {
  margin: 20px 0 0;
  color: #d7cfe7;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.11em;
}
.program-time {
  margin: 16px 0 0;
  color: var(--gold);
  font-family: "DM Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.program-time span {
  margin-right: 8px;
  color: var(--cyan);
  font-size: 8px;
  letter-spacing: 0.13em;
}

.bridge-heading {
  align-items: start;
}
.source-link {
  margin-top: 20px;
  padding-left: 20px;
  color: #aaa1be;
  border-left: 2px solid var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.13em;
  line-height: 1.75;
  text-decoration: none;
}
.source-link strong {
  color: var(--cyan);
}
.bridge-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  color: #b3abc3;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.bridge-toolbar p {
  margin: 0;
}
.bridge-toolbar p::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(70, 236, 255, 0.95);
  content: "";
}
.bridge-toolbar button {
  min-height: 40px;
  padding: 0 15px;
  color: #091b29;
  border: 0;
  border-radius: 8px;
  background: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  transition: transform 160ms ease;
}
.bridge-toolbar button:hover {
  transform: translateY(-2px);
}
.bridge-frame {
  overflow: hidden;
  border: 1px solid rgba(177, 157, 235, 0.34);
  border-radius: 20px;
  background: #0a0c27;
}
.bridge-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(180, 160, 235, 0.25);
}
.bridge-tabs button {
  min-height: 58px;
  color: #bbb1ce;
  border: 0;
  border-right: 1px solid rgba(180, 160, 235, 0.2);
  background: transparent;
  font-family: "DM Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.bridge-tabs button:last-child {
  border-right: 0;
}
.bridge-tabs button:hover,
.bridge-tabs button.is-active {
  color: #071421;
  background: var(--cyan);
  box-shadow: inset 0 -3px var(--gold);
}
.bridge-image-wrap {
  position: relative;
  aspect-ratio: 16 / 7;
  min-height: 260px;
  overflow: hidden;
  background: #10142d;
}
.bridge-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridge-image-wrap span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 9px 11px;
  color: #e8fbff;
  border: 1px solid rgba(70, 236, 255, 0.38);
  background: rgba(4, 15, 31, 0.78);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}
.bridge-image-wrap span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 9px var(--cyan);
}
.bridge-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 24px;
}
.bridge-bottom small {
  color: #bbb2cb;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.13em;
}
.bridge-bottom h3 {
  margin: 8px 0 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 34px;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.direction-buttons {
  display: flex;
}
.direction-buttons button {
  min-height: 44px;
  padding: 0 14px;
  color: #bcb4cb;
  border: 1px solid rgba(180, 160, 235, 0.3);
  background: transparent;
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.direction-buttons button:first-child {
  border-radius: 7px 0 0 7px;
}
.direction-buttons button:last-child {
  border-left: 0;
  border-radius: 0 7px 7px 0;
}
.direction-buttons button.is-active {
  color: #061722;
  background: var(--cyan);
}
.bridge-unavailable {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 9px;
  padding: 28px;
  color: #f8f7ff;
  text-align: center;
  background: linear-gradient(
      135deg,
      rgba(8, 11, 35, 0.96),
      rgba(32, 15, 72, 0.96)
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 29px,
      rgba(70, 236, 255, 0.05) 30px
    );
}
.bridge-unavailable[hidden] {
  display: none;
}
.bridge-unavailable strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.bridge-unavailable p {
  margin: 0;
  color: var(--muted);
}
.bridge-unavailable a {
  margin-top: 5px;
  padding: 10px 12px;
  color: var(--cyan);
  border: 1px solid rgba(70, 236, 255, 0.56);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-decoration: none;
}
.bridge-unavailable a:hover {
  color: #061422;
  background: var(--cyan);
}

.event-folders {
  display: grid;
  gap: 20px;
}
.event-folder,
.future-folder {
  overflow: hidden;
  border: 1px solid rgba(180, 160, 235, 0.31);
  border-radius: 22px;
  background: rgba(8, 11, 37, 0.52);
}
.folder-cover {
  position: relative;
  display: block;
  width: 100%;
  min-height: 295px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: white;
  border: 0;
  background: #130e31;
}
.folder-cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 6, 20, 0.72),
    rgba(9, 8, 28, 0.11) 75%
  );
  content: "";
}
.folder-cover > img {
  width: 100%;
  height: 100%;
  min-height: 295px;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.folder-cover:hover > img {
  transform: scale(1.045);
}
.folder-info {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 30px;
  display: grid;
  gap: 10px;
}
.folder-info small,
.folder-info b {
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.folder-info strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(50px, 6vw, 86px);
  line-height: 0.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.folder-info strong em {
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1.3px var(--pink);
}
.folder-info b {
  color: var(--gold);
}
.folder-info b i {
  display: inline-block;
  margin-left: 8px;
  color: var(--cyan);
  font-size: 17px;
  font-style: normal;
  transition: transform 0.2s ease;
}
.event-folder:not(.is-open) .folder-info b i {
  transform: rotate(-90deg);
}
.event-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  padding: 5px;
}
.event-folder:not(.is-open) .event-gallery {
  display: none;
}
.event-gallery a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #171432;
}
.event-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.event-gallery a:hover img {
  transform: scale(1.08);
  filter: brightness(1.15);
}
.future-folder {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  border-style: dashed;
  background: rgba(21, 18, 50, 0.3);
}
.future-folder > span {
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(70, 236, 255, 0.45);
  border-radius: 50%;
  font-size: 27px;
}
.future-folder small {
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.future-folder strong {
  display: block;
  margin-top: 6px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 31px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.future-folder p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.pulse-feed-section {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  padding: 27px;
  border: 1px solid rgba(70, 236, 255, 0.36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 4%, rgba(248, 58, 172, 0.18), transparent 29%),
    radial-gradient(circle at 8% 100%, rgba(70, 236, 255, 0.14), transparent 35%),
    linear-gradient(140deg, rgba(10, 12, 43, 0.93), rgba(31, 10, 64, 0.76));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 20px 50px rgba(2, 2, 18, 0.17);
}
.pulse-empty {
  margin: 0;
  padding: 30px;
  color: var(--muted);
  border: 1px dashed rgba(182, 160, 235, 0.34);
  border-radius: 18px;
  background: rgba(12, 11, 38, 0.38);
  font-size: 15px;
  line-height: 1.6;
}
.pulse-feed-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: linear-gradient(rgba(87, 224, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(87, 224, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
  content: "";
  pointer-events: none;
}
.pulse-feed-heading,
.pulse-feed {
  position: relative;
  z-index: 1;
}
.pulse-feed-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.pulse-feed-heading .signal-kicker {
  margin: 0 0 9px;
}
.pulse-feed-heading h3 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(41px, 5vw, 68px);
  line-height: 0.78;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}
.pulse-feed-heading h3 em {
  color: transparent;
  font-style: italic;
  -webkit-text-stroke: 1px var(--pink);
}
.pulse-feed-heading > div > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.pulse-feed-mark {
  display: grid;
  width: 61px;
  aspect-ratio: 1;
  place-items: center;
  flex: none;
  border: 1px solid rgba(70, 236, 255, 0.5);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(4, 20, 48, 0.55);
  box-shadow: 0 0 30px rgba(70, 236, 255, 0.22);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 41px;
  font-weight: 800;
  font-style: italic;
}
.pulse-feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
.pulse-social-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin: 31px auto 0;
  padding: 17px 10px 1px;
  color: rgba(211, 204, 237, 0.55);
  border-top: 1px solid rgba(171, 152, 229, 0.17);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-align: center;
}
.pulse-social-links > span { color: rgba(70, 236, 255, 0.66); }
.pulse-social-links > em { color: rgba(255, 255, 255, 0.24); font-style: normal; }
.pulse-social-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pulse-social-links__icon {
  width: 13px;
  height: 13px;
  flex: none;
  fill: rgba(70, 236, 255, 0.72);
}
.pulse-social-links__cutout { fill: #0b0929; }
.pulse-social-links a b { color: rgba(238, 236, 255, 0.74); font-weight: 500; }
.pulse-social-links a i { margin-left: 4px; color: var(--cyan); font-style: normal; }
.pulse-social-links a:hover,
.pulse-social-links a:focus-visible { color: var(--cyan); }
.pulse-social-links a:hover b,
.pulse-social-links a:focus-visible b { color: var(--cyan); }
.pulse-social-links a:hover .pulse-social-links__icon,
.pulse-social-links a:focus-visible .pulse-social-links__icon { fill: var(--cyan); }
.pulse-card {
  display: flex;
  min-width: 0;
  min-height: 332px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(181, 161, 239, 0.32);
  border-radius: 18px;
  background: #0b0929;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.22);
}
.pulse-card > button {
  position: relative;
  display: flex;
  min-height: 285px;
  flex: 1;
  align-items: end;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  color: white;
  border: 0;
  text-align: left;
  background: #0e1035;
}
.pulse-card__visual,
.pulse-card__visual > img,
.pulse-card__veil {
  position: absolute;
  inset: 0;
}
.pulse-card__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}
.pulse-card__fallback {
  position: absolute;
  inset: 0;
  display: block;
  background: radial-gradient(circle at 18% 20%, rgba(72, 231, 255, 0.43), transparent 24%), linear-gradient(138deg, #0a4c71, #17103f 57%, #4f103f);
}
.pulse-card__fallback::before {
  position: absolute;
  top: 19px;
  left: 20px;
  padding: 6px 8px;
  color: #d0fcff;
  border: 1px solid rgba(102, 240, 255, 0.52);
  border-radius: 999px;
  background: rgba(4, 18, 45, 0.48);
  box-shadow: 0 0 20px rgba(71, 236, 255, 0.14);
  content: "EL PULSO";
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.pulse-card__fallback::after {
  position: absolute;
  right: -22px;
  bottom: -56px;
  width: 178px;
  aspect-ratio: 1;
  border: 1px solid rgba(72, 231, 255, 0.45);
  border-radius: 50%;
  content: "";
}
.pulse-card__fallback i,
.pulse-card__fallback b {
  display: none;
}
.pulse-card__veil {
  background: linear-gradient(180deg, rgba(3, 4, 17, 0.04) 18%, rgba(5, 5, 23, 0.9) 100%);
}
.pulse-card__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 21px 20px 19px;
}
.pulse-card__copy small,
.pulse-card__copy b,
.pulse-card__copy em,
.pulse-card__external {
  font-family: "DM Mono", monospace;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.pulse-card__copy small { color: var(--cyan); }
.pulse-card__copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(27px, 2.5vw, 37px);
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pulse-card__copy b { color: #ffd56b; }
.pulse-card__copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 1px 0 0;
  color: #ded9ee;
  font-size: 12px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pulse-card__copy em { margin-top: 3px; color: var(--cyan); }
.pulse-card__copy em i { margin-left: 5px; font-size: 13px; font-style: normal; }
.pulse-card > button:hover .pulse-card__visual > img { transform: scale(1.055); filter: saturate(1.1) brightness(1.08); }
.pulse-card > button:focus-visible { outline: 2px solid var(--cyan); outline-offset: -3px; }
.pulse-card__external {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: #c8faff;
  border-top: 1px solid rgba(133, 127, 188, 0.33);
  text-decoration: none;
  background: rgba(8, 8, 30, 0.93);
}
.pulse-card__external span { color: var(--gold); font-size: 15px; }
.pulse-card__external:hover { color: #071527; background: var(--cyan); }
.pulse-card__external:hover span { color: #071527; }

.facebook-lightbox {
  width: min(94vw, 760px);
  max-height: 90vh;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(70, 236, 255, 0.64);
  border-radius: 19px;
  background: #070820;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.78);
}
.facebook-lightbox::backdrop { background: rgba(2, 3, 13, 0.88); backdrop-filter: blur(8px); }
.facebook-lightbox > button {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 37px;
  aspect-ratio: 1;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(6, 7, 18, 0.76);
  font-size: 25px;
  line-height: 1;
}
.facebook-lightbox__content { display: grid; }
.facebook-lightbox iframe {
  display: block;
  width: min(94vw, 760px);
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}
.facebook-lightbox__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-top: 1px solid rgba(134, 127, 190, 0.33);
  background: #0a0a25;
}
.facebook-lightbox__footer p {
  margin: 0;
  color: #eeecff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 0.88;
  text-transform: uppercase;
}
.facebook-lightbox__footer a {
  flex: none;
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.facebook-lightbox__footer a:hover { color: var(--gold); }

.team-card {
  flex: 0 0 min(330px, 80vw);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(180, 160, 235, 0.3);
  border-radius: 21px;
  background: linear-gradient(155deg, #1b1a49, #120d32);
  scroll-snap-align: start;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease;
}
.team-card:hover {
  border-color: var(--cyan);
  transform: translateY(-6px);
}
.team-card > img {
  width: 100%;
  height: 254px;
  object-fit: cover;
  object-position: center 23%;
  background: #111631;
}
.team-card > div {
  min-height: 226px;
  padding: 20px 22px 27px;
  background: radial-gradient(
      circle at 73% 3%,
      rgba(74, 236, 255, 0.18),
      transparent 35%
    ),
    linear-gradient(150deg, #1c214d, #16113c);
}
.team-card small {
  color: var(--cyan);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.team-card h3 {
  margin: 16px 0 12px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 36px;
  line-height: 0.86;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.unified-footer {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  padding: 23px 4px 28px;
  color: #a8a0b9;
  font-family: "DM Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.unified-footer b,
.unified-footer strong {
  color: var(--cyan);
}
.unified-footer a {
  color: var(--gold);
  text-decoration: none;
}
.unified-footer a:hover {
  color: var(--cyan);
}

.image-lightbox {
  max-width: min(92vw, 1120px);
  max-height: 90vh;
  padding: 0;
  border: 1px solid rgba(70, 236, 255, 0.55);
  border-radius: 14px;
  background: #050712;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.75);
}
.image-lightbox::backdrop {
  background: rgba(2, 3, 13, 0.86);
  backdrop-filter: blur(7px);
}
.image-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
}
.image-lightbox button {
  position: absolute;
  top: 11px;
  right: 11px;
  display: grid;
  width: 38px;
  aspect-ratio: 1;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(6, 7, 18, 0.75);
  font-size: 25px;
  line-height: 1;
}
.preview-badge {
  position: fixed;
  z-index: 10;
  right: 17px;
  bottom: 16px;
  padding: 8px 12px;
  color: #dfd9e9;
  border: 1px solid rgba(70, 236, 255, 0.35);
  border-radius: 999px;
  background: rgba(7, 8, 26, 0.84);
  box-shadow: 0 0 19px rgba(70, 236, 255, 0.12);
  font-family: "DM Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.13em;
}

@media (max-width: 1150px) {
  .unified-topbar {
    grid-template-columns: 1fr auto;
  }
  .unified-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    order: 3;
    margin-bottom: 7px;
  }
  .unified-hero {
    min-height: auto;
  }
  .signal-launcher {
    grid-template-columns: 1fr;
  }
  .section-intro > p:not(.signal-kicker) {
    max-width: 520px;
  }
  .launcher-grid {
    max-width: 760px;
  }
  .sponsor-slot {
    max-width: 760px;
  }
  .unified-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .unified-shell {
    width: min(100% - 26px, 760px);
  }
  .unified-topbar {
    min-height: 62px;
  }
  .unified-brand {
    font-size: 9px;
  }
  .unified-status {
    font-size: 9px;
  }
  .unified-nav {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .unified-nav::-webkit-scrollbar {
    display: none;
  }
  .unified-nav a,
  .unified-nav button {
    padding: 0 9px;
    font-size: 8px;
  }
  .unified-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 59px;
    text-align: center;
  }
  .hero-copy {
    display: grid;
    justify-items: center;
  }
  .signal-kicker {
    justify-content: center;
  }
  .hero-logo-stage {
    order: -1;
    min-height: 330px;
  }
  .hero-logo-slot {
    width: min(365px, 90%);
  }
  .hero-logo-stage::before {
    width: 340px;
    height: 340px;
  }
  .hero-actions {
    justify-content: center;
  }
  .signal-launcher {
    padding-top: 52px;
  }
  .launcher-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sponsor-slot {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sponsor-slot__label {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 0;
  }
  .sponsor-slot__label small {
    max-width: none;
  }
  .sponsor-slot__progress {
    grid-column: auto;
    margin-top: -1px;
  }
  .sponsor-slot--ultrawide .sponsor-slot__visit {
    display: none;
  }
  .sponsor-slot--mobile-creative .sponsor-slot__creative {
    min-height: 0;
    aspect-ratio: 1267 / 301;
  }
  .sponsor-slot--mobile-creative .sponsor-slot__creative img {
    height: 100%;
    object-fit: cover;
  }
  .sponsor-slot--mobile-creative .sponsor-slot__visit {
    display: none;
  }
  .launch-card--jefes {
    grid-column: span 2;
  }
  .panel-heading {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .carousel-controls {
    margin: 0 0 20px;
    justify-content: flex-start;
  }
  .radio-layout {
    grid-template-columns: 1fr;
  }
  .radio-visual {
    min-height: 390px;
    padding: 28px;
  }
  .event-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
  .pulse-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pulse-card {
    min-height: 310px;
  }
  .bridge-bottom {
    align-items: start;
    flex-direction: column;
  }
  .future-folder {
    grid-template-columns: auto 1fr;
  }
  .future-folder p {
    grid-column: 2;
  }
  .team-card > img {
    object-position: center 14%;
  }
}

@media (max-width: 540px) {
  .unified-topbar {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .unified-status {
    display: none;
  }
  .unified-nav {
    margin-top: 1px;
  }
  .unified-canvas {
    border-radius: 21px;
  }
  .unified-hero {
    padding: 46px 21px 50px;
  }
  .unified-hero h1 {
    font-size: clamp(63px, 19vw, 88px);
  }
  .unified-hero > .hero-copy > p:not(.signal-kicker) {
    font-size: 15px;
  }
  .hero-logo-stage {
    min-height: 270px;
  }
  .hero-actions {
    width: 100%;
  }
  .hero-listen,
  .hero-explore {
    flex: 1;
    min-height: 49px;
    padding: 0 12px;
    font-size: 9px;
  }
  .signal-launcher,
  .canvas-panel {
    padding-right: 21px;
    padding-left: 21px;
  }
  .section-intro h2,
  .panel-heading h2 {
    font-size: clamp(54px, 15vw, 74px);
  }
  .launcher-grid {
    grid-template-columns: 1fr;
  }
  .launch-card,
  .launch-card--jefes {
    grid-column: auto;
    min-height: 146px;
  }
  .launch-card--jefes {
    min-height: 146px;
  }
  .launch-card strong {
    font-size: 38px;
  }
  .panel-bar {
    min-height: 62px;
  }
  .panel-heading {
    padding: 40px 0 25px;
  }
  .panel-lead {
    font-size: 15px;
  }
  .radio-visual {
    min-height: 414px;
    padding: 24px;
  }
  .station-frequency span {
    font-size: 80px;
    line-height: 1;
  }
  .now-playing-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 124px;
    gap: 12px;
  }
  .now-playing-copy {
    gap: 5px;
    padding-right: 4px;
  }
  .now-playing-live-toggle {
    min-height: 23px;
    padding: 0 6px;
    font-size: 6px;
  }
  .now-playing-copy strong {
    font-size: 30px;
  }
  .equalizer {
    height: 48px;
  }
  .carousel-controls span {
    display: none;
  }
  .program-card {
    flex-basis: 78vw;
    min-height: 490px;
  }
  .program-card > img {
    height: 230px;
  }
  .bridge-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .bridge-tabs button {
    min-height: 49px;
    font-size: 8px;
  }
  .bridge-image-wrap {
    min-height: 210px;
    aspect-ratio: 4/3;
  }
  .bridge-bottom {
    padding: 19px;
  }
  .direction-buttons {
    width: 100%;
  }
  .direction-buttons button {
    flex: 1;
    padding: 0 7px;
    font-size: 7px;
  }
  .folder-cover,
  .folder-cover > img {
    min-height: 245px;
  }
  .folder-info {
    bottom: 22px;
    left: 21px;
  }
  .folder-info strong {
    font-size: 56px;
  }
  .event-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .pulse-feed-section {
    padding: 21px;
    border-radius: 20px;
  }
  .pulse-feed-heading {
    align-items: start;
  }
  .pulse-feed-heading h3 {
    font-size: 48px;
  }
  .pulse-feed-mark {
    width: 46px;
    font-size: 32px;
  }
  .pulse-feed {
    grid-template-columns: 1fr;
  }
  .pulse-social-links {
    gap: 8px 11px;
    margin-top: 24px;
    padding-top: 15px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  .pulse-card {
    min-height: 300px;
  }
  .facebook-lightbox__footer {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .future-folder {
    gap: 15px;
    padding: 23px;
  }
  .future-folder p {
    font-size: 13px;
  }
  .team-card {
    flex-basis: 78vw;
  }
  .unified-footer {
    flex-direction: column;
    gap: 9px;
    padding: 20px 4px 25px;
    font-size: 8px;
  }
  .preview-badge {
    right: 9px;
    bottom: 9px;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
