/* ==========================================================================
   RadioKurdi.com - Luxury Modern Glassmorphism 4.0 & High Performance
   ========================================================================== */

:root {
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Color Palette - Dark Theme Default */
  --bg-dark: #070a12;
  --bg-card: rgba(15, 23, 42, 0.82);
  --bg-card-hover: rgba(30, 41, 59, 0.95);
  --border-light: rgba(255, 255, 255, 0.12);
  --border-glow: rgba(245, 158, 11, 0.4);

  --color-gold: #f59e0b;
  --color-gold-light: #fbbf24;
  --color-cyan: #38bdf8;
  --color-red: #ef4444;
  --color-green: #10b981;
  --color-blue: #3b82f6;

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;

  --shadow-glow-gold: 0 0 35px rgba(245, 158, 11, 0.22);
  --shadow-card: 0 20px 40px -15px rgba(0, 0, 0, 0.6);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;

  --transition-fast: all 0.15s ease;
  --transition-normal: all 0.25s ease;
}

/* COMPLETE 100% LIGHT THEME OVERRIDES */
[data-theme="light"] {
  --bg-dark: #f8fafc;
  --bg-card: #ffffff;
  --bg-card-hover: #ffffff;
  --border-light: rgba(0, 0, 0, 0.12);
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --shadow-card: 0 10px 30px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] body {
  background-color: #f8fafc;
  color: #0f172a;
}

[data-theme="light"] .ambient-glow {
  opacity: 0.08;
}

[data-theme="light"] .top-banner {
  background: linear-gradient(90deg, #fef3c7, #e0f2fe);
  border-bottom-color: rgba(245, 158, 11, 0.3);
  color: #92400e;
}

[data-theme="light"] .top-app-link {
  background: rgba(245, 158, 11, 0.2);
  color: #92400e;
}

[data-theme="light"] .navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .brand-title {
  color: #0f172a;
}

[data-theme="light"] .nav-item {
  color: #475569;
}

[data-theme="light"] .nav-item:hover,
[data-theme="light"] .nav-item.active {
  color: #b45309;
}

[data-theme="light"] .glass-btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.12);
  color: #0f172a;
}

[data-theme="light"] .glass-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
}

[data-theme="light"] .glass-card,
[data-theme="light"] .player-card,
[data-theme="light"] .carousel-controls-bar,
[data-theme="light"] .station-card,
[data-theme="light"] .schedule-container,
[data-theme="light"] .chart-list,
[data-theme="light"] .about-card,
[data-theme="light"] .contact-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

[data-theme="light"] .gradient-text {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="light"] .track-artist,
[data-theme="light"] .section-subtitle,
[data-theme="light"] .stream-stats,
[data-theme="light"] .preset-label {
  color: #475569;
}

[data-theme="light"] .app-promo-card {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.12);
}

[data-theme="light"] .promo-desc {
  color: #334155;
}

[data-theme="light"] .show-item {
  background: #f8fafc;
  border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .show-item.live-now {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.4);
}

[data-theme="light"] .show-info h4,
[data-theme="light"] .chart-details h4,
[data-theme="light"] .station-card h3 {
  color: #0f172a;
}

[data-theme="light"] .show-info p,
[data-theme="light"] .chart-details p {
  color: #64748b;
}

[data-theme="light"] .chart-item {
  background: #f8fafc;
  border-color: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .app-download-box {
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .app-download-box h4 {
  color: #0f172a;
}

[data-theme="light"] .app-download-box p {
  color: #475569;
}

[data-theme="light"] .mobile-drawer {
  background: #ffffff;
  border-left-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .mobile-nav-item {
  color: #334155;
}

[data-theme="light"] .mobile-nav-item:hover,
[data-theme="light"] .mobile-nav-item.active {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}

[data-theme="light"] .lang-menu {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] .lang-option {
  color: #334155;
}

[data-theme="light"] .lang-option:hover {
  background: #f1f5f9;
  color: #0f172a;
}

[data-theme="light"] .filter-pill,
[data-theme="light"] .tab-btn,
[data-theme="light"] .viz-mode-btn,
[data-theme="light"] .eq-pill {
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.1);
  color: #475569;
}

[data-theme="light"] .filter-pill.active,
[data-theme="light"] .tab-btn.active,
[data-theme="light"] .viz-mode-btn.active,
[data-theme="light"] .eq-pill.active {
  background: var(--color-gold);
  color: #090d16;
  font-weight: 700;
}

[data-theme="light"] .glass-input input,
[data-theme="light"] .modern-form input,
[data-theme="light"] .modern-form textarea {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.15);
  color: #0f172a;
}

[data-theme="light"] .glass-input input::placeholder,
[data-theme="light"] .modern-form input::placeholder,
[data-theme="light"] .modern-form textarea::placeholder {
  color: #94a3b8;
}

[data-theme="light"] .modal-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .modal-header h3 {
  color: #0f172a;
}

[data-theme="light"] .modal-close {
  color: #64748b;
}

[data-theme="light"] .shortcuts-list li {
  background: #f8fafc;
  border-color: rgba(0, 0, 0, 0.08);
  color: #334155;
}

[data-theme="light"] .timer-opt-btn {
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.1);
  color: #0f172a;
}

