/* ============================================
   X RADIO — Festival / Hardstyle Theme
   ============================================ */

:root {
  --bg: #050208;
  --bg-2: #0a0411;
  --bg-3: #11081d;
  --surface: #14081e80;
  --surface-solid: #170a22;
  --border: #2a1640;
  --border-2: #3a1f55;
  --text: #f7f3ff;
  --text-dim: #b29ad0;
  --text-muted: #6b557a;
  --primary: #ff2d4a;        /* harsh red */
  --primary-2: #ff5577;
  --magenta: #ff2d8a;
  --violet: #7c1fa0;
  --violet-2: #4a0e7a;
  --accent: #ff8a00;          /* festival orange */
  --success: #2ee59d;
  --danger: #ff1a4a;
  --radius: 4px;
  --radius-sm: 3px;
  --radius-md: 8px;
  --shadow-lg: 0 30px 80px rgba(255, 45, 74, .25), 0 10px 30px rgba(0, 0, 0, .6);
  --gradient: linear-gradient(135deg, #ff2d4a 0%, #c2208a 50%, #5a1aa8 100%);
  --gradient-hot: linear-gradient(135deg, #ff2d4a 0%, #ff2d8a 100%);
  --gradient-dark: linear-gradient(135deg, #1a0820 0%, #2a0e3a 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

/* ============================================
   Site-Lock (Coming Soon)
   ============================================ */
.site-lock {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #05020a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.site-lock .lock-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-lock .spotlight {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .4;
  animation: float 18s ease-in-out infinite;
}
.site-lock .spotlight-1 { background: #ff2d4a; top: -250px; left: -200px; }
.site-lock .spotlight-2 { background: #7c1fa0; bottom: -250px; right: -200px; animation-delay: -6s; }
.site-lock .spotlight-3 { background: #4ab8ff; top: 30%; left: 45%; animation-delay: -12s; opacity: .25; }

.lock-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 760px;
  width: 100%;
}

.lock-logo {
  display: block;
  height: 78px;
  width: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 8px 40px rgba(255, 45, 74, .5));
}

.lock-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 20px;
  background: rgba(255, 45, 74, .12);
  border: 1px solid rgba(255, 45, 74, .4);
  border-radius: 999px;
  color: #ff5577;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.lock-badge .dot {
  width: 8px; height: 8px;
  background: #ff2d4a;
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}

.lock-content h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 8vw, 6rem);
  letter-spacing: .02em;
  line-height: .95;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.lock-content > p {
  color: #b29ad0;
  font-size: 1.12rem;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 44px;
}

.lock-countdown {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.lock-unit {
  min-width: 120px;
  padding: 22px 16px;
  background: rgba(20, 8, 30, .7);
  backdrop-filter: blur(14px);
  border: 1px solid #2a1640;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.lock-unit::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff2d4a, #ff2d8a);
}

.lock-unit .num {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.4rem);
  line-height: 1;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #ff2d4a, #ff2d8a, #7c1fa0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}

.lock-unit .lbl {
  display: block;
  margin-top: 8px;
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 800;
  color: #6b557a;
}

.lock-date {
  color: #ff5577;
  font-weight: 700;
  letter-spacing: .1em;
}

.lock-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.lock-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid #2a1640;
  border-radius: 50%;
  color: #b29ad0;
  transition: all .2s;
}

.lock-socials a:hover {
  background: linear-gradient(135deg, #ff2d4a, #ff2d8a);
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
}

.lock-socials a svg { width: 18px; height: 18px; }

.lock-admin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b557a;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all .2s;
}

.lock-admin-link:hover {
  color: #ff5577;
  background: rgba(255, 45, 74, .06);
}

@media (max-width: 600px) {
  .lock-unit { min-width: 70px; padding: 16px 8px; flex: 1; }
  .lock-countdown { gap: 8px; }
}

/* ============================================
   Custom Scrollbar (matches theme)
   ============================================ */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff2d4a #0e0e18;
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track {
  background: #0a0411;
  border-left: 1px solid #2a1640;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff2d4a, #c2208a 60%, #7c1fa0);
  border-radius: 6px;
  border: 2px solid #0a0411;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff5577, #ff2d8a);
  background-clip: padding-box;
}
::-webkit-scrollbar-corner { background: #0a0411; }

/* ============================================
   Scroll-Reveal Animations
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(.2,.7,.2,1), transform .65s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left  { transform: translateX(-30px); }
.reveal-right { transform: translateX(30px);  }
.reveal-left.is-visible,
.reveal-right.is-visible { transform: translateX(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================
   Dev-Notice (Beta-Hinweis-Slider, oben sticky)
   ============================================ */
.dev-notice {
  position: sticky;
  top: 0;
  z-index: 70;
  background: linear-gradient(90deg,
    rgba(255, 45, 138, .12) 0%,
    rgba(255, 138, 0, .12) 50%,
    rgba(255, 45, 138, .12) 100%);
  background-size: 200% 100%;
  border-bottom: 1px solid rgba(255, 138, 0, .35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.2, .9, .25, 1.1);
  animation: devNoticeShimmer 14s linear infinite;
}
.dev-notice.show { transform: translateY(0); }

@keyframes devNoticeShimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}

.dev-notice-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  color: #fff;
  font-size: .85rem;
}

.dev-notice-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8a00;
  box-shadow: 0 0 0 0 rgba(255, 138, 0, .7);
  animation: devPulse 1.6s ease-out infinite;
  flex: 0 0 9px;
}
@keyframes devPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 138, 0, .7); }
  70%  { box-shadow: 0 0 0 12px rgba(255, 138, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 138, 0, 0); }
}

.dev-notice-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1.35;
}
.dev-notice-text strong {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .12em;
  font-size: .92rem;
  color: #ffb340;
  text-transform: uppercase;
}
.dev-notice-text .sep {
  color: rgba(255, 255, 255, .25);
  font-weight: 600;
}
.dev-notice-text .msg {
  color: rgba(255, 255, 255, .85);
}

.dev-notice-close {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background .2s, border-color .2s, transform .2s;
  flex: 0 0 28px;
  padding: 0;
}
.dev-notice-close:hover {
  background: rgba(255, 138, 0, .2);
  border-color: rgba(255, 138, 0, .55);
  transform: rotate(90deg);
}

