/**
 * ODIVERSE — Cinematic Immersive Music Lounge
 * Premium dark atmosphere with artwork-driven lighting, 3D cover flow & floating glass UI
 */

:root {
  --background: #050507;
  --font-ui: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
  --font-odia: 'Noto Sans Oriya', sans-serif;
}

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

html, body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background-color: var(--background);
  color: #ffffff;
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

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

button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
}

/* Hidden YouTube Host */
.hidden-yt-host {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 180px;
  opacity: 0.001;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

/* ============================================================
   TOPBAR & HEADER (EXACT CORNER PLACEMENT)
   ============================================================ */
.site-header {
  position: fixed;
  top: 16px;
  left: 24px;
  right: 24px;
  z-index: 50;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* ============================================================
   GLOBAL DESIGN SYSTEM & BASE UTILITIES
   ============================================================ */

/* Utility & Spacing Tokens */
.w-full { width: 100%; }
.max-w-\[1320px\] { max-width: 1320px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.hidden { display: none !important; }

/* ── Brand Logo ── */
.brand-logo-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
  user-select: none;
  cursor: default;
  line-height: 1;
  display: inline-block;
  padding-top: 4px;
  transition: color 0.3s ease;
}
.brand-logo-text:hover {
  color: #ffffff;
}
@media (max-width: 640px) {
  .brand-logo-text {
    font-size: 12.5px;
  }
}

/* ============================================================
   AMBIENT WEATHER & TIME HUB (TOP-RIGHT) — Subtle & Secondary
   ============================================================ */
.top-weather-hub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  pointer-events: auto !important;
  text-align: right;
  user-select: none;
  z-index: 60;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}
.top-weather-hub:hover {
  opacity: 0.8;
}

.weather-hub-primary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: -0.01em;
}

.weather-hub-location {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather-hub-temp {
  font-weight: 700;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.weather-hub-desc {
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.weather-hub-icon {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  margin-left: 1px;
}

.weather-hub-divider {
  color: rgba(255, 255, 255, 0.25);
  font-size: 7px;
  line-height: 1;
}

.weather-hub-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  margin-top: 2px;
}

.weather-hub-day {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.weather-hub-date {
  color: rgba(255, 255, 255, 0.5);
}

.weather-hub-clock {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* Inline Atmospheric Switcher */
.weather-fx-inline {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.feature-icon-line {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1px;
  margin: 0 auto 8px;
}

.fx-inline-btn {
  width: 19px;
  height: 19px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0;
  border: 1px solid transparent;
}
.fx-inline-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: scale(1.06);
}
.fx-inline-btn.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.15);
}

/* Top Hide Stage Button (Immersive View) */
.top-hide-stage-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: none;
  flex-shrink: 0;
  opacity: 0.55;
}
.top-hide-stage-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}
.top-hide-stage-btn.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #38bdf8;
  border-color: rgba(56, 189, 248, 0.25);
  opacity: 1;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.2);
}

/* Smooth Hide / Show Music Cards and Playlist Bar */
.carousel-stage-container {
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), max-height 0.5s ease, margin 0.5s ease;
  will-change: opacity, transform;
}

body.is-stage-hidden .carousel-stage-container {
  opacity: 0 !important;
  transform: translateY(32px) scale(0.94) !important;
  pointer-events: none !important;
  max-height: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 640px) {
  .weather-hub-primary {
    font-size: 10.5px;
    gap: 3px;
  }
  .weather-hub-location { max-width: 85px; }
  .weather-hub-desc { display: none; }
  .weather-hub-secondary {
    font-size: 9px;
    gap: 3px;
  }
  .weather-hub-date { display: none; }
  .fx-inline-btn {
    width: 17px;
    height: 17px;
    font-size: 8.5px;
  }
  .top-hide-stage-btn {
    width: 26px;
    height: 26px;
  }
}

/* ============================================================
   ATMOSPHERIC WEATHER CANVAS & AMBIENT OVERLAYS
   ============================================================ */
.weather-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 3;
}

.weather-ambient-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), background 0.6s ease;
}
.weather-ambient-overlay.ambient-rain.is-active {
  opacity: 1;
  background: radial-gradient(circle at 50% 30%, rgba(8, 14, 24, 0.32) 0%, rgba(2, 4, 10, 0.52) 100%);
}
.weather-ambient-overlay.ambient-snow.is-active {
  opacity: 1;
  background: radial-gradient(circle at 50% 30%, rgba(220, 235, 255, 0.05) 0%, rgba(10, 18, 30, 0.25) 100%);
}

/* ============================================================
   STAGE CONTROL CAPSULES (PLAYLIST & VISUALS) — Refined Glass Pills
   ============================================================ */
.stage-playlist-bar {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
  z-index: 20;
}

.stage-control-capsules {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
}
.stage-capsule-item {
  position: relative;
}

.stage-vibe-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  user-select: none;
}
.stage-vibe-pill:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.stage-playlist-name {
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.01em;
  max-width: 130px;
}
.stage-playlist-badge {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1px 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.45);
}
.visuals-badge {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
}

/* ============================================================
   GLASS THEME DROPDOWNS (PLAYLIST & VISUALS)
   ============================================================ */
.stage-playlist-dropdown {
  position: fixed;
  min-width: 220px;
  max-width: min(calc(100vw - 24px), 280px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 16px;
  padding: 6px;
  background: rgba(16, 14, 20, 0.72);
  backdrop-filter: blur(48px) saturate(1.8) brightness(1.05);
  -webkit-backdrop-filter: blur(48px) saturate(1.8) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 999999;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  transition: opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1), transform 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  animation: dropdownEnter 0.18s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.stage-playlist-dropdown::-webkit-scrollbar,
.stage-visuals-dropdown::-webkit-scrollbar {
  width: 4px;
}
.stage-playlist-dropdown::-webkit-scrollbar-thumb,
.stage-visuals-dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

/* Playlist Dropdown Option Buttons */
.playlist-option-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 7px 11px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  margin-bottom: 4px;
}
.playlist-option-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateX(2px);
}
.playlist-option-btn.is-active,
.playlist-option-btn.text-white.bg-white\/10 {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

/* Refresh Playlist Action Button */
.playlist-refresh-btn,
.playlist-sync-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 6px 10px;
  border-radius: 9px;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.2);
  color: #34d399;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.playlist-refresh-btn:hover,