[data-theme="light"] .share-copy-box input {
  background: #f1f5f9;
  color: #0f172a;
  border-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .sticky-mini-player {
  background: rgba(255, 255, 255, 0.98);
  border-top-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .mini-title {
  color: #0f172a;
}

[data-theme="light"] .mini-artist {
  color: #64748b;
}

[data-theme="light"] .mini-btn,
[data-theme="light"] .mini-btn-vol {
  background: #f1f5f9;
  color: #0f172a;
}

[data-theme="light"] .dock-btn {
  background: #ffffff;
  color: #0f172a;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .footer {
  background: #ffffff;
  border-top-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .social-icon {
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.1);
  color: #334155;
}

[data-theme="light"] .copyright {
  color: #64748b;
}



/* RESET & BASE STYLES */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  position: relative;
  line-height: 1.6;
}

/* Background Canvas */
.ambient-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}

/* Ambient Background Lights */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
}

.glow-gold {
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, var(--color-gold) 0%, transparent 70%);
  top: -10%;
  left: 20%;
}

.glow-cyan {
  width: 45vw;
  height: 45vw;
  background: radial-gradient(circle, var(--color-cyan) 0%, transparent 70%);
  top: 30%;
  right: -10%;
}

.glow-red {
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, var(--color-red) 0%, transparent 70%);
  bottom: -10%;
  left: -10%;
}

/* Gradient Text Effect */
.gradient-text {
  background: linear-gradient(135deg, var(--text-primary) 0%, var(--color-gold-light) 50%, var(--color-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Floating Quick-Action Dock (Bottom-Right) */
.floating-dock {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.5rem;
  border-radius: var(--radius-full);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--color-gold);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 158, 11, 0.25);
}

.dock-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.dock-btn:hover {
  background: var(--color-gold);
  color: #090d16;
  transform: scale(1.1);
}

/* Glassmorphism Utilities */
.glass {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
}

.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: var(--transition-normal);
}

.glass-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  border-radius: var(--radius-full);
  padding: 0.5rem 1.2rem;
  font-family: var(--font-body);
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-fast);
  text-decoration: none;
}

[data-theme="light"] .glass-btn {
  background: rgba(0, 0, 0, 0.05);
}

.glass-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

/* Top Announcement Banner & Ticker */
.top-banner {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.15), rgba(56, 189, 248, 0.15));
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-gold);
  overflow: hidden;
}

.banner-content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 1200px;
  margin: 0 auto;
}

.banner-label {
  font-weight: 800;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.ticker-wrap {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-move {
  display: inline-block;
  white-space: nowrap;
}

.top-app-link {
  color: var(--text-primary);
  background: var(--color-gold);
  color: #090d16;
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}

.top-app-link:hover {
  background: var(--color-gold-light);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-gold);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 10px var(--color-gold);
  animation: pulse-ring 1.8s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  flex-shrink: 0;
}

@keyframes pulse-ring {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 5%;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border-light);
  background: rgba(15, 23, 42, 0.95);
}

[data-theme="light"] .navbar {
  background: rgba(241, 245, 249, 0.95);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: inherit;
}

.logo-wrapper {
  position: relative;
  width: 44px;
  height: 44px;
}

.nav-logo {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  border: 1.5px solid var(--color-gold);
}