@media (max-width: 720px) {
  .dev-notice-inner { padding: 8px 14px; font-size: .78rem; gap: 10px; }
  .dev-notice-text .sep { display: none; }
  .dev-notice-text strong { font-size: .82rem; }
  .dev-notice-close { width: 24px; height: 24px; font-size: 1rem; flex: 0 0 24px; }
}

/* Wartungs-Banner, falls aktiv, soll DARUNTER sitzen */
.dev-notice + #public-maintenance-banner { top: auto; }

/* ============================================
   Cookie-Banner
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 100px;
  left: 24px;
  right: 24px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  z-index: 150;
  padding: 22px 24px;
  background: rgba(14, 8, 26, .95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #3a1f55;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6), 0 10px 30px rgba(255, 45, 74, .12);
  transform: translateY(140%);
  opacity: 0;
  transition: transform .4s ease, opacity .4s ease;
  pointer-events: none;
}

.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff2d4a, #ff2d8a);
  border-radius: 14px 14px 0 0;
}

.cookie-banner-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cookie-banner-ico {
  font-size: 1.6rem;
}

.cookie-banner-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cookie-banner-text {
  font-size: .88rem;
  line-height: 1.55;
  color: #b29ad0;
  margin-bottom: 16px;
}

.cookie-banner-text a { color: #ff5577; text-decoration: underline; }

.cookie-banner-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-banner-actions .btn {
  padding: 10px 18px;
  font-size: .78rem;
}

@media (max-width: 600px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 90px;
    padding: 18px 20px;
  }
  .cookie-banner-actions .btn { flex: 1; min-width: 120px; }
}

/* ============================================
   Live-Chat-Widget (Floating Bubble + Panel)
   ============================================ */
.chat-fab {
  position: fixed;
  right: 24px;
  bottom: 110px;
  z-index: 120;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d4a, #ff2d8a);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 12px 40px rgba(255, 45, 74, .45);
  display: grid;
  place-items: center;
  transition: transform .2s, box-shadow .2s;
}

.chat-fab:hover {
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 50px rgba(255, 45, 74, .6);
}

.chat-fab.open .icon-chat { display: none; }
.chat-fab .icon-close { display: none; }
.chat-fab.open .icon-close { display: inline; }

.chat-fab .chat-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  background: #14081e;
  border: 2px solid #ff2d4a;
  border-radius: 999px;
  color: #ff5577;
  font-size: .68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.chat-fab.open .chat-badge { display: none; }

.chat-panel {
  position: fixed;
  right: 24px;
  bottom: 180px;
  z-index: 119;
  width: 360px;
  max-width: calc(100vw - 48px);
  height: 480px;
  max-height: calc(100vh - 240px);
  background: rgba(14, 8, 26, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #3a1f55;
  border-radius: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .7);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(20px) scale(.96);
  opacity: 0;
  transition: transform .25s, opacity .25s;
  pointer-events: none;
}

.chat-panel.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.chat-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff2d4a, #ff2d8a, #7c1fa0);
}

.chat-header {
  padding: 16px 18px;
  border-bottom: 1px solid #251539;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header .live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #2ee59d;
  box-shadow: 0 0 8px #2ee59d;
  animation: pulse 1.5s ease-in-out infinite;
}

.chat-header h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: .08em;
  margin: 0;
  text-transform: uppercase;
}

.chat-header .chat-count {
  margin-left: auto;
  font-size: .68rem;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
  color: #6b557a;
}

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-msg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: .88rem;
}

.chat-msg .meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .68rem;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b557a;
}

.chat-msg .meta .who { color: #ff5577; }
.chat-msg .meta .who.mod { color: #4ab8ff; }
.chat-msg .meta .who.sys { color: #ffb340; }

.chat-msg .text {
  background: rgba(255, 255, 255, .04);
  border: 1px solid #251539;
  border-radius: 10px;
  padding: 9px 12px;
  color: #f7f3ff;
  line-height: 1.5;
  word-wrap: break-word;
}

.chat-msg.own .text {
  background: linear-gradient(135deg, rgba(255, 45, 74, .15), rgba(124, 31, 160, .12));
  border-color: rgba(255, 45, 74, .3);
}

.chat-msg.sys .text {
  background: rgba(255, 179, 64, .08);
  border-color: rgba(255, 179, 64, .25);
  color: #ffb340;
  font-size: .82rem;
  text-align: center;
  font-style: italic;
}

.chat-locked {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  text-align: center;
  gap: 14px;
}

.chat-locked .ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  background: rgba(255, 45, 74, .12);
  border: 1px solid rgba(255, 45, 74, .35);
}

.chat-locked h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
}

.chat-locked p {
  color: #b29ad0;
  font-size: .9rem;
  line-height: 1.5;
  margin: 0;
}

.chat-locked .chat-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.chat-input-area {
  padding: 12px 14px;
  border-top: 1px solid #251539;
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(0, 0, 0, .25);
}

.chat-input-area input {
  flex: 1;
  background: #0a0411;
  border: 1px solid #2a1640;
  border-radius: 8px;
  padding: 10px 14px;
  color: #f7f3ff;
  font-family: inherit;
  font-size: .88rem;
}

.chat-input-area input:focus {
  outline: none;
  border-color: #ff2d4a;
  background: rgba(255, 45, 74, .04);
}

.chat-input-area button {
  background: linear-gradient(135deg, #ff2d4a, #ff2d8a);
  border: none;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  font-size: .82rem;
  letter-spacing: .05em;
}

.chat-input-area button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

@media (max-width: 600px) {
  .chat-panel {
    right: 12px;
    left: 12px;
    bottom: 180px;
    width: auto;
  }
  .chat-fab {
    right: 14px;
    bottom: 100px;
  }
}

/* ============================================
   Twitch Live-Popup (zwischen Heute on Air + Events)
   ============================================ */
.twitch-popup {
  margin: 40px 0;
  background: linear-gradient(135deg, rgba(145, 70, 255, .15), rgba(255, 45, 138, .12));
  border: 2px solid #9146ff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(145, 70, 255, .35), 0 0 0 1px rgba(255, 255, 255, .04);
  animation: twitchAppear .5s cubic-bezier(.2,.7,.2,1);
}

@keyframes twitchAppear {
  from { opacity: 0; transform: translateY(20px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.twitch-popup::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px;
  height: 4px;
  background: linear-gradient(90deg, #9146ff, #ff2d4a, #9146ff);
  background-size: 200% 100%;
  animation: twitchShimmer 3s linear infinite;
}

@keyframes twitchShimmer {
  from { background-position: 0% 0; }
  to { background-position: 200% 0; }
}

.twitch-popup-head {
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(0, 0, 0, .35);
  border-bottom: 1px solid rgba(145, 70, 255, .35);
  flex-wrap: wrap;
}

.twitch-popup-head .live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: #ff1a4a;
  border-radius: 999px;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(255, 26, 74, .5);
}

.twitch-popup-head .live-pill .dot {
  width: 8px; height: 8px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.4s ease-in-out infinite;
}

.twitch-popup-head h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: .05em;
  margin: 0;
  text-transform: uppercase;
}

.twitch-popup-head .channel-tag {
  color: #b29ad0;
  font-size: .82rem;
  font-weight: 600;
}

.twitch-popup-head .channel-tag strong {
  color: #c4a3ff;
  background: rgba(145, 70, 255, .15);
  padding: 3px 10px;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 700;
}

.twitch-popup-head .twitch-icon {
  width: 28px; height: 28px;
  margin-left: auto;
}

.twitch-popup .embed-wrap {
  aspect-ratio: 16 / 9;
  position: relative;
  background: #000;
}

.twitch-popup .embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.twitch-popup-actions {
  padding: 16px 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, .3);
  border-top: 1px solid rgba(145, 70, 255, .25);
}

.twitch-popup-actions .btn-twitch {
  background: linear-gradient(135deg, #9146ff, #6441a5);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .82rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: all .2s;
}

.twitch-popup-actions .btn-twitch:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(145, 70, 255, .5);
  color: #fff;
}

.twitch-popup-actions .btn-twitch-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-2);
  padding: 12px 22px;
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .82rem;
  cursor: pointer;
}

