/* ============================================================
   Galaxyz Artist Profile Page — galaxyz-artist.css
   v2.5.24 — Desktop-first revamp with starscape
   ============================================================ */

/* ── Reset & Base ─────────────────────────────────────────── */
.gxz-artist-body {
  margin: 0 !important;
  padding: 0 !important;
  /* Semi-transparent so the fixed canvas particles bleed through the page */
  background: rgba(4,4,10,0.82) !important;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw !important;
  /* overflow-x intentionally NOT hidden so listen bar can scroll horizontally */
}
/* Prevent canvas / nebula from causing page-level horizontal scroll */
.gxz-artist-body canvas,
.gxz-artist-body .gxz-artist-nebula {
  max-width: 100vw !important;
  overflow: hidden;
}

/* Artist profile page — zero out all Salient wrapper padding/margins/positioning
   so they don't create stacking contexts that block the fixed artist header */
.gxz-artist-body #ajax-content-wrap,
.gxz-artist-body #outer-wrap,
.gxz-artist-body #inner-wrap,
.gxz-artist-body #wrap,
.gxz-artist-body #top,
.gxz-artist-body .page-wrap,
.gxz-artist-body #main,
.gxz-artist-body .main,
.gxz-artist-body #main-content,
.gxz-artist-body .main-content,
.gxz-artist-body #page,
.gxz-artist-body #content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  position: static !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Hide theme chrome */
.gxz-artist-body #header-outer,
.gxz-artist-body #header,
.gxz-artist-body .nectar-header,
.gxz-artist-body footer,
.gxz-artist-body #footer-outer,
.gxz-artist-body .footer-wrap,
.gxz-artist-body #wpadminbar,
.gxz-ep-body #header-outer,
.gxz-ep-body #header,
.gxz-ep-body .nectar-header,
.gxz-ep-body footer,
.gxz-ep-body #footer-outer,
.gxz-ep-body .footer-wrap,
.gxz-ep-body #wpadminbar,
.gxz-user-profile-page #header-outer,
.gxz-user-profile-page #header,
.gxz-user-profile-page .nectar-header,
.gxz-user-profile-page footer,
.gxz-user-profile-page #footer-outer,
.gxz-user-profile-page .footer-wrap,
.gxz-user-profile-page #wpadminbar,
/* Manager profile page — same chrome suppression */
.gxz-manager-profile-page #header-outer,
.gxz-manager-profile-page #header,
.gxz-manager-profile-page .nectar-header,
.gxz-manager-profile-page footer,
.gxz-manager-profile-page #footer-outer,
.gxz-manager-profile-page .footer-wrap,
.gxz-manager-profile-page #wpadminbar,
.gxz-manager-profile-page #to-top,
.gxz-manager-profile-page #top,
.gxz-manager-profile-page #footer,
.gxz-manager-profile-page .site-footer,
.gxz-manager-profile-page .footer,
.gxz-manager-profile-page .footer-container,
.gxz-manager-profile-page .footer-inner,
.gxz-manager-profile-page #colophon,
.gxz-manager-profile-page .bottom-bar,
.gxz-manager-profile-page .bottom_bar,
.gxz-manager-profile-page #bottom-bar,
.gxz-manager-profile-page .nectar-footer {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* Artist profile page — html keeps solid base so page chrome is dark while body is semi-transparent */
html:has(body.gxz-artist-body) {
  background-color: #04040a !important;
}
html:has(body.gxz-theme-inferno) {
  background-color: #0a0005 !important;
}
html:has(body.gxz-theme-cyberpunk) {
  background-color: #000510 !important;
}

/* Manager profile page — html background (theme-aware, overrides Salient's white) */
html:has(.gxz-manager-profile-page) {
  background-color: #07060f !important;
}
html:has(.gxz-mp-theme-inferno) {
  background-color: #0a0005 !important;
}
html:has(.gxz-mp-theme-cyberpunk) {
  background-color: #000510 !important;
}

/* Manager profile page — body base styles */
.gxz-manager-profile-page {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

/* Manager profile page — zero out all Salient wrapper padding/margins */
.gxz-manager-profile-page #ajax-content-wrap,
.gxz-manager-profile-page #outer-wrap,
.gxz-manager-profile-page #inner-wrap,
.gxz-manager-profile-page #wrap,
.gxz-manager-profile-page .page-wrap,
.gxz-manager-profile-page #main,
.gxz-manager-profile-page .main,
.gxz-manager-profile-page #main-content,
.gxz-manager-profile-page .main-content,
.gxz-manager-profile-page #page,
.gxz-manager-profile-page #content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  position: static !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Fan/user profile page base */
.gxz-user-profile-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #07060f !important;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw !important;
}

/* ── Starfield canvas ─────────────────────────────────────── */
#gxz-artist-starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
}

.gxz-artist-nebula {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0;
  animation: gxz-art-nebula 14s ease-in-out infinite;
}
.gxz-artist-nebula--1 {
  width: 700px; height: 700px;
  top: -200px; left: -150px;
  background: radial-gradient(circle, rgba(153,0,255,0.16) 0%, transparent 70%);
  animation-delay: 0s;
}
.gxz-artist-nebula--2 {
  width: 500px; height: 500px;
  bottom: -80px; right: -80px;
  background: radial-gradient(circle, rgba(255,45,120,0.12) 0%, transparent 70%);
  animation-delay: 5s;
}
@keyframes gxz-art-nebula {
  0%   { opacity: 0; transform: scale(0.95); }
  30%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; transform: scale(1.06); }
}

/* ── Page wrapper ─────────────────────────────────────────── */
.gxz-artist-wrap {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
  overflow-x: hidden;
  /* Prevent inner carousels from causing page-level horizontal scroll on iOS Safari */
  contain: paint;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .gxz-artist-wrap {
    max-width: 900px;
  }
}

