/* GÉNÉRÉ par scripts/build-css.mjs — NE PAS ÉDITER À LA MAIN. Source : styles.css (+ styles/*.css). */
[hidden] {
  display: none !important;
}

:root {
  --bg: #0a0a0a;
  --bg-elevated: #0f0f0f;
  --surface: #1a1a1a;
  --surface-glass: #ffffff08;
  --surface-warm: #242424;
  --vinyl: #080808;
  --ink: #f5f5f5;
  --muted: #888;
  --line: #ffffff14;
  --gold-border: #ffffff21;
  --accent: #c8102e;
  --accent-bright: #e8192e;
  --accent-glow: #dc14306b;
  --amber: #e8192e;
  --amber-soft: #ff3349;
  --amber-glow: #dc143059;
  --amber-slot: #e8192e;
  --night: #060606;
  --shadow: 0 28px 80px #000000a6;
  --shadow-rest: 0 4px 24px #0006;
  --shadow-lift: 0 18px 52px #0000008c;
  --shadow-warm: 0 12px 40px #dc143024;
  --shadow-glow-play: 0 12px 40px #dc143085;
  --ease-out: cubic-bezier(.33, 1, .68, 1);
  --ease-soft: cubic-bezier(.4, 0, .2, 1);
  --duration-fast: .15s;
  --duration-normal: .25s;
  --duration-slow: .4s;
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px #dc1430e6;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --font-display: "Syne", Inter, system-ui, sans-serif;
  --font-ui: Inter, ui-sans-serif, system-ui, sans-serif;
  --grain-svg: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-layer-gradient, .eyebrow-live-dot, .listen-strip-dot, .play-button, .quick-strip-card, .talent-card {
    transition-duration: .01ms !important;
    animation: none !important;
  }

  .feature-grid article:hover {
    transform: none;
  }
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-ui);
  margin: 0;
  line-height: 1.58;
}

::selection {
  color: var(--ink);
  background: #dc143047;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.skip-link {
  z-index: 100;
  background: var(--accent-bright);
  color: #fff;
  border-radius: 0 0 8px;
  padding: 12px 20px;
  font-weight: 800;
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  box-shadow: var(--focus-ring);
  outline: none;
  top: 0;
  left: 0;
}

.site-header {
  z-index: 40;
  min-height: 110px;
  padding: calc(8px + env(safe-area-inset-top, 0px))
    calc(clamp(18px, 4vw, 56px) + env(safe-area-inset-right, 0px))
    8px
    calc(clamp(18px, 4vw, 56px) + env(safe-area-inset-left, 0px));
  color: var(--ink);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--line);
  transition: background .3s var(--ease-out), border-color .3s var(--ease-out);
  background: #0a0a0ad9;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.site-header.solid {
  background: #0c0c0cf7;
}

.site-header.is-open {
  background: #0c0c0cfc;
}

body.is-scrolled .site-header {
  backdrop-filter: blur(24px) saturate(1.5);
  border-bottom-color: var(--gold-border);
  background: #080808f2;
  box-shadow: 0 4px 32px #0000008c, 0 1px #dc14301a;
}