.twitch-popup-actions .btn-twitch-ghost:hover {
  border-color: #9146ff;
  color: #c4a3ff;
}

/* ============================================
   Social-Icons (SVG)
   ============================================ */
.socials a svg {
  width: 16px;
  height: 16px;
  display: block;
}

.socials a:hover svg { color: #fff; }

/* ============================================
   Register / User-Forms (additional)
   ============================================ */
.auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  font-size: .82rem;
  color: #b29ad0;
  flex-wrap: wrap;
}

.auth-row a {
  color: #ff5577;
  font-weight: 700;
}

.password-strength {
  height: 4px;
  background: rgba(255, 255, 255, .06);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 6px;
}

.password-strength-bar {
  height: 100%;
  transition: width .25s, background .25s;
  width: 0%;
  background: #ff1a4a;
}

.password-strength-bar.medium { background: #ffb340; }
.password-strength-bar.strong { background: #2ee59d; }

.user-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 6px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid #2a1640;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
}

.user-pill .avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d4a, #c2208a);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .04em;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 92px;
}

/* Festival atmosphere */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% -10%, rgba(255, 45, 74, .35), transparent 60%),
    radial-gradient(ellipse 50% 50% at 90% 5%, rgba(124, 31, 160, .35), transparent 60%),
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(194, 32, 138, .25), transparent 70%),
    linear-gradient(180deg, transparent 0%, rgba(5,2,8,.4) 100%);
  pointer-events: none;
  z-index: -2;
}

/* subtle grid overlay for festival feel */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,45,74,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,45,74,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: -1;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   Typography
   ============================================ */
h1, h2, h3, h4 {
  font-family: 'Bebas Neue', 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

h1 { font-size: clamp(3rem, 8vw, 7rem); letter-spacing: .02em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); }
h3 { font-size: 1.6rem; }
h4 {
  font-size: .9rem;
  letter-spacing: .2em;
  color: var(--text-dim);
}

.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hot-text {
  background: var(--gradient-hot);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary); }

/* ============================================
   Header
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 2, 8, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 22px;
  gap: 16px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-img {
  height: 42px;
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 20px rgba(255, 45, 74, .4));
}

.main-nav {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
}

.main-nav a {
  position: relative;
  padding: 8px 10px;
  font-weight: 700;
  font-size: .74rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--text-dim);
  transition: all .2s;
  white-space: nowrap;
}

.main-nav a::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  background: var(--gradient-hot);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s;
}

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

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

.main-nav a.active { color: var(--primary); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-2);
  color: var(--text);
  font-size: 1.3rem;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
}

/* Login button in header */
.login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: rgba(255, 45, 74, .1);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-weight: 800;
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: all .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.login-btn:hover {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 20px rgba(255, 45, 74, .4);
}

.login-btn .login-icon { font-size: .9rem; }

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: var(--radius);
  font-family: inherit;
  font-weight: 800;
  font-size: .85rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.btn-lg {
  padding: 18px 36px;
  font-size: .95rem;
}

.btn-primary {
  background: var(--gradient-hot);
  color: #fff;
  box-shadow: 0 10px 40px rgba(255, 45, 74, .45), inset 0 1px 0 rgba(255,255,255,.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 60px rgba(255, 45, 74, .65), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}

.btn-ghost {
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  border: 1px solid var(--border-2);
}

.btn-ghost:hover {
  background: rgba(255, 45, 74, .1);
  border-color: var(--primary);
  color: var(--text);
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.play-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: .65rem;
}

/* ============================================
   Hero
   ============================================ */
.hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.spotlight {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .45;
  animation: float 18s ease-in-out infinite;
}

.spotlight-1 { background: var(--primary); top: -250px; left: -200px; }
.spotlight-2 { background: var(--violet); top: -150px; right: -200px; animation-delay: -6s; }
.spotlight-3 { background: var(--magenta); bottom: -300px; left: 35%; animation-delay: -12s; }

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, -40px) scale(1.15); }
  66% { transform: translate(-40px, 60px) scale(.9); }
}

/* light beams */
.beam {
  position: absolute;
  top: -20%;
  width: 200px;
  height: 140%;
  background: linear-gradient(180deg, rgba(255, 45, 74, .15), transparent);
  transform-origin: top center;
  animation: sway 8s ease-in-out infinite;
  pointer-events: none;
  filter: blur(8px);
}

.beam-1 { left: 10%; transform: rotate(-15deg); animation-delay: 0s; }
.beam-2 { left: 30%; transform: rotate(8deg); animation-delay: -3s; background: linear-gradient(180deg, rgba(124, 31, 160, .18), transparent); }
.beam-3 { right: 25%; transform: rotate(-6deg); animation-delay: -5s; background: linear-gradient(180deg, rgba(255, 45, 138, .15), transparent); }
.beam-4 { right: 8%; transform: rotate(18deg); animation-delay: -2s; }