/* ── STICKY HEADER ───────────────────────────────────────── */
.gxz-artist-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  padding-top: calc(10px + env(safe-area-inset-top));
  background: rgba(4,4,10,0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateY(0);
  transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
  overflow: visible;
}
.gxz-artist-header.is-hidden {
  transform: translateY(-110%);
}
.gxz-artist-header__left {
  display: flex;
  align-items: center;
  flex: 1;
}
.gxz-artist-header__center {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gxz-artist-header__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: flex-end;
}
.gxz-artist-header__logo img {
  height: 22px;
  width: auto;
  display: block;
}
.gxz-artist-header__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(255,45,120,0.45);
  background: #1a1a2e;
  flex-shrink: 0;
}
.gxz-artist-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gxz-artist-header__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  background: linear-gradient(135deg, #9900ff, #ff2d78);
  color: #fff;
}
/* Thin animated divider at bottom of header */
.gxz-artist-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(153,0,255,0.5) 30%, rgba(255,45,120,0.6) 50%, rgba(153,0,255,0.5) 70%, transparent 100%);
  background-size: 200% 100%;
  animation: gxz-header-divider-sweep 4s linear infinite;
}
@keyframes gxz-header-divider-sweep {
  0%   { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
/* Reuse existing back/share button styles but reset positioning inside header */
.gxz-artist-header .gxz-artist-back,
.gxz-artist-header .gxz-artist-share-btn {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.1);
}
/* Account dropdown wrap when moved into artist header */
.gxz-artist-header__right #gxz-account-btn-wrap {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
  display: flex;
  align-items: center;
  pointer-events: auto !important;
  z-index: auto;
}
.gxz-artist-header__right #gxz-account-btn-wrap .gxz-avatar-btn,
.gxz-artist-header__right #gxz-account-btn-wrap .gxz-acct-icon-btn {
  pointer-events: auto !important;
  cursor: pointer;
}

/* ── HERO ─────────────────────────────────────────────────── */
.gxz-artist-hero {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  /* overflow:hidden removed — it was clipping the verification tick badge on mobile
     when the artist name wrapped to a second line. The blurred bg is clipped on __bg. */
  /* Push content below the fixed header */
  margin-top: calc(56px + env(safe-area-inset-top));
}

@media (min-width: 900px) {
  .gxz-artist-hero {
    min-height: 220px;
    border-radius: 0 0 20px 20px;
  }
}

.gxz-artist-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--cover-url);
  background-size: cover;
  background-position: var(--cover-position, center top);
  filter: blur(28px) brightness(0.4) saturate(1.5);
  transform: scale(1.08);
  z-index: 0;
  /* Clip the blurred bg so it doesn't bleed outside the hero */
  overflow: hidden;
  border-radius: inherit;
}

.gxz-artist-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(4,4,10,0.05) 0%,
    rgba(4,4,10,0.0) 35%,
    rgba(4,4,10,0.8) 75%,
    rgba(4,4,10,1.0) 100%
  );
  z-index: 1;
}

.gxz-artist-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 32px 24px 24px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .gxz-artist-hero__content {
    padding: 32px 40px 32px;
    gap: 28px;
  }
}

/* Back button — base style (used in header) */
.gxz-artist-back {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.15s;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
.gxz-artist-back:hover { background: rgba(255,255,255,0.14); }

/* Share button — base style (used in header) */
.gxz-artist-share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: background 0.15s;
  flex-shrink: 0;
}
.gxz-artist-share-btn:hover { background: rgba(255,255,255,0.14); }

/* Avatar */
.gxz-artist-avatar {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.18);
  box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,45,120,0.2);
  background: #1a1a2e;
}

@media (min-width: 900px) {
  .gxz-artist-avatar {
    width: 120px;
    height: 120px;
    border-width: 4px;
  }
}

.gxz-artist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gxz-artist-avatar__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #9900ff, #ff2d78);
  color: #fff;
}

/* Identity */
.gxz-artist-identity {
  flex: 1;
  min-width: 0;
}

.gxz-artist-name {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0,0,0,0.7);
}

@media (min-width: 900px) {
  .gxz-artist-name {
    font-size: 2.6rem;
  }
}

.gxz-artist-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gxz-artist-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  text-transform: capitalize;
  backdrop-filter: blur(4px);
}

.gxz-artist-meta-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: background 0.18s, color 0.18s, transform 0.18s;
  backdrop-filter: blur(4px);
  flex-shrink: 0;
}
.gxz-artist-meta-social:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
  transform: scale(1.08);
}

/* ── Starburst verification ticks — self-contained SVGs, no background needed ── */
.gxz-tick {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  vertical-align: middle;
  overflow: visible;
}

/* Pink — glow only, no shimmer */
.gxz-tick--pink {
  filter: drop-shadow(0 0 5px rgba(255,45,120,0.75));
}
.gxz-tick--pink .gxz-tick-shimmer {
  display: none;
}

/* Blue — clean metallic, subtle shadow, no shimmer */
.gxz-tick--blue {
  filter: drop-shadow(0 1px 4px rgba(29,155,240,0.65));
}

/* Gold — warm golden glow */
.gxz-tick--gold {
  filter: drop-shadow(0 0 6px rgba(255,215,0,0.8));
}
.gxz-tick--gold .gxz-tick-shimmer {
  fill: rgba(255,248,180,0.55);
  animation: gxz-tick-shimmer-gold 2.0s cubic-bezier(0.4,0,0.6,1) infinite;
}


/* Gold shimmer: warm, slightly slower, shorter peak than old version */
@keyframes gxz-tick-shimmer-gold {
  0%   { opacity: 0; clip-path: inset(0 100% 0 0); }
  25%  { opacity: 0; clip-path: inset(0 100% 0 0); }
  48%  { opacity: 0.8; clip-path: inset(0 0% 0 0); }
  65%  { opacity: 0; clip-path: inset(0 0% 0 100%); }
  100% { opacity: 0; clip-path: inset(0 0% 0 100%); }
}

/* ── LISTEN ON BAR ────────────────────────────────────────── */
/*
  ROOT CAUSE FIX (v2.5.27):
  The Salient theme sets `body { overflow: hidden }` and `html { overflow: hidden scroll }`.
  This collapses the scrollable width of any child flex container to the viewport width,
  making scrollWidth === clientWidth so there is nothing to scroll.

  Fix strategy:
  1. Override body/html overflow-x on the artist page with !important
  2. Make the listen bar FULL-BLEED (break out of the max-width:900px column)
     using the 100vw + negative margin technique
  3. Inner bar scrolls horizontally; outer wrap stays overflow:visible
*/