.logo-glow {
  position: absolute;
  inset: -4px;
  border-radius: 14px;
  background: radial-gradient(circle, var(--color-gold) 0%, transparent 70%);
  opacity: 0.4;
  z-index: -1;
  filter: blur(6px);
}

.brand-text {
  display: flex;
  align-items: baseline;
  font-family: var(--font-heading);
}

.brand-title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.gold-text {
  color: var(--color-gold);
}

.brand-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-left: 2px;
}

.nav-links {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.nav-item {
  color: var(--text-secondary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
}

.nav-item:hover, .nav-item.active {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.08);
}

.nav-item.active {
  color: var(--color-gold);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.app-btn-nav {
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.1);
  color: var(--text-primary);
  font-size: 0.85rem;
}

.app-btn-nav:hover {
  background: var(--color-gold);
  color: #090d16;
}

.app-btn-nav:hover .gold-text {
  color: #090d16;
}

.theme-toggle-btn {
  width: 38px;
  height: 38px;
  padding: 0;
  justify-content: center;
}

/* Language Dropdown */
.lang-dropdown {
  position: relative;
}

.lang-btn {
  font-size: 0.85rem;
}

.lang-btn .arrow {
  font-size: 0.7rem;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 170px;
  border-radius: var(--radius-md);
  padding: 0.4rem;
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  background: #0f172a;
  border: 1px solid var(--border-light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  z-index: 100;
}

[data-theme="light"] .lang-menu {
  background: #ffffff;
}

.lang-dropdown.active .lang-menu,
.lang-dropdown:hover .lang-menu {
  display: flex;
}

.lang-option {
  background: none;
  border: none;
  color: var(--text-secondary);
  padding: 0.5rem 0.8rem;
  text-align: left;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
}

.lang-option:hover, .lang-option.active {
  background: rgba(245, 158, 11, 0.15);
  color: var(--color-gold);
}

/* Live Badge */
.live-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #fca5a5;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.live-indicator {
  width: 8px;
  height: 8px;
  background-color: var(--color-red);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-red);
  animation: pulse-ring 1.5s infinite;
}

/* Mobile Hamburger & Drawer */
.mobile-hamburger {
  display: none;
  width: 38px;
  height: 38px;
  padding: 0;
  justify-content: center;
  font-size: 1.1rem;
}

.mobile-drawer {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 999;
  background: #0d1322;
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
}

[data-theme="light"] .mobile-drawer {
  background: #f8fafc;
}

.mobile-drawer.active {
  display: flex;
}

.mobile-nav-item {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 600;
  padding: 0.8rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
}

.mobile-nav-item.app-highlight {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
}

.mobile-nav-item.active {
  color: var(--color-gold);
  background: rgba(245, 158, 11, 0.12);
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

/* HERO CAROUSEL PLAYER SECTION */
.hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.carousel-arrow {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  font-size: 1.2rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.carousel-arrow:hover {
  background: var(--color-gold);
  color: #090d16;
}

.prev-arrow { left: -24px; }
.next-arrow { right: -24px; }

.carousel-track-container {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.carousel-track-container:active {
  cursor: grabbing;
}

.carousel-track {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  opacity: 0.35;
  transform: scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.player-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 2.2rem;
  border: 1px solid var(--border-light);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6), var(--shadow-glow-gold);
}

.carousel-slide.active .player-card {
  border-color: var(--color-gold);
}

.card-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}

/* Vinyl Record & Album Art Visualizer */
.album-art-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.vinyl-record {
  position: absolute;
  top: 0;
  left: 20px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, #111 20%, #222 40%, #000 70%);
  box-shadow: inset 0 0 10px rgba(255,255,255,0.2), 0 0 15px rgba(0,0,0,0.8);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
  pointer-events: none;
}

.carousel-slide.active.is-playing .vinyl-record {
  transform: translateX(45px) rotate(360deg);
  animation: vinyl-spin 4s linear infinite 0.6s;
}

@keyframes vinyl-spin {
  100% { transform: translateX(45px) rotate(360deg); }
}

.vinyl-grooves {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
}

.vinyl-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-gold);
  border: 4px solid #000;
}

.spin-ring {
  position: absolute;
  inset: -8px;
  border-radius: 32px;
  border: 2px dashed rgba(245, 158, 11, 0.4);
  z-index: 2;
}

.carousel-slide.active.is-playing .spin-ring {
  animation: spin-around 20s linear infinite;
  border-color: var(--color-gold);
}