@keyframes sway {
  0%, 100% { transform: rotate(var(--r, 0deg)) translateX(0); opacity: .6; }
  50% { transform: rotate(calc(var(--r, 0deg) + 8deg)) translateX(20px); opacity: 1; }
}

.hero-inner {
  position: relative;
  text-align: center;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(255, 26, 74, .15);
  border: 1px solid rgba(255, 26, 74, .5);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .25em;
  color: #ff5577;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.live-badge .dot {
  width: 9px;
  height: 9px;
  background: var(--danger);
  border-radius: 50%;
  animation: pulse 1.4s ease-in-out infinite;
  box-shadow: 0 0 10px var(--danger);
}

@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 26, 74, .7), 0 0 12px var(--danger); }
  50% { opacity: .7; box-shadow: 0 0 0 10px rgba(255, 26, 74, 0), 0 0 18px var(--danger); }
}

.hero h1 { margin-bottom: 22px; }

.hero h1 .subline {
  display: block;
  font-size: .35em;
  letter-spacing: .3em;
  color: var(--text-dim);
  margin-top: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.hero-sub {
  max-width: 680px;
  margin: 0 auto 36px;
  font-size: 1.1rem;
  color: var(--text-dim);
}

.genre-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.genre-pill {
  padding: 6px 14px;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: rgba(255, 255, 255, .03);
}

.genre-pill.hot {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(255, 45, 74, .08);
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.equalizer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  height: 70px;
  margin-top: 10px;
}

.equalizer span {
  width: 5px;
  background: var(--gradient-hot);
  border-radius: 1px;
  animation: eq .9s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(255, 45, 74, .5);
}

.equalizer span:nth-child(1) { animation-delay: 0s; height: 30%; }
.equalizer span:nth-child(2) { animation-delay: -.15s; height: 60%; }
.equalizer span:nth-child(3) { animation-delay: -.3s; height: 80%; }
.equalizer span:nth-child(4) { animation-delay: -.05s; height: 50%; }
.equalizer span:nth-child(5) { animation-delay: -.4s; height: 90%; }
.equalizer span:nth-child(6) { animation-delay: -.2s; height: 40%; }
.equalizer span:nth-child(7) { animation-delay: -.45s; height: 70%; }
.equalizer span:nth-child(8) { animation-delay: 0s; height: 55%; }
.equalizer span:nth-child(9) { animation-delay: -.15s; height: 85%; }
.equalizer span:nth-child(10) { animation-delay: -.3s; height: 35%; }
.equalizer span:nth-child(11) { animation-delay: -.4s; height: 65%; }
.equalizer span:nth-child(12) { animation-delay: -.1s; height: 45%; }
.equalizer span:nth-child(13) { animation-delay: -.25s; height: 75%; }
.equalizer span:nth-child(14) { animation-delay: -.5s; height: 55%; }
.equalizer span:nth-child(15) { animation-delay: 0s; height: 38%; }

@keyframes eq {
  0%, 100% { transform: scaleY(.25); }
  50% { transform: scaleY(1); }
}

/* ============================================
   Sections
   ============================================ */
.section {
  padding: 80px 0;
  position: relative;
}

.section-alt {
  background: linear-gradient(180deg, transparent, rgba(20, 8, 30, .5), transparent);
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
  flex-wrap: wrap;
}

.section-head h2 .accent {
  color: var(--primary);
}

.link-arrow {
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--primary);
}

.link-arrow:hover { color: var(--magenta); }

/* ============================================
   Now Playing Card
   ============================================ */
.now-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.now-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 3px;
  width: 100%;
  background: var(--gradient-hot);
}

.now-cover {
  position: relative;
  width: 140px;
  height: 140px;
}

.cover-art {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 3rem;
  background: var(--gradient);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(255, 45, 74, .4);
}

.vinyl {
  position: absolute;
  top: 0;
  right: -40px;
  width: 140px;
  height: 140px;
  background:
    radial-gradient(circle, var(--primary) 0%, var(--primary) 16%, #14081e 16%, #14081e 22%, #050208 22%, #050208 100%);
  border-radius: 50%;
  border: 2px solid #14081e;
  animation: spin 5s linear infinite;
  z-index: 1;
}

.vinyl::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0, transparent 3px, rgba(255,255,255,.05) 4px);
}

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

.now-label {
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .25em;
  color: var(--primary);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.now-title {
  font-size: 2.2rem;
  margin-bottom: 6px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .03em;
}

.now-artist {
  color: var(--text-dim);
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.now-genre-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 45, 74, .15);
  border: 1px solid rgba(255, 45, 74, .35);
  border-radius: var(--radius-sm);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  color: var(--primary);
  text-transform: uppercase;
  margin-right: 8px;
}

.progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, .08);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-fill {
  height: 100%;
  width: 40%;
  background: var(--gradient-hot);
  border-radius: 2px;
  transition: width 1s linear;
  box-shadow: 0 0 10px var(--primary);
}

.progress-time {
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.now-meta {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 32px;
  border-left: 1px solid var(--border);
}

.meta-item { display: flex; flex-direction: column; gap: 4px; }
.meta-label {
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
}
.meta-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .05em;
}

/* ============================================
   Show Grid
   ============================================ */
.show-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.show-card {
  position: relative;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all .25s;
  overflow: hidden;
}

.show-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-hot);
  opacity: 0;
  transition: opacity .2s;
}

.show-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
}

.show-card:hover::before { opacity: 1; }

.show-card.live {
  border-color: var(--danger);
  background: linear-gradient(135deg, rgba(255, 26, 74, .1), var(--surface));
}

.show-card.live::before { opacity: 1; }

.show-time {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: .05em;
  color: var(--primary);
  margin-bottom: 8px;
}

.show-name {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: .02em;
}

.show-host {
  color: var(--text-dim);
  font-size: .9rem;
  margin-bottom: 12px;
}

.show-desc {
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.show-card .genre-pill {
  display: inline-block;
}

.show-live-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 10px;
  background: var(--danger);
  border-radius: var(--radius-sm);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  color: #fff;
  box-shadow: 0 0 15px var(--danger);
}

/* ============================================
   Events
   ============================================ */
.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.event-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all .25s;
}