/* Step 1: Override Salient theme's overflow:hidden on body/html.
   Use overflow-x:hidden on html to prevent carousels from causing
   page-level horizontal scroll on all browsers including iOS Safari.
   The full-bleed listen bar uses margin-left:-50vw which works
   correctly even when html has overflow-x:hidden. */
body.gxz-artist-body {
  overflow-x: hidden !important;
}
html:has(body.gxz-artist-body) {
  overflow-x: hidden !important;
}

/* Step 2: Full-bleed wrapper — breaks out of the max-width column */
.gxz-artist-listen-bar-wrap {
  position: relative;
  /* Full-bleed: stretch to 100vw regardless of parent max-width */
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  /* No overflow clipping — must stay visible for iOS touch scroll */
  overflow: visible !important;
  overflow-x: visible !important;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-sizing: border-box;
}

/* Fade div no longer needed — mask handles it */
.gxz-listen-bar-fade-right {
  display: none !important;
}

/* Step 3: Inner scroll strip */
.gxz-artist-listen-bar {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  gap: 8px;
  padding: 14px 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  /* Right-edge fade via mask — doesn't block touch events unlike overflow:hidden */
  -webkit-mask-image: linear-gradient(to right, black calc(100% - 56px), transparent 100%);
  mask-image: linear-gradient(to right, black calc(100% - 56px), transparent 100%);
}
.gxz-artist-listen-bar::-webkit-scrollbar { display: none; }

@media (min-width: 900px) {
  .gxz-artist-listen-bar-wrap {
    /* On desktop, revert full-bleed — buttons all fit */
    width: 100% !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .gxz-artist-listen-bar {
    padding: 16px 40px;
    gap: 10px;
    justify-content: flex-start;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.gxz-listen-bar-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--platform-color, #fff);
  border: 1.5px solid var(--platform-color, rgba(255,255,255,0.2));
  background: transparent;
  white-space: nowrap;
  transition: background 0.15s, box-shadow 0.15s;
}
.gxz-listen-bar-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: var(--platform-color, #fff);
  display: block;
}
.gxz-listen-bar-btn:hover {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 0 12px rgba(255,255,255,0.06);
}

/* ── RELEASE STATS ROW ────────────────────────────────────── */
.gxz-artist-release-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px;
  gap: 0;
  background: rgba(255,255,255,0.02);
}

@media (min-width: 900px) {
  .gxz-artist-release-stats {
    padding: 28px 40px;
    justify-content: flex-start;
    gap: 0;
  }
}

.gxz-rs-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@media (min-width: 900px) {
  .gxz-rs-item {
    flex: 0 0 160px;
    align-items: flex-start;
  }
}

.gxz-rs-num {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #fff 60%, rgba(255,45,120,0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gxz-rs-label {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.38);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 600;
}

.gxz-rs-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .gxz-rs-divider {
    display: none;
  }
}

/* ── SECTIONS ─────────────────────────────────────────────── */
.gxz-artist-section {
  padding: 0 24px 32px;
}

@media (min-width: 900px) {
  .gxz-artist-section {
    padding: 0 40px 36px;
  }
}

.gxz-artist-section-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin: 0 0 16px;
}

/* Bio */
.gxz-artist-bio {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
  max-width: 600px;
}

/* ── RELEASES GRID ────────────────────────────────────────── */
.gxz-artist-releases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media (min-width: 600px) {
  .gxz-artist-releases {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 900px) {
  .gxz-artist-releases {
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }
}

.gxz-release-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-decoration: none;
  color: #fff;
}

.gxz-release-card__art {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  background: #1a1a2e;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.gxz-release-card__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gxz-release-card:hover .gxz-release-card__art img {
  transform: scale(1.05);
}

.gxz-release-card__art-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a2e, #2a1a3e);
}

.gxz-release-card__preview-dot {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9900ff, #ff2d78);
  box-shadow: 0 0 8px rgba(255,45,120,0.8);
}

.gxz-release-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 2px;
}

.gxz-release-card__title {
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.gxz-release-card__meta {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.38);
}

/* ── MUSIC VIDEOS ─────────────────────────────────────────── */
.gxz-artist-videos {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 900px) {
  .gxz-artist-videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.gxz-video-item {}

.gxz-video-embed {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.gxz-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gxz-video-title {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  margin: 8px 0 0;
}

/* ── PLATFORM LINKS ───────────────────────────────────────── */
.gxz-artist-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gxz-platform-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--platform-color, #fff);
  border: 1px solid var(--platform-color, rgba(255,255,255,0.2));
  background: transparent;
  transition: background 0.15s;
}

.gxz-platform-btn:hover {
  background: rgba(255,255,255,0.06);
}

/* ── SOCIAL LINKS ─────────────────────────────────────────── */
.gxz-artist-socials {
  display: flex;
  gap: 12px;
  padding-top: 4px;
}

.gxz-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.gxz-social-link:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 0 12px rgba(255,255,255,0.08);
}

/* ── CLAIM BANNER ─────────────────────────────────────────── */
.gxz-claim-banner {
  margin: 0 24px 32px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(153,0,255,0.1), rgba(255,45,120,0.1));
  border: 1px solid rgba(255,45,120,0.22);
  overflow: hidden;
}

@media (min-width: 900px) {
  .gxz-claim-banner {
    margin: 0 40px 36px;
  }
}

.gxz-claim-banner__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
}

.gxz-claim-banner__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9900ff, #ff2d78);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.gxz-claim-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.gxz-claim-banner__text strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}

.gxz-claim-banner__text span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.gxz-claim-banner__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9900ff, #ff2d78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(255,45,120,0.35);
  transition: opacity 0.15s;
}
.gxz-claim-banner__btn:hover { opacity: 0.88; }

/* ── FOOTER ───────────────────────────────────────────────── */
.gxz-artist-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 24px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.gxz-artist-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.65;
  transition: opacity 0.15s;
}
.gxz-artist-footer__logo:hover { opacity: 0.9; }

.gxz-artist-footer__logo img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

.gxz-artist-footer__tagline {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.25);
  margin: 0;
}

.gxz-artist-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #9900ff 0%, #ff2d78 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 2px rgba(153,0,255,0.4), 0 4px 20px rgba(255,45,120,0.28);
  animation: gxz-galaxy-pill-glow 3.2s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* Shimmer sweep overlay */