@keyframes spin-around {
  100% { transform: rotate(360deg); }
}

.animate-spin {
  animation: spin-around 4s linear infinite;
}

.album-art {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.glass-shimmer {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%, rgba(255,255,255,0.05) 100%);
  pointer-events: none;
}

.art-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.quality-badge {
  background: rgba(0, 0, 0, 0.75);
  color: var(--color-gold);
  border: 1px solid rgba(245, 158, 11, 0.4);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
}

/* Player Info */
.genre-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-gold);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.3rem;
}

.track-title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-primary);
}

.track-artist {
  color: var(--text-secondary);
  font-size: 1.05rem;
  margin-top: 0.2rem;
}

.stream-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.stream-stats i {
  color: var(--color-gold);
  margin-right: 0.3rem;
}

/* Global Controls Bar & Canvas Visualizer */
.carousel-controls-bar {
  width: 100%;
  padding: 1.4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.viz-mode-bar {
  display: flex;
  gap: 0.4rem;
  margin-bottom: -0.4rem;
}

.viz-mode-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.viz-mode-btn:hover, .viz-mode-btn.active {
  color: var(--color-gold);
  background: rgba(245, 158, 11, 0.12);
}

.visualizer-canvas {
  width: 100%;
  max-width: 400px;
  height: 36px;
}

/* Equalizer Presets Pills */
.eq-presets {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
}

.preset-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
}

.eq-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  padding: 0.25rem 0.7rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-fast);
}

.eq-pill:hover, .eq-pill.active {
  background: rgba(245, 158, 11, 0.2);
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.main-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}

.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  justify-content: center;
  font-size: 1.1rem;
}

.play-btn-main {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold), #d97706);
  border: none;
  color: #090d16;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.5);
}

.play-btn-main:active {
  transform: scale(0.95);
}

.play-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  opacity: 0;
  pointer-events: none;
}

.hero-section.is-playing .play-pulse {
  animation: play-pulse-wave 2s infinite;
}

@keyframes play-pulse-wave {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* Custom Volume Slider */
.volume-bar-container {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 400px;
}

.vol-icon-btn {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1.1rem;
  cursor: pointer;
  width: 24px;
}

.custom-slider {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-gold);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.8);
  cursor: pointer;
}

.vol-percentage {
  font-size: 0.8rem;
  color: var(--text-muted);
  width: 32px;
  text-align: right;
  font-weight: 600;
}

/* Carousel Dots */
.carousel-dots {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.dot.active {
  width: 28px;
  border-radius: 10px;
  background: var(--color-gold);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.6);
}

/* FEATURED GOOGLE PLAY PROMO BANNER */
.app-promo-section {
  width: 100%;
  margin: 1rem 0;
}

.app-promo-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.9));
  border: 1px solid var(--color-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(245, 158, 11, 0.15);
  gap: 2rem;
}

.app-promo-content {
  flex: 1;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--color-gold);
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.8rem;
}

.promo-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}

.promo-desc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.google-play-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: #000;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.6rem 1.4rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  transition: var(--transition-normal);
}

.google-play-cta-btn i {
  font-size: 2rem;
  color: var(--color-gold);
}

.google-play-cta-btn:hover {
  transform: translateY(-2px);
  border-color: var(--color-gold);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.3);
}

.btn-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.btn-text-group .small-text {
  font-size: 0.65rem;
  font-weight: 600;
  color: #a0aec0;
  letter-spacing: 0.5px;
}

.btn-text-group .big-text {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
}

.app-promo-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-icon-wrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.app-promo-logo {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: cover;
  border: 2px solid var(--color-gold);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

.app-ring {
  position: absolute;
  inset: -10px;
  border-radius: 36px;
  border: 2px dashed rgba(245, 158, 11, 0.4);
  animation: spin-around 25s linear infinite;
}

.google-play-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  background: var(--color-gold);
  color: #090d16;
  font-weight: 800;
  padding: 0.8rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: var(--transition-fast);
}

.google-play-card-btn:hover {
  background: var(--color-gold-light);
}

/* SECTION HEADERS */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.section-header.center {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-top: 0.2rem;
}

/* STATIONS SECTION & FILTER */
.stations-filter-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  width: 260px;
}