.brand {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.brand-mark {
  background: linear-gradient(145deg, var(--accent-bright) 0%, #8a0018 48%, var(--vinyl) 100%);
  letter-spacing: -.02em;
  color: #fff;
  width: 44px;
  height: 44px;
  box-shadow: 0 0 24px var(--amber-glow), inset 0 1px 0 #ffdc6440;
  border: 1.5px solid #dc143080;
  border-radius: 10px;
  place-items: center;
  font-weight: 900;
  display: grid;
}

.brand strong, .brand small {
  display: block;
}

.brand small {
  color: #ffffff9e;
  font-size: .78rem;
}

.nav-toggle {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #ffffff0f;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--accent-bright);
  outline-offset: 2px;
}

.nav-toggle-bar {
  width: 22px;
  height: 2px;
  transition: transform .25s var(--ease-out), opacity .2s;
  background: #fff;
  border-radius: 2px;
  display: block;
}

.site-header.is-open .nav-toggle-bar:first-child {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  display: flex;
}

.main-nav a {
  color: #f0ede8a6;
  transition: background .2s var(--ease-soft),
    color .2s var(--ease-soft);
  border-radius: 8px;
  padding: 9px 14px;
  font-size: .92rem;
  font-weight: 600;
  position: relative;
}

.main-nav a:after {
  content: "";
  background: var(--amber-soft);
  transform-origin: 0;
  height: 2px;
  transition: transform .28s var(--ease-out);
  border-radius: 999px;
  position: absolute;
  bottom: 5px;
  left: 14px;
  right: 14px;
  transform: scaleX(0);
}

.main-nav a:hover {
  color: var(--amber-soft);
  background: #dc14301a;
}

.main-nav a:hover:after {
  transform: scaleX(1);
}

.main-nav a:focus-visible {
  box-shadow: var(--focus-ring);
  color: var(--amber-soft);
  background: #dc14301a;
  outline: none;
}

.main-nav a.active, .main-nav a.is-active {
  color: var(--amber-soft);
  background: #dc14301f;
}

.main-nav a.active:after, .main-nav a.is-active:after {
  transform: scaleX(1);
}

.hero {
  aspect-ratio: 1168 / 784;
  padding: clamp(var(--space-8), 6vh, var(--space-12)) clamp(var(--space-4), 6vw, var(--space-16)) clamp(var(--space-10), 8vh, var(--space-12));
  color: #fff;
  align-items: end;
  margin-top: 110px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-media {
  z-index: 0;
  background: #000;
  position: absolute;
  inset: 0;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-layer-bottom {
  background: linear-gradient(#0000 0% 55%, #0000008c 82%, #000000eb 100%);
}

.hero-image-tinted {
  filter: saturate(.55) contrast(1.12) brightness(.38) sepia(.2);
  transform: scale(1.03);
}

.hero-layer {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hero-layer-gradient {
  animation: heroBreath 18s var(--ease-soft) infinite alternate;
  background: linear-gradient(118deg, #000000f0 0%, #0000008c 44%, #0000001f 70%, #0000 88%), linear-gradient(0deg, #00000061 0%, #0000 46%);
}

@keyframes heroBreath {
  0% {
    opacity: 1;
  }

  100% {
    opacity: .94;
  }
}

.hero-layer-vignette {
  background: radial-gradient(85% 70% at 50% 45%, #0000 30%, #0000008c 100%);
}

.hero-grain {
  opacity: .055;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: var(--grain-svg);
  background-size: 220px 220px;
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  width: 100%;
  max-width: min(46rem, 55%);
  position: relative;
}

.eyebrow {
  align-items: center;
  gap: var(--space-3);
  margin: 0 0 var(--space-5);
  color: var(--accent-bright);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 800;
  display: inline-flex;
}

.eyebrow-live-dot {
  background: var(--amber-soft);
  width: 9px;
  height: 9px;
  animation: livePulse 2.4s var(--ease-soft) infinite;
  border-radius: 999px;
  display: block;
  box-shadow: 0 0 0 1px #ffdc644d, 0 0 0 6px #dc143033;
}

@keyframes livePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 1px #ffdc644d, 0 0 0 6px #dc143033;
  }

  50% {
    opacity: .85;
    transform: scale(.9);
    box-shadow: 0 0 0 1px #ffdc6433, 0 0 0 12px #dc143014;
  }
}

.eyebrow.light {
  color: var(--amber-slot);
}

.eyebrow span:not(.eyebrow-live-dot) {
  background: var(--amber-soft);
  border-radius: 999px;
  width: 10px;
  height: 10px;
  display: block;
  box-shadow: 0 0 0 8px #dc14302e;
}

.eyebrow.light span:not(.eyebrow-live-dot) {
  background: var(--amber-slot);
  box-shadow: 0 0 0 8px #e8b84b26;
}

.hero-title {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  flex-direction: column;
  gap: 0;
  margin: 0;
  line-height: .92;
  display: flex;
}

.hero-title-line {
  display: block;
}

.hero-title-line--sm {
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #ffffffeb;
  margin-bottom: .35em;
  font-size: clamp(.95rem, 2vw, 1.15rem);
  font-weight: 800;
}

.hero-title-line--xl {
  letter-spacing: -.04em;
  background: linear-gradient(#fff 0%, #ffd9dd 28%, #f56 60%, #e51d2c 100%);
  color: #0000;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 6px 22px #000000a6) drop-shadow(0 0 28px #dc1e3240);
  white-space: pre-line;
  word-spacing: 999px;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(2.6rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: .88;
}

h1:not(.hero-title), h2 {
  letter-spacing: -.02em;
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
}

h1:not(.hero-title) {
  max-width: 900px;
  font-size: clamp(2.6rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(1.85rem, 4.5vw, 3.2rem);
}

.hero-copy {
  max-width: 38rem;
  margin: var(--space-6) 0 var(--space-8);
  color: #ffffffd6;
  font-size: clamp(1rem, 1.85vw, 1.22rem);
  line-height: 1.65;
}

.player-panel {
  border-radius: var(--radius-xl);
  backdrop-filter: blur(28px) saturate(1.4);
  background: linear-gradient(160deg, #dc143012 0%, #0000 50%), #0a0a0aeb;
  border: 1px solid #dc14304d;
  flex-direction: column;
  width: min(100%, 52rem);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff0a, 0 24px 60px #000000bf, 0 0 50px #dc143012;
}

.player-panel > * {
  z-index: 1;
  position: relative;
}

.player-panel--signature:after {
  content: "";
  border-radius: calc(var(--radius-lg) - 1px);
  pointer-events: none;
  position: absolute;
  inset: 1px;
  box-shadow: inset 0 1px #ffffff1a;
}

.player-panel.large {
  grid-template-columns: auto 1fr minmax(150px, 200px) auto;
}

.play-button {
  z-index: 1;
  background: linear-gradient(145deg, var(--accent-bright) 0%, var(--accent) 55%, #8a0018 100%);
  color: #fff;
  cursor: pointer;
  width: 62px;
  height: 62px;
  transition: transform var(--duration-fast) var(--ease-out),
    box-shadow var(--duration-normal) var(--ease-soft);
  border: 0;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  display: grid;
  position: relative;
  box-shadow: 0 0 0 5px #dc143026, 0 8px 28px #dc143073;
}

.play-button:hover {
  transform: scale(1.08);
  box-shadow: 0 0 0 8px #dc143033, 0 12px 40px #dc1430a6;
}

.play-button:focus-visible {
  box-shadow: var(--focus-ring), 0 12px 40px #dc1430a6;
  outline: none;
}

.play-button.is-playing {
  animation: 2.2s ease-in-out infinite playRingPulse;
}

@keyframes playRingPulse {
  0%, 100% {
    box-shadow: 0 0 0 5px #dc14302e, 0 8px 28px #dc143080;
  }

  50% {
    box-shadow: 0 0 0 12px #dc143017, 0 12px 42px #dc1430b3;
  }
}

.play-icon {
  border-top: 11px solid #0000;
  border-bottom: 11px solid #0000;
  border-left: 17px solid #fff;
  width: 0;
  height: 0;
  margin-left: 4px;
  display: block;
}

.play-button.is-playing .play-icon {
  border: 0;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  width: 18px;
  height: 22px;
  margin-left: 0;
}

.now-playing span, .volume-control span {
  color: #ffffff94;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .74rem;
  font-weight: 800;
  display: block;
}

.now-playing strong {
  color: #fff;
  margin-top: 4px;
  font-size: 1.06rem;
  display: block;
}

.volume-control input[type="range"] {
  --vol-fill: 85%;
  width: 100%;
  height: 28px;
  margin: var(--space-2) 0 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  accent-color: var(--accent-bright, #e8192e);
  touch-action: manipulation;
  background: none;
  padding: 0;
}

.volume-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 0 0 1px #00000073, 0 2px 10px #0000008c, 0 0 14px #e8192e99;
}

.volume-control input[type="range"]:hover::-webkit-slider-thumb, .volume-control input[type="range"]:focus-visible::-webkit-slider-thumb, .volume-control input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.12);
  box-shadow: 0 0 0 1px #00000080, 0 2px 14px #000000a6, 0 0 22px #e8192ef2;
}

.volume-control input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .15s, box-shadow .15s;
  box-shadow: 0 0 0 1px #00000073, 0 2px 10px #0000008c, 0 0 14px #e8192e99;
}

.volume-control input[type="range"]:hover::-moz-range-thumb, .volume-control input[type="range"]:focus-visible::-moz-range-thumb, .volume-control input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.12);
  box-shadow: 0 0 0 1px #00000080, 0 2px 14px #000000a6, 0 0 22px #e8192ef2;
}

.volume-control input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg,
    var(--accent-bright, #e8192e) 0,
    var(--accent-bright, #e8192e) var(--vol-fill, 85%),
    #ffffff29 var(--vol-fill, 85%),
    #ffffff29 100%);
  border-radius: 999px;
  height: 6px;
}

.volume-control input[type="range"]::-moz-range-track {
  background: #ffffff29;
  border-radius: 999px;
  height: 6px;
}

.volume-control input[type="range"]::-moz-range-progress {
  background: var(--accent-bright, #e8192e);
  border-radius: 999px;
  height: 6px;
}

.volume-control input:focus-visible {
  outline: none;
}

.volume-control input[type="range"]:focus-visible {
  box-shadow: none;
}

.stream-link {
  min-height: 42px;
  color: var(--amber-soft);
  white-space: nowrap;
  border: 1px solid var(--gold-border);
  background: #dc143014;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-size: .88rem;
  font-weight: 700;
  transition: background .2s, border-color .2s;
  display: inline-flex;
}

.stream-link:hover {
  background: #dc14302e;
  border-color: #dc143080;
}

.button, .cta-link {
  cursor: pointer;
  min-height: 48px;
  transition: background .2s,
    transform .2s var(--ease-out),
    box-shadow .2s;
  border: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  font-weight: 800;
  display: inline-flex;
}

.button.primary {
  background: linear-gradient(160deg, var(--accent-bright), #9f1239);
  color: #fff;
}

.button.primary:hover {
  box-shadow: 0 12px 32px var(--accent-glow);
  transform: translateY(-1px);
}

.button.primary:focus-visible {
  box-shadow: var(--focus-ring), 0 12px 32px var(--accent-glow);
  outline: none;
}

.button.ghost {
  color: #fff;
  background: none;
  border: 1px solid #ffffff47;
}

.button.ghost-light {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #fff3;
}

.button.ghost-light:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.button.dark {
  background: var(--surface);
  color: #fff;
  border: 1px solid var(--line);
}

.text-link {
  color: var(--accent-bright);
  font-weight: 800;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.light {
  color: var(--amber-slot);
}

.quick-strip, .section, .schedule-band, .preview-band, .contact-band, .info-band, .site-footer {
  padding-left: clamp(18px, 6vw, 80px);
  padding-right: clamp(18px, 6vw, 80px);
}

.quick-strip {
  gap: var(--space-4);
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
  background: var(--bg);
  border-top: 1px solid #ffffff0d;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.quick-strip-card {
  min-height: 9rem;
  padding: var(--space-6) var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-rest);
  transition: border-color var(--duration-normal) var(--ease-soft),
    transform var(--duration-normal) var(--ease-out),
    box-shadow var(--duration-normal) var(--ease-soft);
  background: linear-gradient(145deg, #ffffff05 0%, #dc143005 100%);
  position: relative;
  overflow: hidden;
}

.quick-strip-card:before {
  content: "";
  pointer-events: none;
  width: 90px;
  height: 90px;
  transition: transform .4s var(--ease-out);
  background: radial-gradient(circle, #dc143014 0%, #0000 70%);
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.quick-strip-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-lift), var(--shadow-warm);
  transform: translateY(-3px);
}

.quick-strip-card:hover:before {
  transform: scale(1.8);
}

.quick-strip-kicker {
  margin-bottom: var(--space-3);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff61;
  font-size: .68rem;
  font-weight: 800;
  display: block;
}

.quick-strip strong {
  color: var(--amber-soft);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 900;
  font-family: var(--font-display);
  letter-spacing: -.02em;
  display: block;
}

.quick-strip-card > span:last-of-type {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.5;
  display: block;
}

.section, .preview-band {
  padding-top: clamp(64px, 9vw, 112px);
  padding-bottom: clamp(64px, 9vw, 112px);
}

.section {
  background: var(--bg-elevated);
}

.section-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 32px;
  display: flex;
}

.section-heading > p {
  max-width: 520px;
  color: var(--muted);
  margin: 0;
}

.split-feature {
  grid-template-columns: minmax(220px, .75fr) 1.25fr;
  align-items: start;
  gap: clamp(24px, 5vw, 72px);
  display: grid;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}

.feature-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-glass);
  transition: border-color var(--duration-normal) var(--ease-soft),
    box-shadow var(--duration-normal) var(--ease-soft),
    transform var(--duration-normal) var(--ease-out);
  padding: 22px;
}

.feature-grid article:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-rest), var(--shadow-warm);
  transform: translateY(-2px);
}

.feature-grid strong {
  color: var(--ink);
  margin-bottom: 8px;
  font-size: 1.1rem;
  display: block;
}

.feature-grid p {
  color: var(--muted);
  margin: 0;
  font-size: .98rem;
}

.preview-band {
  background: var(--night);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.talent-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  display: grid;
}

.talent-card {
  border: 1px solid var(--line);
  background: linear-gradient(148deg, var(--surface) 0%, var(--vinyl) 100%);
  min-height: 260px;
  transition: border-color .3s var(--ease-out),
    transform .3s var(--ease-out),
    box-shadow .3s var(--ease-soft);
  border-radius: 16px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.talent-card:before {
  content: "";
  pointer-events: none;
  border: 1px solid #dc143012;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -32px;
  right: -32px;
  box-shadow: 0 0 0 28px #dc14300a, 0 0 0 56px #dc143006, 0 0 0 84px #dc143003;
}

.talent-card:after {
  content: "";
  background: linear-gradient(90deg, var(--amber-soft), var(--amber), transparent);
  transform-origin: 0;
  height: 3px;
  transition: transform .35s var(--ease-out);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.talent-card:nth-child(2n) {
  background: linear-gradient(148deg, #1c1508 0%, #101010 100%);
}

.talent-card:nth-child(3n) {
  background: linear-gradient(148deg, #1a1a1a 0%, #0f0f0f 100%);
}

.talent-card:hover {
  border-color: var(--gold-border);
  box-shadow: var(--shadow-lift), var(--shadow-warm);
  transform: translateY(-5px) scale(1.01);
}

.talent-card:hover:after {
  transform: scaleX(1);
}

.talent-card.stagger-ready {
  opacity: 0;
  transform: translateY(22px);
}

.talent-card img {
  object-fit: cover;
  width: calc(100% + 44px);
  height: 200px;
  margin: -22px -22px 20px;
  display: block;
}

.avatar {
  width: 68px;
  height: 68px;
  margin-bottom: var(--space-5);
  background: linear-gradient(145deg, #2a2a2a, var(--vinyl));
  color: var(--amber-soft);
  letter-spacing: .04em;
  border: 2px solid #dc14306b;
  border-radius: 50%;
  place-items: center;
  font-size: .88rem;
  font-weight: 900;
  display: grid;
  box-shadow: 0 0 0 1px #dc14301a, 0 0 22px #dc14302e, 0 8px 28px #0000008c;
}

.avatar.has-photo {
  background: #111;
  width: 96px;
  height: 96px;
  padding: 0;
  overflow: hidden;
}

.avatar.has-photo img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.talent-grid.extended .avatar.has-photo {
  width: 120px;
  height: 120px;
}

.talent-card p, .talent-card strong, .talent-card span, .talent-card small {
  margin: 0;
  display: block;
}

.talent-card p {
  color: var(--muted);
  font-size: .92rem;
}

.talent-card strong {
  color: var(--ink);
  margin-top: 6px;
  font-size: 1.1rem;
}

.talent-card span {
  color: var(--amber-soft);
  margin-top: 10px;
  font-size: .86rem;
  font-weight: 700;
}

.talent-card small {
  color: var(--muted);
  opacity: .85;
  margin-top: 10px;
  font-size: .82rem;
  line-height: 1.5;
}

.schedule-band {
  background: linear-gradient(180deg, var(--night) 0%, #090909 100%);
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: clamp(64px, 9vw, 112px);
  padding-bottom: clamp(64px, 9vw, 112px);
}

.schedule-band .section-heading {
  align-items: flex-start;
}

.schedule-lede {
  color: #ffffff9e;
  flex: 280px;
  max-width: 560px;
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
}

.program-schedule {
  gap: 10px;
  display: grid;
}

.day-block {
  border: 1px solid var(--line);
  background: #ffffff03;
  border-radius: 12px;
  overflow: hidden;
}

.day-block summary {
  cursor: pointer;
  letter-spacing: .02em;
  border-left: 4px solid var(--amber);
  transition: background .2s var(--ease-soft);
  background: #dc14300a;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-size: 1.1rem;
  font-weight: 900;
  list-style: none;
  display: flex;
}

.day-block summary:hover {
  background: #dc143012;
}

.day-block summary:focus-visible {
  outline: 2px solid var(--amber-soft);
  outline-offset: 2px;
}

.day-block summary::-webkit-details-marker {
  display: none;
}

.day-block summary:after {
  content: "›";
  color: var(--amber);
  transition: transform .28s var(--ease-out);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  transform: rotate(90deg);
}

.day-block[open] summary:after {
  transform: rotate(270deg);
}

.slot-list {
  margin: 0 0 0 var(--space-3);
  padding: var(--space-3) var(--space-5) var(--space-6) var(--space-5);
  border-left: 2px solid #dc143033;
  gap: 0;
  list-style: none;
  display: grid;
}

.slot-list li {
  gap: var(--space-3);
  padding: var(--space-3) 0 var(--space-3) var(--space-4);
  transition: background .15s var(--ease-soft);
  border-bottom: 1px solid #ffffff0a;
  border-radius: 0 6px 6px 0;
  grid-template-columns: minmax(120px, 145px) 1fr;
  align-items: baseline;
  display: grid;
  position: relative;
}

.slot-list li:hover {
  background: #dc14300a;
}

.slot-list li:before {
  content: "";
  left: calc(-1 * var(--space-5) - 2px);
  background: var(--amber);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 1.2em;
  box-shadow: 0 0 0 3px #dc14302e;
}

.slot-list li:last-child {
  border-bottom: 0;
}

.slot-time {
  font-variant-numeric: tabular-nums;
  color: var(--amber-slot);
  letter-spacing: .02em;
  font-size: .82rem;
  font-weight: 800;
}

.slot-title {
  color: #ffffffe0;
  font-size: .96rem;
}

.contact-band {
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-8);
  padding-top: clamp(var(--space-12), 10vw, var(--space-16));
  padding-bottom: clamp(var(--space-12), 10vw, var(--space-16));
  background: radial-gradient(ellipse 65% 75% at 100% 0%, #dc143012, transparent 52%),
    var(--bg-elevated);
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  display: flex;
}

.contact-band div:first-child {
  max-width: 38rem;
}

.contact-band .eyebrow, .contact-band h2 {
  margin-bottom: var(--space-4);
}

.contact-band p {
  margin: var(--space-3) 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.contact-band strong {
  color: #fff;
  font-size: 1.05em;
}

.contact-phone {
  margin-top: 16px !important;
}

.cta-link {
  background: linear-gradient(160deg, var(--accent-bright), #9f1239);
  color: #fff;
  border: 0;
}

.cta-link:hover {
  box-shadow: 0 10px 28px var(--accent-glow);
}

.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.site-footer {
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--bg);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 28px;
  padding-bottom: 36px;
  font-size: .92rem;
  display: flex;
}

.page-main {
  padding-top: 76px;
}

.listen-strip {
  border-bottom: 1px solid var(--gold-border);
  background: linear-gradient(90deg, #dc14301f, #100e0bfa, #dc14301a);
  justify-content: center;
  align-items: center;
  padding: 11px clamp(18px, 4vw, 56px);
  display: flex;
}

.listen-strip-link {
  letter-spacing: .02em;
  color: var(--amber-soft);
  transition: color .2s var(--ease-out);
  align-items: center;
  gap: 10px;
  font-size: .94rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.listen-strip-link:hover {
  color: #fff;
}

.listen-strip-link:focus-visible {
  outline: 2px solid var(--amber-soft);
  outline-offset: 4px;
  border-radius: 8px;
}

.listen-strip-dot {
  background: var(--amber-soft);
  width: 9px;
  height: 9px;
  box-shadow: 0 0 12px var(--amber-glow);
  border-radius: 50%;
  animation: 2.2s ease-in-out infinite listen-strip-pulse;
  display: block;
}

@keyframes listen-strip-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(.92);
  }
}

.page-hero {
  background: linear-gradient(160deg, var(--night) 0%, #090909 100%);
  color: var(--ink);
  padding: clamp(64px, 10vw, 120px) clamp(18px, 6vw, 80px);
}

.page-hero.compact {
  align-content: end;
  min-height: 320px;
  display: grid;
}

.page-hero h1 {
  font-family: var(--font-display);
  letter-spacing: -.03em;
  font-weight: 800;
}

.page-hero p:not(.eyebrow) {
  color: #ffffffb8;
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.player-section {
  background: var(--bg-elevated);
}

.player-section .section-heading h2, .section .section-heading h2 {
  color: #fff;
}

.player-panel.large {
  border-color: #ffffff1f;
}

.show-grid, .faq-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  display: grid;
}

.show-grid article, .faq-grid article {
  border: 1px solid var(--line);
  background: var(--surface-glass);
  border-radius: 12px;
  padding: 24px;
}

.show-grid span {
  color: var(--accent-bright);
  font-weight: 800;
}

.show-grid h2, .faq-grid strong {
  color: #fff;
}

.show-grid p, .faq-grid p {
  color: var(--muted);
}

.timetable {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}

.timetable article {
  border: 1px solid var(--line);
  background: var(--surface-glass);
  border-radius: 12px;
  padding: 22px;
}

.timetable h2 {
  color: #fff;
  font-size: 1.5rem;
}

.timetable p {
  color: var(--muted);
}

.timetable strong {
  color: var(--accent-bright);
}

.contact-layout {
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  display: grid;
}

.contact-card {
  border: 1px solid var(--line);
  background: var(--surface-glass);
  border-radius: 12px;
  padding: 26px;
}

.contact-card h2 {
  color: #fff;
}

.link-stack a {
  border: 1px solid var(--line);
  background: #ffffff0f;
  border-radius: 10px;
  padding: 14px 16px;
  font-weight: 800;
}

.static-form label {
  color: var(--muted);
}

.static-form input, .static-form select, .static-form textarea {
  border: 1px solid var(--line);
  background: var(--bg);
  color: #fff;
}

.info-band {
  background: var(--night);
  color: #fff;
  padding-top: clamp(56px, 8vw, 100px);
  padding-bottom: clamp(56px, 8vw, 100px);
}

.info-band p {
  color: #ffffffb3;
}

.talent-grid.extended {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media (width <= 1080px) {
  .player-panel, .player-panel.large, .quick-strip, .talent-grid, .talent-grid.extended, .split-feature, .feature-grid, .show-grid, .timetable, .contact-layout, .faq-grid {
    grid-template-columns: 1fr;
  }

  .slot-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (width <= 900px) {
  .nav-toggle {
    display: flex;
  }

  .main-nav {
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .3s var(--ease-out),
      opacity .25s;
    background: #0a0a0af7;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px clamp(18px, 4vw, 56px) 24px;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    transform: translateY(-120%);
  }

  .site-header.is-open .main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    border-radius: 10px;
    padding: 14px 16px;
  }

  .site-header {
    align-items: center;
    position: fixed;
  }

  .section-heading, .contact-band, .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (width <= 560px) {
  .hero {
    min-height: 92dvh;
    padding-top: 108px;
  }

  .brand span:last-child {
    max-width: 200px;
  }

  .quick-strip-card, .talent-card, .feature-grid article {
    padding: 18px;
  }

  .player-panel, .player-panel.large {
    text-align: left;
    grid-template-columns: 1fr;
  }

  .stream-link {
    justify-content: center;
    width: 100%;
  }
}

@keyframes vinylSpin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes waveBar {
  0%, 100% {
    transform: scaleY(.35);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vinyl-disc {
  display: none;
}

@media (width >= 960px) {
  .hero {
    grid-template-columns: 1fr clamp(260px, 28vw, 400px);
    gap: clamp(32px, 5vw, 72px);
  }

  .hero-content {
    grid-column: 1;
  }

  .vinyl-disc {
    z-index: 2;
    background: radial-gradient(circle, #100c07f2 11.5%, #0000 12%), radial-gradient(circle, #dc14301f 19.5%, #0000 20%), radial-gradient(circle, #0000 29%, #dc14300a 29.5%, #0000 30%), radial-gradient(circle, #0000 38%, #ffffff05 38.5%, #0000 39%), conic-gradient(#1c1c1c, #222, #1c1c1c, #202020, #1c1c1c, #2a2a2a, #1c1c1c);
    border-radius: 50%;
    flex-shrink: 0;
    align-self: center;
    width: clamp(260px, 28vw, 400px);
    height: clamp(260px, 28vw, 400px);
    animation: 14s linear infinite paused vinylSpin;
    display: block;
    position: relative;
    box-shadow: 0 0 80px #000000bf, 0 0 0 1px #dc14302e, inset 0 0 30px #0009;
  }

  .vinyl-disc:before {
    content: "";
    background: radial-gradient(circle at 50% 50%,
        var(--vinyl) 18%,
        #dc14300f 32%,
        var(--vinyl) 35%,
        #ffffff06 52%,
        var(--vinyl) 55%);
    border-radius: 50%;
    position: absolute;
    inset: 15%;
    box-shadow: inset 0 0 40px #000000e6;
  }

  .vinyl-disc:after {
    content: "HR";
    font-family: var(--font-display);
    letter-spacing: .06em;
    color: var(--amber-soft);
    text-shadow: 0 2px 10px #000000e6;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    font-size: clamp(1rem, 2.2vw, 1.6rem);
    font-weight: 900;
    display: flex;
    position: absolute;
    inset: 0;
  }

  .vinyl-disc.is-spinning {
    animation-play-state: running;
  }
}

.waveform-bars {
  align-items: flex-end;
  gap: 3px;
  height: 22px;
  margin-top: 7px;
  display: flex;
}

.waveform-bars span {
  background: var(--amber-soft);
  opacity: .3;
  transform-origin: bottom;
  width: 4px;
  transition: opacity .3s var(--ease-soft), transform .3s var(--ease-soft);
  border-radius: 3px;
  display: block;
  transform: scaleY(.35);
}

.waveform-bars span:first-child {
  height: 100%;
}

.waveform-bars span:nth-child(2) {
  height: 62%;
}

.waveform-bars span:nth-child(3) {
  height: 82%;
}

.waveform-bars span:nth-child(4) {
  height: 48%;
}

.waveform-bars span:nth-child(5) {
  height: 72%;
}

.player-panel.is-playing .waveform-bars span {
  opacity: 1;
  animation: 1.1s ease-in-out infinite waveBar;
}

.player-panel.is-playing .waveform-bars span:first-child {
  animation-delay: 0s;
}

.player-panel.is-playing .waveform-bars span:nth-child(2) {
  animation-delay: .2s;
}

.player-panel.is-playing .waveform-bars span:nth-child(3) {
  animation-delay: 90ms;
}

.player-panel.is-playing .waveform-bars span:nth-child(4) {
  animation-delay: .27s;
}

.player-panel.is-playing .waveform-bars span:nth-child(5) {
  animation-delay: .14s;
}

.quick-strip-icon {
  width: 40px;
  height: 40px;
  margin-bottom: var(--space-4);
  border-radius: var(--radius-md);
  color: var(--amber-soft);
  background: #dc14301a;
  border: 1px solid #dc143033;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-strip-icon svg {
  width: 20px;
  height: 20px;
}

.slot--morning .slot-time {
  color: var(--amber-soft);
}

.slot--morning:before {
  background: var(--amber);
  box-shadow: 0 0 0 3px #dc143038;
}

.slot--morning {
  background: #dc143008;
}

.slot--drive .slot-time {
  color: #e08040;
}

.slot--drive:before {
  background: #e08040;
  box-shadow: 0 0 0 3px #e0804038;
}

.slot--drive {
  background: #e0703008;
}

.slot--limelight .slot-time {
  color: #b080e0;
}

.slot--limelight:before {
  background: #9060c8;
  box-shadow: 0 0 0 3px #9060c838;
}

.slot--limelight {
  background: #7c44a80a;
}

.slot--night .slot-time {
  color: #6090c8;
}

.slot--night:before {
  background: #3a6ea0;
  box-shadow: 0 0 0 3px #3a6ea038;
}

.slot--night {
  background: #1a3c640f;
}

.slot--special .slot-time {
  color: #60b0a0;
}

.slot--special:before {
  background: #459888;
  box-shadow: 0 0 0 3px #45988838;
}

.slot--special {
  background: #2a7a6a08;
}

.slot--hitlist:before {
  background: var(--muted);
  box-shadow: 0 0 0 3px #a8988026;
}

.talent-card.stagger-ready {
  opacity: 0;
  transition: none;
  transform: translateY(22px);
}

.talent-card.revealed {
  animation: revealUp .55s var(--ease-out) both;
}

.talent-card.revealed:nth-child(2) {
  animation-delay: 70ms;
}

.talent-card.revealed:nth-child(3) {
  animation-delay: .14s;
}

.talent-card.revealed:nth-child(4) {
  animation-delay: .21s;
}

.talent-card.revealed:nth-child(5) {
  animation-delay: .28s;
}

.talent-card.revealed:nth-child(6) {
  animation-delay: .35s;
}

.quick-strip-card.stagger-ready {
  opacity: 0;
  transition: none;
  transform: translateY(16px);
}

.quick-strip-card.revealed {
  animation: revealUp .45s var(--ease-out) both;
}

.quick-strip-card.revealed:nth-child(2) {
  animation-delay: 90ms;
}

.quick-strip-card.revealed:nth-child(3) {
  animation-delay: .18s;
}

@media (width <= 900px) {
  .main-nav {
    border-left: 1px solid var(--gold-border);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: min(320px, 88vw);
    transition: transform .35s var(--ease-out),
      opacity .28s;
    background: #0a0a0afa;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 100px 24px 32px;
    position: fixed;
    inset: 0 0 0 auto;
    transform: translateX(110%);
    box-shadow: -20px 0 60px #00000080;
  }

  .site-header.is-open .main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-nav a {
    border: 1px solid #0000;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 1rem;
  }

  .main-nav a:hover, .main-nav a.active, .main-nav a.is-active {
    border-color: var(--line);
  }
}

.show-grid article, .faq-grid article {
  border-color: var(--line);
  transition: border-color var(--duration-normal) var(--ease-soft),
    transform var(--duration-normal) var(--ease-out);
  background: #ffffff03;
}

.show-grid article:hover, .faq-grid article:hover {
  border-color: var(--gold-border);
  transform: translateY(-2px);
}

.show-grid span {
  color: var(--amber-soft);
}

.static-form label {
  color: var(--muted);
  flex-direction: column;
  gap: 6px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.static-form input, .static-form select, .static-form textarea {
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: var(--radius-md);
  font-family: var(--font-ui);
  background: #ffffff05;
  padding: 10px 14px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s;
}

.static-form input:focus, .static-form select:focus, .static-form textarea:focus {
  border-color: var(--amber);
  outline: none;
  box-shadow: 0 0 0 3px #dc14302e;
}

.info-band {
  background: linear-gradient(160deg, var(--night) 0%, #090909 100%);
  color: var(--ink);
}

.contact-card {
  border-color: var(--line);
  background: #ffffff03;
  transition: border-color .2s;
}

.contact-card:hover {
  border-color: var(--gold-border);
}

@media (prefers-reduced-motion: reduce) {
  .vinyl-disc, .waveform-bars span, .talent-card.revealed, .quick-strip-card.revealed, .hero-vinyl, .hero-waves span, .hero-eq-floor span, .player-equalizer span, .live-tag-dot, .play-button.is-playing {
    transition-duration: .01ms !important;
    animation: none !important;
  }

  .talent-card.stagger-ready, .quick-strip-card.stagger-ready {
    opacity: 1 !important;
    transform: none !important;
  }
}

.hero-vinyl {
  opacity: .55;
  pointer-events: none;
  will-change: transform;
  background: repeating-radial-gradient(circle, #ffffff06 0 1px, #0000 1px 4px), radial-gradient(circle at 38% 38%, #dc143038 0%, #0000 38%), radial-gradient(circle, #1a1a1a 0%, #050505 70%);
  border-radius: 50%;
  width: 78vmin;
  height: 78vmin;
  animation: 60s linear infinite heroVinylSpin;
  position: absolute;
  bottom: -22%;
  right: -12%;
  box-shadow: inset 0 0 80px #000000e6, 0 40px 140px #0009;
}

.hero-vinyl:before, .hero-vinyl:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.hero-vinyl:before {
  background: radial-gradient(circle at 35% 35%, var(--accent-bright) 0%, var(--accent) 60%, #5a000d 100%);
  width: 22%;
  height: 22%;
  box-shadow: 0 0 40px #dc143066, inset 0 -4px 12px #00000080;
}

.hero-vinyl:after {
  background: #050505;
  width: 5%;
  height: 5%;
  box-shadow: inset 0 0 0 1px #ffffff1a;
}

@keyframes heroVinylSpin {
  to {
    transform: rotate(360deg);
  }
}

.hero-waves {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 18%;
  right: 18%;
}

.hero-waves span {
  opacity: 0;
  border: 2px solid #dc143080;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: 4s ease-out infinite heroWavePulse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-waves span:nth-child(2) {
  animation-delay: 1.33s;
}

.hero-waves span:nth-child(3) {
  animation-delay: 2.66s;
}

@keyframes heroWavePulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.4);
  }

  25% {
    opacity: .6;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.2);
  }
}

.hero-eq-floor {
  pointer-events: none;
  opacity: .4;
  align-items: flex-end;
  gap: 6px;
  height: 80px;
  padding: 0 4vw;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 8% 92%, #0000 100%);
}

.hero-eq-floor span {
  background: linear-gradient(to top, var(--accent-bright) 0%, #dc14301a 100%);
  transform-origin: bottom;
  height: 100%;
  animation: heroEqFloor var(--d, 1s) ease-in-out infinite alternate;
  border-radius: 3px 3px 0 0;
  flex: 1;
}

@keyframes heroEqFloor {
  from {
    transform: scaleY(var(--mn, .1));
  }

  to {
    transform: scaleY(var(--mx, .85));
  }
}

.hero-eq-floor span:first-child {
  --mn: .08;
  --mx: .3;
  --d: .8s;
}

.hero-eq-floor span:nth-child(2) {
  --mn: .18;
  --mx: .55;
  --d: 1.1s;
  animation-delay: .1s;
}

.hero-eq-floor span:nth-child(3) {
  --mn: .1;
  --mx: .42;
  --d: .95s;
  animation-delay: .2s;
}

.hero-eq-floor span:nth-child(4) {
  --mn: .25;
  --mx: .78;
  --d: .7s;
  animation-delay: 50ms;
}

.hero-eq-floor span:nth-child(5) {
  --mn: .14;
  --mx: .5;
  --d: 1.2s;
  animation-delay: .15s;
}

.hero-eq-floor span:nth-child(6) {
  --mn: .3;
  --mx: .92;
  --d: .85s;
  animation-delay: 80ms;
}

.hero-eq-floor span:nth-child(7) {
  --mn: .12;
  --mx: .48;
  --d: 1.05s;
  animation-delay: .18s;
}

.hero-eq-floor span:nth-child(8) {
  --mn: .22;
  --mx: .7;
  --d: .75s;
  animation-delay: .12s;
}

.hero-eq-floor span:nth-child(9) {
  --mn: .1;
  --mx: .4;
  --d: 1.15s;
  animation-delay: .22s;
}

.hero-eq-floor span:nth-child(10) {
  --mn: .28;
  --mx: .85;
  --d: .65s;
  animation-delay: 40ms;
}

.hero-eq-floor span:nth-child(11) {
  --mn: .16;
  --mx: .58;
  --d: .9s;
  animation-delay: .16s;
}

.hero-eq-floor span:nth-child(12) {
  --mn: .2;
  --mx: .65;
  --d: 1s;
  animation-delay: 70ms;
}

.player-panel--signature {
  border-radius: var(--radius-xl);
  backdrop-filter: blur(28px) saturate(1.4);
  background: linear-gradient(160deg, #dc143012 0%, #0000 50%), #0a0a0aeb;
  border: 1px solid #dc14304d;
  flex-direction: column;
  width: 100%;
  max-width: 44rem;
  font-size: .74em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff0a, 0 24px 60px #000000bf, 0 0 50px #dc143012;
}

.player-header {
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-5);
  background: #dc14300f;
  border-bottom: 1px solid #ffffff0f;
  flex-wrap: wrap;
  display: flex;
}

.player-live-badge {
  color: var(--accent-bright);
  letter-spacing: .14em;
  text-transform: uppercase;
  background: #dc14302e;
  border: 1px solid #dc14306b;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 3px 11px;
  font-size: .68rem;
  font-weight: 900;
  display: inline-flex;
}

.live-tag-dot {
  background: var(--accent-bright);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 2.4s ease-in-out infinite livePulse;
  display: block;
  box-shadow: 0 0 7px #dc1430e6;
}

.player-station-name {
  color: #ffffff8c;
  letter-spacing: .03em;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  font-size: .8rem;
  font-weight: 600;
  overflow: hidden;
}

.player-clock {
  font-variant-numeric: tabular-nums;
  letter-spacing: .06em;
  color: #ffffff6b;
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: .74rem;
  font-weight: 700;
}

.player-onair {
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-3) var(--space-5);
  border-bottom: 1px solid #ffffff0d;
  display: flex;
}

.player-cover {
  border-radius: var(--radius-md);
  background: #0a0a0a;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #dc14304d, 0 12px 32px #000000a6, 0 0 24px #dc143026;
}

.player-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.player-equalizer {
  opacity: 0;
  pointer-events: none;
  align-items: flex-end;
  gap: 2px;
  height: 18px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.player-equalizer span {
  transform-origin: bottom;
  background: #fff;
  border-radius: 2px;
  width: 3px;
  height: 100%;
  transform: scaleY(.2);
  box-shadow: 0 0 4px #dc1430cc;
}

.player-panel.is-playing .player-equalizer {
  opacity: 1;
}

.player-panel.is-playing .player-equalizer span {
  animation: .9s ease-in-out infinite alternate playerEqBar;
}

.player-panel.is-playing .player-equalizer span:first-child {
  --mx: .7;
  animation-delay: 0s;
}

.player-panel.is-playing .player-equalizer span:nth-child(2) {
  --mx: 1;
  animation-delay: .18s;
}

.player-panel.is-playing .player-equalizer span:nth-child(3) {
  --mx: .5;
  animation-delay: 60ms;
}

.player-panel.is-playing .player-equalizer span:nth-child(4) {
  --mx: .85;
  animation-delay: .22s;
}

.player-panel.is-playing .player-equalizer span:nth-child(5) {
  --mx: .6;
  animation-delay: .12s;
}

@keyframes playerEqBar {
  from {
    transform: scaleY(.18);
  }

  to {
    transform: scaleY(var(--mx, .9));
  }
}

.player-onair-info {
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.player-onair-kicker {
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
  display: flex;
}

.player-onair-tag {
  background: color-mix(in srgb, var(--tag-color, #c8102e) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--tag-color, #c8102e) 50%, transparent);
  color: var(--tag-color, #c8102e);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 999px;
  align-items: center;
  padding: 2px 8px;
  font-size: .62rem;
  font-weight: 800;
  display: inline-flex;
}

.player-onair-slot {
  letter-spacing: .06em;
  color: #ffffff6b;
  font-variant-numeric: tabular-nums;
  font-size: .72rem;
  font-weight: 700;
}

.player-onair-title {
  color: #fff;
  font-family: var(--font-display, Syne, Inter, sans-serif);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
  display: block;
  overflow: hidden;
}

.player-onair-host {
  color: #ffffff9e;
  font-size: .84rem;
  font-weight: 500;
  display: block;
}

.player-track-live[hidden] {
  display: none !important;
}

.player-track-live {
  color: #ffffffd9;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #dc14301a;
  border: 1px solid #dc143038;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 6px 0 0;
  padding: 6px 10px;
  font-size: .78rem;
  font-weight: 600;
  display: inline-flex;
  overflow: hidden;
}

.player-track-live svg {
  color: var(--accent-bright);
  flex-shrink: 0;
}

.player-track-live span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.player-controls {
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-3) var(--space-5);
  flex-wrap: nowrap;
  display: flex;
}

.player-status-block {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.player-status {
  color: #ffffffeb;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .86rem;
  font-weight: 700;
  overflow: hidden;
}

.player-status-sub {
  color: #fff6;
  letter-spacing: .02em;
  font-size: .72rem;
  font-weight: 500;
}

.volume-control {
  cursor: pointer;
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  transition: background .18s, border-color .18s;
  display: flex;
}

.volume-control:hover, .volume-control:focus-within {
  background: #e8192e1a;
  border-color: #e8192e59;
}

.vol-icon {
  color: #ffffffb3;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.player-controls .volume-control input[type="range"], .volume-control.player-volume input[type="range"], .player-panel .volume-control input[type="range"] {
  width: 150px;
  margin: 0;
}

.stream-link {
  border-radius: var(--radius-md);
  color: #ffffff8c;
  background: none;
  border: 1px solid #ffffff1a;
  flex-shrink: 0;
  place-items: center;
  width: 38px;
  height: 38px;
  transition: background .2s, color .2s, border-color .2s;
  display: grid;
}

.stream-link:hover {
  color: #fff;
  background: #dc14301f;
  border-color: #dc143073;
}

.stream-link:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (width <= 720px) {
  .player-onair {
    padding: var(--space-4) var(--space-4);
    gap: var(--space-4);
  }

  .player-cover {
    width: 76px;
    height: 76px;
  }

  .player-onair-title {
    white-space: normal;
    font-size: 1rem;
  }

  .player-controls {
    padding: var(--space-3) var(--space-4) var(--space-4);
    gap: var(--space-3);
    flex-wrap: wrap;
  }

  .player-status-block {
    text-align: left;
    flex: 1 0 100%;
    order: 2;
  }

  .play-button {
    order: 1;
  }

  .volume-control {
    order: 3;
  }

  .stream-link {
    order: 4;
  }

  .volume-control input[type="range"] {
    width: 80px;
  }

  .player-clock {
    margin-left: auto;
  }
}

@media (width <= 460px) {
  .player-onair {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .player-onair-title {
    white-space: normal;
  }
}

.mini-player {
  align-items: center;
  gap: var(--space-3);
  backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--line);
  width: min(720px, 100% - 24px);
  box-shadow: var(--shadow-lift);
  z-index: 80;
  transition: transform .45s var(--ease-out), opacity .3s var(--ease-out);
  opacity: 0;
  pointer-events: none;
  color: var(--ink);
  background: #0f0f12eb;
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, 130%);
}

.mini-player.is-shown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%);
}

.mini-player.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 130%);
}

.mini-play {
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: transform .2s var(--ease-out), background .2s;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.mini-play:hover {
  background: var(--accent-bright);
  transform: scale(1.05);
}

.mini-play:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.mini-play-icon {
  border: 8px solid #0000;
  border-left: 12px solid #fff;
  border-right-width: 0;
  width: 0;
  height: 0;
  margin-left: 3px;
}

.mini-play.is-playing .mini-play-icon {
  background: linear-gradient(to right, #fff 0 3px, #0000 3px 7px, #fff 7px 10px);
  border: none;
  width: 10px;
  height: 12px;
  margin-left: 0;
}

.mini-meta {
  flex-direction: column;
  flex: 1;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.mini-show {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--accent-bright);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .75rem;
  font-weight: 800;
  overflow: hidden;
}

.mini-track {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .85rem;
  font-weight: 600;
  overflow: hidden;
}

.mini-controls {
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  display: flex;
}

.mini-icon-btn {
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.mini-icon-btn:hover {
  background: #ffffff14;
  border-color: #fff3;
}

.mini-icon-btn:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.mini-icon-btn.is-muted {
  color: var(--accent);
  border-color: var(--accent);
}

.mini-volume {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, var(--accent) 0% var(--vol-fill, 85%), #ffffff26 var(--vol-fill, 85%) 100%);
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  width: 80px;
  height: 4px;
}

.mini-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--accent);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.mini-volume::-moz-range-thumb {
  border: 2px solid var(--accent);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.mini-player.is-loading .mini-play {
  animation: 1.2s ease-in-out infinite hr-pulse;
}

@keyframes hr-pulse {
  0%, 100% {
    box-shadow: 0 0 #dc143000;
  }

  50% {
    box-shadow: 0 0 0 12px #dc14302e;
  }
}

@media (width <= 600px) {
  .mini-player {
    border-radius: 18px;
    gap: 8px;
    padding: 8px 10px;
    bottom: 10px;
  }

  .mini-volume {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mini-player {
    transition: opacity .2s;
  }

  .mini-play {
    transition: none;
  }

  .mini-player.is-loading .mini-play {
    animation: none;
  }
}

.icon-btn.mute-btn {
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .2s, color .2s, border-color .2s;
  display: inline-flex;
}

.icon-btn.mute-btn:hover {
  background: #ffffff14;
}

.icon-btn.mute-btn.is-muted {
  color: var(--accent);
  border-color: var(--accent);
}

.icon-btn.mute-btn:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.live-track-hint {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: .72rem;
  font-style: italic;
}

.day-block.is-today > summary {
  border-left: 3px solid var(--accent);
  padding-left: calc(var(--space-4) - 3px);
  background: linear-gradient(90deg, #dc14301a, #0000 60%);
}

.slot-list li.is-now {
  border-left: 3px solid var(--accent);
  padding-left: calc(var(--space-4) - 3px);
  background: #dc14301a;
  animation: 2.5s ease-in-out infinite slotGlow;
  position: relative;
}

@keyframes slotGlow {
  0%, 100% {
    background: #dc143014;
  }

  50% {
    background: #dc14302e;
  }
}

.now-badge {
  letter-spacing: .08em;
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 3px 9px;
  font-size: .65rem;
  font-weight: 900;
  display: inline-flex;
}

.now-dot {
  background: #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 1.2s ease-in-out infinite hr-blink;
}

@keyframes hr-blink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .35;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slot-list li.is-now, .now-dot {
    animation: none;
  }
}

.toast-host {
  z-index: 120;
  pointer-events: none;
  flex-direction: column;
  gap: 8px;
  max-width: calc(100% - 40px);
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
}

.toast {
  color: var(--ink);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  box-shadow: var(--shadow-rest);
  opacity: 0;
  transition: transform .3s var(--ease-out), opacity .3s;
  pointer-events: auto;
  background: #0f0f12f2;
  border-radius: 10px;
  max-width: 360px;
  padding: 12px 16px;
  font-size: .88rem;
  font-weight: 600;
  transform: translateX(120%);
}

.toast.is-shown {
  opacity: 1;
  transform: translateX(0);
}

.toast--ok {
  border-left-color: #22c55e;
}

.toast--warn {
  border-left-color: #f59e0b;
}

.toast--error {
  border-left-color: var(--accent);
}

.history-drawer {
  background: var(--bg-elevated);
  border-left: 1px solid var(--line);
  width: min(380px, 92vw);
  box-shadow: var(--shadow);
  transition: transform .35s var(--ease-out);
  z-index: 110;
  flex-direction: column;
  padding: 20px 18px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}

.history-drawer.is-open {
  transform: translateX(0);
}

.history-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  display: flex;
}

.history-head strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.icon-btn {
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.icon-btn:hover {
  background: #ffffff14;
}

.icon-btn:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.history-list {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  overflow-y: auto;
}

.history-list li {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  display: grid;
}

.history-cover img, .history-cover-fallback {
  background: var(--surface-warm);
  width: 44px;
  height: 44px;
  color: var(--accent);
  object-fit: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 800;
  display: inline-flex;
}

.history-meta {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.history-meta strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .85rem;
  font-weight: 700;
  overflow: hidden;
}

.history-meta span {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
  font-size: .7rem;
}

.history-search {
  color: var(--muted);
  border-radius: 50%;
  padding: 6px;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.history-search:hover {
  color: var(--accent-bright);
  background: #ffffff0d;
}

.history-empty {
  text-align: center;
  color: var(--muted);
  padding: 30px 10px;
  font-size: .85rem;
}

body.is-playing-radio .site-footer {
  padding-bottom: 90px;
}

.contact-channels {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin: 12px 0 20px;
  display: grid;
}

.channel-btn {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 16px;
  text-decoration: none;
  transition: transform .2s, border-color .2s, background .2s;
  display: flex;
}

.channel-btn:hover {
  border-color: var(--accent);
  background: var(--surface-warm);
  transform: translateY(-2px);
}

.channel-btn small {
  color: var(--muted);
  font-size: .72rem;
}

.channel-btn strong {
  font-size: .95rem;
}

.suggest-list {
  background: var(--surface-warm);
  border: 1px solid var(--line);
  z-index: 5;
  border-radius: 8px;
  max-height: 180px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow-y: auto;
}

.suggest-list li {
  cursor: pointer;
  border-bottom: 1px solid #ffffff0a;
  padding: 8px 12px;
  font-size: .85rem;
}

.suggest-list li:last-child {
  border-bottom: none;
}

.suggest-list li:hover {
  background: #dc143026;
}

.hp-field {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute !important;
  left: -9999px !important;
}

.show-detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  display: grid;
}

.show-detail {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .3s var(--ease-out), border-color .2s;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  display: flex;
}

.show-detail:hover {
  border-color: #dc143066;
  transform: translateY(-3px);
}

.show-detail .badge {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  align-self: flex-start;
  padding: 4px 10px;
  font-size: .7rem;
  font-weight: 800;
}

.show-detail h3 {
  font-family: var(--font-display);
  margin: 0;
  font-size: 1.25rem;
}

.show-detail .meta {
  color: var(--muted);
  font-size: .82rem;
}

.show-detail .next {
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: auto;
  padding-top: 10px;
  font-size: .78rem;
}

.show-detail .next strong {
  color: var(--accent-bright);
}

.slot-host {
  color: var(--muted);
  margin-left: auto;
  font-size: .72rem;
  font-style: italic;
}

.slot-list li.is-now .slot-host {
  color: #ffffffb3;
}

#installPwaBtn {
  display: none;
}

#installPwaBtn.is-available {
  display: inline-flex;
}

.schedule-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}

.header-tools {
  align-items: center;
  gap: 6px;
  margin-left: 12px;
  display: inline-flex;
}

.header-tool {
  border: 1px solid var(--line);
  width: 34px;
  height: 34px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
  display: inline-flex;
}

.header-tool:hover {
  background: #ffffff12;
  border-color: #fff3;
  transform: translateY(-1px);
}

.header-tool:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.install-pwa-btn {
  display: none;
}

.install-pwa-btn.is-available {
  color: var(--accent-bright);
  border-color: var(--accent);
  animation: 2.4s ease-in-out infinite installPulse;
  display: inline-flex;
}

@keyframes installPulse {
  0%, 100% {
    box-shadow: 0 0 #c8102e73;
  }

  50% {
    box-shadow: 0 0 0 8px #c8102e00;
  }
}

@media (width <= 700px) {
  .header-tools {
    gap: 4px;
    margin-left: 6px;
  }

  .header-tool {
    width: 30px;
    height: 30px;
  }
}

.more-menu-wrap {
  position: relative;
}

.more-menu {
  border: 1px solid var(--line);
  z-index: 60;
  background: #15151a;
  border-radius: 14px;
  flex-direction: column;
  gap: 2px;
  min-width: 240px;
  padding: 8px;
  animation: .18s ease-out moreMenuIn;
  display: flex;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  box-shadow: 0 18px 44px #0000008c, 0 2px 6px #0000004d;
}

@keyframes moreMenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.more-menu-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 4px 10px 6px;
  font-size: .7rem;
  font-weight: 800;
}

.more-menu a, .more-menu button[role="menuitem"] {
  color: var(--ink);
  border-radius: 9px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: flex;
}

.more-menu button[role="menuitem"] {
  appearance: none;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  width: 100%;
  font-family: inherit;
}

.more-menu a:hover, .more-menu a:focus-visible, .more-menu button[role="menuitem"]:hover, .more-menu button[role="menuitem"]:focus-visible {
  color: var(--accent-bright);
  background: #ffffff12;
  outline: none;
}

[data-theme="light"] .more-menu {
  background: #fff;
  border-color: #0000001f;
  box-shadow: 0 18px 44px #0000002e;
}

[data-theme="light"] .more-menu a:hover, [data-theme="light"] .more-menu a:focus-visible, [data-theme="light"] .more-menu button[role="menuitem"]:hover, [data-theme="light"] .more-menu button[role="menuitem"]:focus-visible {
  background: #0000000d;
}

@media (width <= 700px) {
  .more-menu {
    min-width: 220px;
    right: -4px;
  }
}

.install-band {
  padding-top: 32px;
  padding-bottom: 32px;
}

.install-card {
  background: linear-gradient(135deg, #c8102e2e, #7c44a82e);
  border: 1px solid #c8102e59;
  border-radius: 22px;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.install-card:before {
  content: "";
  filter: blur(40px);
  pointer-events: none;
  background: radial-gradient(circle, #c8102e59, #0000 70%);
  width: 320px;
  height: 320px;
  position: absolute;
  inset: -40% -10% auto auto;
}

.install-card-text {
  position: relative;
}

.install-card-text h2 {
  margin: 4px 0 10px;
}

.install-features {
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.install-features li {
  color: var(--ink);
  align-items: center;
  gap: 10px;
  font-size: .94rem;
  display: flex;
}

.install-card-actions {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  position: relative;
}

.install-cta {
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  font-size: 1.05rem;
  display: inline-flex !important;
}

.install-hint {
  color: var(--muted);
  margin: 0;
  font-size: .82rem;
  line-height: 1.45;
}

.install-hint strong {
  color: var(--ink);
}

@media (width <= 760px) {
  .install-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .install-card-actions {
    align-items: stretch;
  }

  .install-cta {
    justify-content: center;
  }
}

.ios-install-sheet {
  z-index: 1000;
  background: #0009;
  justify-content: center;
  align-items: flex-end;
  animation: .2s ease-out iosSheetIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes iosSheetIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ios-install-card {
  border: 1px solid var(--line);
  width: min(440px, 92vw);
  color: var(--ink);
  background: #15151a;
  border-radius: 18px;
  margin: 0 0 24px;
  padding: 22px 22px 26px;
  position: relative;
  box-shadow: 0 24px 60px #0009;
}

.ios-install-card h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.ios-install-card ol {
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  font-size: .95rem;
  line-height: 1.5;
  display: grid;
}

.ios-install-card svg {
  vertical-align: -3px;
  color: var(--accent-bright);
  margin: 0 2px;
}

.install-sheet-warn {
  color: #ffd27a;
  background: #ffb4001f;
  border: 1px solid #ffb40059;
  border-radius: 10px;
  margin: 0 0 14px;
  padding: 10px 12px;
  font-size: .88rem;
  line-height: 1.4;
}

.ios-install-close {
  width: 32px;
  height: 32px;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 50%;
  font-size: 1.4rem;
  position: absolute;
  top: 8px;
  right: 10px;
}

.ios-install-close:hover {
  background: #ffffff14;
}

@media (width >= 600px) {
  .ios-install-sheet {
    align-items: center;
  }

  .ios-install-card {
    margin: 0;
  }
}

.sleep-badge {
  font-variant-numeric: tabular-nums;
  color: #c8a4f0;
  background: #7c44a82e;
  border: 1px solid #7c44a866;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: .72rem;
  font-weight: 800;
}

.sleep-menu {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  width: 180px;
  box-shadow: var(--shadow-lift);
  z-index: 130;
  border-radius: 12px;
  flex-direction: column;
  gap: 2px;
  padding: 6px;
  animation: .15s hr-fade-in;
  display: flex;
  position: fixed;
}

.sleep-menu button {
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 9px 14px;
  font-family: inherit;
  font-size: .88rem;
}

.sleep-menu button:hover {
  background: #dc143026;
}

.sleep-menu button.sleep-cancel {
  border-top: 1px solid var(--line);
  color: var(--muted);
  margin-top: 4px;
  padding-top: 10px;
}

@keyframes hr-fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-palette {
  z-index: 140;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0;
}

.search-palette.is-open {
  opacity: 1;
  pointer-events: auto;
}

.search-backdrop {
  backdrop-filter: blur(6px);
  background: #0009;
  position: absolute;
  inset: 0;
}

.search-box {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  width: min(620px, 100% - 32px);
  box-shadow: var(--shadow);
  transition: transform .2s var(--ease-out);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  transform: translateY(-12px);
}

.search-palette.is-open .search-box {
  transform: translateY(0);
}

.search-input-wrap {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  display: flex;
}

.search-input-wrap input {
  color: var(--ink);
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 1rem;
}

.search-input-wrap kbd {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 5px;
  padding: 3px 7px;
  font-size: .7rem;
}

.search-results {
  max-height: 50vh;
  margin: 0;
  padding: 6px;
  list-style: none;
  overflow-y: auto;
}

.search-results li {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  transition: background .12s;
  display: flex;
}

.search-results li.is-active, .search-results li:hover {
  background: #dc14302e;
}

.search-type {
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  border-radius: 4px;
  flex-shrink: 0;
  padding: 3px 7px;
  font-size: .65rem;
  font-weight: 800;
}

.search-type--page {
  color: #6cb1ff;
  border-color: #6cb1ff4d;
}

.search-type--team {
  color: #e8b84b;
  border-color: #e8b84b4d;
}

.search-type--show {
  color: #ff6b8a;
  border-color: #ff6b8a4d;
}

.search-type--action {
  color: #6ee7b7;
  border-color: #6ee7b74d;
}

.search-label {
  flex: 1;
  font-size: .92rem;
}

.search-empty {
  text-align: center;
  color: var(--muted);
  padding: 16px;
  font-size: .88rem;
}

.search-hint {
  color: var(--muted);
  border-top: 1px solid var(--line);
  text-align: center;
  margin: 0;
  padding: 10px 18px;
  font-size: .72rem;
}

.countdown-line {
  border: 1px solid var(--line);
  color: var(--muted);
  background: #ffffff0a;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 6px 10px;
  font-size: .78rem;
  display: inline-flex;
}

.countdown-kicker {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent-bright);
  font-size: .65rem;
  font-weight: 800;
}

.countdown-time {
  color: var(--ink);
  font-weight: 600;
}

.offline-banner {
  color: #fff;
  text-align: center;
  z-index: 150;
  transition: transform .3s var(--ease-out);
  background: #b8341a;
  padding: 10px 16px;
  font-size: .85rem;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.offline-banner.is-shown {
  transform: translateY(0);
}

.talent-next {
  color: var(--muted);
  border-top: 1px solid var(--line);
  align-items: center;
  gap: 6px;
  margin: 10px 0 0;
  padding-top: 8px;
  font-size: .75rem;
  display: flex;
}

.talent-next-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.talent-next strong {
  color: var(--accent-bright);
  font-weight: 800;
}

:root[data-theme="light"] {
  --bg: #fafafa;
  --bg-elevated: #fff;
  --surface: #f3f3f3;
  --surface-glass: #00000008;
  --surface-warm: #ececec;
  --vinyl: #e8e8e8;
  --ink: #141414;
  --muted: #5a5a5a;
  --line: #0000001a;
  --gold-border: #00000021;
  --night: #f0f0f0;
  --shadow: 0 28px 80px #0000002e;
  --shadow-rest: 0 4px 24px #0000001a;
  --shadow-lift: 0 18px 52px #00000026;
}

:root[data-theme="light"] body {
  background: var(--bg);
  color: var(--ink);
}

:root[data-theme="light"] .mini-player {
  color: var(--ink);
  background: #ffffffeb;
}

:root[data-theme="light"] .mini-show {
  color: var(--accent);
}

:root[data-theme="light"] .toast {
  color: var(--ink);
  background: #fffffff2;
}

:root[data-theme="light"] .history-drawer, :root[data-theme="light"] .search-box, :root[data-theme="light"] .sleep-menu {
  color: var(--ink);
  background: #fff;
}

:root[data-theme="light"] .header-tool {
  color: var(--ink);
}

.fav-btn {
  border: 1px solid var(--line);
  width: 32px;
  height: 32px;
  color: var(--muted);
  cursor: pointer;
  z-index: 2;
  background: #0006;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: color .2s, background .2s, transform .2s, border-color .2s;
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.fav-btn:hover {
  border-color: var(--accent);
  color: var(--accent-bright);
  transform: scale(1.08);
}

.fav-btn.is-on {
  color: var(--accent-bright);
  border-color: var(--accent);
  background: #dc14302e;
}

.fav-btn.is-on svg {
  fill: currentColor;
}

.fav-btn:focus-visible {
  box-shadow: var(--focus-ring);
  outline: none;
}

.talent-card, .show-detail {
  position: relative;
}

.fav-filter-bar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  gap: 8px;
  margin: 0 0 18px;
  padding: 4px;
  display: inline-flex;
}

.fav-filter {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: inherit;
  font-size: .82rem;
  font-weight: 700;
  transition: background .18s, color .18s;
}

.fav-filter:hover {
  color: var(--ink);
}

.fav-filter.is-active {
  background: var(--accent);
  color: #fff;
}

.fav-count {
  opacity: .8;
  margin-left: 4px;
  font-weight: 600;
}

.header-tool.is-on {
  color: var(--accent-bright);
  border-color: var(--accent);
}

.stats-summary {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 32px;
  display: grid;
}

.stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
}

.stat-card small {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 6px;
  font-size: .7rem;
  font-weight: 700;
  display: block;
}

.stat-card strong {
  font-family: var(--font-display, "Syne", system-ui, sans-serif);
  color: var(--accent-bright);
  font-size: 1.5rem;
  font-weight: 800;
}

.stats-bars {
  flex-direction: column;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: flex;
}

.stats-bars li {
  grid-template-columns: minmax(140px, 1fr) 2fr auto;
  align-items: center;
  gap: 12px;
  font-size: .85rem;
  display: grid;
}

.stats-days li {
  grid-template-columns: 110px 1fr auto;
}

.bar-label {
  color: var(--ink);
  font-weight: 600;
}

.bar-track {
  background: var(--surface);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.bar-fill {
  background: linear-gradient(90deg, var(--accent), #ff6b8a);
  height: 100%;
  transition: width .4s var(--ease-out);
  border-radius: 999px;
  display: block;
}

.bar-value {
  font-variant-numeric: tabular-nums;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.stats-empty {
  text-align: center;
  color: var(--muted);
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: 12px;
  padding: 30px;
}

.stats-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  display: flex;
}

.history-search {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  display: flex;
}

.history-search input {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 8px;
  flex: 1;
  padding: 7px 12px;
  font-family: inherit;
  font-size: .82rem;
}

.history-search input:focus {
  border-color: var(--accent);
  outline: none;
}

.btn-xs {
  font-weight: 700;
  padding: 6px 10px !important;
  font-size: .72rem !important;
}

.show-detail.is-highlighted {
  outline: 2px solid var(--accent-bright);
  outline-offset: 4px;
  animation: 1.5s 2 hr-pulse;
}

.rail-section {
  padding: 20px 24px 8px;
}

.rail {
  max-width: 1280px;
  margin: 24px auto;
  position: relative;
}

.rail-head {
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
  padding-inline: 4px;
  display: flex;
}

.rail-head h2 {
  letter-spacing: .02em;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.rail-head h2 span {
  margin-right: 6px;
  font-size: 1.1em;
}

.rail-cta {
  color: var(--accent, #c8102e);
  opacity: .9;
  margin-left: auto;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
}

.rail-cta:hover {
  opacity: 1;
  text-decoration: underline;
}

.rail-arrows {
  gap: 6px;
  margin-left: 8px;
  display: flex;
}

.rail-arrow {
  width: 32px;
  height: 32px;
  color: inherit;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  transition: background .15s;
}

.rail-arrow:hover {
  background: #ffffff24;
}

[data-theme="light"] .rail-arrow {
  background: #0000000a;
  border-color: #00000026;
}

[data-theme="light"] .rail-arrow:hover {
  background: #0000001a;
}

.rail-track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  gap: 12px;
  padding: 6px 4px 18px;
  display: flex;
  overflow: auto hidden;
}

.rail-track::-webkit-scrollbar {
  height: 6px;
}

.rail-track::-webkit-scrollbar-thumb {
  background: #fff3;
  border-radius: 3px;
}

.rail-card {
  scroll-snap-align: start;
  min-width: 240px;
  color: inherit;
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  flex-direction: column;
  flex: 0 0 240px;
  gap: 6px;
  padding: 16px;
  text-decoration: none;
  transition: transform .18s, background .18s, border-color .18s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rail-card:before {
  content: "";
  background: var(--card-accent, #c8102e);
  width: 4px;
  position: absolute;
  inset: 0 auto 0 0;
}

.rail-card:hover {
  background: #ffffff14;
  border-color: #ffffff2e;
  transform: translateY(-3px);
}

[data-theme="light"] .rail-card {
  background: #00000005;
  border-color: #00000014;
}

[data-theme="light"] .rail-card:hover {
  background: #0000000d;
  border-color: #00000026;
}

.rail-card h3 {
  margin: 4px 0 2px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.rail-card .rail-tag {
  background: var(--card-accent, #c8102e);
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  align-self: flex-start;
  padding: 2px 8px;
  font-size: .7rem;
  font-weight: 700;
  display: inline-block;
}

.rail-card .rail-meta {
  opacity: .75;
  margin: 2px 0;
  font-size: .82rem;
}

.rail-card .rail-host {
  opacity: .9;
  font-size: .85rem;
  font-weight: 500;
}

.rail-card .rail-when {
  color: var(--card-accent, #c8102e);
  margin-top: auto;
  font-size: .78rem;
  font-weight: 600;
}

.rail-card .rail-emoji {
  font-size: 2rem;
  line-height: 1;
}

.rail-card .rail-play {
  background: var(--card-accent, #c8102e);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 6px 12px;
  font-size: .8rem;
  font-weight: 600;
}

.rail-card .rail-play:hover {
  filter: brightness(1.1);
}

.news-card {
  flex: 0 0 280px;
  min-width: 280px;
}

.weather-chip {
  background: #ffffff14;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  padding: 4px 10px;
  font-size: .8rem;
  display: inline-flex;
}

.weather-chip .weather-emoji {
  font-size: 1.1rem;
}

.weather-chip .weather-temp {
  font-weight: 700;
}

.weather-chip .weather-meta {
  opacity: .85;
  font-size: .75rem;
}

[data-theme="light"] .weather-chip {
  background: #0000000f;
}

.player-cover {
  isolation: isolate;
}

.player-cover:before {
  content: "";
  z-index: -1;
  background: radial-gradient(circle at 50% 50%,
    var(--dynamic-accent, var(--tag-color, #c8102e)) 0%,
    transparent 65%);
  opacity: 0;
  filter: blur(22px);
  pointer-events: none;
  border-radius: 50%;
  transition: opacity .6s;
  position: absolute;
  inset: -40%;
}

.player-panel.is-playing .player-cover:before {
  opacity: .55;
  animation: 4.5s ease-in-out infinite alternate coverGlow;
}

@keyframes coverGlow {
  from {
    opacity: .4;
    transform: scale(.92);
  }

  to {
    opacity: .65;
    transform: scale(1.04);
  }
}

.player-cover.is-loading:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(100deg, #0000 30%, #ffffff1a 50%, #0000 70%) 0 0 / 220% 100%;
  animation: 1.4s linear infinite coverShimmer;
  position: absolute;
  inset: 0;
}

@keyframes coverShimmer {
  from {
    background-position: 220% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.player-cover {
  transition: transform .5s var(--ease-out, cubic-bezier(.22,1,.36,1)),
              box-shadow .5s ease;
}

.player-panel.is-playing .player-cover {
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--dynamic-accent, #c8102e) 50%, transparent),
    0 18px 38px #000000b3,
    0 0 32px color-mix(in srgb, var(--dynamic-accent, #c8102e) 30%, transparent);
  transform: translateY(-2px) scale(1.02);
}

body[data-player-state="buffering"] .live-tag-dot {
  background: #4aa3ff;
  animation: .9s ease-in-out infinite bufferPulse;
  box-shadow: 0 0 8px #4aa3ffe6;
}

body[data-player-state="buffering"] .player-live-badge {
  color: #9bc8ff;
  background: #4aa3ff2e;
  border-color: #4aa3ff73;
}

body[data-player-state="buffering"] .player-live-badge:after {
  content: "BUFFER";
}

body[data-player-state="buffering"] .player-live-badge > :first-child + * {
  display: none;
}

body[data-player-state="offline"] .live-tag-dot {
  box-shadow: none;
  background: #888;
  animation: none;
}

body[data-player-state="offline"] .player-live-badge {
  color: #bbb;
  background: #7878782e;
  border-color: #a0a0a059;
}

body[data-player-state="paused"] .live-tag-dot {
  box-shadow: none;
  background: #ffffff8c;
  animation: none;
}

body[data-player-state="paused"] .player-live-badge {
  color: #ffffffa6;
  background: #ffffff0f;
  border-color: #ffffff2e;
}

@keyframes bufferPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .6;
    transform: scale(1.4);
  }
}

.player-panel input[type="range"], .mini-player input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right,
    var(--dynamic-accent, #c8102e) 0%,
    var(--dynamic-accent, #c8102e) var(--vol-fill, 85%),
    #ffffff1f var(--vol-fill, 85%),
    #ffffff1f 100%);
  cursor: pointer;
  border-radius: 999px;
  outline: none;
  height: 6px;
  transition: height .18s;
}

.player-panel input[type="range"]:hover, .mini-player input[type="range"]:hover {
  height: 8px;
}

.player-panel input[type="range"]::-webkit-slider-thumb, .mini-player input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid var(--dynamic-accent, #c8102e);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dynamic-accent, #c8102e) 25%, transparent),
    0 2px 8px #00000080;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  transition: transform .15s, box-shadow .18s;
}

.player-panel input[type="range"]:hover::-webkit-slider-thumb, .player-panel input[type="range"]:focus::-webkit-slider-thumb, .mini-player input[type="range"]:hover::-webkit-slider-thumb, .mini-player input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--dynamic-accent, #c8102e) 35%, transparent),
    0 4px 12px #0009;
  transform: scale(1.15);
}

.player-panel input[type="range"]::-moz-range-thumb, .mini-player input[type="range"]::-moz-range-thumb {
  border: 2px solid var(--dynamic-accent, #c8102e);
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dynamic-accent, #c8102e) 25%, transparent);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.player-panel.is-playing .player-equalizer {
  opacity: .95;
  filter: drop-shadow(0 0 6px color-mix(in srgb, var(--dynamic-accent, #c8102e) 60%, transparent));
}

.player-panel.is-playing .player-equalizer span {
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--dynamic-accent, #c8102e) 70%, #fff));
  animation-duration: .85s;
  animation-timing-function: ease-in-out;
}

.player-panel.is-playing .player-equalizer span:first-child {
  --mx: .65;
  animation-duration: .72s;
}

.player-panel.is-playing .player-equalizer span:nth-child(2) {
  --mx: 1;
  animation-duration: .94s;
}

.player-panel.is-playing .player-equalizer span:nth-child(3) {
  --mx: .48;
  animation-duration: .61s;
}

.player-panel.is-playing .player-equalizer span:nth-child(4) {
  --mx: .88;
  animation-duration: 1.08s;
}

.player-panel.is-playing .player-equalizer span:nth-child(5) {
  --mx: .72;
  animation-duration: .79s;
}

#playToggle, #miniPlay {
  transition: transform .18s, box-shadow .25s, background .25s;
  position: relative;
}

#playToggle:hover, #miniPlay:hover {
  transform: scale(1.06);
}

#playToggle:active, #miniPlay:active {
  transform: scale(.96);
}

#playToggle:focus-visible, #miniPlay:focus-visible {
  box-shadow: 0 0 0 3px var(--bg, #0a0a0a),
    0 0 0 5px var(--dynamic-accent, #c8102e);
  outline: none;
}

.player-panel.is-playing #playToggle {
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--dynamic-accent, #c8102e) 60%, transparent),
    0 8px 24px color-mix(in srgb, var(--dynamic-accent, #c8102e) 35%, transparent);
}

@media (width <= 720px) {
  #toastHost {
    align-items: stretch !important;
    inset: auto 12px 110px !important;
  }

  #toastHost .toast {
    width: 100%;
  }
}

body[data-player-state="buffering"] .player-status:before {
  content: "";
  vertical-align: -1px;
  border: 2px solid #fff3;
  border-top-color: #4aa3ff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  animation: .7s linear infinite bufferSpin;
  display: inline-block;
}

@keyframes bufferSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .player-cover:before, .player-panel.is-playing .player-cover, .player-panel.is-playing .player-equalizer span, .player-cover.is-loading:after, body[data-player-state="buffering"] .live-tag-dot, body[data-player-state="buffering"] .player-status:before {
    transition: none !important;
    animation: none !important;
  }
}

.bottom-nav {
  display: none;
}

@media (width <= 760px) {
  .bottom-nav {
    z-index: 90;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
    backdrop-filter: blur(14px);
    background: #0a0a0eeb;
    border-top: 1px solid #ffffff1a;
    justify-content: space-around;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  [data-theme="light"] .bottom-nav {
    background: #fffffff2;
    border-top-color: #0000001a;
  }

  .bn-item {
    min-width: 56px;
    min-height: 48px;
    color: inherit;
    opacity: .65;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 10px;
    font-size: .68rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .15s;
    display: flex;
  }

  .bn-item.is-active, .bn-item:hover {
    opacity: 1;
    color: var(--accent, #c8102e);
  }

  body.has-bottom-nav {
    padding-bottom: 64px;
  }

  body.has-bottom-nav #miniPlayer {
    bottom: 64px;
  }
}

.watch-mode {
  z-index: 200;
  opacity: 0;
  color: #fff;
  background: radial-gradient(at top, #1a0410 0%, #050507 70%);
  grid-template-rows: auto 1fr auto auto auto auto;
  gap: 16px;
  padding: 18px clamp(16px, 4vw, 48px);
  transition: opacity .3s, transform .3s;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
  transform: scale(1.02);
}

.watch-mode.is-open {
  opacity: 1;
  transform: scale(1);
}

body.watch-open {
  overflow: hidden;
}

.watch-backdrop {
  filter: blur(60px) saturate(1.4) brightness(.45);
  opacity: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  transition: opacity .6s, background-image .4s;
  position: absolute;
  inset: -10%;
}

.watch-backdrop[style*="background-image"] {
  opacity: .85;
}

.watch-grain {
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: .4;
  background-image: radial-gradient(#ffffff0a 1px, #0000 1px);
  background-size: 3px 3px;
  position: absolute;
  inset: 0;
}

.watch-blobs {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.wb {
  filter: blur(70px);
  opacity: .55;
  mix-blend-mode: screen;
  border-radius: 50%;
  position: absolute;
}

.wb-1 {
  background: var(--dynamic-accent, #c8102e);
  width: 380px;
  height: 380px;
  animation: 18s ease-in-out infinite wbFloat1;
  top: -80px;
  left: -60px;
}

.wb-2 {
  background: #ff3a6e;
  width: 320px;
  height: 320px;
  animation: 22s ease-in-out infinite wbFloat2;
  bottom: -60px;
  right: -40px;
}

.wb-3 {
  opacity: .4;
  background: #6e3aff;
  width: 280px;
  height: 280px;
  animation: 26s ease-in-out infinite wbFloat3;
  top: 40%;
  right: 20%;
}

@keyframes wbFloat1 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(60px, 40px) scale(1.15);
  }
}

@keyframes wbFloat2 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(-50px, -30px) scale(1.1);
  }
}

@keyframes wbFloat3 {
  0%, 100% {
    transform: translate(0) scale(1);
  }

  50% {
    transform: translate(40px, -60px) scale(.9);
  }
}

.watch-top {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.watch-brand {
  letter-spacing: .18em;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 700;
  display: flex;
}

.watch-live-dot {
  background: #ff2d55;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: 1.6s ease-out infinite liveDot;
  box-shadow: 0 0 #ff2d5599;
}

@keyframes liveDot {
  0% {
    box-shadow: 0 0 #ff2d55b3;
  }

  100% {
    box-shadow: 0 0 0 12px #ff2d5500;
  }
}

.watch-clock {
  opacity: .7;
  font-variant-numeric: tabular-nums;
  letter-spacing: .05em;
  margin-left: 6px;
}

.watch-top-actions {
  gap: 8px;
  display: flex;
}

.watch-icon {
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  transition: background .15s, transform .15s;
  display: flex;
}

.watch-icon:hover {
  background: #ffffff29;
  transform: scale(1.06);
}

.watch-stage {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 0;
  display: flex;
  position: relative;
}

.watch-vinyl {
  aspect-ratio: 1;
  width: clamp(220px, 38vh, 360px);
  position: relative;
}

.watch-vinyl-ring {
  opacity: 0;
  background: conic-gradient(#0000, #ffffff2e, #0000 60%);
  border-radius: 50%;
  transition: opacity .4s;
  animation: 10s linear infinite ringSpin;
  position: absolute;
  inset: -14px;
}

.watch-mode.is-playing .watch-vinyl-ring {
  opacity: 1;
}

@keyframes ringSpin {
  to {
    transform: rotate(360deg);
  }
}

.watch-cover {
  background: linear-gradient(135deg, var(--dynamic-accent, #c8102e), #ff3a6e);
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 30px 80px #0009, 0 0 60px #ff3a6e40;
}

.watch-mode.is-playing .watch-cover {
  animation: 4s ease-in-out infinite coverPulse;
}

@keyframes coverPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 30px 80px #0009, 0 0 60px #ff3a6e40;
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 35px 90px #000000b3, 0 0 80px #ff3a6e66;
  }
}

.watch-cover.has-img .watch-cover-mark {
  display: none;
}

.watch-cover-mark {
  letter-spacing: -.02em;
  color: #ffffffd9;
  font-size: 4rem;
  font-weight: 900;
}

.watch-bars {
  opacity: 0;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  height: 38px;
  transition: opacity .3s;
  display: flex;
}

.watch-mode.is-playing .watch-bars {
  opacity: .85;
}

.watch-bars span {
  background: linear-gradient(180deg, var(--dynamic-accent, #ff3a6e), #fff);
  width: 4px;
  height: 8px;
  animation: .9s ease-in-out infinite barJump;
  animation-delay: calc(var(--i) * -.07s);
  border-radius: 2px;
  display: block;
}

@keyframes barJump {
  0%, 100% {
    height: 6px;
  }

  50% {
    height: 36px;
  }
}

.watch-info {
  text-align: center;
  max-width: 720px;
  padding: 0 12px;
}

.watch-tag {
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .95;
  margin: 0 0 10px;
  font-size: .78rem;
  font-weight: 700;
}

.watch-title {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 3.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.1;
}

.watch-host {
  opacity: .78;
  margin: 0;
  font-size: 1rem;
}

.watch-track {
  opacity: .9;
  margin: 12px 0 0;
  font-size: 1rem;
  font-style: italic;
}

.watch-controls {
  z-index: 5;
  justify-content: center;
  align-items: center;
  gap: 22px;
  display: flex;
  position: relative;
}

.watch-btn {
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  background: #ffffff14;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 1.2rem;
  transition: transform .15s, background .15s, box-shadow .2s;
  display: flex;
}

.watch-btn:hover {
  background: #ffffff2e;
  transform: scale(1.06);
}

.watch-btn--play {
  background: var(--dynamic-accent, #c8102e);
  border-color: #0000;
  width: 84px;
  height: 84px;
  font-size: 1.9rem;
  box-shadow: 0 14px 36px #c8102e80;
}

.watch-btn--play:hover {
  background: var(--dynamic-accent, #e0173a);
  transform: scale(1.08);
  box-shadow: 0 20px 50px #c8102ea6;
}

.watch-volume {
  z-index: 5;
  opacity: .75;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  font-size: .85rem;
  display: flex;
  position: relative;
}

.watch-volume input[type="range"] {
  accent-color: var(--dynamic-accent, #ff3a6e);
  flex: 1;
  height: 4px;
}

.watch-reactions {
  z-index: 5;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}

.watch-react {
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  background: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1.2rem;
  transition: transform .15s, background .15s;
  display: flex;
}

.watch-react:hover {
  background: #ffffff24;
  transform: translateY(-2px);
}

.watch-react.is-pop {
  animation: .25s reactPop;
}

@keyframes reactPop {
  50% {
    transform: scale(1.4);
  }
}

.watch-bottom {
  z-index: 5;
  opacity: .65;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.watch-next {
  opacity: .95;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  font-size: .82rem;
  display: inline-flex;
}

.watch-next-label {
  letter-spacing: .12em;
  opacity: .7;
  font-weight: 700;
}

.watch-next-time {
  font-variant-numeric: tabular-nums;
  color: var(--dynamic-accent, #ff3a6e);
  font-weight: 700;
}

.watch-next-title {
  opacity: .95;
}

.watch-hint {
  letter-spacing: .04em;
  margin: 0;
}

.watch-open-btn {
  width: 30px;
  height: 30px;
  color: inherit;
  cursor: pointer;
  background: #ffffff0f;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  transition: background .15s;
  display: flex;
}

.watch-open-btn:hover {
  background: #ffffff2e;
}

[data-theme="light"] .watch-open-btn {
  background: #0000000a;
  border-color: #00000026;
}

@media (width <= 760px) {
  .player-header {
    flex-wrap: wrap;
    gap: 6px;
  }

  .weather-chip {
    font-size: .72rem;
  }

  .player-onair {
    gap: 12px;
  }

  .player-cover img {
    width: 72px;
    height: 72px;
  }

  .player-onair-title {
    font-size: 1.05rem;
  }

  .header-tools {
    flex-wrap: wrap;
  }

  .rail-card {
    flex: 0 0 78vw;
    min-width: 78vw;
    max-width: 320px;
  }

  .news-card {
    flex: 0 0 82vw;
    min-width: 82vw;
  }

  .rail-section {
    padding: 12px 12px 0;
  }

  .rail-head h2 {
    font-size: 1rem;
  }

  .rail-arrows {
    display: none;
  }

  .watch-cover {
    width: 70vw;
    max-width: 280px;
    height: 70vw;
    max-height: 280px;
  }

  .watch-title {
    font-size: 1.4rem;
  }

  button, .button, a.button {
    min-height: 44px;
  }
}

@media (width <= 480px) {
  .quick-strip, .feature-grid, .talent-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 1.8rem;
  }
}

:root {
  --dynamic-accent: #c8102e;
}

.player-panel--signature {
  box-shadow: 0 30px 80px -30px var(--dynamic-accent, #c8102e66);
  transition: box-shadow .6s;
}

.player-live-badge {
  transition: background .6s;
  background: linear-gradient(90deg, var(--dynamic-accent, #c8102e), #ff3a6ed9) !important;
}

.play-button {
  transition: background .6s;
  background: var(--dynamic-accent, #c8102e) !important;
}

.lyrics-panel {
  backdrop-filter: blur(20px);
  z-index: 150;
  background: #0f0c12f5;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-direction: column;
  width: 360px;
  max-height: 70vh;
  animation: .25s lyricsIn;
  display: flex;
  position: fixed;
  top: 80px;
  right: 20px;
  box-shadow: 0 30px 80px #00000080;
}

@keyframes lyricsIn {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lyrics-panel header {
  border-bottom: 1px solid #ffffff14;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  display: flex;
}

.lyrics-panel header strong {
  font-size: .95rem;
}

.lyrics-status {
  opacity: .7;
  background: #ffffff0f;
  border-radius: 999px;
  margin-left: auto;
  padding: 2px 8px;
  font-size: .72rem;
}

.lyrics-close {
  width: 28px;
  height: 28px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
}

.lyrics-close:hover {
  background: #ffffff1a;
}

.lyrics-body {
  scroll-behavior: smooth;
  flex: 1;
  padding: 12px 16px 18px;
  overflow-y: auto;
}

.lyrics-body::-webkit-scrollbar {
  width: 6px;
}

.lyrics-body::-webkit-scrollbar-thumb {
  background: #ffffff26;
  border-radius: 3px;
}

.lyrics-line {
  opacity: .45;
  margin: 6px 0;
  font-size: .95rem;
  line-height: 1.4;
  transition: opacity .2s, transform .2s, color .2s;
}

.lyrics-line.is-past {
  opacity: .32;
}

.lyrics-line.is-active {
  opacity: 1;
  color: var(--dynamic-accent, #ff3a6e);
  transform-origin: 0;
  font-weight: 700;
  transform: translateX(4px) scale(1.03);
}

.lyrics-empty {
  opacity: .6;
  padding: 12px 0;
  font-style: italic;
}

.lyrics-plain {
  white-space: pre-wrap;
  opacity: .85;
  margin: 0;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1.5;
}

[data-theme="light"] .lyrics-panel {
  background: #fffffff5;
  border-color: #0000001a;
}

@media (width <= 760px) {
  .lyrics-panel {
    width: auto;
    max-height: 50vh;
    inset: auto 12px 80px;
  }
}

.float-layer {
  pointer-events: none;
  z-index: 300;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.float-emoji {
  pointer-events: none;
  animation: floatUp var(--dur, 1.6s) cubic-bezier(.2,.6,.3,1) forwards;
  will-change: transform, opacity;
  font-size: 1.8rem;
  position: fixed;
}

@keyframes floatUp {
  0% {
    opacity: 0;
    transform: translate(0) scale(.6);
  }

  15% {
    opacity: 1;
    transform: translate(calc(var(--dx) * .3), calc(var(--dy) * .2)) scale(1.1);
  }

  100% {
    transform: translate(var(--dx), var(--dy)) scale(.9) rotate(15deg);
    opacity: 0;
  }
}

.shortcuts-panel {
  z-index: 220;
  backdrop-filter: blur(8px);
  background: #0000008c;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}

.shortcuts-card {
  background: #131218;
  border: 1px solid #ffffff1f;
  border-radius: 18px;
  width: 100%;
  max-width: 460px;
  padding: 22px 26px;
  box-shadow: 0 30px 80px #0009;
}

[data-theme="light"] .shortcuts-card {
  color: #131218;
  background: #fff;
  border-color: #0000001a;
}

.shortcuts-card header {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.shortcuts-card header strong {
  font-size: 1.05rem;
}

.shortcuts-close {
  width: 30px;
  height: 30px;
  color: inherit;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  margin-left: auto;
  font-size: 1.3rem;
  line-height: 1;
}

[data-theme="light"] .shortcuts-close {
  background: #0000000f;
}

.shortcuts-card table {
  border-collapse: collapse;
  width: 100%;
}

.shortcuts-card td {
  border-bottom: 1px dashed #ffffff0f;
  padding: 8px 4px;
  font-size: .92rem;
}

.shortcuts-card td:first-child {
  width: 100px;
}

.shortcuts-card kbd {
  background: #ffffff14;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  padding: 3px 8px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: .78rem;
  display: inline-block;
  box-shadow: 0 2px #0000004d;
}

[data-theme="light"] .shortcuts-card kbd {
  color: #131218;
  background: #f4f4f6;
  border-color: #0000001f;
  box-shadow: 0 2px #00000014;
}

.tool-btn {
  font-size: 1rem;
}

.brand-mark--img {
  object-fit: contain;
  background: #0d0a10;
  border: 1.5px solid #dc143080;
  padding: 0;
  box-shadow: 0 0 24px #ffc85040;
}

[data-theme="light"] .brand-mark--img {
  background: #f8f8fa;
  border-color: #c8102e59;
}

.player-cover img {
  object-fit: cover;
}

.brand-mark:not(.brand-mark--final) {
  padding: 4px;
  border-radius: 14px !important;
  width: 56px !important;
  height: 56px !important;
}

.brand-mark--img {
  transition: transform .3s, box-shadow .3s;
  background: radial-gradient(circle at 50% 40%, #c8102e73 0%, #0f0c12 70%) !important;
  box-shadow: 0 0 32px #ff507873, inset 0 0 0 1px #ff50784d !important;
}

.brand:hover .brand-mark--img {
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 0 48px #ff5078b3, inset 0 0 0 2px #ff507880 !important;
}

[data-theme="light"] .brand-mark--img {
  background: radial-gradient(circle at 50% 40%, #c8102e2e 0%, #f8f8fa 70%) !important;
}

.site-header .brand .brand-mark--final {
  object-fit: contain;
  filter: drop-shadow(0 6px 18px #0009) drop-shadow(0 0 22px #dc143059);
  max-height: 96px;
  transition: transform .3s, filter .3s;
  display: block;
  width: auto !important;
  height: 96px !important;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.site-header .brand:hover .brand-mark--final {
  filter: drop-shadow(0 8px 22px #000000b3) drop-shadow(0 0 32px #ff50788c);
  transform: scale(1.04);
}

@media (width <= 720px) {
  .site-header .brand .brand-mark--final {
    max-height: 44px;
    width: auto !important;
    height: 44px !important;
  }

  .hero-media {
    inset: 0;
  }
}

.header-tool.is-collapsed {
  display: none !important;
}

.more-btn svg {
  width: 18px;
  height: 18px;
}

[data-theme="light"] .more-menu {
  color: #131218;
  background: #fffffffa;
  border-color: #0000001a;
}

.more-item {
  width: 100%;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: .92rem;
  display: flex;
}

.more-item:hover, .more-item:focus-visible {
  background: #ffffff14;
  outline: none;
}

[data-theme="light"] .more-item:hover {
  background: #0000000d;
}

.more-ico {
  text-align: center;
  opacity: .9;
  width: 24px;
  font-size: 1.05rem;
}

.lyrics-head {
  cursor: grab;
  user-select: none;
}

.lyrics-panel.is-drag .lyrics-head {
  cursor: grabbing;
}

.lyrics-min {
  width: 28px;
  height: 28px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.lyrics-min:hover {
  background: #ffffff1a;
}

.lyrics-panel.is-min .lyrics-body {
  display: none;
}

.lyrics-panel.is-min {
  width: 240px !important;
}

.lyrics-panel {
  left: auto;
}

.player-cover.just-muted:after {
  content: "🔇";
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
  background: #0000008c;
  place-items: center;
  font-size: 2.4rem;
  animation: .55s ease-out muteFlash;
  display: grid;
  position: absolute;
  inset: 0;
}

@keyframes muteFlash {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  35% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

.mini-player {
  touch-action: pan-y;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .28s, bottom .28s;
}

.np-drawer {
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  place-items: center;
  transition: opacity .28s;
  display: grid;
  position: fixed;
  inset: 0;
}

.np-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.np-drawer .np-bg {
  filter: blur(38px) brightness(.45) saturate(1.2);
  background-color: #0a0a0a;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.15);
}

.np-drawer .np-close {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  background: #00000073;
  border: 1px solid #ffffff2e;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: transform .18s, background .18s;
  display: grid;
  position: absolute;
  top: 18px;
  right: 18px;
}

.np-drawer .np-close:hover {
  background: #000000b3;
  transform: scale(1.08);
}

.np-drawer .np-inner {
  z-index: 1;
  text-align: center;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 460px;
  padding: 32px;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1) 50ms, opacity .32s 50ms;
  display: flex;
  position: relative;
  transform: translateY(24px);
}

.np-drawer.is-open .np-inner {
  opacity: 1;
  transform: translateY(0);
}

.np-drawer .np-cover {
  aspect-ratio: 1;
  object-fit: cover;
  width: min(72vw, 340px);
  box-shadow: 0 30px 80px #000000b3,
    0 0 0 1px #ffffff14,
    0 0 60px color-mix(in srgb, var(--dynamic-accent, #c8102e) 30%, transparent);
  border-radius: 18px;
}

.np-drawer .np-meta {
  color: #fff;
}

.np-drawer .np-tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  background: color-mix(in srgb, var(--tag-color, #c8102e) 25%, transparent);
  border: 1px solid color-mix(in srgb, var(--tag-color, #c8102e) 55%, transparent);
  color: #fff;
  border-radius: 999px;
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: .7rem;
  font-weight: 800;
  display: inline-block;
}

.np-drawer .np-title {
  margin: 0 0 6px;
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
}

.np-drawer .np-host {
  opacity: .75;
  margin: 0;
  font-size: .95rem;
}

.np-drawer .np-track {
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  margin: 14px 0 0;
  padding: 10px 16px;
  font-size: .95rem;
  font-weight: 600;
}

.np-drawer .np-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.np-drawer .btn-primary, .np-drawer .btn-ghost {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: .92rem;
  font-weight: 800;
  transition: transform .15s, filter .15s;
}

.np-drawer .btn-primary {
  background: var(--dynamic-accent, #c8102e);
  color: #fff;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--dynamic-accent, #c8102e) 45%, transparent);
}

.np-drawer .btn-ghost {
  color: #fff;
  background: #ffffff14;
  border: 1px solid #ffffff24;
}

.np-drawer .btn-primary:hover, .np-drawer .btn-ghost:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

[data-theme="light"] .np-drawer .np-bg {
  background-color: #1a1a1a;
}

@media (prefers-reduced-motion: reduce) {
  .np-drawer, .np-drawer .np-inner, .player-cover.just-muted:after {
    transition: none !important;
    animation: none !important;
  }
}

.sr-only {
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

@media (width <= 720px) {
  .mini-player .mini-icon-btn, .mini-player .mini-close, .player-controls .icon-btn {
    min-width: 44px;
    min-height: 44px;
  }

  @media (width <= 380px) {
    .mini-player {
      gap: 8px;
      padding: 8px 10px;
    }

    .mini-player .mini-meta {
      font-size: .85rem;
    }

    .mini-player .mini-show {
      font-size: .78rem;
    }

    .mini-player .mini-track {
      font-size: .72rem;
    }

    .mini-player #miniHistoryBtn, .mini-player #miniShareBtn {
      display: none;
    }
  }
}

.np-drawer button:focus-visible, .mini-player button:focus-visible {
  box-shadow: 0 0 0 2px #000,
    0 0 0 4px var(--dynamic-accent, #c8102e);
  outline: none;
}

@media (width <= 760px) {
  .hero {
    aspect-ratio: auto;
    min-height: auto;
    margin-top: 76px;
    padding: 18px 16px 28px;
  }

  .hero-media {
    position: relative;
    inset: auto;
  }

  .hero-image {
    aspect-ratio: 1168 / 784;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .hero-layer-bottom {
    display: none;
  }

  .hero-content {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    padding: 0;
    position: relative;
  }

  .hero-copy {
    margin: 0 0 16px;
    font-size: .95rem;
    line-height: 1.55;
  }

  .player-panel--signature {
    border-radius: 14px;
    width: 100%;
    max-width: 100%;
    font-size: .92em;
  }

  .player-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .player-station-name {
    font-size: .78rem;
  }

  .player-clock {
    font-size: .7rem;
  }

  .weather-chip {
    font-size: .72rem;
  }

  .player-onair {
    gap: 14px;
    padding: 14px;
  }

  .player-cover {
    width: 64px;
    height: 64px;
  }

  .player-onair-title {
    font-size: 1.05rem;
  }

  .player-onair-host {
    font-size: .82rem;
  }

  .player-controls {
    gap: 12px;
    padding: 12px 14px 14px;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .volume-control input[type="range"] {
    width: 100%;
    min-width: 80px;
  }

  .site-header {
    min-height: 76px;
    padding: 6px 14px;
  }
}

@media (width <= 480px) {
  .hero {
    padding: 14px 12px 22px;
  }

  .player-onair-kicker {
    flex-wrap: wrap;
  }

  .player-onair-tag {
    font-size: .58rem;
  }

  .player-onair-slot {
    font-size: .66rem;
  }

  .player-onair-title {
    font-size: .98rem;
    line-height: 1.2;
  }

  .player-track-live {
    font-size: .72rem;
  }

  .player-status {
    font-size: .78rem;
  }

  .player-status-sub {
    font-size: .7rem;
  }

  .player-controls {
    flex-wrap: wrap;
  }
}

.featured-band {
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
}

.featured-grid {
  margin-top: var(--space-6);
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  display: grid;
}

.featured-card {
  background: linear-gradient(160deg, #dc14301a, #0f0f12f2);
  border: 1px solid #dc143047;
  border-radius: 18px;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex;
  position: relative;
  box-shadow: 0 18px 40px -18px #dc143059;
}

.featured-card:hover {
  border-color: #dc14308c;
  transform: translateY(-3px);
  box-shadow: 0 26px 60px -22px #dc14308c;
}

.featured-card h3 {
  font-family: var(--font-display, Syne, Inter, sans-serif);
  color: #fff;
  letter-spacing: .01em;
  margin: 0;
  font-size: 1.25rem;
}

.featured-tag {
  color: #ff7a92;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: #dc143038;
  border: 1px solid #dc143080;
  border-radius: 999px;
  align-self: flex-start;
  padding: 4px 10px;
  font-size: .66rem;
  font-weight: 900;
  display: inline-flex;
}

.featured-meta {
  color: #ffffff9e;
  margin: 0;
  font-size: .86rem;
  font-weight: 600;
}

.featured-card p:last-child {
  color: #ffffffc7;
  margin: 0;
  font-size: .92rem;
  line-height: 1.55;
}

.featured-cover {
  background: #0a0a0a;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.featured-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.partners-band {
  padding-top: var(--space-8);
  padding-bottom: var(--space-10);
}

.partners-grid {
  margin-top: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  display: grid;
}

.partner-card {
  text-align: center;
  color: inherit;
  background: #0f0f12d9;
  border: 1px solid #ffffff14;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 22px;
  text-decoration: none;
  transition: transform .25s, border-color .25s, background .25s;
  display: flex;
}

.partner-card:hover {
  background: #141216f2;
  border-color: #dc143080;
  transform: translateY(-2px);
}

.partner-logo {
  font-family: var(--font-display, Syne, Inter, sans-serif);
  letter-spacing: .02em;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.partner-logo strong {
  color: var(--accent-bright, #ff3a6e);
  font-weight: 900;
}

.partner-meta {
  color: #fff9;
  font-size: .84rem;
}

.partner-card--brw .brw-djs-names {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.partner-card--brw .brw-djs-names li {
  color: #fff;
  letter-spacing: .01em;
  white-space: nowrap;
  background: #dc14302e;
  border: 1px solid #dc143073;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: .78rem;
  font-weight: 600;
}

@media (width <= 760px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    padding: 18px;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }
}

.requests-band {
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
}

.requests-card {
  background: radial-gradient(circle at 0 0, #dc14302e, #0000 60%), linear-gradient(160deg, #141216f2, #0a0a0af2);
  border: 1px solid #dc143047;
  border-radius: 22px;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(22px, 3vw, 40px);
  display: grid;
  box-shadow: 0 30px 70px -30px #dc143080;
}

.requests-text h2 {
  color: #fff;
  margin: 8px 0 12px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.requests-text p {
  color: #ffffffc7;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.requests-actions {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.requests-actions .button {
  white-space: nowrap;
}

.listen-elsewhere {
  padding-bottom: var(--space-10);
}

.stream-chips {
  margin-top: var(--space-6);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  display: grid;
}

.stream-chip {
  color: inherit;
  background: #0f0f12d9;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  text-decoration: none;
  transition: transform .25s, border-color .25s, background .25s;
  display: flex;
}

.stream-chip:hover {
  background: #141216f2;
  border-color: #dc143080;
  transform: translateY(-2px);
}

.stream-chip-icon {
  flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1;
}

.stream-chip-text {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.stream-chip-text strong {
  color: #fff;
  font-size: .98rem;
}

.stream-chip-text span {
  color: #fff9;
  font-size: .82rem;
}

@media (width <= 760px) {
  .requests-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .requests-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .requests-actions .button {
    justify-content: center;
    width: 100%;
  }

  .hero-image {
    -webkit-mask-image: linear-gradient(#000 0% 88%, #0000 100%);
    mask-image: linear-gradient(#000 0% 88%, #0000 100%);
  }

  .site-header.is-open .main-nav {
    background: #08080afc;
    box-shadow: 0 30px 60px #0009;
  }
}

.skip-link {
  z-index: 10000;
  color: #fff;
  background: #dc1430;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  transition: top .2s;
  position: fixed;
  top: -100px;
  left: 12px;
  box-shadow: 0 8px 24px #00000080;
}

.skip-link:focus {
  outline-offset: 2px;
  outline: 3px solid #fff;
  top: 12px;
}

main:focus {
  outline: none;
}

.session-badge {
  color: #ffffffd9;
  background: #dc14302e;
  border: 1px solid #dc143066;
  border-radius: 999px;
  margin: 12px 0 0;
  padding: 4px 12px;
  font-size: .78rem;
  font-weight: 600;
  display: inline-block;
}

.mini-session {
  color: #ffffff8c;
  margin-top: 2px;
  font-size: .72rem;
  display: block;
}

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

  .vinyl-disc, .is-spinning, .ticker, .marquee, .pulse, .shimmer {
    animation: none !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}

.hr-ticker {
  z-index: 90;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #dc1430f2, #8c0a1ef2);
  border-bottom: 1px solid #ffffff1a;
  width: 100%;
  padding: 6px 0;
  font-size: .78rem;
  font-weight: 600;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hr-ticker-track {
  white-space: nowrap;
  align-items: center;
  gap: 12px;
  padding-left: 100%;
  animation: 2000s linear infinite hr-ticker-scroll;
  display: inline-flex;
}

.hr-ticker-dot {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.4s ease-in-out infinite hr-blink;
  display: inline-block;
  box-shadow: 0 0 10px #fff, 0 0 4px #fff;
}

@keyframes hr-ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.back-to-top {
  z-index: 90;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(8px);
  background: #0f0f12eb;
  border: 1px solid #dc143080;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: opacity .25s, transform .25s, background .25s;
  display: grid;
  position: fixed;
  bottom: 88px;
  right: 18px;
  transform: translateY(12px);
  box-shadow: 0 10px 24px #0006;
}

.back-to-top.is-shown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #dc1430d9;
  transform: translateY(-2px);
}

.hr-reveal {
  opacity: 0;
  transition: opacity .55s cubic-bezier(.2, .7, .2, 1), transform .55s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
  transform: translateY(18px);
}

.hr-reveal-in {
  opacity: 1;
  transform: none;
}

.is-skeleton {
  background: linear-gradient(90deg, #ffffff0f 0%, #ffffff29 50%, #ffffff0f 100%) 0 0 / 200% 100%;
  border-radius: 6px;
  min-width: 140px;
  min-height: 1em;
  animation: 1.4s ease-in-out infinite hr-skeleton-shimmer;
  display: inline-block;
  color: #0000 !important;
}

@keyframes hr-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (width <= 760px) {
  .hr-ticker {
    padding: 5px 0;
    font-size: .7rem;
  }

  .hr-ticker-track {
    animation-duration: 2000s;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hr-ticker-track {
    padding-left: 0;
    animation: none;
  }

  .hr-reveal {
    opacity: 1;
    transform: none;
  }
}

:root {
  --hr-ticker-h: 26px;
}

.hr-ticker {
  z-index: 60;
  height: var(--hr-ticker-h);
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hr-ticker-track {
  line-height: var(--hr-ticker-h);
}

.site-header {
  top: var(--hr-ticker-h) !important;
}

.hero {
  margin-top: calc(110px + var(--hr-ticker-h)) !important;
}

body.is-offline .site-header {
  margin-top: calc(38px + var(--hr-ticker-h));
}

@media (width <= 760px) {
  :root {
    --hr-ticker-h: 22px;
  }
}

.partner-logo-img {
  object-fit: contain;
  filter: drop-shadow(0 4px 12px #dc143059);
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 70px;
  margin: 0 auto 6px;
  display: block;
}

.header-play {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s var(--ease-out, ease), filter .18s ease, box-shadow .18s ease, background .25s ease, border-color .25s ease;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(135deg, #dc1430 0%, #a80020 100%);
  border: 1px solid #dc14308c;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 12px;
  padding: 9px 16px 9px 14px;
  font: 600 .78rem / 1 Inter, system-ui, sans-serif;
  display: inline-flex;
  position: relative;
  box-shadow: 0 6px 18px #dc143061, inset 0 1px #ffffff2e;
}

.header-play:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px #dc143080, inset 0 1px #ffffff38;
}

.header-play:active {
  transform: translateY(0);
}

.header-play:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #ffd166;
}

.header-play .hp-ico {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.header-play .hp-ico--pause, .header-play.is-playing .hp-ico--play {
  display: none;
}

.header-play.is-playing .hp-ico--pause {
  display: inline-flex;
}

.header-play.is-playing {
  background: linear-gradient(135deg, #16a34a 0%, #047a2c 100%);
  border-color: #22c55e8c;
  box-shadow: 0 6px 18px #16a34a73, inset 0 1px #ffffff2e;
}

.header-play .hp-pulse {
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.4s infinite hpPulse;
  display: none;
  box-shadow: 0 0 #ffffffb3;
}

.header-play.is-playing .hp-pulse {
  display: inline-block;
}

@keyframes hpPulse {
  0% {
    box-shadow: 0 0 #ffffffa6;
  }

  70% {
    box-shadow: 0 0 0 8px #fff0;
  }

  100% {
    box-shadow: 0 0 #fff0;
  }
}

@media (width <= 640px) {
  .header-play {
    letter-spacing: .06em;
    margin-right: 8px;
    padding: 8px 12px;
    font-size: .72rem;
  }

  .header-play .hp-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-play, .header-play:hover {
    transition: none;
    transform: none;
  }

  .header-play .hp-pulse {
    animation: none;
  }
}

.site-header {
  padding-left: max(clamp(18px, 4vw, 56px), env(safe-area-inset-left, 0px));
  padding-right: max(clamp(18px, 4vw, 56px), env(safe-area-inset-right, 0px));
  padding-top: max(8px, env(safe-area-inset-top, 0px));
}

.site-footer {
  padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
}

.more-menu {
  min-width: min(260px, 100vw - 24px);
  max-width: calc(100vw - 16px);
}

@media (width <= 480px) {
  .more-menu {
    min-width: min(280px, 100vw - 24px);
    right: -8px;
  }

  .more-menu a {
    min-height: 48px;
    padding: 12px 14px;
    font-size: .96rem;
  }
}

@media (width <= 360px) {
  .more-menu {
    top: calc(72px + env(safe-area-inset-top, 0px));
    width: auto;
    min-width: 0;
    max-width: none;
    position: fixed;
    left: 8px;
    right: 8px;
  }
}

@media (width <= 900px) {
  .hero {
    aspect-ratio: 1.25;
  }
}

@media (width <= 560px) {
  .hero {
    aspect-ratio: auto;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .hero-media {
    aspect-ratio: 16 / 10;
  }

  .hero-content {
    padding-top: 14px;
  }

  .hero-copy {
    font-size: .95rem;
    line-height: 1.5;
  }

  .player-panel {
    border-radius: 18px;
    padding: 16px;
  }

  .player-header {
    flex-wrap: wrap;
    gap: 8px;
    font-size: .78rem;
  }

  .player-onair {
    gap: 12px;
  }

  .player-cover img {
    width: 72px !important;
    height: 72px !important;
  }

  .player-onair-title {
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .player-controls {
    flex-wrap: wrap;
    gap: 12px;
  }

  .play-button {
    flex: none;
    width: 56px !important;
    height: 56px !important;
  }

  .player-status-block {
    flex: 140px;
    min-width: 120px;
  }

  .stream-link {
    flex: none;
    width: 44px;
    height: 44px;
  }

  .volume-control {
    flex: 100%;
    order: 5;
    padding-top: 4px;
  }

  .volume-control input[type="range"] {
    width: 100%;
    min-width: 0;
  }
}

.volume-control input[type="range"]:focus-visible, .mini-volume:focus-visible {
  border-radius: 999px;
  outline: none;
  box-shadow: 0 0 0 3px #dc14308c;
}

@media (pointer: coarse) {
  .volume-control input[type="range"]::-webkit-slider-thumb {
    width: 22px !important;
    height: 22px !important;
  }

  .volume-control input[type="range"]::-moz-range-thumb {
    width: 22px !important;
    height: 22px !important;
  }

  .mini-volume::-webkit-slider-thumb {
    width: 18px !important;
    height: 18px !important;
  }

  .mini-volume::-moz-range-thumb {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (width <= 700px) {
  .quick-strip {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px;
  }

  .quick-strip-card {
    min-height: auto;
    padding: 14px;
  }
}

@media (width <= 420px) {
  .quick-strip {
    grid-template-columns: 1fr;
  }
}

@media (width <= 560px) {
  .quick-strip-kicker {
    font-size: .72rem;
  }
}

@media (width <= 700px) {
  .slot-list li {
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 12px;
  }

  .slot-time {
    min-width: 105px;
    font-size: .84rem;
  }

  .slot-title {
    font-size: .92rem;
  }

  details.day-block summary {
    min-height: 52px;
    padding: 14px 16px;
    font-size: 1rem;
  }
}

@media (width <= 560px) {
  .talent-grid, .talent-grid.extended {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .talent-card {
    padding: 14px 10px;
  }

  .talent-grid.extended .avatar.has-photo, .avatar.has-photo {
    width: 64px !important;
    height: 64px !important;
  }

  .talent-card p {
    font-size: .78rem;
  }

  .talent-card strong {
    font-size: .9rem;
    line-height: 1.3;
  }

  .talent-card span {
    font-size: .74rem;
  }
}

@media (width <= 380px) {
  .talent-grid, .talent-grid.extended {
    grid-template-columns: 1fr;
  }
}

@media (width <= 700px) {
  .featured-grid, .partners-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .featured-cover img {
    max-height: 220px;
  }
}

.page-hero h1, .hero h1, .section h2 {
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (width <= 560px) {
  .page-hero h1 {
    font-size: clamp(1.7rem, 6vw, 2.3rem);
  }

  .section h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.9rem);
  }

  .install-card {
    border-radius: 18px;
    padding: 20px 18px;
  }

  .install-card-text h2 {
    font-size: 1.4rem;
  }

  .install-features li {
    font-size: .9rem;
  }

  .install-cta {
    width: 100%;
    min-height: 52px;
    padding: 16px 18px;
    font-size: 1rem;
  }

  .install-hint {
    text-align: center;
    font-size: .78rem;
  }
}

@media (pointer: coarse) {
  .button, .channel-btn, .partner-card, .talent-card a, .stream-chip, a[role="menuitem"] {
    min-height: 48px;
  }
}

.ios-install-card {
  -webkit-overflow-scrolling: touch;
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}

@media (width <= 560px) {
  .history-drawer {
    border-left: none;
    border-top: 1px solid var(--line);
    border-radius: 18px 18px 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 70dvh !important;
    top: auto !important;
  }

  .search-palette {
    padding: 12px;
  }

  .search-box {
    max-height: calc(100dvh - 24px);
    overflow-y: auto;
  }

  .player-equalizer span {
    animation-duration: 1.6s;
  }

  .hero-vinyl, .hr-ticker-track, .watch-blob, .waveform-bars span {
    animation-duration: 2.2s;
  }

  .talent-card.revealed, .quick-strip-card.revealed {
    animation-duration: .35s;
  }
}

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

  .hero-vinyl, .watch-blob, .player-equalizer span, .waveform-bars span, .install-pwa-btn.is-available, .more-menu, .ios-install-sheet, .hr-ticker-track {
    animation: none !important;
  }
}

@media (hover: none) {
  .button:hover, .channel-btn:hover, .partner-card:hover, .talent-card:hover, .header-tool:hover, .more-menu a:hover {
    transform: none;
  }
}

html:has(body.is-playing-radio) {
  overscroll-behavior-y: contain;
}

@media (width <= 560px) {
  .site-footer {
    text-align: center;
    padding: 18px 14px max(20px, env(safe-area-inset-bottom, 0px));
    flex-direction: column;
    gap: 6px;
    font-size: .84rem;
  }

  .stream-chips {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stream-chip {
    min-height: 60px;
    padding: 14px;
  }
}

a, button, [role="button"], .button, .channel-btn, .header-tool, .play-button, .nav-toggle, .stream-chip, .talent-card, .partner-card {
  -webkit-tap-highlight-color: transparent;
}

.play-button, .header-tool, .nav-toggle, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
  font-size: 16px;
}

.history-drawer, .more-menu, .ios-install-card, .search-box, .day-block, .talent-grid {
  -webkit-overflow-scrolling: touch;
}

@supports (-webkit-touch-callout: none) {
  .ios-install-sheet {
    min-height: -webkit-fill-available;
  }
}

@media (display-mode: standalone) {
  html, body {
    background: var(--bg, #0a0a0f);
  }

  .site-header {
    padding-top: max(10px, env(safe-area-inset-top, 0px));
  }
}

@supports (-webkit-touch-callout: none) {
  details.day-block[open] .slot-list {
    animation: none;
  }
}

html, body {
  overflow-x: hidden;
}

.site-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.presence-badge {
  border: 1px solid var(--line, #ffffff14);
  backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
  opacity: 0;
  transition: opacity .35s var(--ease-out, ease), transform .35s var(--ease-out, ease);
  background: linear-gradient(#ffffff12, #ffffff05);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 4px 6px 4px 9px;
  display: inline-flex;
  transform: translateY(-4px);
  box-shadow: inset 0 1px #ffffff0f, 0 4px 18px #00000059;
}

.presence-badge.is-live {
  opacity: 1;
  transform: none;
}

.presence-live-dot {
  background: var(--accent-bright, #e8192e);
  width: 7px;
  height: 7px;
  animation: presencePulse 2s var(--ease-soft, ease) infinite;
  border-radius: 50%;
  flex: none;
  box-shadow: 0 0 #dc14308c;
}

@keyframes presencePulse {
  0% {
    box-shadow: 0 0 #dc14308c;
  }

  70% {
    box-shadow: 0 0 0 6px #dc143000;
  }

  100% {
    box-shadow: 0 0 #dc143000;
  }
}

.presence-pill {
  white-space: nowrap;
  color: #ffffffeb;
  background: #ffffff0d;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 8px;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.presence-ic {
  flex: none;
  width: 14px;
  height: 14px;
}

.presence-visitors .presence-ic {
  color: #ffffffb3;
}

.presence-listeners {
  color: #ffd6dd;
  background: linear-gradient(135deg, #dc143047, #dc14301f);
  box-shadow: inset 0 0 0 1px #dc143059;
}

.presence-listeners .presence-ic {
  color: #ff8aa0;
}

.presence-listeners .presence-count {
  color: #fff;
}

.presence-count {
  font-variant-numeric: tabular-nums;
  text-align: center;
  min-width: 1.1ch;
  transition: color .2s;
}

.presence-pill.is-bumped .presence-count {
  animation: presenceBump .4s var(--ease-out, ease-out);
}

@keyframes presenceBump {
  0% {
    transform: scale(1);
  }

  35% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@media (width <= 900px) {
  .presence-badge {
    margin-left: 4px;
  }

  .presence-pill {
    padding: 3px 8px;
    font-size: .74rem;
  }
}

@media (width <= 480px) {
  .presence-visitors {
    display: none;
  }
}

@media (width <= 360px) {
  .presence-badge {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .presence-pill.is-bumped .presence-count, .presence-live-dot {
    animation: none;
  }
}

@media (width <= 900px) {
  .site-header {
    min-height: calc(64px + env(safe-area-inset-top, 0px));
    padding: calc(8px + env(safe-area-inset-top, 0px))
      calc(10px + env(safe-area-inset-right, 0px))
      8px
      calc(10px + env(safe-area-inset-left, 0px));
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    overflow: visible;
  }

  .brand {
    flex: 0 auto;
    gap: 8px;
    min-width: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .brand strong, .brand small {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .brand-mark, .brand-mark--final {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .brand small {
    font-size: .7rem;
    line-height: 1.1;
  }

  .presence-badge {
    flex: none;
    order: 3;
    min-width: 0;
    margin-left: 0;
  }

  .header-tools {
    flex-wrap: nowrap;
    flex: none;
    order: 4;
    gap: 6px;
    margin-left: 0;
  }

  .header-tool {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    flex: 0 0 42px;
    order: 5;
    width: 42px;
    height: 42px;
    margin-left: 2px;
  }

  .main-nav {
    top: calc(64px + env(safe-area-inset-top, 0px));
    max-height: calc(100dvh - 64px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    overscroll-behavior: contain;
    padding: 14px clamp(14px, 4vw, 24px) calc(20px + env(safe-area-inset-bottom, 0px));
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }

  body:has(.site-header.is-open) {
    overflow: hidden;
  }

  .more-menu {
    top: calc(64px + env(safe-area-inset-top, 0px));
    right: calc(8px + env(safe-area-inset-right, 0px));
    width: min(280px, 100vw - 16px);
    min-width: 0;
    max-height: calc(100dvh - 72px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    position: fixed;
    left: auto;
    overflow-y: auto;
  }

  .hero {
    margin-top: calc(64px + env(safe-area-inset-top, 0px));
  }

  .page-main {
    padding-top: calc(64px + env(safe-area-inset-top, 0px));
  }
}

@media (width <= 560px) {
  .site-header {
    padding: calc(6px + env(safe-area-inset-top, 0px))
      calc(8px + env(safe-area-inset-right, 0px))
      6px
      calc(8px + env(safe-area-inset-left, 0px));
    min-height: calc(60px + env(safe-area-inset-top, 0px));
    gap: 4px;
  }

  .brand-mark, .brand-mark--final {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .brand strong {
    font-size: .95rem;
  }

  .brand small {
    display: none;
  }

  .header-tool {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
  }

  .nav-toggle {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }

  .header-tools {
    gap: 4px;
  }

  .main-nav {
    top: calc(60px + env(safe-area-inset-top, 0px));
    max-height: calc(100dvh - 60px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }

  .more-menu {
    top: calc(60px + env(safe-area-inset-top, 0px));
    right: calc(6px + env(safe-area-inset-right, 0px));
    width: min(260px, 100vw - 12px);
    max-height: calc(100dvh - 68px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }

  .hero {
    margin-top: calc(60px + env(safe-area-inset-top, 0px));
  }

  .page-main {
    padding-top: calc(60px + env(safe-area-inset-top, 0px));
  }
}

@media (width <= 380px) {
  .install-pwa-btn, .presence-badge {
    display: none !important;
  }
}

:root[data-theme="light"] .site-header {
  color: var(--ink);
  border-bottom-color: var(--line);
  background: #ffffffeb;
}

:root[data-theme="light"] .site-header.solid, :root[data-theme="light"] body.is-scrolled .site-header {
  background: #fffffff7;
  border-bottom-color: #0000001f;
  box-shadow: 0 4px 20px #00000014;
}

:root[data-theme="light"] .nav-toggle-bar {
  background: var(--ink);
}

:root[data-theme="light"] .nav-toggle {
  background: #0000000a;
  border-color: #0000001f;
}

:root[data-theme="light"] .main-nav {
  background: #fffffff7;
  border-bottom-color: #0000001f;
}

:root[data-theme="light"] .main-nav a {
  color: #000000b3;
}

:root[data-theme="light"] .main-nav a:hover, :root[data-theme="light"] .main-nav a.active, :root[data-theme="light"] .main-nav a.is-active {
  color: var(--accent);
  background: #dc143014;
}

:root[data-theme="light"] .partner-card {
  color: var(--ink);
  background: #fff;
  border-color: #0000001a;
}

:root[data-theme="light"] .partner-card:hover {
  background: #fff;
  border-color: #dc143066;
}

:root[data-theme="light"] .partner-logo {
  color: var(--ink);
}

:root[data-theme="light"] .partner-meta {
  color: #0009;
}

:root[data-theme="light"] .partner-card--brw .brw-djs-names li {
  color: var(--ink);
  background: #dc143014;
  border-color: #dc143059;
}

:root[data-theme="light"] .featured-card {
  color: var(--ink);
  background: #fff;
  border-color: #0000001a;
}

:root[data-theme="light"] .featured-card p:last-child {
  color: #000000b3;
}

:root[data-theme="light"] .featured-cover {
  background: #f0f0f0;
  border-color: #00000014;
}

:root[data-theme="light"] .site-footer {
  color: var(--ink);
  background: #f5f5f5;
  border-top: 1px solid #00000014;
}

.nav-toggle {
  display: none !important;
}

@media (width <= 900px) {
  .site-header .main-nav {
    display: none !important;
  }
}

.player-2026 {
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  background: radial-gradient(circle at 0 0, #dc14302e, #0000 60%), radial-gradient(circle at 100% 100%, #78001e2e, #0000 60%), #0e0e12eb;
  border: 1px solid #ffffff14;
  border-radius: 22px;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 26px);
  display: grid;
  box-shadow: 0 30px 80px -30px #000000a6, inset 0 0 0 1px #dc14302e;
}

.player-2026.player-panel--signature:after {
  display: none;
}

.player-2026 .p26-header {
  border-bottom: 1px solid #ffffff0f;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  display: flex;
}

.player-2026 .player-live-badge {
  color: #fff;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #dc1430, #b40e26);
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 4px 14px -4px #dc143099;
}

.player-2026 .player-live-badge .live-tag-dot {
  background: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.4s ease-in-out infinite hr-blink;
  box-shadow: 0 0 8px #fff;
}

.player-2026 .player-station-name {
  color: #fff;
  letter-spacing: .01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: auto;
  min-width: 0;
  font-size: .95rem;
  font-weight: 700;
  overflow: hidden;
}

.player-2026 .p26-meta {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  display: inline-flex;
}

.player-2026 .player-clock {
  font-variant-numeric: tabular-nums;
  color: #ffffffc7;
  text-transform: none;
  letter-spacing: 0;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .78rem;
  font-weight: 600;
}

.player-2026 .weather-chip {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: .82rem;
  display: inline-flex;
}

.player-2026 .weather-chip .weather-temp {
  font-weight: 700;
}

.player-2026 .weather-chip .weather-meta {
  opacity: .8;
  font-size: .72rem;
}

.player-2026 .weather-chip .weather-meta strong {
  opacity: 1;
  font-weight: 700;
}

.player-2026 .p26-onair {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
  display: grid;
}

.player-2026 .p26-cover {
  background: linear-gradient(135deg, #dc143059, #28000a99), #0c0c10;
  border-radius: 16px;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px -12px #000000b3, inset 0 0 0 1px #ffffff0f;
}

.player-2026 .p26-cover:before {
  content: "";
  background: radial-gradient(circle, var(--dynamic-accent, #dc143066), transparent 65%);
  filter: blur(40px);
  opacity: 0;
  z-index: -1;
  transition: opacity .6s;
  position: absolute;
  inset: -30%;
}

.player-2026.is-playing .p26-cover:before {
  opacity: .9;
}

.player-2026 .p26-cover img {
  object-fit: cover;
  transition: transform .8s;
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.player-2026.is-playing .p26-cover img {
  transform: scale(1.04);
}

.player-2026 .p26-cover .player-equalizer {
  backdrop-filter: blur(4px);
  background: #00000073;
  border-radius: 6px;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
  padding: 4px 6px;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.player-2026.is-playing .p26-cover .player-equalizer {
  display: inline-flex;
}

.player-2026 .p26-cover .player-equalizer span {
  background: #fff;
  border-radius: 2px;
  width: 3px;
  animation: .7s ease-in-out infinite alternate vu-bar;
}

.player-2026 .p26-cover .player-equalizer span:first-child {
  animation-delay: 0s;
}

.player-2026 .p26-cover .player-equalizer span:nth-child(2) {
  animation-delay: .12s;
}

.player-2026 .p26-cover .player-equalizer span:nth-child(3) {
  animation-delay: 60ms;
}

.player-2026 .p26-cover .player-equalizer span:nth-child(4) {
  animation-delay: .18s;
}

.player-2026 .p26-cover .player-equalizer span:nth-child(5) {
  animation-delay: 90ms;
}

.player-2026 .p26-info {
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  display: flex;
}

.player-2026 .player-onair-kicker {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.player-2026 .player-onair-tag {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tag-color, #c8102e);
  background: color-mix(in srgb, var(--tag-color, #c8102e) 18%, transparent);
  border: 1px solid color-mix(in srgb, var(--tag-color, #c8102e) 40%, transparent);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: .62rem;
  font-weight: 800;
  display: inline-block;
}

.player-2026 .player-onair-slot {
  font-variant-numeric: tabular-nums;
  color: #ffffffb3;
  font-size: .78rem;
}

.player-2026 .player-onair-title {
  color: #fff;
  letter-spacing: -.01em;
  margin: 2px 0 0;
  font-size: clamp(1.1rem, 1.4vw + .6rem, 1.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.player-2026 .player-onair-host {
  color: #ffffffb3;
  font-size: .86rem;
}

.player-2026 .player-track-live {
  color: #fff;
  background: #dc14301f;
  border: 1px solid #dc143047;
  border-radius: 10px;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 8px 12px;
  font-size: .85rem;
  font-weight: 600;
  display: inline-flex;
  overflow: hidden;
}

.player-2026 .player-track-live svg {
  color: #ff4d6d;
  flex-shrink: 0;
}

.player-2026 .player-track-live #liveTrackText {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.player-2026 .countdown-line {
  color: #ffffffa6;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  padding: 6px 10px;
  font-size: .78rem;
  display: flex;
}

.player-2026 .countdown-line strong {
  color: #fff;
  font-weight: 700;
}

.player-2026 .p26-volume #muteToggle {
  display: none !important;
}

.player-2026 .p26-controls {
  border-top: 1px solid #ffffff0f;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding-top: 14px;
  display: grid;
}

.player-2026 .play-button {
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  flex: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 12px 32px -8px #dc143099, 0 0 0 4px #dc14301f;
  background: linear-gradient(135deg, #dc1430, #ff4d6d) !important;
  width: 64px !important;
  height: 64px !important;
}

.player-2026 .play-button:hover {
  transform: scale(1.06);
  box-shadow: 0 16px 40px -8px #dc1430cc, 0 0 0 6px #dc14302e;
}

.player-2026 .p26-status {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.player-2026 .player-status {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .95rem;
  font-weight: 700;
  overflow: hidden;
}

.player-2026 .player-status-sub {
  color: #ffffff8c;
  letter-spacing: .02em;
  font-size: .74rem;
}

.player-2026 .p26-volume {
  background: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding: 8px 12px;
  display: inline-flex;
}

.player-2026 .p26-volume .vol-icon {
  color: #fffc;
  flex-shrink: 0;
}

.player-2026 .p26-volume input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  --_fill: calc(var(--vol-pos, .85) * (100% - 16px) + 8px);
  background: linear-gradient(90deg,
    #dc1430 0,
    #dc1430 var(--_fill),
    #ffffff26 var(--_fill),
    #ffffff26 100%);
  cursor: pointer;
  border-radius: 999px;
  outline: none;
  width: 100%;
  height: 4px;
}

.player-2026 .p26-volume input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 2px solid #dc1430;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  box-shadow: 0 2px 8px #0006;
}

.player-2026 .p26-volume input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  background: #fff;
  border: 2px solid #dc1430;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 0 2px 8px #0006;
}

.player-2026 .p26-onair > .p26-cover > .player-equalizer ~ .player-equalizer {
  display: none;
}

@media (width <= 560px) {
  .player-2026 {
    border-radius: 18px;
    gap: 14px;
    padding: 16px;
  }

  .player-2026 .p26-onair {
    grid-template-columns: auto 1fr;
    gap: 12px;
  }

  .player-2026 .p26-cover {
    border-radius: 12px;
    width: 96px;
    height: 96px;
  }

  .player-2026 .player-onair-title {
    font-size: 1.05rem;
  }

  .player-2026 .p26-controls {
    grid-template-columns: auto 1fr;
    grid-template-areas: "play status"
                         "vol vol";
    gap: 12px 14px;
  }

  .player-2026 .play-button {
    grid-area: play;
    width: 56px !important;
    height: 56px !important;
  }

  .player-2026 .p26-status {
    grid-area: status;
  }

  .player-2026 .p26-volume {
    grid-area: vol;
    min-width: 0;
  }

  .player-2026 .p26-meta {
    justify-content: flex-end;
    gap: 6px;
    width: auto;
  }

  .player-2026 .player-clock, .player-2026 .weather-chip {
    padding: 3px 8px;
    font-size: .7rem;
  }

  .player-2026 .weather-chip .weather-meta {
    display: none;
  }

  .player-2026 .player-station-name {
    font-size: .85rem;
  }
}

.site-header .header-play {
  letter-spacing: normal;
  text-transform: none;
  width: 44px;
  height: 44px;
  font: 0/0 a;
  background: radial-gradient(circle at 30% 30%, #ffffff2e, #0000 60%), linear-gradient(135deg, #ec1f3f 0%, #b00020 100%);
  border: 1px solid #dc143073;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-left: auto;
  margin-right: 10px;
  padding: 0;
  transition: transform .18s, box-shadow .18s, filter .18s, background .25s, border-color .25s;
  display: inline-flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 6px 16px #dc143073, inset 0 1px #ffffff38;
}

.site-header .header-play:hover {
  filter: brightness(1.08);
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 10px 24px #dc14308c, inset 0 1px #ffffff47;
}

.site-header .header-play:active {
  transform: translateY(0) scale(.98);
}

.site-header .header-play .hp-label, .site-header .header-play .hp-pulse {
  display: none !important;
}

.site-header .header-play .hp-ico {
  color: #fff;
  filter: drop-shadow(0 1px 1px #00000059);
  width: 18px;
  height: 18px;
}

.site-header .header-play .hp-ico svg {
  width: 16px;
  height: 16px;
}

.site-header .header-play .hp-ico--play svg {
  transform: translateX(1px);
}

.site-header .header-play.is-playing {
  background: radial-gradient(circle at 30% 30%, #ffffff2e, #0000 60%), linear-gradient(135deg, #18b657 0%, #04863a 100%);
  border-color: #22c55e8c;
  box-shadow: 0 6px 18px #16a34a80, inset 0 1px #ffffff38;
}

.site-header .header-play:after {
  content: "";
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  transition: opacity .25s;
  position: absolute;
  inset: -2px;
  box-shadow: 0 0 #dc14308c;
}

.site-header .header-play.is-playing:after {
  opacity: 1;
  animation: 1.6s ease-out infinite hpRing;
  box-shadow: 0 0 #22c55e8c;
}

@keyframes hpRing {
  0% {
    box-shadow: 0 0 #22c55e73;
  }

  70% {
    box-shadow: 0 0 0 12px #22c55e00;
  }

  100% {
    box-shadow: 0 0 #22c55e00;
  }
}

@media (width <= 640px) {
  .site-header .header-play {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }

  .site-header .header-play .hp-ico {
    width: 16px;
    height: 16px;
  }

  .site-header .header-play .hp-ico svg {
    width: 15px;
    height: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header .header-play:after {
    animation: none;
  }
}

.talent-card {
  cursor: pointer;
}

.talent-card:focus-visible {
  outline: 2px solid var(--accent, #c8102e);
  outline-offset: 3px;
}

.adetail-overlay {
  backdrop-filter: blur(4px);
  z-index: 1200;
  opacity: 0;
  background: #000000b8;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 16px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.adetail-overlay.is-open {
  opacity: 1;
}

.adetail {
  background: #0f0f12;
  border: 1px solid #ffffff1f;
  border-radius: 18px;
  width: 100%;
  max-width: 600px;
  padding: 26px;
  transition: transform .2s;
  position: relative;
  transform: translateY(10px) scale(.98);
  box-shadow: 0 24px 70px #0000008c;
}

.adetail-overlay.is-open .adetail {
  transform: none;
}

.adetail-close {
  color: #fff;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 14px;
}

.adetail-close:hover {
  background: #ffffff1f;
}

.adetail-head {
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  display: flex;
}

.adetail-photo {
  color: #ffffffe6;
  background: linear-gradient(135deg, #c8102e, #0a0a0a);
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  font-size: 1.8rem;
  font-weight: 800;
  display: flex;
  overflow: hidden;
}

.adetail-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.adetail-head h2 {
  margin: 0 0 4px;
  font-size: 1.5rem;
}

.adetail-show {
  color: #e8b84b;
  margin: 0;
  font-weight: 700;
}

.adetail-sched {
  color: #fff9;
  margin: 4px 0 0;
  font-size: .9rem;
}

.adetail-bio {
  color: #ffffffd9;
  margin: 0 0 18px;
  line-height: 1.6;
}

.adetail-socials {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  display: flex;
}

.adetail-social {
  color: #fff;
  background: #ffffff0a;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.adetail-social:hover {
  background: #ffffff1a;
}

.adetail-section {
  margin-top: 18px;
}

.adetail-section h3 {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #ffffff80;
  margin: 0 0 10px;
  font-size: .78rem;
}

.adetail-list {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.adetail-list li {
  border-left: 3px solid var(--li-accent, #c8102e);
  background: #ffffff08;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  display: flex;
}

.adetail-list .li-time {
  font-variant-numeric: tabular-nums;
  color: #fff9;
  min-width: 96px;
  font-weight: 700;
}

.adetail-list .li-title {
  font-weight: 600;
}

.adetail-empty {
  color: #fff6;
  font-size: .88rem;
}

@media (width <= 480px) {
  .adetail-head {
    text-align: center;
    flex-direction: column;
  }

  .adetail-socials {
    justify-content: center;
  }
}

.od-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  display: grid;
}

.od-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .3s var(--ease-out), border-color .2s;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.od-card:hover {
  border-color: #dc143066;
  transform: translateY(-3px);
}

.od-card.od-highlight {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px #dc143059;
}

.od-cover {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #ffffff0d, #ffffff05);
  justify-content: center;
  align-items: center;
  display: flex;
}

.od-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.od-cover-ph {
  color: var(--muted);
  opacity: .5;
  font-size: 2.4rem;
}

.od-body {
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  display: flex;
}

.od-kind {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border-radius: 999px;
  align-self: flex-start;
  padding: 3px 9px;
  font-size: .68rem;
  font-weight: 800;
}

.od-body h3 {
  font-family: var(--font-display);
  margin: 0;
  font-size: 1.15rem;
}

.od-body p {
  color: var(--muted);
  margin: 0;
  font-size: .85rem;
}

.od-actions {
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
  display: flex;
}

.od-play {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: .85rem;
  font-weight: 800;
  transition: filter .2s;
}

.od-play:hover {
  filter: brightness(1.1);
}

.od-play.playing {
  color: var(--accent-bright);
  background: none;
}

.od-share {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.od-share:hover {
  color: var(--accent-bright);
}

.od-soon {
  color: var(--muted);
  font-size: .8rem;
  font-style: italic;
}

.od-empty {
  color: var(--muted);
  padding: 20px 0;
  font-size: .9rem;
}

.section.legal {
  max-width: 760px;
}

.section.legal h2 {
  font-family: var(--font-display);
  margin: 28px 0 8px;
  font-size: 1.2rem;
}

.section.legal p, .section.legal li {
  color: var(--muted);
  line-height: 1.65;
}

.section.legal ul {
  flex-direction: column;
  gap: 6px;
  margin: 8px 0 0;
  padding-left: 20px;
  display: flex;
}

.section.legal strong {
  color: var(--accent-bright);
}

.live-badge {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 14px 0 4px;
  font-size: .85rem;
  display: flex;
}

.live-badge strong {
  color: var(--accent-bright);
}

.live-now {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.live-dot {
  background: var(--accent);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  animation: 2s infinite live-pulse;
  box-shadow: 0 0 #dc143099;
}

@keyframes live-pulse {
  0% {
    box-shadow: 0 0 #dc14308c;
  }

  70% {
    box-shadow: 0 0 0 8px #dc143000;
  }

  100% {
    box-shadow: 0 0 #dc143000;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot {
    animation: none;
  }
}

.push-optin {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--txt, #fff);
  cursor: pointer;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: .85rem;
  font-weight: 800;
  transition: border-color .2s, transform .2s;
}

.push-optin:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.push-optin[data-state="on"] {
  border-color: var(--accent);
  color: var(--accent-bright);
}

:root {
  --accent: #c8102e;
  --accent-bright: #e8192e;
  --accent-glow: #dc14306b;
  --amber: #e8192e;
  --amber-soft: #ff3349;
  --amber-glow: #dc143059;
  --amber-slot: #e8192e;
  --shadow-warm: 0 12px 40px #dc143024;
  --shadow-glow-play: 0 12px 40px #dc143085;
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px #dc1430e6;
}