.gxz-artist-footer__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.22) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: gxz-galaxy-pill-sweep 2.6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gxz-galaxy-pill-glow {
  0%, 100% { box-shadow: 0 0 20px 2px rgba(153,0,255,0.45), 0 4px 20px rgba(255,45,120,0.3); }
  50%       { box-shadow: 0 0 32px 8px rgba(255,45,120,0.55), 0 4px 28px rgba(153,0,255,0.38); }
}
@keyframes gxz-galaxy-pill-sweep {
  0%   { background-position: -100% 0; }
  55%  { background-position: 200% 0; }
  100% { background-position: 200% 0; }
}
.gxz-artist-footer__cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px 10px rgba(153,0,255,0.6), 0 6px 32px rgba(255,45,120,0.5);
}

/* ── TOAST ────────────────────────────────────────────────── */
.gxz-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(20,20,30,0.96);
  color: #fff;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
  z-index: 9999;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
}

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

/* ── Responsive tweaks ────────────────────────────────────── */
@media (max-width: 400px) {
  .gxz-artist-releases {
    grid-template-columns: repeat(2, 1fr);
  }
  .gxz-artist-name {
    font-size: 1.5rem;
  }
  .gxz-claim-banner__btn {
    padding: 8px 11px;
    font-size: 0.72rem;
  }
}


/* ═══════════════════════════════════════════════════════════════
   EXPLORE STACK BUTTON
   ═══════════════════════════════════════════════════════════════ */
.gxz-explore-stack-wrap {
  padding: 0 20px 20px;
}
@media (min-width: 900px) {
  .gxz-explore-stack-wrap { padding: 0 40px 24px; }
}
.gxz-explore-stack-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,45,120,0.18) 0%, rgba(155,89,182,0.18) 100%);
  border: 1.5px solid rgba(255,45,120,0.45);
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  animation: gxz-explore-glow 3s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s;
}
.gxz-explore-stack-btn:active { transform: scale(0.97); }
.gxz-explore-stack-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.07) 50%, transparent 60%);
  background-size: 200% 100%;
  animation: gxz-explore-shimmer 3.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gxz-explore-glow {
  0%,100% { box-shadow: 0 0 14px rgba(255,45,120,0.25), 0 4px 24px rgba(155,89,182,0.15); border-color: rgba(255,45,120,0.45); }
  50%      { box-shadow: 0 0 28px rgba(255,45,120,0.55), 0 6px 32px rgba(155,89,182,0.35); border-color: rgba(255,45,120,0.75); }
}
@keyframes gxz-explore-shimmer {
  0%   { background-position: 200% 0; }
  60%  { background-position: -200% 0; }
  100% { background-position: -200% 0; }
}
.gxz-explore-stack-btn__rocket {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d78, #9b59b6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(255,45,120,0.45);
  animation: gxz-rocket-bob 2.4s ease-in-out infinite;
}
@keyframes gxz-rocket-bob {
  0%,100% { transform: translateY(0) rotate(-10deg); }
  50%     { transform: translateY(-4px) rotate(-10deg) scale(1.08); }
}
.gxz-explore-stack-btn__label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1.2;
}
.gxz-explore-stack-btn__sub {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-top: 2px;
}
.gxz-explore-stack-btn--create {
  background: rgba(255,255,255,0.04);
  border-style: dashed;
  border-color: rgba(255,255,255,0.2);
  animation: none;
  box-shadow: none;
}
.gxz-explore-stack-btn--create:hover {
  border-color: rgba(255,45,120,0.5);
  background: rgba(255,45,120,0.08);
}
.gxz-explore-stack-btn--create .gxz-explore-stack-btn__rocket {
  background: rgba(255,255,255,0.1);
  box-shadow: none;
  animation: none;
}