.search-box i {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.search-box input {
  background: none;
  border: none;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.85rem;
  outline: none;
  width: 100%;
}

.filter-pills {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.filter-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.filter-pill:hover, .filter-pill.active {
  background: var(--color-gold);
  color: #090d16;
  border-color: var(--color-gold);
}

/* STATIONS GRID */
.stations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.station-card {
  display: flex;
  padding: 1.2rem;
  gap: 1.2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.station-card:hover {
  background: var(--bg-card-hover);
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.15);
}

.station-card.active {
  border-color: var(--color-gold);
  background: rgba(245, 158, 11, 0.08);
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.2);
}

.card-art-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
}

.card-art-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fav-btn {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
}

.fav-btn:hover, .fav-btn.is-fav {
  color: var(--color-red);
}

.card-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  font-size: 1.5rem;
  opacity: 0;
}

.station-card:hover .card-play-overlay, .station-card.active .card-play-overlay {
  opacity: 1;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--color-gold);
  margin-bottom: 0.2rem;
}

.badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-gold);
  border-radius: 50%;
}

.card-content h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.station-now-playing {
  color: var(--color-gold-light);
  font-size: 0.83rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.genre-pill {
  background: rgba(255, 255, 255, 0.08);
  padding: 0.1rem 0.5rem;
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  color: var(--text-secondary);
}

/* SCHEDULE SECTION */
.schedule-container {
  padding: 2rem;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.schedule-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.tab-btn {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  border-radius: var(--radius-full);
  cursor: pointer;
}

.tab-btn:hover, .tab-btn.active {
  color: var(--color-gold);
  background: rgba(245, 158, 11, 0.12);
}

.tab-content {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

.tab-content.active {
  display: flex;
}

.show-item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  gap: 1.5rem;
}

.show-item.live-now {
  border-color: var(--color-green);
  background: rgba(16, 185, 129, 0.06);
}

.show-time {
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--color-gold);
  font-size: 1.1rem;
  min-width: 120px;
}

.show-info {
  flex: 1;
}

.show-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.show-info p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.now-playing-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-green);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 0.3rem;
}

.live-dot {
  width: 6px;
  height: 6px;
  background-color: var(--color-green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--color-green);
  animation: pulse-ring 1.5s infinite;
}

.progress-bar-wrap {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  margin-top: 0.6rem;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background: var(--color-green);
}

.status-tag {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
}

.status-tag.done { background: rgba(100, 116, 139, 0.2); color: var(--text-muted); }
.status-tag.active-tag { background: rgba(16, 185, 129, 0.2); color: var(--color-green); }
.status-tag.upcoming { background: rgba(245, 158, 11, 0.15); color: var(--color-gold); }

/* WEEKLY CHART */
.chart-list {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.chart-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-md);
  gap: 1.5rem;
}

.chart-rank {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--text-muted);
  width: 32px;
  text-align: center;
}

.chart-rank.rank-1 { color: var(--color-gold); font-size: 1.8rem; }
.chart-rank.rank-2 { color: #cbd5e1; font-size: 1.6rem; }
.chart-rank.rank-3 { color: #b45309; font-size: 1.5rem; }

.chart-details {
  flex: 1;
}

.chart-details h4 {
  font-size: 1.05rem;
  font-weight: 700;
}

.chart-details p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.chart-plays {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* ABOUT & CONTACT SECTION */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.about-card, .contact-card {
  padding: 2.2rem;
}

.card-icon-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-gold);
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}

.card-icon-header h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-primary);
}

.about-card p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 0.95rem;
}

.app-download-box {
  margin-top: 2rem;
  padding: 1.2rem;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: var(--radius-md);
}

.app-download-box h4 {
  color: var(--color-gold);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.app-download-box p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

/* Modern Form */
.modern-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.input-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.input-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrap i {
  position: absolute;
  left: 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.input-wrap input, .input-wrap textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.8rem 1rem 0.8rem 2.8rem;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
}

.submit-btn {
  background: linear-gradient(135deg, var(--color-gold), #d97706);
  color: #090d16;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

/* STICKY MINI PLAYER */
.sticky-mini-player {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: calc(100% - 40px);
  max-width: 600px;
  border-radius: var(--radius-full);
  padding: 0.6rem 1.2rem;
  z-index: 900;
  background: rgba(15, 23, 42, 0.95);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.sticky-mini-player.hidden {
  display: none;
}

.mini-player-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mini-track-details {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.mini-art {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--color-gold);
}

.mini-text {
  display: flex;
  flex-direction: column;
}

.mini-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-primary);
}

.mini-artist {
  color: var(--text-secondary);
  font-size: 0.75rem;
}

.mini-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.mini-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-gold);
  border: none;
  color: #090d16;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mini-btn-vol {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1.1rem;
  cursor: pointer;
}