.event-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 30px 60px rgba(255, 45, 74, .2);
}

.event-visual {
  height: 180px;
  position: relative;
  background: var(--gradient);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.event-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(0,0,0,.3), transparent 60%);
}

.event-emoji { display: none; }

.event-visual .event-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.event-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, transparent 35%, rgba(0,0,0,.65) 100%);
  z-index: 1;
  pointer-events: none;
}

.event-visual .event-date-badge { z-index: 2; }

/* Watermark-Initials komplett entfernen */
.dj-photo .initials,
.dj-modal-photo .initials-big { display: none !important; }

.event-date-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, .75);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  text-align: center;
  z-index: 2;
}

.event-date-day {
  display: block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--primary);
}

.event-date-month {
  display: block;
  font-size: .65rem;
  letter-spacing: .2em;
  font-weight: 800;
  color: var(--text-dim);
  text-transform: uppercase;
}

.event-body {
  padding: 22px 24px 24px;
}

.event-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: .02em;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: .05em;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
  color: var(--text-dim);
  font-size: .85rem;
}

.event-meta span:not(:last-child)::after {
  content: '•';
  margin-left: 6px;
  color: var(--text-muted);
}

.event-desc {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

.event-genres {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* ============================================
   CTA
   ============================================ */
.cta { padding: 60px 0; }

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px;
  background:
    linear-gradient(135deg, rgba(255, 45, 74, .18), rgba(124, 31, 160, .18)),
    var(--gradient-dark);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-md);
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.cta-inner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 45, 74, .3), transparent 60%);
  filter: blur(40px);
}

.cta-inner > * { position: relative; }

.cta-inner p {
  color: var(--text-dim);
  margin-top: 8px;
  max-width: 540px;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
  margin-top: 60px;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--violet), transparent);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand .logo-img {
  height: 56px;
}

.footer-brand p {
  margin-top: 14px;
  color: var(--text-dim);
  font-size: .9rem;
}

.footer-col h4 {
  margin-bottom: 16px;
  color: var(--text);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.footer-col a {
  display: block;
  padding: 6px 0;
  color: var(--text-dim);
  font-size: .9rem;
  transition: all .2s;
}

.footer-col a:hover {
  color: var(--primary);
  padding-left: 4px;
}

.socials { display: flex; gap: 10px; }

.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  font-weight: 800;
  font-size: .72rem;
  padding: 0;
  letter-spacing: .05em;
}

.socials a:hover {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
  padding-left: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  font-size: .82rem;
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================
   Sticky Player
   ============================================ */
.player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(8, 4, 14, .96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-2);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, .6);
}

.player::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--magenta), var(--violet), transparent);
}

.player-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.player-track {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.player-cover {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: var(--gradient-hot);
  border-radius: var(--radius);
  font-size: 1.3rem;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(255, 45, 74, .4);
}

.player-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.player-title {
  font-weight: 800;
  font-size: .95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-artist {
  color: var(--text-dim);
  font-size: .8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.play-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gradient-hot);
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 30px rgba(255, 45, 74, .5);
  transition: transform .2s;
}

.play-btn:hover { transform: scale(1.06); }
.play-btn:active { transform: scale(.97); }

.play-btn .icon-pause { display: none; }
.player.playing .play-btn .icon-play { display: none; }
.player.playing .play-btn .icon-pause { display: inline; }

.player-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: var(--text-muted);
  border-radius: 50%;
}

.player.playing .live-dot {
  background: var(--danger);
  animation: pulse 1.4s ease-in-out infinite;
}

.player.playing .player-status { color: var(--danger); }

.player-volume {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.vol-btn {
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 8px;
}

.player-volume input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 110px;
  height: 4px;
  background: rgba(255, 255, 255, .1);
  border-radius: 2px;
  outline: none;
}

.player-volume input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255, 45, 74, .7);
}

.player-volume input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* ============================================
   Page-specific
   ============================================ */
.page-hero {
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 16px;
}

.page-hero p {
  color: var(--text-dim);
  font-size: 1.1rem;
  max-width: 640px;
  margin: 0 auto;
}

/* Schedule */
.day-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 32px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.day-tab {
  padding: 10px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-dim);
  font-family: inherit;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: all .2s;
}

.day-tab:hover {
  border-color: var(--primary);
  color: var(--text);
}

.day-tab.active {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 45, 74, .35);
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.schedule-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all .2s;
}

.schedule-row:hover {
  border-color: var(--primary);
  transform: translateX(2px);
}

.schedule-row.live {
  border-color: var(--danger);
  background: linear-gradient(135deg, rgba(255, 26, 74, .1), var(--surface));
}

.schedule-time {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  letter-spacing: .05em;
  color: var(--primary);
}

.schedule-info h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0;
}

.schedule-host {
  color: var(--text-dim);
  font-size: .88rem;
}