.playlist-sync-btn:hover {
  background: rgba(52, 211, 153, 0.2);
  border-color: rgba(52, 211, 153, 0.35);
  color: #ffffff;
  transform: translateY(-1px);
}

/* Visuals Dropdown Card */
.stage-visuals-dropdown {
  position: fixed;
  width: min(calc(100vw - 24px), 290px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 16px;
  padding: 12px;
  background: rgba(16, 14, 20, 0.72);
  backdrop-filter: blur(48px) saturate(1.8) brightness(1.05);
  -webkit-backdrop-filter: blur(48px) saturate(1.8) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 999999;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  transition: opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1), transform 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  animation: dropdownEnter 0.18s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes dropdownEnter {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.stage-playlist-dropdown[data-placement="bottom"],
.stage-visuals-dropdown[data-placement="bottom"] {
  transform-origin: top center;
}

.stage-playlist-dropdown[data-placement="top"],
.stage-visuals-dropdown[data-placement="top"] {
  transform-origin: bottom center;
}

.stage-playlist-dropdown.hidden,
.stage-visuals-dropdown.hidden {
  display: none !important;
  opacity: 0;
  pointer-events: none;
}
.visuals-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.visuals-header-title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
.visuals-header-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1px;
}
.visuals-active-tag {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}
.visuals-options-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.visual-item-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  width: 100%;
}
.visual-item-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateX(2px);
}
.visual-item-btn.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.visual-item-icon {
  font-size: 13px;
  line-height: 1;
}
.visual-item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visual-item-check {
  font-size: 11px;
  color: #4ade80;
  opacity: 0;
}
.visual-item-btn.is-active .visual-item-check {
  opacity: 1;
}

.visuals-custom-input-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.custom-input-label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
  display: block;
  margin-bottom: 5px;
}
.custom-input-row {
  display: flex;
  gap: 5px;
}
.custom-visual-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  padding: 6px 9px;
  font-size: 10.5px;
  color: #ffffff;
  outline: none;
  font-family: inherit;
  transition: all 0.2s ease;
}
.custom-visual-input:focus {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.custom-visual-apply-btn {
  padding: 6px 11px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-visual-apply-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.32);
}

/* Playlist Dropdown Sync Action Button */
.playlist-sync-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 7px 10px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.22);
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.playlist-sync-btn:hover {
  background: rgba(52, 211, 153, 0.18);
  border-color: rgba(52, 211, 153, 0.35);
  color: #6ee7b7;
}
.playlist-sync-btn .sync-icon {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

/* ============================================================
   DYNAMIC ARTWORK-BASED CINEMATIC BACKGROUND
   ============================================================ */
.dynamic-artwork-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background-color: #030305;
}

/* Living Fluid Dynamic Atmosphere Canvas (Continuously Evolving, Non-Linear Artwork Motion) */
.ambient-canvas {
  position: absolute;
  inset: -18%;
  width: 136%;
  height: 136%;
  filter: blur(68px) saturate(1.45) contrast(1.08);
  -webkit-filter: blur(68px) saturate(1.45) contrast(1.08);
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  pointer-events: none;
  opacity: 0;
  transition: opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.ambient-canvas.is-active {
  opacity: 0.92;
}

/* Subtle Film Grain Noise Texture */
.artwork-bg-noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 0);
  background-size: 20px 20px;
  opacity: 0.35;
  pointer-events: none;
}

/* Dark Cinematic Overlay — Heavy vignette for readability + atmospheric depth */
.artwork-dark-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 50% 42%, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 18%, transparent 70%, rgba(3, 3, 5, 1) 100%);
  pointer-events: none;
}

/* Background Video & Media Layer */
.bg-media-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bg-video-layer {
  object-position: center;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}
.bg-video-layer.is-active {
  opacity: 1;
}

.bg-yt-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
  pointer-events: none;
}
.bg-yt-layer.is-active {
  opacity: 1;
}
.bg-yt-layer iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}

@media (max-width: 640px) {
  .stage-control-capsules {
    margin-bottom: 6px;
    gap: 5px;
  }
  .stage-vibe-pill {
    height: 26px;
    padding: 0 9px;
    gap: 5px;
  }
  .stage-playlist-name {
    font-size: 10.5px;
    max-width: 95px;
  }
  .stage-playlist-badge {
    font-size: 7px;
    padding: 1px 4px;
  }
}

/* ============================================================
   FLOATING FULLSCREEN BUTTON (FIXED BOTTOM-RIGHT)
   ============================================================ */
.fullscreen-float-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0.5;
}
.fullscreen-float-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .fullscreen-float-btn {
    display: none !important;
  }
}

/* ============================================================
   EQUALIZER BARS
   ============================================================ */
@keyframes eq-1 { 0%, 100% { height: 3px; } 25% { height: 10px; } 50% { height: 4px; } 75% { height: 10px; } }
@keyframes eq-2 { 0%, 100% { height: 8px; } 30% { height: 3px; } 60% { height: 10px; } 80% { height: 4px; } }
@keyframes eq-3 { 0%, 100% { height: 4px; } 20% { height: 10px; } 45% { height: 3px; } 70% { height: 9px; } }

.animate-eq-1 { animation: eq-1 1.2s ease-in-out infinite; }
.animate-eq-2 { animation: eq-2 1s ease-in-out infinite; }
.animate-eq-3 { animation: eq-3 1.4s ease-in-out infinite; }

/* ============================================================
   FADE-IN ANIMATION
   ============================================================ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.animate-fade-in {
  animation: fadeIn 0.18s ease-out forwards;
}

/* ============================================================
   CINEMATIC 3D COVER FLOW — Artwork-Only Floating Cards
   ============================================================ */
.bottom-stage-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-bottom: 18px;
  pointer-events: auto;
}

.carousel-stage-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}

.carousel-stage-height { 
  position: relative;
  margin: 0 auto;
  height: 260px; 
  perspective: 1200px;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px) {
  .carousel-stage-height { height: 340px; }
}