/* ═══════════════════════════════════════════════════════════════════════════
   THEME OVERRIDES — applied via body class .gxz-theme-{name}
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Inferno ─────────────────────────────────────────────────────────────── */
/* Body uses a semi-transparent rgba so the fixed ember canvas bleeds through */
.gxz-theme-inferno.gxz-artist-body {
  background: rgba(10,0,5,0.82) !important;
}
/* html element keeps the solid base colour so the page chrome is dark */
html:has(body.gxz-theme-inferno) {
  background-color: #0a0005 !important;
}
/* Wrap gradient: use rgba stops so embers show through the content area */
.gxz-theme-inferno .gxz-artist-wrap {
  background: linear-gradient(
    180deg,
    rgba(26,0,0,0.78) 0%,
    rgba(10,0,5,0.72) 40%,
    rgba(10,0,5,0.72) 100%
  );
}
.gxz-theme-inferno .gxz-artist-nebula--1 {
  background: radial-gradient(circle, rgba(255,60,0,0.18) 0%, transparent 70%);
  top: -100px; left: -100px;
  width: 600px; height: 600px;
  animation-duration: 10s;
}
.gxz-theme-inferno .gxz-artist-nebula--2 {
  background: radial-gradient(circle, rgba(200,0,50,0.14) 0%, transparent 70%);
  bottom: -60px; right: -60px;
  width: 500px; height: 500px;
  animation-duration: 16s;
}
.gxz-theme-inferno .gxz-artist-hero__overlay {
  background: linear-gradient(to bottom, rgba(10,0,5,0.05) 0%, rgba(10,0,5,0) 35%, rgba(10,0,5,0.8) 75%, rgba(10,0,5,1) 100%);
}
.gxz-theme-inferno .gxz-listen-bar-fade-right {
  background: linear-gradient(to right, transparent, rgba(10,0,5,0.92));
}
.gxz-theme-inferno .gxz-rs-num {
  background: linear-gradient(135deg, #fff 60%, rgba(255,80,0,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gxz-theme-inferno .gxz-explore-stack-btn {
  border-color: rgba(255,60,0,0.45);
  background: linear-gradient(135deg, rgba(255,60,0,0.18) 0%, rgba(180,0,40,0.18) 100%);
  animation: gxz-inferno-glow 3s ease-in-out infinite;
}
@keyframes gxz-inferno-glow {
  0%,100% { box-shadow: 0 0 14px rgba(255,60,0,0.25), 0 4px 24px rgba(180,0,40,0.15); border-color: rgba(255,60,0,0.45); }
  50%      { box-shadow: 0 0 28px rgba(255,60,0,0.55), 0 6px 32px rgba(180,0,40,0.35); border-color: rgba(255,60,0,0.75); }
}
.gxz-theme-inferno .gxz-explore-stack-btn__rocket {
  background: linear-gradient(135deg, #ff3a00, #cc0030);
  box-shadow: 0 4px 16px rgba(255,60,0,0.45);
}

/* ── Cyberpunk ───────────────────────────────────────────────────────────── */
.gxz-theme-cyberpunk.gxz-artist-body {
  background: #000510 !important;
}
.gxz-theme-cyberpunk .gxz-artist-wrap {
  background: linear-gradient(180deg, #001a2e 0%, #000a1a 40%, #000510 100%);
}
.gxz-theme-cyberpunk .gxz-artist-nebula--1 {
  background: radial-gradient(circle, rgba(0,255,220,0.12) 0%, transparent 70%);
  top: -80px; left: -80px;
  width: 550px; height: 550px;
  animation-duration: 12s;
}
.gxz-theme-cyberpunk .gxz-artist-nebula--2 {
  background: radial-gradient(circle, rgba(180,0,255,0.12) 0%, transparent 70%);
  bottom: -60px; right: -60px;
  width: 480px; height: 480px;
  animation-duration: 18s;
}
.gxz-theme-cyberpunk .gxz-artist-hero__overlay {
  background: linear-gradient(to bottom, rgba(0,5,16,0.05) 0%, rgba(0,5,16,0) 35%, rgba(0,5,16,0.8) 75%, rgba(0,5,16,1) 100%);
}
.gxz-theme-cyberpunk .gxz-listen-bar-fade-right {
  background: linear-gradient(to right, transparent, rgba(0,5,16,0.92));
}
.gxz-theme-cyberpunk .gxz-rs-num {
  background: linear-gradient(135deg, #fff 60%, rgba(0,255,220,0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gxz-theme-cyberpunk .gxz-artist-name {
  text-shadow: 0 0 20px rgba(0,255,220,0.25);
}
.gxz-theme-cyberpunk .gxz-explore-stack-btn {
  border-color: rgba(0,255,220,0.35);
  background: linear-gradient(135deg, rgba(0,255,220,0.12) 0%, rgba(180,0,255,0.12) 100%);
  animation: gxz-cyber-glow 3s ease-in-out infinite;
}
@keyframes gxz-cyber-glow {
  0%,100% { box-shadow: 0 0 14px rgba(0,255,220,0.2), 0 4px 24px rgba(180,0,255,0.12); border-color: rgba(0,255,220,0.35); }
  50%      { box-shadow: 0 0 28px rgba(0,255,220,0.45), 0 6px 32px rgba(180,0,255,0.3); border-color: rgba(0,255,220,0.65); }
}
.gxz-theme-cyberpunk .gxz-explore-stack-btn__rocket {
  background: linear-gradient(135deg, #00ffdc, #b400ff);
  box-shadow: 0 4px 16px rgba(0,255,220,0.4);
}
.gxz-theme-cyberpunk .gxz-artist-avatar {
  box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(0,255,220,0.25);
}

/* ═══════════════════════════════════════════════════════════════════════════
   BUBBLE DISPLAY MODE  (.gxz-release-display-bubble)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-releases-bubble-wrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  touch-action: pan-y;
}
.gxz-bubble-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gxz-bubble-item {
  position: absolute;
  border-radius: 50%;
  /* NOTE: overflow:hidden removed — it clips the ::after glass sheen overlay */
  cursor: pointer;
  will-change: transform;
  /* Glass shell */
  box-shadow:
    0 4px 24px rgba(0,0,0,0.55),
    0 1px 0 rgba(255,255,255,0.22) inset,       /* top highlight */
    0 -1px 0 rgba(255,255,255,0.08) inset,      /* bottom rim */
    0 0 0 2px rgba(255,255,255,0.18) inset;     /* glass border ring */
  transition: box-shadow 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
/* Inner glass sheen overlay — rendered via ::after so it sits above the album art */
.gxz-bubble-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  /* Top-left specular highlight — boosted so it reads on any album art */
  background:
    radial-gradient(
      ellipse 55% 35% at 28% 18%,
      rgba(255,255,255,0.38) 0%,
      rgba(255,255,255,0.12) 45%,
      transparent 100%
    ),
    /* Bottom-right counter-highlight for depth */
    radial-gradient(
      ellipse 40% 30% at 72% 82%,
      rgba(255,255,255,0.08) 0%,
      transparent 100%
    );
  /* Frosted border ring */
  box-shadow: 0 0 0 2px rgba(255,255,255,0.22) inset;
  mix-blend-mode: screen;
}
.gxz-bubble-item:active {
  box-shadow:
    0 8px 40px rgba(0,0,0,0.7),
    0 0 24px rgba(255,45,120,0.45),
    0 1px 0 rgba(255,255,255,0.22) inset,
    0 0 0 1.5px rgba(255,255,255,0.18) inset;
  transform: scale(0.96);
}
.gxz-bubble-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  /* Clip the image to a circle so it doesn't bleed outside the border-radius */
  clip-path: circle(50% at 50% 50%);
  /* Slight inner vignette so the glass rim reads clearly against the sheen */
  -webkit-mask-image: radial-gradient(circle, #fff 68%, rgba(0,0,0,0.7) 100%);
  mask-image: radial-gradient(circle, #fff 68%, rgba(0,0,0,0.7) 100%);
}
.gxz-bubble-item__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(153,0,255,0.35), rgba(255,45,120,0.35));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.4rem;
  color: rgba(255,255,255,0.5);
}
.gxz-bubble-hint {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  pointer-events: none;
  white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   CAROUSEL DISPLAY MODE  (.gxz-release-display-carousel)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-releases-carousel-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gxz-releases-carousel {
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 24px 16px;
  box-sizing: border-box;
  scroll-snap-type: x mandatory;
}
.gxz-releases-carousel::-webkit-scrollbar { display: none; }
.gxz-releases-carousel .gxz-release-card {
  flex: 0 0 140px;
  scroll-snap-align: start;
}
@media (min-width: 600px) {
  .gxz-releases-carousel .gxz-release-card { flex: 0 0 160px; }
}
.gxz-carousel-fade-right {
  position: absolute;
  top: 0; right: 0;
  width: 48px; height: 100%;
  background: linear-gradient(to right, transparent, rgba(4,4,10,0.9));
  pointer-events: none;
}
.gxz-theme-inferno .gxz-carousel-fade-right {
  background: linear-gradient(to right, transparent, rgba(10,0,5,0.9));
}
.gxz-theme-cyberpunk .gxz-carousel-fade-right {
  background: linear-gradient(to right, transparent, rgba(0,5,16,0.9));
}

/* ═══════════════════════════════════════════════════════════════════════════
   THEME: VALENTINE  (#14000a base, hot-pink accents)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-theme-valentine.gxz-artist-body { background: rgba(20,0,8,0.82) !important; }
html:has(body.gxz-theme-valentine.gxz-artist-body) { background: #14000a !important; }
.gxz-theme-valentine .gxz-artist-wrap { background: linear-gradient(180deg, rgba(80,0,30,0.76) 0%, rgba(30,0,12,0.72) 40%, rgba(20,0,8,0.68) 100%); }
.gxz-theme-valentine .gxz-artist-nebula--1 { background: radial-gradient(circle, rgba(255,20,100,0.14) 0%, transparent 70%); top: -80px; left: -80px; width: 550px; height: 550px; animation-duration: 10s; }
.gxz-theme-valentine .gxz-artist-nebula--2 { background: radial-gradient(circle, rgba(200,0,80,0.12) 0%, transparent 70%); bottom: -60px; right: -60px; width: 480px; height: 480px; animation-duration: 15s; }
.gxz-theme-valentine .gxz-artist-hero__overlay { background: linear-gradient(to bottom, rgba(20,0,8,0.05) 0%, rgba(20,0,8,0) 35%, rgba(20,0,8,0.8) 75%, rgba(20,0,8,1) 100%); }
.gxz-theme-valentine .gxz-listen-bar-fade-right { background: linear-gradient(to right, transparent, rgba(20,0,8,0.92)); }
.gxz-theme-valentine .gxz-rs-num { background: linear-gradient(135deg, #fff 60%, rgba(255,80,140,0.9)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gxz-theme-valentine .gxz-artist-name { text-shadow: 0 0 20px rgba(255,20,100,0.3); }
.gxz-theme-valentine .gxz-explore-stack-btn { border-color: rgba(255,20,100,0.35); background: linear-gradient(135deg, rgba(255,20,100,0.12) 0%, rgba(180,0,60,0.12) 100%); animation: gxz-valentine-glow 3s ease-in-out infinite; }
@keyframes gxz-valentine-glow {
  0%,100% { box-shadow: 0 0 14px rgba(255,20,100,0.2), 0 4px 24px rgba(180,0,60,0.12); border-color: rgba(255,20,100,0.35); }
  50%      { box-shadow: 0 0 28px rgba(255,20,100,0.5), 0 6px 32px rgba(180,0,60,0.3); border-color: rgba(255,20,100,0.65); }
}
.gxz-theme-valentine .gxz-explore-stack-btn__rocket { background: linear-gradient(135deg, #ff1464, #ff6090); box-shadow: 0 4px 16px rgba(255,20,100,0.45); }
.gxz-theme-valentine .gxz-artist-avatar { box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,20,100,0.3); }

/* ═══════════════════════════════════════════════════════════════════════════
   THEME: STORM  (#080a14 base, electric blue-white accents)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-theme-storm.gxz-artist-body { background: rgba(8,10,20,0.82) !important; }
html:has(body.gxz-theme-storm.gxz-artist-body) { background: #080a14 !important; }
.gxz-theme-storm .gxz-artist-wrap { background: linear-gradient(180deg, rgba(20,25,50,0.76) 0%, rgba(10,12,30,0.72) 40%, rgba(8,10,20,0.68) 100%); }
.gxz-theme-storm .gxz-artist-nebula--1 { background: radial-gradient(circle, rgba(140,160,255,0.10) 0%, transparent 70%); top: -80px; left: -80px; width: 550px; height: 550px; animation-duration: 14s; }
.gxz-theme-storm .gxz-artist-nebula--2 { background: radial-gradient(circle, rgba(80,100,200,0.10) 0%, transparent 70%); bottom: -60px; right: -60px; width: 480px; height: 480px; animation-duration: 20s; }
.gxz-theme-storm .gxz-artist-hero__overlay { background: linear-gradient(to bottom, rgba(8,10,20,0.05) 0%, rgba(8,10,20,0) 35%, rgba(8,10,20,0.8) 75%, rgba(8,10,20,1) 100%); }
.gxz-theme-storm .gxz-listen-bar-fade-right { background: linear-gradient(to right, transparent, rgba(8,10,20,0.92)); }
.gxz-theme-storm .gxz-rs-num { background: linear-gradient(135deg, #fff 60%, rgba(180,210,255,0.9)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gxz-theme-storm .gxz-artist-name { text-shadow: 0 0 20px rgba(180,210,255,0.3); }
.gxz-theme-storm .gxz-explore-stack-btn { border-color: rgba(180,210,255,0.35); background: linear-gradient(135deg, rgba(140,160,255,0.12) 0%, rgba(80,100,200,0.12) 100%); animation: gxz-storm-glow 4s ease-in-out infinite; }
@keyframes gxz-storm-glow {
  0%,100% { box-shadow: 0 0 14px rgba(180,210,255,0.15), 0 4px 24px rgba(80,100,200,0.1); border-color: rgba(180,210,255,0.3); }
  50%      { box-shadow: 0 0 40px rgba(220,235,255,0.6), 0 6px 32px rgba(140,160,255,0.4); border-color: rgba(220,235,255,0.8); }
}
.gxz-theme-storm .gxz-explore-stack-btn__rocket { background: linear-gradient(135deg, #b4d2ff, #e8f0ff); box-shadow: 0 4px 16px rgba(180,210,255,0.5); }
.gxz-theme-storm .gxz-artist-avatar { box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(180,210,255,0.25); }

/* ═══════════════════════════════════════════════════════════════════════════
   THEME: GRUNGE  (#0e0b06 sepia/olive base, warm distressed accents)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-theme-grunge.gxz-artist-body { background: rgba(14,11,6,0.82) !important; }
html:has(body.gxz-theme-grunge.gxz-artist-body) { background: #0e0b06 !important; }
.gxz-theme-grunge .gxz-artist-wrap { background: linear-gradient(180deg, rgba(35,28,14,0.76) 0%, rgba(20,16,8,0.72) 40%, rgba(14,11,6,0.68) 100%); }
.gxz-theme-grunge .gxz-artist-nebula--1 { background: radial-gradient(circle, rgba(180,140,60,0.10) 0%, transparent 70%); top: -80px; left: -80px; width: 550px; height: 550px; animation-duration: 16s; }
.gxz-theme-grunge .gxz-artist-nebula--2 { background: radial-gradient(circle, rgba(120,90,40,0.10) 0%, transparent 70%); bottom: -60px; right: -60px; width: 480px; height: 480px; animation-duration: 22s; }
.gxz-theme-grunge .gxz-artist-hero__overlay { background: linear-gradient(to bottom, rgba(14,11,6,0.05) 0%, rgba(14,11,6,0) 35%, rgba(14,11,6,0.8) 75%, rgba(14,11,6,1) 100%); }
.gxz-theme-grunge .gxz-listen-bar-fade-right { background: linear-gradient(to right, transparent, rgba(14,11,6,0.92)); }
.gxz-theme-grunge .gxz-rs-num { background: linear-gradient(135deg, #d4c8a0 60%, rgba(180,140,60,0.9)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gxz-theme-grunge .gxz-artist-name { text-shadow: 0 0 20px rgba(180,140,60,0.25); }
.gxz-theme-grunge .gxz-explore-stack-btn { border-color: rgba(180,140,60,0.35); background: linear-gradient(135deg, rgba(180,140,60,0.10) 0%, rgba(120,90,40,0.10) 100%); animation: gxz-grunge-glow 5s ease-in-out infinite; }
@keyframes gxz-grunge-glow {
  0%,100% { box-shadow: 0 0 10px rgba(180,140,60,0.15), 0 4px 20px rgba(120,90,40,0.1); border-color: rgba(180,140,60,0.3); }
  50%      { box-shadow: 0 0 22px rgba(200,160,80,0.35), 0 6px 28px rgba(150,110,50,0.25); border-color: rgba(200,160,80,0.55); }
}
.gxz-theme-grunge .gxz-explore-stack-btn__rocket { background: linear-gradient(135deg, #b48c3c, #d4b870); box-shadow: 0 4px 16px rgba(180,140,60,0.4); }
.gxz-theme-grunge .gxz-artist-avatar { box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(180,140,60,0.25); }

/* ═══════════════════════════════════════════════════════════════════════════
   THEME: AURORA  (#020a0c deep teal base, aurora band accents)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-theme-aurora.gxz-artist-body { background: rgba(2,10,12,0.82) !important; }
html:has(body.gxz-theme-aurora.gxz-artist-body) { background: #020a0c !important; }
.gxz-theme-aurora .gxz-artist-wrap { background: linear-gradient(180deg, rgba(0,25,20,0.76) 0%, rgba(0,14,12,0.72) 40%, rgba(2,10,12,0.68) 100%); }
.gxz-theme-aurora .gxz-artist-nebula--1 { background: radial-gradient(circle, rgba(0,200,160,0.12) 0%, transparent 70%); top: -80px; left: -80px; width: 550px; height: 550px; animation-duration: 13s; }
.gxz-theme-aurora .gxz-artist-nebula--2 { background: radial-gradient(circle, rgba(0,160,200,0.10) 0%, transparent 70%); bottom: -60px; right: -60px; width: 480px; height: 480px; animation-duration: 19s; }
.gxz-theme-aurora .gxz-artist-hero__overlay { background: linear-gradient(to bottom, rgba(2,10,12,0.05) 0%, rgba(2,10,12,0) 35%, rgba(2,10,12,0.8) 75%, rgba(2,10,12,1) 100%); }
.gxz-theme-aurora .gxz-listen-bar-fade-right { background: linear-gradient(to right, transparent, rgba(2,10,12,0.92)); }
.gxz-theme-aurora .gxz-rs-num { background: linear-gradient(135deg, #fff 60%, rgba(0,200,160,0.9)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gxz-theme-aurora .gxz-artist-name { text-shadow: 0 0 20px rgba(0,200,160,0.25); }
.gxz-theme-aurora .gxz-explore-stack-btn { border-color: rgba(0,200,160,0.35); background: linear-gradient(135deg, rgba(0,200,160,0.12) 0%, rgba(0,160,200,0.12) 100%); animation: gxz-aurora-glow 4s ease-in-out infinite; }
@keyframes gxz-aurora-glow {
  0%,100% { box-shadow: 0 0 14px rgba(0,200,160,0.2), 0 4px 24px rgba(0,160,200,0.12); border-color: rgba(0,200,160,0.35); }
  50%      { box-shadow: 0 0 28px rgba(0,220,180,0.45), 0 6px 32px rgba(0,180,220,0.3); border-color: rgba(0,220,180,0.65); }
}
.gxz-theme-aurora .gxz-explore-stack-btn__rocket { background: linear-gradient(135deg, #00c8a0, #00a0c8); box-shadow: 0 4px 16px rgba(0,200,160,0.45); }
.gxz-theme-aurora .gxz-artist-avatar { box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(0,200,160,0.25); }

/* ═══════════════════════════════════════════════════════════════════════════
   THEME: ASH  (#0a0a0c dark grey/slate base, cool grey accents)
   ═══════════════════════════════════════════════════════════════════════════ */
.gxz-theme-ash.gxz-artist-body { background: rgba(10,10,12,0.82) !important; }
html:has(body.gxz-theme-ash.gxz-artist-body) { background: #0a0a0c !important; }
.gxz-theme-ash .gxz-artist-wrap { background: linear-gradient(180deg, rgba(28,28,34,0.76) 0%, rgba(16,16,20,0.72) 40%, rgba(10,10,12,0.68) 100%); }
.gxz-theme-ash .gxz-artist-nebula--1 { background: radial-gradient(circle, rgba(160,160,180,0.08) 0%, transparent 70%); top: -80px; left: -80px; width: 550px; height: 550px; animation-duration: 18s; }
.gxz-theme-ash .gxz-artist-nebula--2 { background: radial-gradient(circle, rgba(120,120,140,0.08) 0%, transparent 70%); bottom: -60px; right: -60px; width: 480px; height: 480px; animation-duration: 25s; }
.gxz-theme-ash .gxz-artist-hero__overlay { background: linear-gradient(to bottom, rgba(10,10,12,0.05) 0%, rgba(10,10,12,0) 35%, rgba(10,10,12,0.8) 75%, rgba(10,10,12,1) 100%); }
.gxz-theme-ash .gxz-listen-bar-fade-right { background: linear-gradient(to right, transparent, rgba(10,10,12,0.92)); }
.gxz-theme-ash .gxz-rs-num { background: linear-gradient(135deg, #d0d0d8 60%, rgba(180,180,200,0.9)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.gxz-theme-ash .gxz-artist-name { text-shadow: 0 0 20px rgba(160,160,180,0.2); }
.gxz-theme-ash .gxz-explore-stack-btn { border-color: rgba(160,160,180,0.3); background: linear-gradient(135deg, rgba(160,160,180,0.10) 0%, rgba(100,100,120,0.10) 100%); animation: gxz-ash-glow 6s ease-in-out infinite; }
@keyframes gxz-ash-glow {
  0%,100% { box-shadow: 0 0 10px rgba(160,160,180,0.12), 0 4px 20px rgba(100,100,120,0.08); border-color: rgba(160,160,180,0.25); }
  50%      { box-shadow: 0 0 20px rgba(180,180,200,0.28), 0 6px 28px rgba(120,120,140,0.2); border-color: rgba(180,180,200,0.45); }
}
.gxz-theme-ash .gxz-explore-stack-btn__rocket { background: linear-gradient(135deg, #a0a0b4, #c8c8d8); box-shadow: 0 4px 16px rgba(160,160,180,0.35); }
.gxz-theme-ash .gxz-artist-avatar { box-shadow: 0 6px 32px rgba(0,0,0,0.7), 0 0 0 1px rgba(160,160,180,0.2); }


/* =============================================================================
   FOLLOW BUTTON
   ============================================================================= */
.gxz-follow-wrap {
  padding: 0 24px 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .gxz-follow-wrap {
    padding: 0 40px 24px;
    justify-content: flex-start;
  }
}
.gxz-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 45, 120, 0.55);
  background: rgba(255, 45, 120, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, transform 0.12s;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
}
.gxz-follow-btn:active { transform: scale(0.96); }
.gxz-follow-btn:hover {
  background: rgba(255, 45, 120, 0.22);
  border-color: rgba(255, 45, 120, 0.8);
}
.gxz-follow-btn--following {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.gxz-follow-btn--following:hover {
  background: rgba(255, 45, 120, 0.1);
  border-color: rgba(255, 45, 120, 0.4);
  color: #fff;
}
.gxz-follow-btn__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.gxz-follow-btn__label { line-height: 1; }
.gxz-follow-btn__count {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 8px;
  margin-left: 2px;
}
.gxz-follow-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

/* -- Featured Releases & Catalog Releases sections -- */
.gxz-featured-releases-section .gxz-artist-section-title {
  color: #ff4fa3;
}
.gxz-catalog-releases-section {
  padding: 0 0 32px;
}
.gxz-catalog-releases-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.gxz-catalog-releases-header .gxz-artist-section-title {
  margin-bottom: 0;
}
.gxz-catalog-edit-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.gxz-catalog-edit-toggle:hover,
.gxz-catalog-edit-toggle.is-active {
  background: rgba(255,79,163,0.15);
  border-color: rgba(255,79,163,0.4);
  color: #ff4fa3;
}
.gxz-catalog-card {
  position: relative;
}
.gxz-catalog-remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(220,40,40,0.85);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: transform 0.15s;
}
.gxz-catalog-remove-btn:hover { transform: scale(1.15); }
.gxz-catalog-card.is-removing {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s, transform 0.25s;
  pointer-events: none;
}

/* -- Catalog releases horizontal carousel -- */
.gxz-catalog-carousel-wrap {
  width: 100%;
}
.gxz-catalog-carousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  /* 24px left matches the outer section padding so first card aligns with
     ABOUT / MUSIC VIDEOS labels; right padding gives scroll breathing room */
  padding: 4px 24px 12px;
  /* Hide scrollbar on all browsers */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gxz-catalog-carousel::-webkit-scrollbar {
  display: none;
}
/* Each catalog card-wrap is the flex item; card inside is sized to match */
.gxz-catalog-carousel .gxz-catalog-card-wrap {
  flex: 0 0 130px;
  width: 130px;
  scroll-snap-align: start;
}
/* Legacy: direct .gxz-release-card children (no wrap) */
.gxz-catalog-carousel > .gxz-release-card {
  flex: 0 0 130px;
  width: 130px;
  scroll-snap-align: start;
}
.gxz-catalog-carousel .gxz-release-card {
  width: 130px;
}
.gxz-catalog-carousel .gxz-release-card__art {
  width: 130px;
  height: 130px;
}
@media (min-width: 480px) {
  .gxz-catalog-carousel .gxz-catalog-card-wrap,
  .gxz-catalog-carousel > .gxz-release-card {
    flex: 0 0 150px;
    width: 150px;
  }
  .gxz-catalog-carousel .gxz-release-card {
    width: 150px;
  }
  .gxz-catalog-carousel .gxz-release-card__art {
    width: 150px;
    height: 150px;
  }
}

/* -- Catalog card wrap (reorder container) -- */
.gxz-catalog-card-wrap {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gxz-catalog-card-wrap.is-dragging {
  opacity: 0.3;
}

/* -- Drag handle (shown in edit mode above the card) -- */
.gxz-catalog-drag-handle {
  display: none; /* shown via JS in edit mode */
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 0 2px;
  cursor: grab;
  color: rgba(255,255,255,0.5);
  user-select: none;
  -webkit-user-select: none;
}
.gxz-catalog-drag-handle:active { cursor: grabbing; }