/* Genre tags */
.schedule-genre,
.tag {
  padding: 5px 12px;
  border: 1px solid rgba(255, 45, 74, .35);
  background: rgba(255, 45, 74, .1);
  color: var(--primary);
  border-radius: var(--radius-sm);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.tag-hardstyle { color: #ff5577; border-color: rgba(255, 85, 119, .4); background: rgba(255, 85, 119, .1); }
.tag-rawstyle  { color: #ff2d4a; border-color: rgba(255, 45, 74, .4); background: rgba(255, 45, 74, .1); }
.tag-hardcore  { color: #ff8a00; border-color: rgba(255, 138, 0, .4); background: rgba(255, 138, 0, .1); }
.tag-uptempo   { color: #c2208a; border-color: rgba(194, 32, 138, .4); background: rgba(194, 32, 138, .1); }
.tag-frenchcore{ color: #7c1fa0; border-color: rgba(124, 31, 160, .5); background: rgba(124, 31, 160, .15); }
.tag-mix       { color: var(--text-dim); border-color: var(--border-2); background: rgba(255,255,255,.04); }
.tag-tekk      { color: #ff2d4a; border-color: rgba(255, 45, 74, .4); background: rgba(255, 45, 74, .1); }
.tag-hardtekk  { color: #ff5577; border-color: rgba(255, 85, 119, .4); background: rgba(255, 85, 119, .12); }
.tag-house     { color: #4ab8ff; border-color: rgba(74, 184, 255, .4); background: rgba(74, 184, 255, .1); }
.tag-techno    { color: #b06bff; border-color: rgba(176, 107, 255, .4); background: rgba(176, 107, 255, .12); }
.tag-latin     { color: #ff8a00; border-color: rgba(255, 138, 0, .4); background: rgba(255, 138, 0, .1); }
.tag-afro      { color: #ffb340; border-color: rgba(255, 179, 64, .4); background: rgba(255, 179, 64, .1); }
.tag-club      { color: #4ab8ff; border-color: rgba(74, 184, 255, .5); background: rgba(74, 184, 255, .12); }
.tag-festival  { color: #ff2d4a; border-color: rgba(255, 45, 74, .5); background: rgba(255, 45, 74, .12); }

/* Station-Badge on DJ cards */
.station-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.station-badge.festival { background: rgba(255, 45, 74, .12); color: #ff5577; border: 1px solid rgba(255, 45, 74, .35); }
.station-badge.club { background: rgba(74, 184, 255, .12); color: #4ab8ff; border: 1px solid rgba(74, 184, 255, .35); }
.station-badge.dual { background: linear-gradient(90deg, rgba(255, 45, 74, .15), rgba(74, 184, 255, .15)); color: #fff; border: 1px solid var(--border-2); }

/* Station filter (DJ page) */
.home-station-filter { margin: 4px 0 20px; }

.station-filter {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.station-filter button {
  padding: 11px 22px;
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  color: var(--text-dim);
  font-family: inherit;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s;
}

.station-filter button:hover {
  color: var(--text);
  border-color: var(--primary);
}

.station-filter button.active {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 45, 74, .35);
}

.station-filter button.club-active {
  background: linear-gradient(135deg, #4ab8ff, #7c1fa0);
  box-shadow: 0 6px 20px rgba(74, 184, 255, .35);
}

/* ============================================
   DJ Sections (gruppiert nach Sender)
   ============================================ */
.dj-section { margin-bottom: 64px; }
.dj-section:last-child { margin-bottom: 0; }

.dj-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

.dj-section-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: .04em;
  margin: 0;
  text-transform: uppercase;
}

.dj-section.festival h2 .accent { color: #ff5577; }
.dj-section.club h2 .accent { color: #4ab8ff; }

.dj-section .dj-count {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.dj-section.festival .dj-count {
  background: rgba(255, 45, 74, .15);
  color: #ff5577;
  border: 1px solid rgba(255, 45, 74, .35);
}

.dj-section.club .dj-count {
  background: rgba(74, 184, 255, .15);
  color: #4ab8ff;
  border: 1px solid rgba(74, 184, 255, .35);
}

.dj-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}

/* Large image card */
.dj-card-v2 {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background-color: #14081e;
  border: 1px solid var(--border);
  transition: all .3s;
}

.dj-card-v2:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 30px 70px rgba(255, 45, 74, .25);
}

.dj-card-v2.club:hover {
  border-color: #4ab8ff;
  box-shadow: 0 30px 70px rgba(74, 184, 255, .25);
}

.dj-card-v2.moderator:hover {
  border-color: var(--magenta);
  box-shadow: 0 30px 70px rgba(255, 45, 138, .25);
}

.dj-card-v2.moderator .dj-photo {
  background-image: linear-gradient(135deg, rgba(124, 31, 160, .4), rgba(255, 45, 138, .35), rgba(0, 0, 0, .7));
}

.dj-card-v2.moderator:hover .dj-card-cta {
  background: var(--magenta);
}

.dj-modal-photo.moderator {
  background-image: linear-gradient(135deg, rgba(124, 31, 160, .4), rgba(255, 45, 138, .4), rgba(0, 0, 0, .6));
}

.dj-modal-content.moderator .role {
  color: var(--magenta);
}

.dj-modal-content.moderator .modal-socials a:hover {
  background: linear-gradient(135deg, var(--magenta), var(--violet));
}

.dj-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  background-color: #14081e;
  background-image: linear-gradient(135deg, rgba(255, 45, 74, .35), rgba(124, 31, 160, .35), rgba(0, 0, 0, .7));
  transition: transform .5s;
}

.dj-card-v2.club .dj-photo {
  background-image: linear-gradient(135deg, rgba(74, 184, 255, .35), rgba(124, 31, 160, .35), rgba(0, 0, 0, .7));
}

.dj-card-v2:hover .dj-photo {
  transform: scale(1.04);
}

.dj-photo .initials {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 8rem;
  color: rgba(255, 255, 255, .15);
  letter-spacing: .04em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .4);
  pointer-events: none;
}

.dj-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, transparent 25%, transparent 55%, rgba(0, 0, 0, .94) 100%);
  pointer-events: none;
}

.dj-card-v2 .genres-overlay {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 3;
}

.dj-card-v2 .genres-overlay .tag {
  padding: 4px 9px;
  font-size: .6rem;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dj-card-v2 .info-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 20px 20px;
  z-index: 3;
}

.dj-card-v2 .dj-name-big {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 6px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
}

.dj-card-v2 .dj-role-small {
  font-size: .72rem;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.dj-card-v2 .dj-card-cta {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .18);
  transition: all .2s;
  pointer-events: none;
}

.dj-card-v2:hover .dj-card-cta {
  background: var(--primary);
  transform: scale(1.1);
  border-color: transparent;
}

.dj-card-v2.club:hover .dj-card-cta {
  background: #4ab8ff;
}

/* DJ Modal */
.dj-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 0, 6, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 250;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.dj-modal-backdrop.show {
  display: flex;
  animation: dj-fade-in .25s ease;
}

@keyframes dj-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.dj-modal {
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  background: #110823;
  border: 1px solid var(--border-2);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  position: relative;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .8), 0 10px 40px rgba(255, 45, 74, .15);
}

.dj-modal-photo {
  background-size: cover;
  background-position: center 20%;
  background-color: #14081e;
  background-image: linear-gradient(135deg, rgba(255, 45, 74, .4), rgba(124, 31, 160, .4), rgba(0, 0, 0, .6));
  position: relative;
  min-height: 100%;
}

.dj-modal-photo.club {
  background-image: linear-gradient(135deg, rgba(74, 184, 255, .4), rgba(124, 31, 160, .4), rgba(0, 0, 0, .6));
}

.dj-modal-photo .initials-big {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10rem;
  color: rgba(255, 255, 255, .18);
  letter-spacing: .04em;
}

.dj-modal-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, transparent 40%);
}

.dj-modal-content {
  padding: 36px 32px;
  overflow-y: auto;
}

.dj-modal-content .station-badge {
  margin-bottom: 14px;
}

.dj-modal-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dj-modal-content .role {
  font-size: .8rem;
  letter-spacing: .2em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}

.dj-modal-content.club .role {
  color: #4ab8ff;
}

.dj-modal-content .bio {
  color: var(--text-dim);
  line-height: 1.65;
  margin-bottom: 22px;
  font-size: .95rem;
}

.dj-modal-content .modal-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.dj-modal-content .modal-section-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 12px;
}

.dj-modal-content .modal-socials {
  display: flex;
  gap: 8px;
}

.dj-modal-content .modal-socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: 8px;
  font-weight: 800;
  font-size: .74rem;
  letter-spacing: .05em;
  color: var(--text);
}

.dj-modal-content .modal-socials a:hover {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
}

.dj-modal-content.club .modal-socials a:hover {
  background: linear-gradient(135deg, #4ab8ff, #7c1fa0);
}

.dj-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, .65);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 10;
  transition: all .2s;
  line-height: 1;
}

.dj-modal-close:hover {
  background: var(--primary);
  border-color: transparent;
  transform: rotate(90deg);
}

@media (max-width: 720px) {
  .dj-modal {
    grid-template-columns: 1fr;
    max-height: 92vh;
  }
  .dj-modal-photo {
    min-height: 280px;
    aspect-ratio: 16 / 10;
  }
  .dj-modal-content {
    padding: 26px 22px;
  }
}

/* ============================================
   DJ / Moderator Cards
   ============================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.dj-card {
  position: relative;
  padding: 32px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-align: center;
  transition: all .3s;
  overflow: hidden;
}

.dj-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-hot);
  opacity: 0;
  transition: opacity .3s;
}

.dj-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 45, 74, .12), transparent 50%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.dj-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
}

.dj-card:hover::before,
.dj-card:hover::after { opacity: 1; }

.dj-avatar {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--gradient);
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  color: #fff;
  box-shadow: 0 10px 40px rgba(255, 45, 74, .35);
  border: 2px solid var(--border-2);
}

.dj-name {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  margin-bottom: 4px;
  letter-spacing: .03em;
}

.dj-role {
  position: relative;
  z-index: 1;
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
  font-weight: 800;
}

.dj-bio {
  position: relative;
  z-index: 1;
  color: var(--text-dim);
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 16px;
}

.dj-genres {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 16px;
}

.dj-socials {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dj-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  font-size: .72rem;
  font-weight: 800;
}

.dj-socials a:hover {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
}

/* ============================================
   Forms (Kontakt, DJ Werden)
   ============================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.contact-card {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-hot);
}

.contact-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: .05em;
}

.contact-card > p {
  color: var(--text-dim);
  margin-bottom: 24px;
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: inherit;
  font-size: .95rem;
  transition: all .2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 45, 74, .04);
  box-shadow: 0 0 0 3px rgba(255, 45, 74, .15);
}

.form-group textarea { resize: vertical; min-height: 120px; }

/* ============================================
   Sender / Stations Cards
   ============================================ */
.stations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.station-card {
  position: relative;
  padding: 36px 32px 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  min-height: 460px;
}

.station-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  z-index: 0;
  transition: opacity .3s;
}

.station-card.festival::before {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(255, 45, 74, .35), transparent 70%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(124, 31, 160, .25), transparent 70%);
}

.station-card.club::before {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(74, 184, 255, .3), transparent 70%),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(124, 31, 160, .35), transparent 70%);
}

.station-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 10px 30px rgba(255, 45, 74, .2);
}

.station-card.club:hover {
  border-color: #4ab8ff;
  box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 10px 30px rgba(74, 184, 255, .25);
}

.station-card > * { position: relative; z-index: 1; }

/* Wartungsmodus pro Sender */
.station-card.maintenance {
  border-color: rgba(255, 179, 64, .55) !important;
  box-shadow: 0 0 0 1px rgba(255, 179, 64, .25), 0 30px 80px rgba(0,0,0,.5) !important;
}
.station-card.maintenance::after {
  content: "⚙ WARTUNG";
  position: absolute;
  top: 14px; right: 14px;
  z-index: 2;
  background: rgba(255, 179, 64, .15);
  border: 1px solid rgba(255, 179, 64, .55);
  color: #ffb340;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.station-card.maintenance .station-genres,
.station-card.maintenance .station-stats {
  opacity: .35;
}
.station-card.maintenance [data-station-play] {
  background: rgba(255, 179, 64, .15) !important;
  border-color: rgba(255, 179, 64, .55) !important;
  color: #ffb340 !important;
  cursor: not-allowed !important;
}
.station-card.maintenance [data-station-play]:hover {
  transform: none !important;
}

.station-active-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  background: rgba(46, 229, 157, .15);
  border: 1px solid rgba(46, 229, 157, .45);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: #2ee59d;
  text-transform: uppercase;
  z-index: 2;
}

.station-active-badge .dot {
  display: inline-block;
  width: 7px; height: 7px;
  background: #2ee59d;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 0 8px #2ee59d;
  animation: pulse 1.5s ease-in-out infinite;
}

.station-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.station-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}

.station-mark.festival {
  background: linear-gradient(135deg, #ff2d4a, #c2208a 50%, #5a1aa8);
  box-shadow: 0 10px 40px rgba(255, 45, 74, .35);
}

.station-mark.club {
  background: linear-gradient(135deg, #4ab8ff, #7c1fa0 50%, #ff2d8a);
  box-shadow: 0 10px 40px rgba(74, 184, 255, .35);
}

.station-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 4px;
}

.station-sub {
  font-size: .78rem;
  letter-spacing: .2em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-dim);
}

.station-card.festival .station-sub { color: #ff5577; }
.station-card.club .station-sub { color: #4ab8ff; }

.station-desc {
  color: var(--text-dim);
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.station-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}

.station-now {
  padding: 14px 16px;
  background: rgba(0, 0, 0, .35);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 20px;
  /* Beide Sender-Karten haben gleiche Box-Höhe */
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.station-now-label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--danger);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.station-card.club .station-now-label { color: #4ab8ff; }

.station-now-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.35rem;
  letter-spacing: .04em;
  margin-bottom: 2px;
  line-height: 1.15;
  /* Lange Titel auf max. 2 Zeilen begrenzen */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.station-now-host {
  color: var(--text-dim);
  font-size: .85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.station-stats {
  display: flex;
  gap: 22px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.station-stat .k {
  display: block;
  font-size: .65rem;
  letter-spacing: .2em;
  font-weight: 800;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.station-stat .v {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
  color: var(--text);
}

.station-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-club {
  background: linear-gradient(135deg, #4ab8ff, #7c1fa0);
  color: #fff;
  box-shadow: 0 10px 40px rgba(74, 184, 255, .35), inset 0 1px 0 rgba(255,255,255,.2);
}

.btn-club:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 60px rgba(74, 184, 255, .55), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}

/* Station compare table */
.station-compare {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.station-compare table {
  width: 100%;
  border-collapse: collapse;
}

.station-compare th,
.station-compare td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.station-compare th {
  background: var(--bg-2);
  font-size: .72rem;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-dim);
}

.station-compare th:not(:first-child) { text-align: center; }
.station-compare td:not(:first-child) { text-align: center; color: var(--text-dim); }
.station-compare td:first-child { font-weight: 700; }
.station-compare tr:last-child td { border-bottom: none; }

/* ============================================
   Partner-Cards (Sponsoren / Kooperationen)
   ============================================ */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.partner-card {
  padding: 28px 24px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-align: center;
  transition: all .25s;
  display: flex;
  flex-direction: column;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 20px 50px rgba(255, 45, 74, .15);
}

.partner-logo {
  height: 110px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: var(--radius);
  margin-bottom: 18px;
  border: 1px solid var(--border-2);
  position: relative;
  overflow: hidden;
}

.partner-logo.empty {
  background-color: var(--bg-2);
  background-image: linear-gradient(135deg, rgba(255, 45, 74, .25), rgba(124, 31, 160, .25));
}

.partner-logo.empty::after {
  content: attr(data-initials);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.6rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.85);
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}

.partner-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .04em;
  margin-bottom: 4px;
  line-height: 1;
}

.partner-type {
  font-size: .68rem;
  letter-spacing: .18em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.partner-desc {
  color: var(--text-dim);
  font-size: .88rem;
  line-height: 1.55;
  margin-bottom: 18px;
  flex: 1;
}

.partner-link {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 8px 14px;
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  display: inline-block;
  transition: all .15s;
}

.partner-link:hover {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
}

/* ============================================
   Locations (Wo wir laufen)
   ============================================ */
.city-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
}

.city-filter button {
  padding: 9px 18px;
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: 999px;
  color: var(--text-dim);
  font-family: inherit;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .15s;
}

.city-filter button:hover {
  color: var(--text);
  border-color: var(--primary);
}

.city-filter button.active {
  background: var(--gradient-hot);
  border-color: transparent;
  color: #fff;
}

.city-group { margin-bottom: 44px; }
.city-group:last-child { margin-bottom: 0; }

.city-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.city-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.city-count {
  color: var(--text-muted);
  font-size: .78rem;
  letter-spacing: .15em;
  font-weight: 800;
  text-transform: uppercase;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 14px;
}

.location-card {
  position: relative;
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: all .2s;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.location-card:hover {
  border-color: var(--primary);
  transform: translateX(3px);
}

.location-card.club {
  border-color: var(--border);
}
.location-card.club:hover {
  border-color: #4ab8ff;
}

.location-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(255, 45, 74, .12);
  border: 1px solid rgba(255, 45, 74, .3);
  border-radius: var(--radius);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.location-card.club .location-icon {
  background: rgba(74, 184, 255, .12);
  border-color: rgba(74, 184, 255, .35);
}

.location-card.dual .location-icon {
  background: rgba(124, 31, 160, .15);
  border-color: rgba(124, 31, 160, .4);
}

.location-name {
  font-size: 1.02rem;
  font-weight: 800;
  margin-bottom: 3px;
  letter-spacing: .01em;
}

.location-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 6px;
}

.location-type {
  padding: 3px 8px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-sm);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.location-card.festival .location-type { color: #ff5577; border-color: rgba(255, 85, 119, .35); background: rgba(255, 85, 119, .08); }
.location-card.club .location-type { color: #4ab8ff; border-color: rgba(74, 184, 255, .35); background: rgba(74, 184, 255, .08); }

.location-addr {
  font-size: .82rem;
  color: var(--text-dim);
  margin-bottom: 6px;
}

.location-note {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* Dropdown-Optionen explizit dunkel (Browser-Default ist weiß) */
.form-group select option,
select option {
  background: #14081e;
  color: #f7f3ff;
  padding: 8px;
}

.form-group select option:checked,
.form-group select option:hover,
select option:checked,
select option:hover {
  background: #2a1640;
  color: #ff2d4a;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
  margin: 0;
  transition: all .2s;
}

.checkbox-grid label:hover {
  border-color: var(--primary);
  background: rgba(255, 45, 74, .06);
}

.checkbox-grid input { width: auto; }

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 4px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(255, 45, 74, .12);
  border: 1px solid rgba(255, 45, 74, .3);
  border-radius: var(--radius);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.info-item h4 {
  font-family: 'Inter', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text);
  margin-bottom: 4px;
}

.info-item p {
  color: var(--text-dim);
  margin: 0;
  font-size: .9rem;
}

.toast {
  position: fixed;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  padding: 14px 24px;
  background: var(--success);
  color: #003322;
  border-radius: var(--radius);
  font-weight: 800;
  letter-spacing: .05em;
  box-shadow: 0 10px 40px rgba(46, 229, 157, .35);
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  z-index: 200;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .main-nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-2);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--border);
  }
  .main-nav.open a { padding: 14px; }
  .nav-toggle { display: block; }

  .now-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  .now-cover { margin: 0 auto; }
  .vinyl { display: none; }
  .now-meta {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 1px solid var(--border);
  }

  .footer-inner { grid-template-columns: 1fr 1fr; }

  .contact-layout { grid-template-columns: 1fr; }

  .cta-inner {
    padding: 32px 28px;
    text-align: center;
    justify-content: center;
  }

  .player-inner {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .player-volume { display: none; }

  .schedule-row { grid-template-columns: 90px 1fr; }
  .schedule-genre { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 600px) {
  .logo-img { height: 38px; }
  .hero { padding: 50px 0 40px; }
  .section { padding: 50px 0; }
  .now-card { padding: 20px; }
  .cta-inner { padding: 28px 20px; }
  .footer-inner { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
}