/* Dimmed & Soft-Blurred Carousel during Playlist Loading */
.carousel-stage-container.is-loading-playlist .carousel-stage-height {
  opacity: 0.32;
  transform: scale(0.97);
  filter: blur(6px);
  pointer-events: none;
}

/* Central Cinematic Playlist Loading Overlay */
.playlist-loading-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.playlist-loading-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.playlist-loading-card {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background: rgba(16, 14, 20, 0.68);
  backdrop-filter: blur(40px) saturate(1.8) brightness(1.05);
  -webkit-backdrop-filter: blur(40px) saturate(1.8) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2), 
              0 0 30px rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  animation: cardBreathing 3s ease-in-out infinite alternate;
}

@media (min-width: 480px) {
  .playlist-loading-card {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 768px) {
  .playlist-loading-card {
    width: 240px;
    height: 240px;
    border-radius: 24px;
    padding: 20px;
  }
}

.loading-shimmer-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 20%,
    rgba(255, 255, 255, 0.06) 40%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.06) 60%,
    transparent 80%
  );
  background-size: 200% 100%;
  animation: shimmerSweep 1.8s linear infinite;
  pointer-events: none;
}

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

@keyframes cardBreathing {
  0% { transform: scale(1); box-shadow: 0 20px 50px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.2); }
  100% { transform: scale(1.02); box-shadow: 0 26px 70px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.25), 0 0 40px rgba(96,165,250,0.12); }
}

.loading-content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.loading-pulse-orb {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 10px;
  animation: orbPulse 2s ease-in-out infinite;
}

@keyframes orbPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; border-color: rgba(255, 255, 255, 0.35); box-shadow: 0 0 16px rgba(255, 255, 255, 0.2); }
}

.loading-pl-name {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01em;
}

.loading-status-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

.loading-dots {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 2px;
}

.loading-dot {
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 0.3;
  animation: dotBlink 1.4s infinite;
}
.loading-dot:nth-child(2) { animation-delay: 0.2s; }
.loading-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotBlink {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

.loading-progress-box {
  margin-top: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.loading-progress-track {
  width: 110px;
  height: 3.5px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.loading-progress-bar {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #34d399, #60a5fa);
  transition: width 0.25s ease-out;
}

.loading-progress-count {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-variant-numeric: tabular-nums;
}

/* Error Box in Overlay */
.loading-error-box {
  width: 210px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(22, 10, 15, 0.85);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(248, 113, 113, 0.28);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeIn 0.2s ease-out forwards;
}

.loading-error-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #f87171;
  margin-bottom: 3px;
}

.loading-error-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  line-height: 1.35;
}

.loading-retry-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.loading-retry-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-1px);
}

/* Card size tiers — progressive scaling */
.track-card-size {
  width: 150px;
}
@media (min-width: 480px) { .track-card-size { width: 180px; } }
@media (min-width: 768px) { .track-card-size { width: 230px; } }
@media (min-width: 1024px) { .track-card-size { width: 300px; } }

.track-card {
  transform: translate(-50%, -50%) translateX(var(--tx-m)) rotateY(var(--ry-m)) scale(var(--sc-m));
  opacity: var(--op-m);
  filter: blur(var(--blur-m, 0px));
  transition: 
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), 
    opacity 0.5s ease-out,
    filter 0.5s ease;
  cursor: pointer;
  will-change: transform, opacity, filter;
}

@media (min-width: 768px) {
  .track-card {
    transform: translate(-50%, -50%) translateX(var(--tx-d)) rotateY(var(--ry-d)) scale(var(--sc-d));
    opacity: var(--op-d);
    filter: blur(var(--blur-d, 0px));
  }
}

/* 3D Curve Positions — Cinematic depth with progressive blur */
.track-card[data-pos="previous-2"] {
  --tx-d: -125%; --ry-d: 30deg; --sc-d: 0.55; --op-d: 0.6; --blur-d: 3px; z-index: 2;
  --tx-m: 0%; --ry-m: 0deg; --sc-m: 0; --op-m: 0; --blur-m: 0px;
}
.track-card[data-pos="previous-1"] {
  --tx-d: -62%; --ry-d: 16deg; --sc-d: 0.78; --op-d: 0.85; --blur-d: 1.5px; z-index: 4;
  --tx-m: -55%; --ry-m: 16deg; --sc-m: 0.78; --op-m: 0.85; --blur-m: 1px;
}
.track-card[data-pos="current"] {
  --tx-d: 0%; --ry-d: 0deg; --sc-d: 1; --op-d: 1; --blur-d: 0px; z-index: 10;
  --tx-m: 0%; --ry-m: 0deg; --sc-m: 1; --op-m: 1; --blur-m: 0px;
  cursor: default;
}
.track-card[data-pos="next-1"] {
  --tx-d: 62%; --ry-d: -16deg; --sc-d: 0.78; --op-d: 0.85; --blur-d: 1.5px; z-index: 4;
  --tx-m: 55%; --ry-m: -16deg; --sc-m: 0.78; --op-m: 0.85; --blur-m: 1px;
}
.track-card[data-pos="next-2"] {
  --tx-d: 125%; --ry-d: -30deg; --sc-d: 0.55; --op-d: 0.6; --blur-d: 3px; z-index: 2;
  --tx-m: 0%; --ry-m: 0deg; --sc-m: 0; --op-m: 0; --blur-m: 0px;
}

/* Card Surface — Pure artwork, no meta box, minimal glass */
.music-card-surface {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
}

.card-image-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #0a0a0c;
}

.card-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.35); /* Zooms past YouTube letterbox/pillarbox borders to fill 100% of the square card */
  display: block;
}

/* ── Hide card meta boxes — song info now floats separately ── */
.card-meta-box {
  display: none;
}

/* Center card elevated cinematic shadow */
.card-active-elevation {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.65), 0 0 40px rgba(0, 0, 0, 0.3);
}