/* MODALS */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 1.5rem;
}

.modal-backdrop.hidden {
  display: none;
}

.modal-card {
  width: 100%;
  max-width: 480px;
  padding: 2rem;
  background: #0f172a;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.modal-header h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
}

.modal-close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.2rem;
  cursor: pointer;
}

.share-copy-box {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem 0;
}

.share-copy-box input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.8rem;
  color: var(--text-primary);
  font-size: 0.85rem;
}

.copy-btn {
  background: var(--color-gold);
  border: none;
  color: #090d16;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.social-share-btns {
  display: flex;
  gap: 0.8rem;
}

.social-btn {
  flex: 1;
  padding: 0.6rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.social-btn.whatsapp { background: #25D366; }
.social-btn.twitter { background: #000; border: 1px solid #333; }
.social-btn.facebook { background: #1877F2; }

/* Sleep Timer options */
.timer-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.timer-opt-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  color: var(--text-primary);
  padding: 0.8rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  cursor: pointer;
}

.timer-opt-btn.cancel-timer {
  grid-column: span 2;
  border-color: var(--color-red);
  color: var(--color-red);
}

.active-timer-info {
  margin-top: 1rem;
  padding: 0.8rem;
  background: rgba(245, 158, 11, 0.1);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--color-gold);
  text-align: center;
}

/* TOAST NOTIFICATIONS */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  pointer-events: none;
}

.toast {
  background: #0f172a;
  border: 1px solid var(--color-gold);
  color: var(--text-primary);
  padding: 0.9rem 1.4rem;
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  pointer-events: auto;
}

/* FOOTER */
.footer {
  background: rgba(7, 10, 18, 0.95);
  border-top: 1px solid var(--border-light);
  padding: 3rem 1.5rem;
  margin-top: 4rem;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1.2rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
}

.social-icon.app-icon-glow {
  color: var(--color-gold);
  border-color: var(--color-gold);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
}

.copyright {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.copyright a {
  color: var(--color-gold);
  text-decoration: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .app-promo-card {
    flex-direction: column;
    text-align: center;
  }

  .promo-desc {
    margin: 0 auto 1.5rem auto;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 0.6rem 0.8rem;
  }

  .nav-brand {
    gap: 0.5rem;
  }

  .logo-wrapper {
    width: 36px;
    height: 36px;
  }

  .brand-title {
    font-size: 1.2rem;
  }

  .brand-sub {
    font-size: 0.75rem;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 0.4rem;
  }

  /* Hide app-btn-nav and live-pill from header bar on mobile to prevent overflow; both are featured in top banner and mobile drawer */
  .app-btn-nav,
  .navbar .live-pill {
    display: none;
  }

  .mobile-hamburger {
    display: flex;
  }

  .track-title {
    font-size: 1.7rem;
  }

  .player-card {
    padding: 1.5rem;
  }

  .album-art-container {
    width: 170px;
    height: 170px;
  }

  .vinyl-record {
    display: none; /* Hide 3D vinyl on small screens for max space */
  }

  .prev-arrow { left: -10px; }
  .next-arrow { right: -10px; }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .stations-filter-wrap {
    width: 100%;
    align-items: stretch;
  }

  .search-box {
    width: 100%;
  }

  .schedule-tabs {
    flex-wrap: wrap;
  }

  .show-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .show-time {
    min-width: auto;
  }

  .floating-dock {
    bottom: 80px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .app-btn-nav {
    display: none; /* Hide header app button on very narrow screens; featured in drawer & top banner */
  }

  .live-pill {
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
  }

  .brand-title {
    font-size: 1.25rem;
  }
}


/* Shortcuts Modal Styling */
.shortcuts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shortcuts-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--glass-border);
}

.shortcuts-list kbd {
  background: var(--gradient-gold);
  color: #000;
  font-weight: 800;
  font-family: monospace;
  padding: 4px 8px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
}