.track-card:hover .music-card-surface {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* ============================================================
   FLOATING SONG INFO (Below Carousel, Above Player)
   ============================================================ */
.stage-song-info {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
  position: relative;
  z-index: 20;
}

.stage-song-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.stage-song-artist {
  font-size: 13.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.01em;
  margin-top: 4px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .stage-song-title {
    font-size: 18px;
    max-width: 280px;
  }
  .stage-song-artist {
    font-size: 12px;
    max-width: 250px;
  }
}

/* ============================================================
   PREMIUM FLOATING GLASS PLAYER BAR
   ============================================================ */
.reference-player { 
  width: min(680px, calc(100vw - 24px)); 
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .reference-player {
    width: min(680px, 72vw);
  }
}

/* BASE TRACK ARTWORK & THUMBNAIL CONTAINMENT (GLOBAL & ISOLATED) */
.player-track-art-wrapper,
.player-thumb-wrap,
.player-artwork {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex: 0 0 38px;
  flex-shrink: 0;
  background: #0a0a0c;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.player-track-art,
.track-thumb-img,
.player-track-art-wrapper img,
.player-thumb-wrap img,
.player-artwork img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.35); /* Zooms past YouTube 4:3 letterbox bars (baked into hqdefault) to fill 100% of the square area */
  display: block !important;
  flex: 0 0 100% !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* DESKTOP PLAYER STYLES (>= 641px) */
@media (min-width: 641px) {
  .mobile-player-top,
  .mobile-time-row,
  .mobile-controls-bar {
    display: none !important;
  }

  .player-bar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 16px;
    background: rgba(8, 8, 10, 0.6);
    backdrop-filter: blur(40px) saturate(1.3);
    -webkit-backdrop-filter: blur(40px) saturate(1.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 0.5px rgba(255, 255, 255, 0.03);
  }

  .player-left-controls {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
  }
  .player-ctrl-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
    cursor: pointer;
    border-radius: 50%;
  }
  .player-ctrl-btn:hover {
    color: #ffffff;
    transform: scale(1.08);
  }
  .player-play-btn {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .player-play-btn:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  .player-center-track {
    flex: 1 1 0%;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px;
    border-radius: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
  }
  /* Desktop Player Artwork Container & Image */
  .player-thumb-wrap,
  .player-artwork,
  .player-track-art-wrapper {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #0a0a0c;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .track-info-texts {
    flex: 1 1 0%;
    min-width: 0;
  }
  .track-title-text {
    font-size: 12.5px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
  }
  .track-artist-text {
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 1px;
  }
  .track-time-combined {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 6px;
  }
  .dock-rail-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
  }
  .dock-fill-overlay {
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.65);
    transition: width 0.1s linear;
    border-radius: 999px;
  }

  .player-right-controls {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .player-sub-actions {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .player-sub-btn {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.25s ease, transform 0.2s ease;
    cursor: pointer;
    border-radius: 50%;
  }
  .player-sub-btn:hover {
    color: rgba(255, 255, 255, 0.85);
  }
  .player-sub-btn.is-active {
    color: #4ade80 !important;
  }
  .player-vol-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #sub-actions-group.hidden,
  .player-sub-actions.hidden,
  .player-right-controls.is-vol-open .player-sub-actions,
  .player-right-controls.is-vol-open #sub-actions-group {
    display: none !important;
  }
  .player-right-controls.is-vol-open .volume-slider,
  .player-right-controls.is-vol-open #vol-slider {
    display: inline-block !important;
    width: 85px !important;
    animation: fadeIn 0.2s ease-out;
  }
}

/* ============================================================
   GLOBAL VOLUME SLIDER STYLES (DESKTOP & MOBILE)
   ============================================================ */
.volume-slider {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  height: 16px;
  width: 80px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.volume-slider::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  height: 2.5px;
  border: none;
}

.volume-slider::-moz-range-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  height: 2.5px;
  border: none;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3.75px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* MOBILE PLAYER STYLES (<= 640px) */
@media (max-width: 640px) {
  .desktop-only-inline,
  .desktop-only-flex {
    display: none !important;
  }

  .bottom-stage-wrap {
    padding-bottom: 14px;
  }

  .reference-player {
    width: calc(100vw - 28px);
    margin: 0 auto;
  }

  .player-bar-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px 14px 12px 14px;
    border-radius: 16px;
    background: rgba(8, 8, 10, 0.65);
    backdrop-filter: blur(40px) saturate(1.3);
    -webkit-backdrop-filter: blur(40px) saturate(1.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 0 0.5px rgba(255, 255, 255, 0.03);
    gap: 8px;
  }

  .mobile-player-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-track-meta,
  .player-track-info {
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
    padding-right: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .mobile-player-thumb,
  .player-track-art-wrapper.mobile-player-thumb {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    flex: 0 0 48px !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #0a0a0c !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
  .mobile-player-thumb img,
  .mobile-player-thumb .player-track-art,
  .mobile-player-thumb .track-thumb-img,
  .player-track-art-wrapper.mobile-player-thumb img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: scale(1.35) !important;
    display: block !important;
    flex: 0 0 100% !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .mobile-track-info-texts {
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
  }
  .mobile-track-title,
  .player-track-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
  }
  .mobile-track-artist,
  .player-track-artist {
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-vol-area {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
  }
  .mobile-vol-area #vol-slider-mobile {
    display: none;
    width: 80px;
  }
  .mobile-vol-area.is-vol-open #vol-slider-mobile {
    display: inline-block !important;
    width: 80px !important;
    animation: fadeIn 0.2s ease-out;
  }
  .vol-icon-mobile {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
  }

  .player-center-track {
    width: 100%;
    height: 2.5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 2px;
    border: none;
    padding: 0;
  }
  .dock-rail-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .dock-fill-overlay {
    height: 100%;
    width: 0%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    transition: width 0.1s linear;
  }

  .mobile-time-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    font-variant-numeric: tabular-nums;
    margin-top: -2px;
  }

  .mobile-controls-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
    padding: 0 4px;
  }
  .mobile-play-btn {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .mobile-play-btn:hover {
    background: rgba(255, 255, 255, 0.14);
  }
}

/* Rotations Pills Below the Fold */
.rotation-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.2s ease;
}
.rotation-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
}
.rotation-pill.is-active {
  background: rgba(244, 162, 97, 0.12);
  color: #f4a261;
  font-weight: 700;
  border-color: rgba(244, 162, 97, 0.3);
}

/* Common Layout Utilities */
.hidden { display: none !important; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.flex-shrink-0 { flex-shrink: 0; }
.pointer-events-none { pointer-events: none; }
.pointer-events-auto { pointer-events: auto; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.top-0 { top: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.top-full { top: 100%; }
.top-1\/2 { top: 50%; }
.left-1\/2 { left: 50%; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.h-32 { height: 8rem; }
.h-44 { height: 11rem; }

.z-20 { z-index: 20; }
.z-\[1\] { z-index: 1; }
.z-\[2\] { z-index: 2; }
.z-\[3\] { z-index: 3; }
.z-\[10\] { z-index: 10; }
.z-\[50\] { z-index: 50; }
.z-\[100\] { z-index: 100; }

.w-full { width: 100%; }
.h-full { height: 100%; }
.h-screen { height: 100vh; height: 100dvh; }
.min-h-full { min-height: 100%; }
.min-h-\[580px\] { min-height: 580px; }
.max-h-\[1200px\] { max-height: 1200px; }
.max-w-\[700px\] { max-width: 700px; }
.max-w-\[740px\] { max-width: 740px; }
.max-w-\[840px\] { max-width: 840px; }
.mx-auto { margin-left: auto; margin-right: auto; }

.w-7 { width: 1.75rem; }
.h-7 { height: 1.75rem; }
.w-7\.5 { width: 1.875rem; }
.h-7\.5 { height: 1.875rem; }
.w-8 { width: 2rem; }
.h-8 { height: 2rem; }
.w-8\.5 { width: 2.125rem; }
.h-8\.5 { height: 2.125rem; }
.w-14 { width: 3.5rem; }

.gap-0\.5 { gap: 0.125rem; }
.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }

.p-2 { padding: 0.5rem; }
.p-3\.5 { padding: 0.875rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }

.pt-8 { padding-top: 2rem; }
.pb-28 { padding-bottom: 7rem; }

.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-2\.5 { margin-top: 0.625rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-3\.5 { margin-top: 0.875rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-8 { margin-bottom: 2rem; }
.ml-0\.5 { margin-left: 0.125rem; }

.rounded-md { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

.text-white { color: #ffffff; }
.text-white\/25 { color: rgba(255,255,255,0.25); }
.text-white\/30 { color: rgba(255,255,255,0.3); }
.text-white\/35 { color: rgba(255,255,255,0.35); }
.text-white\/40 { color: rgba(255,255,255,0.4); }
.text-white\/45 { color: rgba(255,255,255,0.45); }
.text-white\/50 { color: rgba(255,255,255,0.5); }
.text-white\/60 { color: rgba(255,255,255,0.6); }
.text-white\/80 { color: rgba(255,255,255,0.8); }
.text-white\/85 { color: rgba(255,255,255,0.85); }
.text-white\/90 { color: rgba(255,255,255,0.9); }
.bg-background { background-color: var(--background); }
.bg-green-400 { background-color: #4ade80; }

.border-t { border-top-style: solid; border-top-width: 1px; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }

.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.overflow-hidden { overflow: hidden; }
.object-cover { object-fit: cover; }
.select-none { user-select: none; }
.cursor-pointer { cursor: pointer; }

/* ============================================================
   LOWER CONTENT WRAPPER & EDITORIAL CONTAINER
   ============================================================ */
.lower-content-wrapper {
  position: relative;
  width: 100%;
  padding: 6rem 1.5rem 8rem;
  background: radial-gradient(circle at 50% 0%, rgba(22, 18, 36, 0.6) 0%, rgba(8, 8, 12, 0.96) 60%, #050507 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 5;
}
@media (min-width: 768px) {
  .lower-content-wrapper {
    padding: 8rem 3rem 10rem;
  }
}

.editorial-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (min-width: 768px) {
  .editorial-container {
    gap: 10rem;
  }
}

/* ============================================================
   CHAPTER 1: EDITORIAL ABOUT HERO (MONUMENTAL STATEMENT)
   ============================================================ */
.editorial-monumental-hero {
  position: relative;
  width: 100%;
  padding-top: 2rem;
}
.editorial-hero-inner {
  max-width: 1240px;
}
.editorial-eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  display: inline-block;
  margin-bottom: 2rem;
}
.editorial-monumental-headline {
  font-family: var(--font-ui);
  font-size: clamp(3.2rem, 8.2vw, 8.2rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2.75rem;
}
.editorial-headline-gradient {
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.78) 40%, #34d399 82%, #10b981 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 45px rgba(52, 211, 153, 0.25));
}
.editorial-hero-desc-wrap {
  max-width: 640px;
}
.editorial-monumental-desc {
  font-size: clamp(1.15rem, 1.9vw, 1.45rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

/* ============================================================
   CHAPTER 2: 01 - 04 EDITORIAL NUMBER SYSTEM
   ============================================================ */
.editorial-experience-section {
  position: relative;
  width: 100%;
}
.editorial-section-header {
  width: 100%;
}
.editorial-rows-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.editorial-num-row {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.4s ease, border-color 0.4s ease;
}
.editorial-num-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.editorial-num-row:hover {
  background: rgba(255, 255, 255, 0.015);
}
.editorial-num-row-header {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(130px, 260px) 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.75rem 0.5rem;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: none;
}
@media (max-width: 768px) {
  .editorial-num-row-header {
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    padding: 2rem 0.25rem;
  }
}
.editorial-num-box {
  display: flex;
  align-items: center;
}
.editorial-giant-num {
  font-family: var(--font-ui);
  font-size: clamp(4.5rem, 13vw, 11rem);
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.14);
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  display: block;
}
.editorial-num-row:hover .editorial-giant-num,
.editorial-num-row.is-open .editorial-giant-num {
  color: rgba(255, 255, 255, 0.48);
  transform: translateX(6px);
}
.editorial-title-box {
  display: flex;
  flex-direction: column;
}
.editorial-row-sub {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #34d399;
  margin-bottom: 0.35rem;
  display: block;
}
.editorial-row-title {
  font-family: var(--font-ui);
  font-size: clamp(1.8rem, 4.2vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.3s ease;
}
.editorial-action-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editorial-plus-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 640px) {
  .editorial-plus-circle {
    width: 42px;
    height: 42px;
  }
}
.toggle-plus-icon {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.editorial-num-row.is-open .toggle-plus-icon {
  transform: rotate(45deg);
}
.editorial-num-row:hover .editorial-plus-circle,
.editorial-num-row.is-open .editorial-plus-circle {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* Zero-Jitter CSS Grid Accordion */
.editorial-num-row-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.editorial-num-row-body.is-open {
  grid-template-rows: 1fr;
}
.editorial-num-row-content {
  overflow: hidden;
  padding-left: clamp(1rem, 15vw, 16.5rem);
  padding-right: 1.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .editorial-num-row-content {
    padding-left: 0.5rem;
    padding-bottom: 2.25rem;
  }
}
.editorial-num-row-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 680px;
  margin-bottom: 1.75rem;
}
.editorial-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.editorial-pill-badge {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  transition: all 0.25s ease;
}
.editorial-pill-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

/* ============================================================
   DEDICATED ADVERTISEMENT PLACEMENT (ABOUT SECTION ONLY)
   Subtle, responsive, non-intrusive container adhering to AdSense policies
   ============================================================ */
.editorial-ad-section {
  width: 100%;
  max-width: 900px;
  margin: 3.5rem auto 4.5rem;
  padding: 0 1rem;
}

.editorial-ad-container {
  width: 100%;
  padding: 1.5rem 1.25rem;
  border-radius: 16px;
  background: rgba(14, 14, 18, 0.45);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.editorial-ad-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
}

.editorial-ad-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.editorial-ad-slot-box {
  min-height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.editorial-ad-slot-box .adsbygoogle {
  width: 100%;
  min-height: 90px;
}

/* Development placeholder when AdSense client/slot ID is not configured */
.ad-dev-placeholder {
  width: 100%;
  padding: 2.25rem 1.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.ad-dev-placeholder.hidden {
  display: none !important;
}

.ad-dev-badge {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  color: #60a5fa;
  border: 1px solid rgba(96, 165, 250, 0.25);
}

.ad-dev-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.ad-dev-sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 380px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .editorial-ad-section {
    margin: 2.5rem auto 3.5rem;
    padding: 0 0.5rem;
  }
  .editorial-ad-container {
    padding: 1.25rem 0.85rem;
    border-radius: 14px;
  }
}

/* ============================================================
   CHAPTER 4: EDITORIAL FAQ ("QUESTIONS, ANSWERED.")
   ============================================================ */
.editorial-faq-section {
  position: relative;
  width: 100%;
}
.faq-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}
@media (min-width: 992px) {
  .faq-layout-grid {
    grid-template-columns: 1fr 1.6fr;
    gap: 5.5rem;
    align-items: start;
  }
}
.faq-editorial-header {
  position: sticky;
  top: 100px;
}
.faq-editorial-headline {
  font-family: var(--font-ui);
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}
.faq-editorial-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
  max-width: 360px;
}
.faq-hairline-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.faq-hairline-row {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}
.faq-hairline-row:hover {
  background: rgba(255, 255, 255, 0.015);
}
.faq-hairline-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.85rem 0.5rem;
  cursor: pointer;
  text-align: left;
  background: transparent;
  border: none;
  font-family: var(--font-ui);
}
.faq-num {
  font-size: 0.95rem;
  font-weight: 700;
  font-family: monospace;
  color: rgba(255, 255, 255, 0.35);
}
.faq-question {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.faq-plus-icon {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.35s ease, color 0.3s ease;
}
.faq-hairline-row.is-open .faq-plus-icon {
  transform: rotate(45deg);
  color: #34d399;
}
.faq-hairline-content {
  overflow: hidden;
  padding-left: 2.85rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
  font-size: 0.975rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
}

/* ============================================================
   CHAPTER 5: MASSIVE CLOSING CTA ("KEEP LISTENING →")
   ============================================================ */
.massive-cta-section {
  position: relative;
  width: 100%;
  padding: 6rem 0 3rem;
  text-align: center;
}
.massive-cta-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.massive-cta-ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 60vw, 750px);
  height: 260px;
  background: radial-gradient(ellipse, rgba(52, 211, 153, 0.22) 0%, rgba(56, 189, 248, 0.08) 50%, transparent 75%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.massive-cta-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5rem 0;
}
.massive-cta-title {
  font-family: var(--font-ui);
  font-size: clamp(3.6rem, 9.5vw, 8.8rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
}
.massive-cta-arrow {
  font-size: clamp(3.6rem, 9.5vw, 8.8rem);
  font-weight: 800;
  line-height: 0.88;
  color: #34d399;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
  margin-bottom: 0.06em;
}
.massive-cta-link:hover .massive-cta-title {
  color: #f0fdf4;
  text-shadow: 0 0 50px rgba(52, 211, 153, 0.4);
  letter-spacing: -0.025em;
}
.massive-cta-link:hover .massive-cta-arrow {
  transform: translateX(18px);
  color: #6ee7b7;
}
.massive-cta-sub {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.75rem;
  letter-spacing: 0.02em;
}

/* ============================================================
   CHAPTER 6: MONUMENTAL EDITORIAL FOOTER (BORDERLESS / SEAMLESS)
   ============================================================ */
.site-footer {
  position: relative;
  width: 100%;
  margin: 90px 0 0 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 10;
}

.footer-inner-wrapper {
  width: min(1340px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.footer-top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
}

.footer-brand-col {
  max-width: 380px;
}

.footer-brand-title {
  display: block;
  font-family: var(--font-ui);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.footer-brand-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
  margin: 0;
}

.footer-nav-grid {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 110px;
}

.footer-nav-heading {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-link {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  display: inline-block;
}

.footer-nav-link:hover {
  color: #34d399;
  transform: translateX(2px);
}

.footer-divider-row {
  margin-top: 64px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

.footer-copyright-text {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}

.footer-giant-wordmark-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  margin-top: 10px;
  line-height: 0.78;
}

.footer-giant-wordmark {
  font-family: var(--font-ui);
  font-size: clamp(72px, 16.5vw, 230px);
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.78;
  display: block;
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.18) 0%, rgba(52, 211, 153, 0.75) 55%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(6%);
  opacity: 0.95;
}

@media (max-width: 1024px) {
  .site-footer {
    margin: 60px 0 0 0;
  }
  .footer-inner-wrapper {
    width: calc(100% - 48px);
  }
  .footer-nav-grid {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .site-footer {
    margin: 48px 0 0 0;
  }
  .footer-inner-wrapper {
    width: calc(100% - 32px);
  }
  .footer-top-grid {
    flex-direction: column;
    gap: 36px;
  }
  .footer-nav-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 16px;
    width: 100%;
  }
  .footer-nav-col {
    min-width: 0;
  }
  .footer-divider-row {
    margin-top: 40px;
    padding: 18px 0;
  }
  .footer-giant-wordmark {
    font-size: clamp(48px, 17vw, 100px);
    transform: translateY(4%);
  }
}

/* ============================================================
   CINEMATIC FULLSCREEN EDITORIAL & LEGAL MAGAZINE EXPERIENCE
   Apple Music / Spotify Editorial Aesthetic
   ============================================================ */
.cinematic-editorial-view {
  position: fixed;
  inset: 0;
  z-index: 99990;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.cinematic-editorial-view.hidden {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Subtle dark wash letting the living background show through */
.editorial-wash-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 50% 15%, rgba(10, 10, 14, 0.72) 0%, rgba(6, 6, 8, 0.9) 100%);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  pointer-events: none;
}

.editorial-scroll-stage {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Floating Translucent Top Navigation Bar */
.editorial-top-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: rgba(6, 6, 8, 0.55);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.editorial-nav-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.editorial-nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 6px 0;
}
.editorial-nav-brand:hover {
  color: #34d399;
  transform: translateX(-2px);
}
.editorial-nav-back-arrow {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.25s ease, color 0.25s ease;
}
.editorial-nav-brand:hover .editorial-nav-back-arrow {
  color: #34d399;
  transform: translateX(-4px);
}

.editorial-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.editorial-nav-links::-webkit-scrollbar { display: none; }

.editorial-nav-item {
  position: relative;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 8px 2px;
  transition: color 0.25s ease;
  white-space: nowrap;
}
.editorial-nav-item:hover {
  color: #ffffff;
}
.editorial-nav-item.is-active {
  color: #ffffff;
  font-weight: 700;
}
.editorial-nav-item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #34d399;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.8);
  animation: navUnderlineGlow 0.3s ease forwards;
}
@keyframes navUnderlineGlow {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

.editorial-nav-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.editorial-nav-close:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: scale(1.06);
}

@media (max-width: 768px) {
  .editorial-top-nav {
    background: rgba(6, 6, 8, 0.8);
  }
  .editorial-nav-inner {
    width: calc(100% - 24px);
    height: 56px;
    gap: 12px;
  }
  .editorial-nav-brand-title {
    font-size: 13.5px;
  }
  .editorial-nav-links {
    gap: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .editorial-nav-item {
    font-size: 12.5px;
    padding: 6px 1px;
  }
  .editorial-nav-close {
    width: 30px;
    height: 30px;
  }
}

/* Fullscreen Content Canvas & Typography */
.editorial-content-canvas {
  flex: 1 1 auto;
  width: min(1050px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 120px;
}
@media (max-width: 768px) {
  .editorial-content-canvas {
    width: calc(100% - 32px);
    padding: 36px 0 70px;
  }
  .editorial-monument-hero {
    margin-bottom: 48px !important;
  }
  .editorial-hero-huge-title {
    font-size: clamp(40px, 11vw, 58px) !important;
    margin-bottom: 18px !important;
  }
  .editorial-hero-lead-quote {
    font-size: 18px !important;
    margin-bottom: 18px !important;
  }
  .editorial-magazine-chapter {
    padding: 36px 0 !important;
  }
  .editorial-chapter-num {
    font-size: 26px !important;
  }
  .editorial-chapter-title {
    font-size: 21px !important;
    margin-bottom: 16px !important;
  }
  .editorial-chapter-body {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}

/* Monumental Hero Statements */
.editorial-monument-hero {
  margin-bottom: 80px;
  position: relative;
}
.editorial-monument-tagline-top {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #34d399;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.editorial-monument-tagline-top::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.9);
}

.editorial-hero-huge-title {
  font-family: var(--font-ui);
  font-size: clamp(48px, 8.2vw, 100px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 28px 0;
}
.editorial-hero-brand-accent {
  background: linear-gradient(135deg, #ffffff 30%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editorial-hero-huge-title .brand-gradient-word {
  background: linear-gradient(135deg, #34d399 0%, #60a5fa 60%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.editorial-hero-lead-quote {
  font-size: clamp(20px, 2.7vw, 30px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.45;
  letter-spacing: -0.015em;
  max-width: 820px;
  margin-bottom: 24px;
}

.editorial-hero-meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
}

/* Scroll hint indicator */
.editorial-scroll-hint {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  animation: scrollBounce 2.5s infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); opacity: 0.4; }
  50% { transform: translateY(6px); opacity: 0.9; }
}

/* Editorial Magazine Chapters */
.editorial-magazine-chapter {
  padding: 56px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.editorial-magazine-chapter:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.editorial-chapter-num {
  font-family: monospace;
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 900;
  color: #34d399;
  opacity: 0.85;
  margin-bottom: 8px;
  line-height: 1;
}

.editorial-chapter-title {
  font-family: var(--font-ui);
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 1.15;
}

.editorial-chapter-body {
  font-size: clamp(16px, 1.3vw, 17.5px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  max-width: 860px;
}
.editorial-chapter-body p {
  margin-bottom: 20px;
}
.editorial-chapter-body p:last-child {
  margin-bottom: 0;
}

.editorial-feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .editorial-feature-list { grid-template-columns: 1fr; }
}

.editorial-feature-item {
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}
.editorial-feature-item-title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.editorial-feature-item-title::before {
  content: '—';
  color: #34d399;
}
.editorial-feature-item-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* Support Visual Section */
.editorial-support-showcase {
  padding: 36px 32px;
  border-radius: 20px;
  background: radial-gradient(circle at 10% 20%, rgba(52, 211, 153, 0.08) 0%, transparent 60%),
              rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(52, 211, 153, 0.25);
  margin-top: 30px;
  max-width: 860px;
}
.editorial-support-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.28);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #34d399;
  margin-bottom: 14px;
}

/* Editorial AdSense Placements (About Section Only) */
.editorial-ad-placement-wrap {
  width: 100%;
  max-width: 860px;
  margin: 36px 0 44px;
  padding: 22px 20px;
  background: rgba(12, 12, 16, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.editorial-ad-label {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  text-align: center;
  margin-bottom: 14px;
}

.editorial-ad-slot-inner {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adsense-about-ins {
  display: block;
  width: 100%;
}

.adsense-dev-box {
  width: 100%;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.adsense-dev-badge {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #34d399;
  margin-bottom: 4px;
}

.adsense-dev-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

/* Contact Form Fullscreen Editorial Design */
.editorial-contact-form-wrap {
  max-width: 780px;
  margin-top: 36px;
}
.editorial-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .editorial-form-row { grid-template-columns: 1fr; gap: 18px; }
}

.editorial-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.editorial-form-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}

.editorial-form-input,
.editorial-form-select,
.editorial-form-textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.25s ease;
  outline: none;
}
.editorial-form-input:focus,
.editorial-form-select:focus,
.editorial-form-textarea:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.15);
}
.editorial-form-select option {
  background: #0e0e12;
  color: #ffffff;
}
.editorial-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.editorial-submit-action {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.editorial-submit-btn {
  padding: 14px 32px;
  border-radius: 999px;
  background: #ffffff;
  border: none;
  color: #060608;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2);
}
.editorial-submit-btn:hover {
  background: #34d399;
  color: #052e16;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(52, 211, 153, 0.4);
}

.editorial-page-footer {
  width: 100%;
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}
.editorial-page-footer-inner {
  width: min(1050px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.editorial-footer-brand {
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.editorial-footer-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* ============================================================
   SUPPORT ODIVERSE TOPBAR PILL & MODAL (CASHFREE SANDBOX)
   ============================================================ */
.header-support-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.12);
  border: 1px solid rgba(236, 72, 153, 0.3);
  color: #f472b6;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.header-support-pill:hover {
  background: rgba(236, 72, 153, 0.22);
  border-color: #f472b6;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(236, 72, 153, 0.25);
}
.support-heart-icon {
  color: #f472b6;
  transition: transform 0.25s ease;
}
.header-support-pill:hover .support-heart-icon {
  transform: scale(1.2);
}

/* Fullscreen Glassmorphism Modal Overlay */
.support-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.support-modal-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.support-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 4, 6, 0.78);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
}

.support-modal-card {
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(14, 14, 18, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.04);
  padding: 32px 30px;
  box-sizing: border-box;
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}
.support-modal-card::-webkit-scrollbar {
  width: 6px;
}
.support-modal-card::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.support-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.support-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.28);
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #34d399;
}

.support-close-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}
.support-close-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  transform: scale(1.06);
}

/* Tab Navigation */
.support-tab-nav {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 24px;
}
.support-tab-btn {
  flex: 1;
  padding: 10px 14px;
  border-radius: 9px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}
.support-tab-btn.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.support-content-intro {
  margin-bottom: 24px;
}
.support-cosmic-icon-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-cosmic-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.45) 0%, rgba(52, 211, 153, 0.2) 60%, transparent 100%);
  filter: blur(8px);
  animation: pulse-glow 3s ease-in-out infinite alternate;
}
@keyframes pulse-glow {
  0% { transform: scale(0.9); opacity: 0.7; }
  100% { transform: scale(1.15); opacity: 1; }
}
.support-cosmic-emoji {
  position: relative;
  font-size: 26px;
  z-index: 1;
}

.support-modal-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 10px;
}
.support-modal-heart-msg {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.55;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}
.support-modal-subdesc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
}

/* Razorpay Action Section */
.razorpay-action-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  min-height: 56px;
}

.razorpay-embed-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.razorpay-embed-wrapper form {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Razorpay Injected Button Aesthetic Override */
.razorpay-payment-button,
.razorpay-embed-wrapper .razorpay-payment-button,
.razorpay-embed-wrapper button,
.razorpay-embed-wrapper input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  padding: 16px 28px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #34d399 0%, #10b981 100%) !important;
  border: none !important;
  color: #042f1a !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 10px 25px rgba(52, 211, 153, 0.3) !important;
  font-family: inherit !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  outline: none !important;
  text-decoration: none !important;
}
.razorpay-payment-button:hover,
.razorpay-embed-wrapper .razorpay-payment-button:hover,
.razorpay-embed-wrapper button:hover,
.razorpay-embed-wrapper input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 32px rgba(52, 211, 153, 0.45) !important;
  background: linear-gradient(135deg, #4ade80 0%, #34d399 100%) !important;
}
.razorpay-payment-button:active,
.razorpay-embed-wrapper .razorpay-payment-button:active {
  transform: translateY(0) scale(0.99) !important;
}

/* Privacy & Security Notice */
.support-privacy-notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.45;
}
.support-privacy-notice .shield-icon {
  flex-shrink: 0;
  margin-top: 1px;
  color: #34d399;
}

@media (max-width: 640px) {
  .support-modal-card {
    padding: 26px 20px;
    border-radius: 20px;
  }
  .header-support-pill .support-pill-text {
    display: none;
  }
  .header-support-pill {
    padding: 6px 10px;
  }
  .support-modal-title {
    font-size: 20px;
  }
  .support-modal-heart-msg {
    font-size: 14px;
  }
}

/* ============================================================
   MOTION, SCROLL REVEALS & ACCESSIBILITY
   ============================================================ */
.scroll-reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .cinematic-img {
    transform: none !important;
  }
}
