/* ???????????????????????????????????????????????????????????????????????????
   ALABASTA ? City of Worshippers
   Jukebox � Psalmists � Singers of Christ
   Standalone design system (not MissionFill)
   ??????????????????????????????????????????????????????????????????????????? */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap');

:root {
  /* Heavenly worship ? refined editorial palette */
  --alb-purple-deep: #0c0814;
  --alb-purple: #151022;
  --alb-purple-mid: #2a1f4a;
  --alb-purple-glow: #5c4894;
  --alb-purple-soft: #9b8bc9;
  --alb-purple-mist: #ddd6fe;
  --alb-white: #ffffff;
  --alb-pearl: #f7f5fa;
  --alb-pearl-dim: #ddd8e8;
  --alb-gold: #c9a227;
  --alb-gold-light: #e8cf7a;
  --alb-gold-bright: #f5e6b8;
  --alb-gold-dim: #a68520;
  --alb-green: #5e7b4f;
  --alb-green-bright: #9fd97a;
  --alb-green-light: #c5e0b6;
  --alb-interrupt: #dc2626;
  --alb-interrupt-bright: #fecaca;
  --alb-interrupt-light: #f87171;
  --alb-interrupt-deep: #991b1b;
  --alb-muted: #b8b0cc;
  --alb-meta: #8a829e;
  --alb-glass: rgba(255, 255, 255, 0.045);
  --alb-glass-bright: rgba(255, 255, 255, 0.08);
  --alb-border: rgba(255, 255, 255, 0.1);
  --alb-border-gold: rgba(201, 162, 39, 0.35);
  --alb-radius: 14px;
  --alb-radius-sm: 10px;
  --alb-radius-lg: 20px;
  --alb-radius-pill: 999px;
  --alb-max: 1080px;
  --alb-max-narrow: 640px;
  --alb-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --alb-font-body: 'DM Sans', system-ui, -apple-system, sans-serif;
  --alb-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.24);
  --alb-shadow-md: 0 12px 40px rgba(0, 0, 0, 0.35);
  --alb-shadow-gold: 0 0 0 1px rgba(201, 162, 39, 0.12), 0 16px 48px rgba(0, 0, 0, 0.4);
  --alb-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Aliases used across components */
  --alb-void: var(--alb-purple-deep);
  --alb-night: var(--alb-purple);
  --alb-plum: var(--alb-purple-mid);
  --alb-plum-light: #4e3488;
  --alb-coral: var(--alb-gold);
  --alb-coral-dim: var(--alb-gold-dim);
  --alb-sunset: var(--alb-gold-light);
  --alb-amber: var(--alb-gold);
  --alb-amber-soft: var(--alb-gold-light);
  --alb-violet: var(--alb-purple-glow);
  --alb-violet-dim: var(--alb-purple-mid);
  --alb-teal: var(--alb-purple-soft);
  --alb-cream: var(--alb-pearl);
  --alb-cream-dim: var(--alb-pearl-dim);
  --alb-border-warm: var(--alb-border-gold);
  --alb-glow: var(--alb-gold-light);

  /* Legacy aliases ? subpages */
  --gold: var(--alb-gold);
  --gold-dim: var(--alb-gold-dim);
  --gold-light: var(--alb-gold-light);
  --text: var(--alb-pearl);
  --text-muted: var(--alb-muted);
  --text-meta: var(--alb-meta);
  --bg: var(--alb-purple-deep);
  --surface: var(--alb-purple);
  --max-w-wide: var(--alb-max);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body,
body.alb-body {
  min-height: 100vh;
  background: var(--alb-void);
  color: var(--alb-cream);
  font-family: var(--alb-font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.alb-body {
  background:
    radial-gradient(ellipse 90% 55% at 50% -12%, rgba(201, 162, 39, 0.09) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 0% 40%, rgba(92, 72, 148, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 70%, rgba(201, 162, 39, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #130e1c 0%, #0c0814 55%, #080510 100%);
  background-attachment: fixed;
  font-size: 16px;
  letter-spacing: 0.01em;
}

a { color: var(--alb-gold-light); text-decoration: none; }
a:hover { color: var(--alb-white); text-decoration: none; }

img { max-width: 100%; height: auto; }

/* ?? Nav ??????????????????????????????????????????????????????????????????? */
.nav {
  background: rgba(8, 6, 12, 0.82);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
  z-index: 200;
}
.nav-inner {
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 24px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--alb-font-display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  color: var(--alb-pearl);
  text-decoration: none;
  line-height: 1.1;
}
.nav-brand--has-mark {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nav-brand-mark {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(92, 72, 148, 0.55)) drop-shadow(0 0 6px rgba(201, 162, 39, 0.35));
}
.nav-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}
.alb-up-brand.nav-brand--has-mark {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.nav-brand small {
  font-family: var(--alb-font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
  opacity: 0.85;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}
.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--alb-muted);
}
.nav-links a:hover { color: var(--alb-cream); }
.nav-cta,
.nav-links a.nav-cta {
  background: linear-gradient(135deg, var(--alb-gold) 0%, var(--alb-gold-light) 100%);
  color: var(--alb-purple-deep) !important;
  padding: 8px 16px;
  border-radius: var(--alb-radius-pill);
  font-weight: 700;
}
.nav-cta:hover { filter: brightness(1.08); }
.nav-cta--soft {
  background: transparent;
  border: 1px solid var(--alb-border-gold);
  color: var(--alb-gold-light);
  font-weight: 600;
}
.nav-cta.nav-cta--soft,
button.nav-cta.nav-cta--soft,
.nav-links a.nav-cta.nav-cta--soft,
.nav-links button.nav-cta.nav-cta--soft {
  background: transparent;
  border: 1px solid var(--alb-border-gold);
  color: var(--alb-gold-light) !important;
  filter: none;
}
.nav-cta--soft:hover,
.nav-cta.nav-cta--soft:hover,
button.nav-cta.nav-cta--soft:hover {
  background: rgba(201, 162, 39, 0.14);
  color: var(--alb-gold-bright) !important;
  filter: none;
}
button.nav-cta,
button.nav-cta--soft {
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
button.alb-nav-share-btn {
  margin-left: 4px;
  color: var(--alb-gold-light) !important;
  border-color: rgba(201, 162, 39, 0.55);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  padding: 7px 14px;
}
button.alb-nav-share-btn:hover {
  background: rgba(201, 162, 39, 0.16);
  color: var(--alb-white) !important;
}

.alb-nav-home-always {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.1);
  color: var(--alb-gold) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  white-space: nowrap;
}
.alb-nav-home-always:hover {
  background: rgba(201, 162, 39, 0.2);
  color: var(--alb-pearl) !important;
  border-color: rgba(201, 162, 39, 0.65);
}

/* Mobile menu toggle ? hidden on desktop */
.alb-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
  margin-left: auto;
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: var(--alb-pearl);
  font-family: var(--alb-font-body);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.alb-nav-toggle-icon {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}
.nav[data-alb-nav-open="1"] .alb-nav-toggle-icon {
  box-shadow: none;
  transform: rotate(45deg);
}
.nav[data-alb-nav-open="1"] .alb-nav-toggle-icon::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: rotate(-90deg);
  margin-top: -2px;
}

@media (max-width: 767px) {
  html { -webkit-text-size-adjust: 100%; }
  body.alb-body {
    overflow-x: hidden;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .nav {
    padding-top: env(safe-area-inset-top, 0);
  }
  .nav-inner {
    flex-wrap: wrap;
    padding: 0 14px;
    min-height: 56px;
    gap: 8px;
  }
  .nav-brand {
    font-size: 1.05rem;
    letter-spacing: 0.1em;
  }
  .alb-nav-home-always {
    /* Stay visible beside brand ? never collapses into Menu drawer */
    order: 1;
    margin-left: 4px;
    margin-right: auto;
    min-height: 40px;
    padding: 8px 12px;
  }
  .alb-nav-toggle {
    display: inline-flex;
    order: 2;
  }
  .nav-links.alb-nav-links {
    display: none;
    width: 100%;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    order: 10;
    padding: 8px 0 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-height: min(70vh, 480px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav[data-alb-nav-open="1"] .nav-links.alb-nav-links {
    display: flex;
  }
  .nav-links a {
    padding: 12px 14px;
    font-size: 0.95rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: var(--alb-radius-sm);
  }
  .nav-links a:active {
    background: rgba(255, 255, 255, 0.06);
  }
  .nav-links a.nav-cta,
  .nav-links a.nav-cta--soft,
  .nav-links button.nav-cta,
  .nav-links button.nav-cta--soft {
    justify-content: center;
    margin-top: 6px;
  }
  .btn-gold,
  .btn-outline,
  .alb-act,
  .alb-act-card {
    min-height: 44px;
    touch-action: manipulation;
  }
  .alb-player-actions.alb-act-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 4px;
  }
  .alb-act-card {
    min-height: 72px;
    padding: 14px 8px;
  }
  .alb-page {
    padding-left: max(16px, env(safe-area-inset-left, 0));
    padding-right: max(16px, env(safe-area-inset-right, 0));
  }
  .alb-radio-hero {
    padding: 28px 16px 36px;
  }
  .alb-jukebox-listen .btn-gold {
    width: 100%;
    max-width: 280px;
  }
}

body.alb-nav-menu-open::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 199;
  pointer-events: auto;
}

@media (min-width: 768px) {
  body.alb-nav-menu-open::before { display: none; }
}

/* Platform mission ? full-width head line below nav */
.alb-platform-mission {
  width: 100%;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.72rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: var(--alb-meta);
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 520px) {
  .alb-platform-mission { font-size: 0.72rem; padding: 9px 14px; }
}

/* Culture of blessing ? 85% to worshippers */
.alb-blessing-culture {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 16px 20px;
  text-align: center;
  border-radius: 14px;
  border: 2px solid rgba(212, 175, 55, 0.45);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.12), rgba(94, 61, 138, 0.08));
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.alb-blessing-culture--bar {
  max-width: none;
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 12px 20px;
}
.alb-blessing-culture--hero {
  margin-bottom: 22px;
}
.alb-blessing-culture--page {
  margin: 20px auto 28px;
  text-align: left;
}
.alb-blessing-culture__headline {
  margin: 0 0 8px;
  font-family: var(--alb-font-display);
  font-size: 1.12rem;
  line-height: 1.35;
  color: var(--alb-cream);
}
.alb-blessing-culture__headline strong {
  color: var(--alb-gold-light);
  font-weight: 800;
}
.alb-blessing-culture--bar .alb-blessing-culture__headline {
  font-size: 0.95rem;
  margin: 0;
}
.alb-blessing-culture--bar .alb-blessing-culture__body {
  display: none;
}
.alb-blessing-culture__body {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--alb-meta);
}
.alb-blessing-culture__body a {
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-footer-blessing {
  margin: 12px auto 0;
  max-width: 520px;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--alb-gold-light);
  font-weight: 700;
}

.alb-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
}
.alb-nav-links a { font-size: 0.8125rem; color: var(--alb-meta); font-weight: 500; letter-spacing: 0.02em; transition: color 0.2s var(--alb-ease); }
.alb-nav-links a:hover,
.alb-nav-links a.active { color: var(--alb-pearl); }
.alb-nav-links a.active { box-shadow: inset 0 -2px 0 var(--alb-gold); padding-bottom: 2px; }

/* ?? Footer ???????????????????????????????????????????????????????????????? */
footer {
  border-top: 1px solid var(--alb-border);
  padding: 32px 24px 40px;
  margin-top: 48px;
}
.footer-inner {
  max-width: var(--alb-max);
  margin: 0 auto;
  text-align: center;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  margin-bottom: 16px;
}
.footer-links a { color: var(--alb-muted); font-size: 0.88rem; font-weight: 600; }
footer p { color: var(--alb-meta); font-size: 0.82rem; }

/* ?? Buttons ??????????????????????????????????????????????????????????????? */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, var(--alb-gold-light) 0%, var(--alb-gold) 100%);
  color: #1a1208;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: var(--alb-radius-pill);
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-family: inherit;
  box-shadow: var(--alb-shadow-sm);
  transition: transform 0.2s var(--alb-ease), box-shadow 0.2s var(--alb-ease), filter 0.2s;
}
.btn-gold:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.25);
  text-decoration: none;
  color: #1a1208;
}
.btn-gold:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--alb-pearl);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: var(--alb-radius-pill);
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s var(--alb-ease), border-color 0.2s var(--alb-ease), color 0.2s;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 162, 39, 0.4);
  text-decoration: none;
  color: var(--alb-pearl);
}

.btn-ghost {
  display: inline-block;
  color: var(--alb-muted);
  font-weight: 600;
  padding: 10px 18px;
  font-size: 0.88rem;
}
.btn-ghost:hover { color: var(--alb-amber-soft); }

.alb-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

/* ?? Badges & tags ????????????????????????????????????????????????????????? */
.alb-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border-warm);
  color: var(--alb-sunset);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.alb-badge.demo {
  border-color: rgba(168, 85, 247, 0.45);
  color: var(--alb-violet);
}

.alb-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.alb-tag {
  font-size: 0.72rem;
  padding: 5px 12px;
  border-radius: var(--alb-radius-pill);
  background: rgba(255, 255, 255, 0.06);
  color: var(--alb-cream-dim);
  font-weight: 600;
  border: 1px solid var(--alb-border);
}
.alb-tag.afro { border-color: rgba(212, 175, 55, 0.45); color: var(--alb-gold-light); background: rgba(212, 175, 55, 0.1); }
.alb-tag.contempo { border-color: rgba(167, 139, 250, 0.45); color: var(--alb-purple-mist); background: rgba(107, 79, 168, 0.15); }
.alb-tag.hip { border-color: rgba(255, 255, 255, 0.35); color: var(--alb-pearl); background: rgba(255, 255, 255, 0.08); }
.alb-tag.current { border-color: rgba(212, 175, 55, 0.5); color: var(--alb-gold-bright); background: rgba(212, 175, 55, 0.12); }
.alb-tag.locked { background: rgba(168, 85, 247, 0.12); color: #c4b5fd; border-color: rgba(168, 85, 247, 0.35); }

/* ?? Layout pages ?????????????????????????????????????????????????????????? */
.alb-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 36px 24px 56px;
}
.alb-page-wide {
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 36px 24px 56px;
}
.alb-page h1,
.alb-page-wide h1 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  line-height: 1.15;
  margin-bottom: 12px;
}
.alb-sub {
  color: var(--alb-muted);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 640px;
}

.alb-card {
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
  padding: 22px 20px;
  backdrop-filter: blur(12px);
}
.alb-card + .alb-card { margin-top: 16px; }

/* ?? Forms ????????????????????????????????????????????????????????????????? */
.alb-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--alb-amber-soft);
  margin-bottom: 6px;
}
.alb-form .field { margin-bottom: 18px; }
.alb-form input,
.alb-form select,
.alb-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  background: rgba(7, 4, 12, 0.8);
  color: var(--alb-cream);
  font-size: 1rem;
  font-family: inherit;
}
.alb-form input:focus,
.alb-form select:focus,
.alb-form textarea:focus {
  outline: 2px solid rgba(212, 175, 55, 0.45);
  border-color: var(--alb-gold-light);
}
.alb-form .hint { font-size: 0.8rem; color: var(--alb-meta); margin-top: 6px; }
.alb-form .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .alb-form .grid-2 { grid-template-columns: 1fr; } }

.alb-status { padding: 12px 14px; border-radius: 12px; font-size: 0.9rem; margin-top: 16px; display: none; }
.alb-status.ok { display: block; background: rgba(45, 212, 191, 0.12); border: 1px solid rgba(45, 212, 191, 0.35); color: #99f6e4; }
.alb-status.err { display: block; background: rgba(255, 92, 71, 0.12); border: 1px solid rgba(255, 92, 71, 0.35); color: #ffb4a8; }

/* ?? Chart ????????????????????????????????????????????????????????????????? */
.alb-chart-table { width: 100%; border-collapse: collapse; }
.alb-chart-table th {
  text-align: left;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
  padding: 10px 8px;
  border-bottom: 1px solid var(--alb-border);
}
.alb-chart-table td {
  padding: 14px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}
.alb-rank { font-family: var(--alb-font-display); font-weight: 800; font-size: 1.1rem; color: var(--alb-amber); width: 36px; }
.alb-rank.top20 { font-size: 1.2rem; color: var(--alb-gold); }
.alb-rank.top3 { font-size: 1.45rem; color: var(--alb-coral); }
.alb-chart-hero-title {
  font-family: var(--alb-font-display);
  font-size: clamp(1.85rem, 5vw, 2.5rem);
  font-weight: 800;
  color: var(--alb-gold);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.alb-chart-hero-badge {
  display: inline-block;
  margin: 0 auto;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--alb-gold);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
}
.alb-chart-queue-note {
  max-width: 560px;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--alb-meta);
}
.alb-chart-table tr.alb-chart-row-top20 td {
  background: rgba(212, 175, 55, 0.04);
}
.alb-chart-table tr.alb-chart-row-top20:first-child td {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}
.alb-song-title { font-weight: 700; color: var(--alb-cream); }
.alb-song-artist { font-size: 0.88rem; color: var(--alb-muted); }
.alb-move { font-size: 0.8rem; font-weight: 700; }
.alb-move.up { color: var(--alb-teal); }
.alb-move.down { color: var(--alb-coral); }
.alb-move.same { color: var(--alb-meta); }
.alb-likes-badge {
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(240, 180, 41, 0.12);
  color: var(--alb-amber-soft);
  margin-left: 8px;
}

/* ?? Radio player ?????????????????????????????????????????????????????????? */
.alb-radio-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
  justify-items: center;
}
.alb-radio-layout > .alb-jukebox-ticker,
.alb-radio-layout > .alb-chat-fold-dock {
  grid-column: 1 / -1;
  width: 100%;
}
.alb-radio-hero {
  text-align: center;
  padding: 48px 24px 56px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  justify-self: center;
}
@media (min-width: 960px) {
  /* Side-by-side only when live chat panel is open */
  .alb-radio-layout:has(.alb-live-chat-panel:not(.is-collapsed)) {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 0 20px;
    padding: 0 16px;
    max-width: 1120px;
    justify-items: stretch;
  }
  .alb-radio-layout:has(.alb-live-chat-panel:not(.is-collapsed)) .alb-radio-hero {
    max-width: none;
    margin: 0;
    justify-self: stretch;
  }
  /* Chat closed ? single centered jukebox column */
  .alb-radio-layout:has(.alb-live-chat-panel.is-collapsed) {
    grid-template-columns: minmax(0, 640px);
    max-width: 720px;
    padding: 0 16px;
    justify-content: center;
  }
}
.alb-player-stage {
  position: relative;
  max-width: 220px;
  margin: 0 auto 24px;
}
.alb-player-stage .alb-now-art { margin-bottom: 0; }
.alb-player-float-chat {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 50%;
}
.alb-player-float-msg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 92%;
  padding: 6px 12px;
  border-radius: var(--alb-radius-pill);
  background: rgba(10, 29, 39, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--alb-pearl);
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: center;
  animation: alb-float-chat-in 4.5s ease forwards;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.alb-player-float-msg strong {
  color: var(--alb-gold-light);
  font-weight: 600;
  display: block;
  font-size: 0.68rem;
  margin-bottom: 2px;
}
@keyframes alb-float-chat-in {
  0% { opacity: 0; top: 72%; }
  12% { opacity: 1; top: 68%; }
  75% { opacity: 1; top: 22%; }
  100% { opacity: 0; top: 8%; }
}
.alb-live-chat-panel {
  background: linear-gradient(180deg, rgba(45, 31, 74, 0.55) 0%, rgba(10, 29, 39, 0.9) 100%);
  border-top: 1px solid var(--alb-border);
  padding: 20px 16px 24px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  max-height: min(72vh, 640px);
}
@media (min-width: 960px) {
  .alb-live-chat-panel {
    border-top: none;
    border-left: 1px solid var(--alb-border);
    border-radius: var(--alb-radius-lg);
    margin: 32px 0 48px;
    position: sticky;
    top: 72px;
  }
}
.alb-live-chat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.alb-live-chat-head h2 {
  font-family: var(--alb-font-display);
  font-size: 1.15rem;
  margin: 0 0 4px;
  color: var(--alb-white);
}
.alb-live-chat-sub {
  margin: 0;
  font-size: 0.78rem;
  color: var(--alb-muted);
  line-height: 1.45;
}
.alb-live-chat-count {
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--alb-gold);
  padding: 4px 10px;
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius-pill);
  white-space: nowrap;
}
.alb-live-chat-feed {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 4px 12px;
  min-height: 180px;
  scrollbar-width: thin;
}
.alb-live-chat-loading {
  color: var(--alb-muted);
  font-size: 0.85rem;
  padding: 12px 4px;
  margin: 0;
}
.alb-chat-bubble {
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--alb-pearl);
  animation: alb-chat-in 0.25s ease;
}
@keyframes alb-chat-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.alb-chat-bubble.mine {
  background: rgba(212, 175, 55, 0.12);
  border-color: rgba(212, 175, 55, 0.35);
  align-self: flex-end;
  max-width: 92%;
}
.alb-chat-bubble-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.alb-chat-bubble-head strong {
  font-size: 0.78rem;
  color: var(--alb-gold-light);
}
.alb-chat-role {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: var(--alb-radius-pill);
  background: rgba(107, 79, 168, 0.35);
  color: var(--alb-muted);
  font-weight: 700;
}
.alb-chat-role.artist { background: rgba(212, 175, 55, 0.2); color: var(--alb-gold); }
.alb-chat-role.dj { background: rgba(94, 123, 79, 0.35); color: #b8d4a8; }
.alb-chat-role.moderator { background: rgba(248, 113, 113, 0.15); color: #fca5a5; }
.alb-live-chat-compose {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.alb-live-chat-compose input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--alb-pearl);
  font-size: 0.85rem;
}
.alb-live-chat-compose input::placeholder { color: var(--alb-meta); }
.alb-live-chat-compose .btn-gold {
  padding: 10px 16px;
  font-size: 0.82rem;
  white-space: nowrap;
}
.alb-live-chat-fine {
  margin: 10px 0 0;
  font-size: 0.72rem;
  color: var(--alb-meta);
  line-height: 1.5;
}
.alb-live-chat-fine a { color: var(--alb-gold); }

/* ?? Hangout chat rooms page ??????????????????????????????????????????????? */
.alb-hangout-hero {
  text-align: center;
  padding: 40px 20px 28px;
  border-bottom: 1px solid var(--alb-border);
}
.alb-hangout-hero h1 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 12px 0 10px;
}
.alb-hangout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: var(--alb-max);
  margin: 0 auto;
  min-height: 60vh;
}
@media (min-width: 900px) {
  .alb-hangout-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0 24px;
    padding: 24px 20px 48px;
  }
}
.alb-hangout-rooms {
  padding: 20px 16px;
  border-bottom: 1px solid var(--alb-border);
}
@media (min-width: 900px) {
  .alb-hangout-rooms {
    border-bottom: none;
    padding: 8px 0;
  }
}
.alb-hangout-rooms h2 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
  margin: 0 0 12px;
}
.alb-hangout-radio-link {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 0.82rem;
}
.alb-hangout-chat {
  display: flex;
  flex-direction: column;
  padding: 16px;
  min-height: 420px;
  max-height: min(78vh, 720px);
}
@media (min-width: 900px) {
  .alb-hangout-chat {
    background: var(--alb-glass);
    border: 1px solid var(--alb-border);
    border-radius: var(--alb-radius-lg);
    padding: 20px;
  }
}
.alb-hangout-feed { min-height: 280px; }

.alb-now-art {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--alb-font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--alb-void);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.06),
    0 0 0 12px rgba(212, 175, 55, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.45);
  background: conic-gradient(from 200deg, var(--alb-gold), var(--alb-purple-glow), var(--alb-white), var(--alb-gold));
  animation: alb-vinyl-spin 8s linear infinite;
}
@keyframes alb-vinyl-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.alb-now-title { font-family: var(--alb-font-display); font-size: 1.6rem; font-weight: 800; margin-bottom: 4px; }
.alb-now-artist { color: var(--alb-sunset); font-weight: 600; margin-bottom: 20px; }
.alb-time { color: var(--alb-meta); font-size: 0.85rem; margin-bottom: 20px; }

.alb-player-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 520px;
  margin: 0 auto 8px;
}
.alb-player-actions-hint {
  font-size: 0.78rem;
  color: var(--alb-meta);
  margin: 0 auto 24px;
  max-width: 420px;
}
.alb-player-actions-hint .alb-hint-subnote,
.alb-home-actions-hint .alb-hint-subnote {
  color: var(--alb-muted);
  font-weight: 400;
}
.alb-act {
  font-family: var(--alb-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-pearl);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.alb-act:hover:not(:disabled) { border-color: var(--alb-gold); background: rgba(212, 175, 55, 0.08); }
.alb-act:disabled { opacity: 0.55; cursor: default; }
.alb-act-free {
  border-color: rgba(159, 217, 122, 0.62);
  color: var(--alb-green-bright);
  background: rgba(94, 123, 79, 0.2);
  box-shadow: 0 0 0 1px rgba(159, 217, 122, 0.14), 0 0 18px rgba(94, 123, 79, 0.18);
  font-weight: 700;
}
.alb-act-free:hover:not(:disabled) {
  border-color: var(--alb-green-bright);
  background: rgba(94, 123, 79, 0.32);
  color: var(--alb-green-light);
}
.alb-act-bless {
  border-color: rgba(212, 175, 55, 0.58);
  color: var(--alb-gold-light);
  background: rgba(201, 162, 39, 0.16);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.12), 0 0 18px rgba(201, 162, 39, 0.14);
  font-weight: 700;
}
.alb-act-bless:hover:not(:disabled) {
  border-color: var(--alb-gold);
  background: rgba(201, 162, 39, 0.26);
  color: var(--alb-gold-bright);
}
.alb-act-gold { border-color: rgba(212, 175, 55, 0.45); color: var(--alb-gold); }
.alb-act-own { border-color: rgba(94, 123, 79, 0.55); color: #c5e0b6; background: rgba(94, 123, 79, 0.1); }

.alb-jukebox-listen {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 14px auto 8px;
  max-width: 420px;
}
.alb-jukebox-listen .btn-gold,
.alb-home-jukebox-listen .btn-gold {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.alb-jukebox-listen--embed {
  margin: 10px 0 0;
  align-items: flex-start;
}
.alb-jukebox-listen-hint {
  margin: 0;
  font-size: 0.78rem;
  color: var(--text-muted, var(--alb-muted));
  text-align: center;
  line-height: 1.45;
}
.alb-jukebox-listen--embed .alb-jukebox-listen-hint {
  text-align: left;
}
.alb-jukebox-listen.is-playing .alb-jukebox-listen-hint {
  color: #a8c99a;
}
.alb-buy-track-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 16px auto 4px;
  max-width: 420px;
}
.alb-buy-track-cta .alb-buy-track-btn {
  width: 100%;
  max-width: 320px;
  padding: 12px 20px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.alb-buy-track-note {
  font-size: 0.78rem;
  color: var(--text-muted, var(--alb-muted));
}
.alb-unlock-status {
  margin: 0;
  font-size: 0.9rem;
  color: #a8c99a;
  text-align: center;
  line-height: 1.45;
}
.alb-unlock-badge {
  display: inline-block;
  font-size: 0.78rem;
  color: #a8c99a;
  border: 1px solid rgba(94, 123, 79, 0.45);
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
}
.alb-buy-track-cta .alb-unlock-track-btn {
  width: 100%;
  max-width: 320px;
  padding: 12px 20px;
  font-size: 0.95rem;
}
.alb-track-list li.is-playing {
  border-left: 3px solid var(--alb-gold, #B8960C);
  padding-left: 10px;
  background: rgba(184, 150, 12, 0.06);
}

.alb-player-actions.alb-act-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  max-width: 560px;
  margin: 0 auto 12px;
}

/* Like + Bless ? directly under Listen */
.alb-jukebox-bless-lead {
  margin: 0 auto 10px;
  max-width: 420px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--alb-meta);
  text-align: center;
}
.alb-jukebox-bless-lead strong {
  color: var(--alb-pearl);
}
.alb-jukebox-founding-note {
  margin: 10px auto 12px;
  max-width: 440px;
  padding: 10px 14px;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
  color: var(--alb-meta);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--alb-radius-md, 10px);
  background: rgba(201, 162, 39, 0.08);
}
.alb-jukebox-founding-note strong {
  color: var(--alb-gold-light);
}
.alb-act-row-encore {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 520px;
  margin: 0 auto 10px;
  width: 100%;
}
.alb-act-row-encore .alb-act-card {
  flex: 0 1 168px;
  min-width: 140px;
  max-width: 200px;
  min-height: 72px;
}
.alb-jukebox-radio-lead {
  margin: 0 auto 12px;
  max-width: 520px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--alb-gold-light);
  text-align: center;
  line-height: 1.4;
}
.alb-act-row-bless {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto 14px;
  width: 100%;
}
.alb-act-row-bless .alb-act-card {
  flex: 1 1 148px;
  max-width: 200px;
  min-height: 72px;
}

/* Tip � Put on air ? centered row, Tip in the middle */
.alb-player-actions.alb-act-grid.alb-act-row-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  max-width: 580px;
  margin: 0 auto 12px;
  grid-template-columns: unset;
}
.alb-player-actions.alb-act-row-radio .alb-act-card {
  flex: 0 1 126px;
  min-width: 112px;
  max-width: 142px;
}
.alb-player-actions.alb-act-row-radio .alb-act-card[data-action="tip"] {
  order: 0;
}
.alb-player-actions.alb-act-row-radio .alb-act-card--interrupt {
  flex: 1 1 100%;
  width: 100%;
  max-width: 520px;
  grid-column: unset;
  margin-top: 6px;
  padding: 16px 14px;
}
.alb-act-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-pearl);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
  text-align: center;
  font-family: var(--alb-font-body);
}
.alb-act-card:hover:not(:disabled) {
  border-color: var(--alb-gold);
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-1px);
}
.alb-act-card:disabled { opacity: 0.55; cursor: default; }
.alb-act-card.alb-act-free {
  border-color: rgba(159, 217, 122, 0.55);
  background: rgba(94, 123, 79, 0.14);
  box-shadow: 0 0 0 1px rgba(159, 217, 122, 0.1), 0 0 16px rgba(94, 123, 79, 0.14);
}
.alb-act-card.alb-act-free:hover:not(:disabled) {
  border-color: var(--alb-green-bright);
  background: rgba(94, 123, 79, 0.24);
}
.alb-act-card.alb-act-free .alb-act-label { color: var(--alb-green-bright); }
.alb-act-card.alb-act-free .alb-act-price { color: var(--alb-green-light); }
.alb-act-card.alb-act-bless {
  border-color: rgba(212, 175, 55, 0.52);
  background: rgba(201, 162, 39, 0.12);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.1), 0 0 16px rgba(201, 162, 39, 0.12);
}
.alb-act-card.alb-act-bless:hover:not(:disabled) {
  border-color: var(--alb-gold);
  background: rgba(201, 162, 39, 0.22);
}
.alb-act-card.alb-act-bless .alb-act-label { color: var(--alb-gold-light); }
.alb-act-card.alb-act-bless .alb-act-price { color: var(--alb-gold-bright); }
.alb-act-card.alb-act-gold { border-color: rgba(212, 175, 55, 0.4); }
.alb-act-card.alb-act-own { border-color: rgba(94, 123, 79, 0.45); background: rgba(94, 123, 79, 0.08); }
.alb-act-card .alb-act-label { font-size: 0.88rem; font-weight: 700; line-height: 1.2; }
.alb-act-card .alb-act-price { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; color: var(--alb-gold-light); }
.alb-act-card .alb-act-desc { font-size: 0.68rem; color: var(--alb-meta); line-height: 1.35; max-width: 11rem; }
.alb-act-card--interrupt {
  grid-column: 1 / -1;
  padding: 20px 18px;
  border-width: 2px;
  border-color: rgba(248, 113, 113, 0.95);
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.48) 0%, rgba(153, 27, 27, 0.34) 100%);
  box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.22), 0 8px 32px rgba(220, 38, 38, 0.32);
}
.alb-act-card--interrupt:hover:not(:disabled) {
  border-color: #fca5a5;
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.58) 0%, rgba(185, 28, 28, 0.42) 100%);
  transform: translateY(-1px);
}
.alb-act-interrupt-title {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--alb-interrupt-bright);
  line-height: 1.15;
  text-align: center;
}
.alb-act-interrupt-sub {
  display: block;
  width: 100%;
  margin-top: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.3;
  text-align: center;
}
.alb-act-card--interrupt .alb-act-label {
  display: none;
}
.alb-act-card--interrupt .alb-act-price,
.alb-act-card--interrupt .alb-act-interrupt-price {
  font-size: 0.82rem;
  margin-top: 8px;
  color: var(--alb-interrupt-light);
}
.alb-act-card--interrupt .alb-act-desc,
.alb-act-card--interrupt .alb-act-interrupt-detail,
.alb-act-card--interrupt .alb-act-interrupt-pick,
.alb-act-card--interrupt .alb-act-interrupt-note {
  max-width: none;
  font-size: 0.74rem;
  margin-top: 6px;
  line-height: 1.4;
  color: var(--alb-meta);
  text-align: center;
}
.alb-act-card--interrupt .alb-act-interrupt-pick {
  margin-top: 2px;
  font-weight: 600;
  color: var(--alb-interrupt-bright, #fecaca);
}
.alb-act-card--interrupt .alb-act-interrupt-note {
  margin-top: 2px;
  font-size: 0.7rem;
  opacity: 0.92;
}
.alb-act-interrupt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: auto;
  flex: 0 1 auto;
  padding: 10px 16px;
  border-width: 2px;
  border-color: rgba(248, 113, 113, 0.95);
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.48) 0%, rgba(153, 27, 27, 0.34) 100%);
  box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.22), 0 8px 32px rgba(220, 38, 38, 0.32);
  color: var(--alb-pearl);
}
.alb-act-interrupt:hover:not(:disabled) {
  border-color: #fca5a5;
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.58) 0%, rgba(185, 28, 28, 0.42) 100%);
}
.alb-act-interrupt-caption {
  display: none;
}
.alb-act-interrupt-price {
  font-size: 0.76rem;
  color: var(--alb-interrupt-light);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.alb-interrupt-pick-results {
  max-height: min(52vh, 360px);
  overflow-y: auto;
  margin: 12px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.alb-interrupt-pick-hint {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
}
.alb-interrupt-pick-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: var(--alb-radius-md, 10px);
  border: 1px solid rgba(248, 113, 113, 0.28);
  background: rgba(220, 38, 38, 0.08);
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.alb-interrupt-pick-row:hover:not(.is-disabled) {
  border-color: rgba(248, 113, 113, 0.55);
  background: rgba(220, 38, 38, 0.14);
}
.alb-interrupt-pick-row.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.alb-interrupt-pick-row strong {
  font-size: 0.95rem;
  color: var(--alb-interrupt-bright, #fecaca);
}
.alb-interrupt-pick-row span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
}
.alb-interrupt-pick-profile {
  color: var(--alb-gold);
  text-decoration: none;
}
.alb-interrupt-pick-queue {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0 0;
}
.alb-interrupt-pick-queue:empty {
  display: none;
}
.alb-interrupt-pick-section {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--alb-gold-light, var(--alb-gold));
}
.alb-action-dialog--interrupt-pick {
  max-width: 520px;
}

.alb-action-guide {
  max-width: 640px;
  margin: 0 auto 28px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}
.alb-action-guide h3 {
  font-family: var(--alb-font-display);
  font-size: 0.95rem;
  margin: 0 0 12px;
  color: var(--alb-amber-soft);
}
.alb-action-guide dl { margin: 0; display: grid; gap: 10px; }
.alb-action-guide dt {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--alb-cream);
}
.alb-action-guide dt span {
  color: var(--alb-gold);
  font-weight: 800;
  margin-right: 6px;
}
.alb-action-guide dd {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--alb-meta);
  line-height: 1.5;
}

.alb-catchphrase {
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--alb-muted);
  max-width: 440px;
  margin: 0 auto 28px;
}
.alb-catchphrase strong {
  color: var(--alb-pearl-dim);
  font-weight: 500;
}
.alb-foundation-line {
  font-size: 1rem;
  color: var(--alb-muted);
  max-width: 36rem;
  margin: 0 auto 24px;
  line-height: 1.65;
}
.alb-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: var(--alb-max);
  margin: 0 auto;
}
.alb-pillar-card {
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid var(--alb-border);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}
.alb-pillar-card .alb-pillar-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--alb-gold);
  margin-bottom: 8px;
}
.alb-pillar-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: var(--alb-cream);
}
.alb-pillar-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--alb-muted);
  line-height: 1.6;
}
.alb-price-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 0;
}
.alb-price-chip {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--alb-muted);
  background: rgba(0,0,0,0.15);
}
.alb-price-chip strong { color: var(--alb-gold-light); }

.alb-track-btns { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.alb-catalog-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.alb-catalog-actions li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--alb-border);
}
.alb-catalog-actions li.is-playing {
  border-left: 3px solid var(--alb-gold, #B8960C);
  padding-left: 10px;
  background: rgba(184, 150, 12, 0.06);
}
.alb-catalog-row {
  flex: 1 1 200px;
  min-width: 0;
}
.alb-catalog-row-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  margin-bottom: 8px;
}
.alb-catalog-status {
  color: var(--alb-sunset);
  font-size: 0.82rem;
  font-weight: 600;
}
.alb-catalog-preview-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.alb-catalog-preview-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--alb-sunset);
  white-space: nowrap;
}
.alb-catalog-preview-line .alb-act,
.alb-catalog-preview-line .alb-unlock-badge {
  padding: 5px 10px;
  font-size: 0.72rem;
}
.alb-act--locked {
  opacity: 0.45;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  color: var(--alb-muted) !important;
}
.alb-catalog-actions li > .alb-act-play {
  flex: 0 0 auto;
  min-width: 2.25rem;
  margin-right: 8px;
  padding: 4px 10px;
  font-size: 0.95rem;
  line-height: 1;
}
.alb-catalog-actions li > .alb-act-play.is-playing,
.alb-catalog-row-head .alb-act-play.is-playing {
  color: var(--alb-gold, #B8960C);
  border-color: var(--alb-gold, #B8960C);
}
.alb-catalog-actions li {
  flex-wrap: wrap;
  gap: 12px;
}
.alb-catalog-actions li > .alb-catalog-row { flex: 1 1 200px; min-width: 0; }
.alb-catalog-actions li > .alb-act-interrupt {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  margin-top: 2px;
  padding: 8px 14px;
  align-self: flex-start;
}
.alb-catalog-actions li > .alb-act-interrupt .alb-act-interrupt-caption {
  display: none;
}
.alb-catalog-actions .alb-track-btns {
  width: 100%;
  justify-content: flex-start;
}

/* Founding launch: payments off ? keep Like free, soften paid CTAs */
body[data-alb-payments-off] .alb-act--founding-soon,
body[data-alb-payments-off] .alb-act-interrupt.alb-act--founding-soon {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.2);
}
body[data-alb-payments-off] .alb-act-interrupt:not(.alb-act--founding-soon) {
  /* live interrupt still allowed only when payments on */
}

.alb-progress {
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--alb-radius-pill);
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto 8px;
}
.alb-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--alb-gold), var(--alb-purple-soft), var(--alb-gold-light));
  border-radius: var(--alb-radius-pill);
  transition: width 0.4s linear;
}
.alb-time { font-size: 0.8rem; color: var(--alb-meta); margin-bottom: 24px; }
.alb-wave {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: flex-end;
  height: 36px;
  margin-bottom: 20px;
}
.alb-wave span {
  width: 4px;
  background: linear-gradient(180deg, var(--alb-purple-soft), var(--alb-gold));
  border-radius: 2px;
  animation: alb-wave 0.8s ease-in-out infinite;
}
.alb-wave span:nth-child(2) { animation-delay: 0.1s; }
.alb-wave span:nth-child(3) { animation-delay: 0.2s; }
.alb-wave span:nth-child(4) { animation-delay: 0.15s; }
.alb-wave span:nth-child(5) { animation-delay: 0.25s; }
@keyframes alb-wave {
  0%, 100% { height: 8px; opacity: 0.45; }
  50% { height: 32px; opacity: 1; }
}

.alb-channel-btn {
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-muted);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.alb-channel-btn:hover { color: var(--alb-cream); border-color: var(--alb-border-warm); }
.alb-channel-btn.active {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(107, 79, 168, 0.15));
  color: var(--alb-cream);
  border-color: var(--alb-sunset);
}
.alb-channel-flagship.active {
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35);
}
.alb-channel-genre {
  font-size: 0.78rem;
  padding: 8px 14px;
}
.alb-channel-sep {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin: 8px 0 4px;
}
.alb-chart-scope-bar {
  margin: 20px 0 16px;
  padding: 16px 18px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-chart-lane-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.alb-chart-lane-btn {
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-chart-lane-btn.is-active {
  border-color: var(--alb-sunset);
  color: var(--alb-cream);
  background: rgba(212, 175, 55, 0.12);
}
.alb-chart-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.alb-chart-filter-label,
.alb-chart-city-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-meta);
  min-width: 72px;
}
.alb-chart-city-select {
  font: inherit;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: var(--alb-void);
  color: var(--alb-cream);
}
.alb-chart-scope-note {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: var(--alb-muted);
  line-height: 1.55;
}
.alb-chart-main-rank {
  font-size: 0.72rem;
  color: var(--alb-sunset);
  font-weight: 600;
  margin-left: 6px;
}
.alb-genre-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1;
}

.alb-album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.alb-album-card {
  display: flex;
  gap: 14px;
  padding: 14px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-album-art {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2), rgba(107, 79, 168, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.alb-album-meta {
  flex: 1;
  min-width: 0;
}
.alb-album-meta strong {
  display: block;
  margin: 4px 0 6px;
}
.alb-album-meta p {
  margin: 0 0 10px;
  font-size: 0.85rem;
  color: var(--alb-muted);
  line-height: 1.5;
}
.alb-album-type {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-sunset);
}
.alb-album-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.alb-album-fine {
  font-size: 0.75rem;
  color: var(--alb-meta);
}

.alb-playlists-page .alb-playlist-summary {
  font-size: 0.92rem;
  color: var(--alb-muted);
  margin: 0 0 20px;
  line-height: 1.55;
}
.alb-playlist-browser {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr;
  gap: 16px;
  align-items: start;
}
@media (max-width: 900px) {
  .alb-playlist-browser { grid-template-columns: 1fr; }
}
.alb-playlist-col {
  padding: 14px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  min-height: 120px;
}
.alb-playlist-col-title {
  margin: 0 0 12px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-sunset);
}
.alb-playlist-pick-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.alb-playlist-pick {
  font: inherit;
  text-align: left;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-cream);
  cursor: pointer;
}
.alb-playlist-pick.is-active {
  border-color: var(--alb-sunset);
  background: rgba(212, 175, 55, 0.1);
}
.alb-playlist-placeholder,
.alb-playlist-region-note {
  font-size: 0.85rem;
  color: var(--alb-muted);
  margin: 0 0 10px;
  line-height: 1.5;
}
.alb-playlist-genre-grid {
  display: grid;
  gap: 10px;
}
.alb-playlist-genre-card {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
}
.alb-playlist-genre-card.is-active {
  border-color: var(--alb-sunset);
}
.alb-playlist-genre-card h3 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: var(--alb-sunset);
}
.alb-playlist-genre-card p {
  margin: 0 0 10px;
  font-size: 0.85rem;
  color: var(--alb-muted);
}
.alb-catalogue-region-crumb {
  font-size: 0.88rem;
  color: var(--alb-muted);
  margin: 0 0 12px;
}
.alb-playlist-network-card {
  margin-bottom: 20px;
  padding: 14px 16px;
}
.alb-playlist-network-label {
  margin: 0 0 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-sunset);
}
.alb-hashtag-playlist-chip {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.alb-chip-count {
  font-size: 0.72rem;
  color: var(--alb-meta);
}
.alb-playlist-kind-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.alb-playlist-kind-btn {
  font: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 18px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-playlist-kind-btn.is-active {
  border-color: var(--alb-sunset);
  color: var(--alb-cream);
  background: rgba(212, 175, 55, 0.12);
}
.alb-chip-kind {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-sunset);
}
.alb-chip-dim {
  opacity: 0.72;
}
.alb-playlist-genre-name {
  margin: 0 0 4px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-sunset);
}
.alb-playlist-hashtag-fine {
  margin: 0 0 10px;
  font-size: 0.78rem;
  color: var(--alb-meta);
  line-height: 1.45;
}

/* ?? Billboard ????????????????????????????????????????????????????????????? */
body.alb-billboard { background: var(--alb-void); min-height: 100vh; overflow: hidden; padding-bottom: 56px; }
.alb-billboard-wrap { display: grid; grid-template-columns: 1fr 340px; min-height: 100vh; }
@media (max-width: 900px) { .alb-billboard-wrap { grid-template-columns: 1fr; } }
.alb-billboard-main { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.alb-billboard-side {
  background: linear-gradient(180deg, var(--alb-plum) 0%, var(--alb-void) 100%);
  border-left: 1px solid var(--alb-border-warm);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.alb-billboard-label {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--alb-sunset);
  margin-bottom: 16px;
}
.alb-billboard-song {
  font-family: var(--alb-font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 12px;
}
.alb-billboard-artist { font-size: clamp(1.2rem, 3vw, 1.8rem); color: var(--alb-sunset); margin-bottom: 32px; }
.alb-qr-box { background: #fff; padding: 16px; border-radius: 12px; margin-bottom: 16px; }
.alb-qr-box canvas, .alb-qr-box img { display: block; width: 160px; height: 160px; }
.alb-qr-caption { font-size: 0.9rem; color: var(--alb-muted); max-width: 220px; }

/* ?? Artist profile ???????????????????????????????????????????????????????? */
.alb-profile-header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}
@media (max-width: 560px) {
  .alb-profile-header { grid-template-columns: 1fr; text-align: center; }
}
.alb-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--alb-font-display);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--alb-void);
  margin: 0 auto;
  background: linear-gradient(135deg, var(--alb-gold), var(--alb-purple-glow));
}
.alb-dash-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 58px;
  padding: 14px 12px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid var(--alb-border);
  background: #0f0f1a;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}
.alb-dash-tile:hover {
  border-color: var(--alb-border-gold);
  background: rgba(201, 162, 39, 0.08);
  transform: translateY(-1px);
}
.alb-dash-tile-gold {
  border-color: var(--alb-border-gold);
  background: rgba(201, 162, 39, 0.12);
  color: var(--alb-gold);
}
.alb-profile-name { font-family: var(--alb-font-display); font-size: 1.85rem; font-weight: 800; margin-bottom: 4px; }
.alb-profile-meta { color: var(--alb-sunset); font-weight: 600; margin-bottom: 8px; }
.alb-profile-tagline { color: var(--alb-muted); font-style: italic; margin-bottom: 12px; }
.alb-profile-church-strip {
  margin: 0 0 14px;
  max-width: 100%;
}
.alb-profile-church-strip-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, rgba(92, 72, 148, 0.12) 100%);
}
.alb-profile-church-icon {
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.alb-profile-church-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 180px;
}
.alb-profile-church-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
}
.alb-profile-church-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.35;
}
.alb-profile-church-link {
  font-size: 0.78rem !important;
  padding: 6px 12px !important;
  white-space: nowrap;
}
.alb-profile-church-edit {
  width: 100%;
  margin: 0 0 12px;
}
.alb-profile-church-edit-inner {
  padding: 12px 14px;
  border-radius: var(--alb-radius-sm);
  border: 1px dashed rgba(201, 162, 39, 0.35);
  background: rgba(255, 255, 255, 0.025);
}
.alb-profile-church-edit-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
  margin: 0 0 6px;
}
.alb-profile-church-edit-label span {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--alb-muted);
}
.alb-profile-church-edit-hint {
  margin: 0 0 8px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--alb-muted);
}
.alb-profile-church-edit-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid var(--alb-border);
  background: rgba(8, 5, 16, 0.75);
  color: var(--alb-pearl);
  font-family: inherit;
  font-size: 0.88rem;
  box-sizing: border-box;
}
.alb-profile-church-edit-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.alb-profile-church-edit-status {
  font-size: 0.78rem;
  color: var(--alb-muted);
}
.alb-profile-music-block { margin-top: 16px; }
.alb-profile-listener .alb-profile-header { margin-bottom: 0; }
.alb-profile-listener .alb-profile-music-block { margin-top: 10px; }
.alb-profile-listener .alb-profile-music-block .alb-section-title { margin-top: 0; }
.alb-profile-music-lead { font-size: 0.88rem; color: var(--alb-muted); margin: 0 0 12px; line-height: 1.45; }
.alb-profile-secondary { margin-top: 22px; }
.alb-profile-listener .alb-profile-secondary { margin-top: 18px; }
.alb-profile-listener .alb-cap-profile-block { margin-top: 8px; }
.alb-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px;
}
.alb-social-links--connect { margin: 8px 0 14px; }
.alb-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--alb-border, #2d2d44);
  background: rgba(255,255,255,0.04);
  color: var(--alb-muted, #ccc);
  font-size: 0.82rem;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.alb-social-link:hover { border-color: var(--alb-gold, #B8960C); color: #fff; }
.alb-social-icon { font-size: 0.95rem; line-height: 1; }
.alb-owner-hub-banner {
  margin: 12px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(184,150,12,0.35);
  background: linear-gradient(135deg, rgba(184,150,12,0.12), rgba(184,150,12,0.04));
  font-size: 0.88rem;
  color: var(--text-muted, #ccc);
}
.alb-owner-hub-inner { display: flex; flex-direction: column; gap: 4px; }
.alb-hub-share-kit .alb-share-block--social {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(184, 150, 12, 0.28);
  background: rgba(184, 150, 12, 0.06);
}
.alb-share-social-intro {
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.alb-hub-share-kit .alb-share-block {
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--alb-border, #2d2d44);
}
.alb-hub-share-kit .alb-share-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.alb-share-copy-field {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--alb-border, #2d2d44);
  background: #0f0f1a;
  color: #ccc;
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  resize: vertical;
}

.alb-share-slot {
  margin: 12px auto 0;
  max-width: 520px;
}
.alb-share-slot--center {
  text-align: center;
  margin: 16px auto 20px;
}
.alb-share-slot--footer {
  margin: 16px auto 12px;
  max-width: 100%;
}
.alb-share-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.alb-share-bar--compact .alb-share-bar-label {
  width: 100%;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--alb-muted, #b8b0cc);
  font-weight: 600;
  margin-bottom: 4px;
}
.alb-share-bar-preview {
  width: 100%;
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--alb-pearl-dim, #ddd8e8);
}
.alb-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--alb-border, #2d2d44);
  background: rgba(10, 29, 39, 0.55);
  color: var(--alb-pearl, #eee);
  font-size: 0.8rem;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.15s, background 0.15s;
}
.alb-share-btn:hover,
.alb-share-btn:focus-visible {
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
}
.alb-share-btn--primary {
  border-color: rgba(212, 175, 55, 0.55);
  color: var(--alb-gold, #d4af37);
  font-weight: 600;
}
.alb-share-btn--icon {
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 50%;
  font-size: 0.95rem;
}
.alb-share-btn--inline {
  min-height: 34px;
  padding: 6px 14px;
}
.alb-share-toast {
  position: fixed;
  left: 50%;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%) translateY(12px);
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(10, 29, 39, 0.94);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--alb-pearl, #eee);
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 9999;
}
.alb-share-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.alb-section-title { color: var(--alb-amber-soft); font-size: 1.1rem; margin: 28px 0 12px; font-family: var(--alb-font-display); }
.alb-track-list { list-style: none; padding: 0; margin: 0; }
.alb-track-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--alb-border);
}
.alb-one-sheet-actions {
  margin: 24px 0;
  padding: 20px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: var(--alb-radius);
  border: 1px dashed var(--alb-border-warm);
}

/* ?? Directory & lessons ??????????????????????????????????????????????????? */
.alb-lesson-grid,
.alb-dir-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.alb-lesson-card h3,
.alb-dir-card h3 { color: var(--alb-amber-soft); font-family: var(--alb-font-display); font-size: 1.05rem; margin-bottom: 8px; }
.alb-lesson-card p,
.alb-dir-card p { font-size: 0.92rem; color: var(--alb-muted); line-height: 1.55; margin: 0; }
.alb-lesson-num { font-size: 0.72rem; font-weight: 800; color: var(--alb-meta); letter-spacing: 0.12em; margin-bottom: 8px; }
.alb-dir-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
  padding: 20px;
  transition: border-color 0.15s, transform 0.15s;
}
.alb-dir-card:hover { border-color: var(--alb-border-warm); transform: translateY(-2px); text-decoration: none; }
.alb-dir-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: var(--alb-void);
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--alb-purple-glow), var(--alb-gold));
}
.alb-dir-meta { font-size: 0.85rem; color: var(--alb-meta); margin-bottom: 10px; }
.alb-dir-track-stats {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--alb-muted);
}
.alb-dir-track-stats span:last-child {
  color: var(--alb-gold-light);
  font-weight: 600;
}

/* Discovery: artists, catalogue, search */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.alb-discover-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 8px;
}
.alb-toolbar-search { font-size: 0.82rem; padding: 8px 14px; }
.alb-genre-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}
.alb-genre-chip {
  font-family: var(--alb-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-muted);
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.alb-genre-chip:hover,
.alb-genre-chip.active {
  border-color: var(--alb-border-gold);
  color: var(--alb-gold);
  background: rgba(212, 175, 55, 0.1);
}
.alb-lane-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.alb-lane-tab {
  font-family: var(--alb-font-body);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-lane-tab.active {
  border-color: var(--alb-gold);
  color: var(--alb-gold);
  background: rgba(212, 175, 55, 0.12);
}
.alb-catalogue-count { font-size: 0.82rem; color: var(--alb-meta); margin: 12px 0 16px; }
.alb-catalogue-list { display: flex; flex-direction: column; gap: 10px; }
.alb-catalogue-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  padding: 14px 16px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 10px;
}
.alb-catalogue-row-main { flex: 1; min-width: 180px; }
.alb-catalogue-row-main strong { display: block; color: var(--alb-cream); font-size: 1rem; margin-bottom: 4px; }
.alb-catalogue-row-main span { font-size: 0.85rem; color: var(--alb-sunset); }
.alb-catalogue-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.alb-catalogue-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.alb-catalogue-actions a { font-size: 0.78rem; font-weight: 600; color: var(--alb-gold); text-decoration: none; }
.alb-catalogue-actions a:hover { text-decoration: underline; }
.alb-search-page h1 { margin-bottom: 8px; }
.alb-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 16px;
  max-width: 640px;
}
.alb-search-input {
  flex: 1;
  min-width: 220px;
  padding: 12px 16px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border-gold);
  background: rgba(0, 0, 0, 0.35);
  color: var(--alb-pearl);
  font-family: var(--alb-font-body);
  font-size: 1rem;
}
.alb-search-input:focus {
  outline: none;
  border-color: var(--alb-gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}
.alb-search-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.alb-search-filter {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-search-filter.active { border-color: var(--alb-gold); color: var(--alb-gold); }
.alb-search-hint { font-size: 0.85rem; color: var(--alb-meta); margin: 0 0 12px; }
.alb-search-quick { margin-bottom: 20px; }
.alb-search-results { display: flex; flex-direction: column; gap: 10px; }
.alb-search-group-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--alb-gold);
  margin: 16px 0 8px;
}
.alb-search-result {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s;
}
.alb-search-result:hover { border-color: var(--alb-border-gold); }
.alb-search-result strong { color: var(--alb-cream); }
.alb-search-result span { font-size: 0.85rem; color: var(--alb-muted); }
.alb-search-result .alb-dir-avatar { width: 44px; height: 44px; font-size: 0.9rem; flex-shrink: 0; }
.alb-home-discover {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 32px;
  max-width: 520px;
}
.alb-home-discover a {
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border-gold);
  color: var(--alb-gold);
  text-decoration: none;
  background: rgba(212, 175, 55, 0.08);
  transition: background 0.15s, color 0.15s;
}
.alb-home-discover a:hover { background: rgba(212, 175, 55, 0.18); color: var(--alb-cream); }
.alb-profile-demo-note {
  font-size: 0.78rem;
  color: var(--alb-meta);
  margin: 8px 0 0;
  line-height: 1.5;
  max-width: 640px;
}
.alb-demo-ph {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-meta);
  font-weight: 700;
}
.alb-demo-queued-hint {
  max-width: 480px;
  margin: 0 auto 12px;
  padding: 8px 14px;
  font-size: 0.78rem;
  color: var(--alb-gold);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.08);
}
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-meta);
  font-weight: 700;
}
.alb-jukebox-demo-queued .alb-jukebox-label::after {
  content: ' � your pick';
  color: var(--alb-gold);
}
.alb-catalogue-demo-note {
  font-size: 0.82rem;
  color: var(--alb-meta);
  margin: 0 0 16px;
  padding: 12px 16px;
  border: 1px dashed var(--alb-border-gold);
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.06);
}
.alb-track-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}
.alb-catalog-actions li {
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 640px) {
  .alb-track-btns { width: 100%; justify-content: flex-start; margin-top: 8px; }
  .alb-catalog-preview-line { width: 100%; }
}

.alb-playlist-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--alb-border);
  font-size: 0.92rem;
}
.alb-playlist-row .title { color: var(--alb-cream); font-weight: 600; }
.alb-playlist-row .meta { color: var(--alb-meta); font-size: 0.82rem; }
.alb-split-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.alb-split-table th, .alb-split-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--alb-border); }
.alb-split-table th { color: var(--alb-amber-soft); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
.alb-split-total { font-weight: 800; color: var(--alb-amber); }

/* ?? Article / blueprint prose ????????????????????????????????????????????? */
.post-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 36px 24px 56px;
}
.post-content h1 { font-family: var(--alb-font-display); margin-bottom: 16px; }
.post-content h2 { font-family: var(--alb-font-display); color: var(--alb-amber-soft); margin: 28px 0 12px; font-size: 1.25rem; }
.post-content p, .post-content li { color: var(--alb-muted); line-height: 1.7; }
.post-content ul { padding-left: 1.25rem; margin: 12px 0; }

@media print {
  .nav, footer, .alb-no-print, .alb-one-sheet-actions { display: none !important; }
  body { background: #fff !important; color: #111 !important; }
}

/* ???????????????????????????????????????????????????????????????????????????
   HOME ? City of Worshippers
   ??????????????????????????????????????????????????????????????????????????? */

.alb-home-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 64px;
  text-align: center;
}
.alb-home-hero::before {
  content: '';
  position: absolute;
  inset: -30% -20% auto;
  height: 60%;
  background: radial-gradient(circle at 50% 40%, rgba(212, 175, 55, 0.06) 0%, transparent 62%);
  pointer-events: none;
}
.alb-home-inner {
  position: relative;
  max-width: var(--alb-max);
  margin: 0 auto;
}
.alb-home-kicker {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin-bottom: 20px;
}
.alb-home-kicker::before {
  display: none;
}
@keyframes alb-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}
.alb-home-title {
  font-family: var(--alb-font-display);
  font-size: clamp(2.8rem, 8vw, 4.2rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: var(--alb-pearl);
}
.alb-home-sub {
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  color: var(--alb-muted);
  max-width: 580px;
  margin: 0 auto 12px;
  line-height: 1.6;
}
.alb-home-tagline {
  font-size: 0.95rem;
  color: var(--alb-cream-dim);
  max-width: 520px;
  margin: 0 auto 32px;
  font-style: italic;
}
.alb-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 12px;
}
.alb-home-quiet-links {
  font-size: 0.88rem;
  color: var(--alb-meta);
  margin: 0 auto 36px;
  line-height: 1.6;
}
.alb-home-quiet-links a {
  color: var(--alb-muted);
  font-weight: 500;
  text-decoration: none;
}
.alb-home-quiet-links a:hover {
  color: var(--alb-gold-light);
}
.alb-home-quiet-links span {
  margin: 0 0.45em;
  opacity: 0.45;
}

.alb-catchphrase {
  font-size: clamp(1rem, 2.2vw, 1.12rem);
  color: var(--alb-muted);
  max-width: 440px;
  margin: 0 auto 28px;
  line-height: 1.75;
  font-weight: 400;
}
.alb-catchphrase strong {
  color: var(--alb-pearl-dim);
  font-weight: 500;
}

/* Jukebox hero visual */
.alb-jukebox-stage {
  position: relative;
  display: block;
  max-width: 380px;
  margin: 0 auto 48px;
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s, background 0.25s;
}
.alb-jukebox-stage:hover {
  border-color: rgba(212, 175, 55, 0.22);
  background: rgba(255, 255, 255, 0.035);
  color: inherit;
  text-decoration: none;
}
.alb-jukebox-stage::after {
  display: none;
}
.alb-jukebox-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin-bottom: 16px;
}
.alb-jukebox-now {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.alb-jukebox-disc {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--alb-font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--alb-gold);
  animation: none;
  box-shadow: none;
}
.alb-jukebox-track { flex: 1; min-width: 0; }
.alb-jukebox-track strong {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alb-jukebox-track span { font-size: 0.88rem; color: var(--alb-meta); }
.alb-jukebox-bars {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 28px;
  margin-bottom: 16px;
}
.alb-jukebox-bars i {
  flex: 1;
  display: block;
  background: linear-gradient(180deg, var(--alb-purple-soft), var(--alb-gold));
  border-radius: 2px;
  animation: alb-wave 0.7s ease-in-out infinite;
}
.alb-jukebox-bars i:nth-child(2) { animation-delay: 0.08s; }
.alb-jukebox-bars i:nth-child(3) { animation-delay: 0.16s; }
.alb-jukebox-bars i:nth-child(4) { animation-delay: 0.12s; }
.alb-jukebox-bars i:nth-child(5) { animation-delay: 0.2s; }
.alb-jukebox-bars i:nth-child(6) { animation-delay: 0.04s; }
.alb-jukebox-bars i:nth-child(7) { animation-delay: 0.18s; }
.alb-jukebox-bars i:nth-child(8) { animation-delay: 0.1s; }
.alb-jukebox-lanes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* Genre section */
.alb-section {
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 24px 64px;
}
.alb-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.alb-section-head h2 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 10px;
}
.alb-section-head p {
  color: var(--alb-muted);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}
.alb-genre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.alb-genre-card {
  position: relative;
  padding: 24px 22px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  overflow: hidden;
  transition: transform 0.2s, border-color 0.2s;
}
.alb-genre-card:hover { transform: translateY(-3px); }
.alb-genre-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.alb-genre-card.afro::before { background: linear-gradient(90deg, var(--alb-gold), var(--alb-gold-light)); }
.alb-genre-card.contempo::before { background: linear-gradient(90deg, var(--alb-purple-glow), var(--alb-purple-soft)); }
.alb-genre-card.hip::before { background: linear-gradient(90deg, var(--alb-white), var(--alb-purple-mist)); }
.alb-genre-card.current::before { background: linear-gradient(90deg, var(--alb-gold-dim), var(--alb-gold-bright)); }
.alb-genre-card.afro:hover { border-color: rgba(212, 175, 55, 0.45); }
.alb-genre-card.contempo:hover { border-color: rgba(167, 139, 250, 0.45); }
.alb-genre-card.hip:hover { border-color: rgba(255, 255, 255, 0.35); }
.alb-genre-card.current:hover { border-color: rgba(212, 175, 55, 0.5); }
.alb-genre-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.alb-genre-card p { font-size: 0.9rem; color: var(--alb-muted); line-height: 1.55; margin: 0; }

/* City districts */
.alb-district-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.alb-district {
  display: block;
  padding: 22px 18px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s;
}
.alb-district:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: inherit;
}
.alb-district-icon {
  font-family: var(--alb-font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--alb-sunset);
  margin-bottom: 8px;
}
.alb-district h3 {
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--alb-cream);
}
.alb-district p { font-size: 0.85rem; color: var(--alb-meta); line-height: 1.5; margin: 0; }

/* Who lives here */
.alb-people-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}
.alb-people-cards {
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
}
.alb-people-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px 14px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(168, 85, 247, 0.06);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}
.alb-people-card:hover {
  border-color: var(--alb-gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.alb-people-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 10px;
}
.alb-people-card strong {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 0.92rem;
  margin-bottom: 4px;
  color: var(--alb-cream);
  line-height: 1.25;
}
.alb-people-card span { font-size: 0.76rem; color: var(--alb-meta); line-height: 1.4; }
.alb-people-tile {
  padding: 20px 12px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(168, 85, 247, 0.06);
}
.alb-people-tile strong {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: var(--alb-cream);
}
.alb-people-tile span { font-size: 0.78rem; color: var(--alb-meta); }
.alb-people-tile a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.alb-people-tile a:hover strong { color: var(--alb-gold); }
.alb-chip-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--alb-gold);
  border-style: dashed;
}

/* Psalm strip */
.alb-psalm {
  max-width: var(--alb-max);
  margin: 0 auto 64px;
  padding: 32px 28px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.alb-psalm blockquote {
  font-family: var(--alb-font-display);
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  font-weight: 600;
  font-style: italic;
  color: var(--alb-cream-dim);
  line-height: 1.5;
  margin-bottom: 10px;
}
.alb-psalm cite { font-size: 0.82rem; color: var(--alb-meta); font-style: normal; letter-spacing: 0.06em; }

/* CTA band */
.alb-cta-band {
  max-width: var(--alb-max);
  margin: 0 auto 64px;
  padding: 48px 28px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.alb-cta-band h2 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.alb-cta-band p {
  color: var(--alb-muted);
  max-width: 480px;
  margin: 0 auto 24px;
  line-height: 1.65;
}
.alb-cta-band--compact {
  margin-bottom: 48px;
  padding: 36px 24px;
}
.alb-home-learn-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: var(--alb-max);
  margin: 0 auto;
}
.alb-home-learn-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--alb-border);
  background: var(--alb-surface, rgba(255,255,255,0.03));
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
}
.alb-home-learn-card:hover {
  border-color: rgba(212, 175, 55, 0.28);
  transform: none;
}
.alb-home-learn-card strong {
  color: var(--alb-text, #fff);
  font-size: 0.95rem;
}
.alb-home-learn-card span {
  color: var(--alb-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}
.alb-cta-band .fine {
  margin-top: 20px;
  font-size: 0.8rem;
  color: var(--alb-meta);
}
.alb-support-worshippers-band {
  text-align: center;
  margin: 32px auto 0;
  padding: 28px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.10) 0%, rgba(167, 139, 250, 0.08) 100%);
  border: 1px solid rgba(212, 175, 55, 0.25);
  max-width: 540px;
}
.alb-support-worshippers-band p:first-child {
  font-size: 1.1rem;
  color: var(--gold);
  margin: 0 0 4px;
}

/* Artist profile ? live & events */
.alb-live-block {
  margin: 24px 0;
  padding: 22px 20px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border-warm);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(107, 79, 168, 0.12) 100%);
}
.alb-live-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.alb-live-pill {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 5px 12px;
  border-radius: var(--alb-radius-pill);
  background: var(--alb-gold);
  color: var(--alb-purple-deep);
  animation: alb-pulse 2s ease-in-out infinite;
}
.alb-live-intro {
  font-size: 0.9rem;
  color: var(--alb-muted);
  margin-bottom: 16px;
  line-height: 1.55;
}
.alb-live-event-card {
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-live-event-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.alb-live-event-type {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--alb-sunset);
}
.alb-live-event-price {
  font-family: var(--alb-font-display);
  font-size: 1.2rem;
  color: var(--alb-amber-soft);
}
.alb-live-event-title {
  font-family: var(--alb-font-display);
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.alb-live-event-meta,
.alb-live-event-desc {
  font-size: 0.88rem;
  color: var(--alb-muted);
  line-height: 1.5;
  margin-bottom: 8px;
}
.alb-live-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 10px;
}
.alb-live-fine {
  font-size: 0.75rem;
  color: var(--alb-meta);
  margin: 0;
}

/* Jukebox fold / compact layout */
.alb-fold-section.is-collapsed {
  display: none !important;
}
.alb-jukebox-fold-bar,
.alb-billboard-fold-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 16px;
  padding: 8px 10px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.25);
  max-width: 580px;
  width: 100%;
}
.alb-radio-layout .alb-fold-section[data-alb-fold-section="core"],
.alb-radio-layout .alb-fold-section[data-alb-fold-section="actions"] {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.alb-billboard-fold-bar {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 20;
  margin: 0;
  opacity: 0.35;
  transition: opacity 0.2s;
}
.alb-billboard-fold-bar:hover,
.alb-billboard-fold-bar:focus-within {
  opacity: 1;
}
.alb-fold-btn,
.alb-fold-toggle {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  color: var(--alb-pearl);
  cursor: pointer;
}
.alb-share-slot--jukebox {
  margin: 10px auto 6px;
  max-width: 520px;
  text-align: center;
}
.alb-share-slot--jukebox .alb-share-bar-label {
  color: var(--alb-pearl-dim, #ddd8e8);
}
.alb-share-slot--jukebox .alb-share-btn {
  background: rgba(8, 5, 16, 0.82);
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--alb-pearl, #f7f5fa);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.alb-share-slot--jukebox .alb-share-btn--primary {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.28) 0%, rgba(201, 162, 39, 0.14) 100%);
  border-color: rgba(201, 162, 39, 0.72);
  color: var(--alb-gold-bright, #f5e6b8);
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.alb-share-slot--profile {
  margin-top: 8px;
  text-align: left;
}
.alb-share-slot--profile .alb-share-bar--compact .alb-share-bar-label,
.alb-share-slot--profile .alb-share-bar-preview {
  text-align: left;
}
.alb-share-message-edit {
  width: 100%;
  margin-top: 10px;
}
.alb-share-message-edit-inner {
  padding: 12px 14px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-share-message-edit-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
  margin: 0 0 6px;
}
.alb-share-message-edit-hint {
  margin: 0 0 8px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--alb-muted);
}
.alb-share-message-edit-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid var(--alb-border);
  background: rgba(8, 5, 16, 0.75);
  color: var(--alb-pearl);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.45;
  resize: vertical;
  box-sizing: border-box;
}
.alb-share-message-edit-input::placeholder {
  color: var(--alb-meta);
}
.alb-share-message-edit-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.alb-share-message-edit-status {
  font-size: 0.78rem;
  color: var(--alb-muted);
}
.alb-jukebox-shuffle-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 40px;
  font-size: 0.72rem !important;
  font-weight: 700;
  padding: 6px 14px !important;
  border-radius: var(--alb-radius-pill);
  white-space: nowrap;
  line-height: 1.15;
  font-family: inherit;
  cursor: pointer;
}
.alb-jukebox-shuffle-btn--prominent {
  border: 2px solid rgba(159, 217, 122, 0.95) !important;
  background: linear-gradient(180deg, rgba(94, 123, 79, 0.55) 0%, rgba(62, 92, 52, 0.42) 100%) !important;
  box-shadow: 0 0 0 2px rgba(159, 217, 122, 0.2), 0 6px 24px rgba(94, 123, 79, 0.35);
  padding: 8px 18px !important;
  min-height: 48px;
  min-width: 88px;
}
.alb-jukebox-shuffle-btn--prominent:hover:not(:disabled) {
  border-color: #b8f59a !important;
  background: linear-gradient(180deg, rgba(94, 123, 79, 0.68) 0%, rgba(62, 92, 52, 0.52) 100%) !important;
}
.alb-shuffle-word {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b8f59a;
}
.alb-shuffle-meta {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--alb-green-light);
  letter-spacing: 0.03em;
}
.alb-jukebox-shuffle-btn.is-time-locked {
  opacity: 0.85;
  cursor: not-allowed;
}
.alb-jukebox-shuffle-btn.is-time-locked .alb-shuffle-word {
  color: var(--alb-meta);
}
.alb-home-jukebox-fold-bar .alb-jukebox-shuffle-btn--prominent {
  order: -1;
}
.alb-fold-btn,
.alb-fold-toggle {
  font-family: inherit;
}
.alb-fold-btn:hover,
.alb-fold-toggle:hover {
  border-color: var(--alb-border-gold);
  color: var(--alb-gold);
}
.alb-fold-btn.is-active,
.alb-fold-toggle.is-open {
  border-color: var(--alb-gold);
  color: var(--alb-purple-deep);
  background: var(--alb-gold);
}
.alb-fold-divider {
  width: 1px;
  height: 20px;
  background: var(--alb-border);
  margin: 0 2px;
}
.alb-chat-fold-dock,
.alb-embed-fold-dock {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  border: none;
  border-top: 1px solid var(--alb-border);
  background: rgba(107, 79, 168, 0.25);
  color: var(--alb-gold);
  font-weight: 700;
  font-size: 0.82rem;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}
.alb-chat-fold-dock:hover,
.alb-embed-fold-dock:hover {
  background: rgba(212, 175, 55, 0.15);
}
.alb-radio-layout.alb-jukebox--compact .alb-radio-hero {
  padding: 24px 16px 32px;
}
.alb-radio-layout.alb-jukebox--compact .alb-player-stage {
  max-width: 160px;
  margin-bottom: 16px;
}
.alb-radio-layout.alb-jukebox--compact .alb-now-title {
  font-size: 1.35rem;
}
.alb-radio-layout.alb-jukebox--compact .alb-player-actions.alb-act-grid.alb-act-row-radio {
  gap: 6px;
}
.alb-radio-layout.alb-jukebox--compact .alb-act-row-bless {
  gap: 6px;
  margin: 8px auto 10px;
}
.alb-radio-layout.alb-jukebox--compact .alb-act-card {
  padding: 10px 8px;
}
.alb-radio-layout.alb-jukebox--compact .alb-act-desc {
  display: none;
}
.alb-radio-layout.alb-jukebox--compact .alb-act-card--interrupt .alb-act-desc,
.alb-radio-layout.alb-jukebox--compact .alb-act-card--interrupt .alb-act-interrupt-sub {
  display: block;
}
.alb-radio-layout.alb-jukebox--compact .alb-act-card--interrupt .alb-act-interrupt-detail,
.alb-radio-layout.alb-jukebox--compact .alb-act-card--interrupt .alb-act-interrupt-note {
  font-size: 0.65rem;
}
.alb-up-fold-btn {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  color: var(--alb-gold);
  font-weight: 800;
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
}
.alb-up-fold-btn:hover {
  border-color: var(--alb-gold);
}
.alb-universal-player.alb-jukebox--compact {
  max-width: 100%;
}
.alb-universal-player.alb-jukebox--compact .alb-up-now {
  padding: 12px 14px 8px;
}
.alb-universal-player.alb-jukebox--compact .alb-up-now-row {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 12px;
}
.alb-universal-player.alb-jukebox--compact .alb-up-art {
  width: 52px;
  height: 52px;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.alb-universal-player.alb-jukebox--compact .alb-up-title {
  font-size: 1rem;
}
.alb-universal-player.alb-jukebox--compact .alb-up-artist {
  font-size: 0.85rem;
}
.alb-universal-player.alb-jukebox--compact .alb-up-wave {
  display: none;
}
.alb-universal-player.alb-jukebox--compact .alb-up-links .alb-up-link:not(.alb-up-link-chat) {
  display: none;
}
.alb-universal-player.alb-jukebox--compact .alb-up-top {
  padding: 8px 12px;
}
.alb-billboard-wrap.alb-jukebox--compact .alb-billboard-links,
.alb-billboard-wrap.alb-jukebox--compact .alb-billboard-actions {
  display: none;
}
.alb-billboard-wrap.alb-jukebox--compact .alb-billboard-main {
  padding: 32px 24px;
}
.alb-billboard-wrap.alb-jukebox--compact .alb-billboard-song {
  font-size: clamp(1.6rem, 5vw, 2.4rem);
}

/* Concerts & tickets ? shows hub */
.alb-shows-page {
  max-width: 1000px;
}
.alb-shows-econ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 20px 0 24px;
}
.alb-shows-econ-card {
  padding: 12px 14px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border-warm);
  background: var(--alb-glass);
  text-align: center;
}
.alb-shows-econ-card strong {
  display: block;
  color: var(--alb-gold);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.alb-shows-econ-card span {
  font-size: 0.72rem;
  color: var(--alb-meta);
  line-height: 1.35;
}
.alb-shows-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.alb-shows-filter {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
  font-family: inherit;
}
.alb-shows-filter:hover,
.alb-shows-filter.is-active {
  border-color: var(--alb-gold);
  color: var(--alb-gold-light);
  background: rgba(212, 175, 55, 0.1);
}
.alb-shows-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 640px) {
  .alb-shows-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.alb-show-card {
  display: flex;
  flex-direction: column;
  padding: 18px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: linear-gradient(160deg, rgba(45, 31, 74, 0.35) 0%, rgba(10, 29, 39, 0.6) 100%);
  min-height: 100%;
}
.alb-show-card.is-live {
  border-color: var(--alb-gold);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25);
}
.alb-show-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.alb-show-host-type {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
}
.alb-show-live-pill {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: var(--alb-radius-pill);
  background: var(--alb-gold);
  color: var(--alb-purple-deep);
}
.alb-show-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  line-height: 1.25;
}
.alb-show-meta {
  font-size: 0.82rem;
  color: var(--alb-muted);
  margin: 0 0 4px;
}
.alb-show-direct {
  font-size: 0.78rem;
  color: var(--alb-gold);
  margin: 8px 0 12px;
  font-weight: 600;
}
.alb-show-card-desc {
  font-size: 0.82rem;
  color: var(--alb-meta);
  line-height: 1.5;
  margin: 0 0 14px;
  flex: 1;
}
.alb-show-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.alb-show-card-actions .btn-gold,
.alb-show-card-actions .btn-outline {
  font-size: 0.82rem;
  padding: 8px 14px;
}
.alb-home-shows-band {
  margin: 0 auto;
  max-width: 960px;
  padding: 28px 20px;
}
.alb-home-shows-band-inner {
  padding: 24px 20px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}
.alb-home-shows-band h2 {
  margin: 0 0 8px;
}
.alb-home-shows-band p {
  color: var(--alb-muted);
  margin: 0 0 16px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Live viewing ? watch page */
.alb-live-watch-page {
  max-width: 1100px;
}
.alb-live-now-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 640px) {
  .alb-live-now-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.alb-live-now-card {
  display: block;
  padding: 18px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border-warm);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(107, 79, 168, 0.1) 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.15s;
}
.alb-live-now-card:hover {
  border-color: var(--alb-gold);
  transform: translateY(-2px);
}
.alb-live-now-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.alb-live-now-host {
  font-size: 0.78rem;
  color: var(--alb-meta);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.alb-live-now-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}
.alb-live-now-meta {
  font-size: 0.85rem;
  color: var(--alb-muted);
  margin: 0;
}
.alb-live-now-viewers {
  font-size: 0.82rem;
  color: var(--alb-gold);
  margin-top: 10px;
  font-weight: 600;
}
.alb-home-live-banner {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px 8px;
}
.alb-launch-gate {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--alb-pearl-dim);
  background: rgba(201, 162, 39, 0.08);
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
}
.alb-launch-gate strong { color: var(--alb-gold); font-weight: 600; }
.alb-room-trail {
  width: 100%;
  text-align: center;
  padding: 6px 20px 10px;
  font-size: 0.78rem;
  color: var(--alb-meta);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.alb-room-trail a { color: var(--alb-meta); text-decoration: none; }
.alb-room-trail a:hover { color: var(--alb-pearl-dim); }
.alb-room-here { color: var(--alb-gold); font-weight: 500; }
.alb-page-lead {
  font-size: 1rem;
  color: var(--alb-muted);
  line-height: 1.55;
  max-width: 36rem;
  margin: 0 auto 20px;
  text-align: center;
}
.alb-launch-gate p { margin: 0; }
.alb-fold-block {
  border: 1px solid var(--alb-border, rgba(255,255,255,0.08));
  border-radius: var(--alb-radius, 10px);
  margin: 0 0 12px;
  background: rgba(255,255,255,0.02);
}
.alb-fold-block.alb-card { padding: 0; overflow: hidden; }
.alb-fold-block--inline { max-width: 420px; margin: 0 auto; }
.alb-fold-summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  color: var(--alb-pearl, #f0f0f5);
  list-style: none;
  user-select: none;
}
.alb-fold-summary::-webkit-details-marker { display: none; }
.alb-fold-summary::before {
  content: '?';
  display: inline-block;
  margin-right: 8px;
  color: var(--alb-gold);
  transition: transform 0.15s ease;
}
details[open] > .alb-fold-summary::before { transform: rotate(90deg); }
.alb-fold-body {
  padding: 0 18px 16px;
  color: var(--alb-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.alb-events-day { margin-bottom: 28px; }
.alb-events-day-title {
  font-size: 0.95rem;
  color: var(--alb-gold);
  margin: 0 0 12px;
  font-weight: 600;
}
.alb-events-day-grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 640px) {
  .alb-events-day-grid { grid-template-columns: 1fr 1fr; }
}
.alb-badge.live { background: rgba(76, 175, 80, 0.15); color: #8fd99a; border-color: rgba(76, 175, 80, 0.35); }
.alb-home-live-banner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
}
.alb-home-live-banner strong {
  color: var(--alb-pearl-dim);
  font-weight: 600;
}
.alb-watch-back-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.alb-watch-back {
  font-size: 0.88rem;
  color: var(--alb-gold);
  text-decoration: none;
}
.alb-watch-layout {
  display: grid;
  gap: 20px;
}
@media (min-width: 900px) {
  .alb-watch-layout {
    grid-template-columns: 1fr 320px;
    align-items: start;
  }
}
.alb-watch-stage {
  position: relative;
  border-radius: var(--alb-radius);
  overflow: hidden;
  border: 1px solid var(--alb-border);
  background: #0a0812;
  aspect-ratio: 16 / 9;
}
.alb-watch-stage-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: radial-gradient(ellipse at center, rgba(107, 79, 168, 0.35) 0%, #0a0812 70%);
}
.alb-watch-stage-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.35);
}
.alb-watch-stage-wave {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 32px;
}
.alb-watch-stage-wave span {
  width: 5px;
  border-radius: 3px;
  background: var(--alb-gold);
  animation: alb-wave-bar 1s ease-in-out infinite;
}
.alb-watch-stage-wave span:nth-child(1) { height: 40%; animation-delay: 0s; }
.alb-watch-stage-wave span:nth-child(2) { height: 70%; animation-delay: 0.12s; }
.alb-watch-stage-wave span:nth-child(3) { height: 100%; animation-delay: 0.24s; }
.alb-watch-stage-wave span:nth-child(4) { height: 55%; animation-delay: 0.36s; }
.alb-watch-stage-wave span:nth-child(5) { height: 80%; animation-delay: 0.48s; }
@keyframes alb-wave-bar {
  0%, 100% { transform: scaleY(0.55); opacity: 0.7; }
  50% { transform: scaleY(1); opacity: 1; }
}
.alb-watch-stage-label {
  font-size: 0.75rem;
  color: var(--alb-meta);
  margin: 0;
  letter-spacing: 0.06em;
}
.alb-watch-gate {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 8, 18, 0.92);
  backdrop-filter: blur(6px);
  z-index: 2;
}
.alb-watch-gate-card {
  text-align: center;
  padding: 24px 20px;
  max-width: 320px;
}
.alb-watch-gate-card h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}
.alb-watch-gate-price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--alb-gold);
  margin: 12px 0;
}
.alb-watch-gate-fine {
  font-size: 0.78rem;
  color: var(--alb-meta);
  line-height: 1.5;
  margin: 0 0 16px;
}
.alb-watch-gate-card .btn-gold,
.alb-watch-gate-card .btn-outline {
  display: block;
  width: 100%;
  margin: 8px 0 0;
}
.alb-watch-title {
  margin: 16px 0 6px;
  font-size: 1.45rem;
}
.alb-watch-host-line {
  font-size: 0.9rem;
  color: var(--alb-muted);
  margin: 0 0 4px;
}
.alb-watch-host-line a {
  color: var(--alb-gold);
}
.alb-watch-venue,
.alb-watch-desc {
  font-size: 0.88rem;
  color: var(--alb-meta);
  margin: 4px 0 0;
  line-height: 1.55;
}
.alb-watch-actions-block {
  margin-top: 24px;
  padding: 18px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-watch-qr-hint {
  font-size: 0.78rem;
  color: var(--alb-meta);
  margin: 14px 0 0;
  line-height: 1.5;
}
.alb-watch-chat {
  position: sticky;
  top: 16px;
}

/* ??? Town Square ? community hub (Skool-class) ??? */
.alb-notice-board {
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0;
}
.alb-notice-board-inner {
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.alb-notice-label {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--alb-meta);
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--alb-radius-pill);
}
.alb-notice-track {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.alb-notice-chip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius-pill);
  font-size: 0.82rem;
  color: var(--alb-pearl);
  max-width: 420px;
}
.alb-notice-chip strong { color: var(--alb-gold-light); font-weight: 600; }
.alb-notice-chip a {
  color: var(--alb-gold);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.alb-notice-chip a:hover { text-decoration: underline; }
.alb-notice-priority-chart { border-color: rgba(167, 139, 250, 0.5); }
.alb-notice-priority-spotlight { border-color: var(--alb-border-gold); }
.alb-notice-priority-urgent { border-color: rgba(248, 113, 113, 0.5); }
.alb-notice-chip--pinned { box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35); }

.alb-notice-board--hangout {
  margin: 0 auto 12px;
  max-width: var(--alb-max);
  border-radius: var(--alb-radius-md);
  border: 1px solid var(--alb-border);
}
.alb-notice-board-inner--hangout {
  padding: 10px 20px;
}

.alb-hangout-notices-panel {
  margin-bottom: 18px;
  padding: 14px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius-md);
}
.alb-hangout-notices-panel h2 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: var(--alb-gold);
  font-family: var(--alb-font-display);
}
.alb-hangout-notices-lead {
  margin: 0 0 12px;
  font-size: 0.78rem;
  color: var(--alb-muted);
  line-height: 1.5;
}
.alb-hangout-notice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alb-hangout-notice-card {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius-sm);
}
.alb-hangout-notice-card h3 {
  margin: 0 0 6px;
  font-size: 0.88rem;
  color: var(--alb-gold-light);
}
.alb-hangout-notice-card p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--alb-muted);
  line-height: 1.55;
}
.alb-hangout-notice-cta {
  margin: 8px 0 0;
  font-size: 0.78rem;
}
.alb-hangout-notice-cta a { color: var(--alb-gold); font-weight: 600; text-decoration: none; }
.alb-hangout-notice-cta a:hover { text-decoration: underline; }
.alb-hangout-notice-pin {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--alb-gold);
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius-pill);
  padding: 2px 8px;
}
.alb-hangout-notice-card--pinned {
  border-color: var(--alb-border-gold);
}

.alb-town-square {
  padding: 48px 20px 56px;
  background: linear-gradient(180deg, var(--alb-purple) 0%, var(--alb-purple-deep) 100%);
  border-top: 1px solid var(--alb-border);
  border-bottom: 1px solid var(--alb-border);
}
.alb-town-inner { max-width: var(--alb-max); margin: 0 auto; }
.alb-town-head { margin-bottom: 24px; text-align: center; }
.alb-town-head h2 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: var(--alb-white);
  margin-bottom: 8px;
}
.alb-town-head p { color: var(--alb-muted); font-size: 0.95rem; max-width: 640px; margin: 0 auto; }
.alb-town-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  align-items: start;
}
@media (max-width: 860px) {
  .alb-town-layout { grid-template-columns: 1fr; }
  .alb-town-rooms { order: 2; }
  .alb-town-feed { order: 1; }
}
.alb-town-rooms {
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
  padding: 14px;
}
.alb-town-rooms h3 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin-bottom: 10px;
}
.alb-room-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.alb-room-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--alb-pearl);
  font-family: var(--alb-font-body);
  font-size: 0.88rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s;
}
.alb-room-btn:hover { background: var(--alb-glass-bright); }
.alb-room-btn.active {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--alb-border-gold);
  color: var(--alb-gold-light);
}
.alb-room-btn .alb-room-count {
  font-size: 0.72rem;
  color: var(--alb-meta);
}
.alb-room-private::before { content: '?? '; font-size: 0.75rem; }
.alb-town-meeting {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--alb-border);
  font-size: 0.78rem;
  color: var(--alb-muted);
}
.alb-town-meeting strong { display: block; color: var(--alb-gold-light); font-size: 0.82rem; margin-bottom: 4px; }

.alb-town-feed {
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
  overflow: hidden;
}
.alb-feed-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.15);
}
.alb-feed-header h3 {
  font-family: var(--alb-font-display);
  font-size: 1.15rem;
  color: var(--alb-gold-light);
}
.alb-feed-header span { font-size: 0.78rem; color: var(--alb-meta); }
.alb-feed-compose {
  padding: 14px 18px;
  border-bottom: 1px solid var(--alb-border);
  display: flex;
  gap: 10px;
}
.alb-feed-compose input {
  flex: 1;
  padding: 10px 14px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.2);
  color: var(--alb-pearl);
  font-family: var(--alb-font-body);
  font-size: 0.88rem;
}
.alb-feed-compose input::placeholder { color: var(--alb-meta); }
.alb-feed-posts { max-height: 520px; overflow-y: auto; }
.alb-feed-post {
  padding: 16px 18px;
  border-bottom: 1px solid var(--alb-border);
}
.alb-feed-post:last-child { border-bottom: none; }
.alb-post-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.alb-post-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--alb-purple-mid), var(--alb-purple-glow));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--alb-gold-light);
  flex-shrink: 0;
}
.alb-post-meta strong { display: block; font-size: 0.9rem; color: var(--alb-white); }
.alb-post-meta span { font-size: 0.72rem; color: var(--alb-meta); }
.alb-post-type {
  margin-left: auto;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--alb-radius-pill);
  background: var(--alb-glass-bright);
  color: var(--alb-purple-mist);
}
.alb-post-type-chart_rally { color: var(--alb-gold-light); border: 1px solid var(--alb-border-gold); }
.alb-post-type-collab { color: #93c5fd; }
.alb-post-type-prayer { color: #c4b5fd; }
.alb-post-type-opportunity { color: #86efac; }
.alb-post-body {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--alb-pearl);
  margin-bottom: 10px;
}
.alb-post-actions {
  display: flex;
  gap: 16px;
  font-size: 0.78rem;
  color: var(--alb-meta);
}
.alb-post-actions button {
  background: none;
  border: none;
  color: var(--alb-muted);
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  padding: 0;
}
.alb-post-actions button:hover { color: var(--alb-gold); }
.alb-town-cta {
  text-align: center;
  margin-top: 20px;
  font-size: 0.82rem;
  color: var(--alb-meta);
}
.alb-engines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) { .alb-engines-grid { grid-template-columns: 1fr; } }
.alb-engine-card {
  padding: 24px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
}
.alb-engine-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.25rem;
  color: var(--alb-gold-light);
  margin-bottom: 8px;
}
.alb-engine-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin-bottom: 6px;
}

/* ??? Kingdom Music Network (home) ??? */
.alb-network-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}
@media (max-width: 768px) { .alb-network-stats { grid-template-columns: repeat(2, 1fr); } }
.alb-stat-card {
  padding: 18px 20px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
  text-align: center;
}
.alb-stat-card strong {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 1.6rem;
  color: var(--alb-gold-light);
  margin-bottom: 4px;
}
.alb-stat-card span { font-size: 0.78rem; color: var(--alb-meta); }
.alb-network-coldstart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 640px) { .alb-network-coldstart { grid-template-columns: 1fr; } }
.alb-network-mistake, .alb-network-fix {
  padding: 22px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
}
.alb-network-mistake { background: rgba(120, 40, 40, 0.15); }
.alb-network-fix { background: rgba(40, 80, 60, 0.2); border-color: var(--alb-border-gold); }
.alb-network-mistake h3, .alb-network-fix h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-meta);
  margin-bottom: 10px;
}
.alb-network-reality { color: #e8a0a0; font-size: 0.9rem; margin-top: 8px; }
.alb-network-math { margin-top: 10px; font-size: 0.9rem; color: var(--alb-muted); }
.alb-venue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.alb-venue-card {
  padding: 16px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 12px;
}
.alb-venue-card .alb-venue-type {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-gold);
  margin-bottom: 6px;
}
.alb-venue-card strong { display: block; font-size: 0.92rem; margin-bottom: 4px; }
.alb-venue-card span { font-size: 0.75rem; color: var(--alb-meta); }
.alb-venue-status {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.alb-venue-status.active { background: rgba(60, 120, 80, 0.35); color: #9fd4a8; }
.alb-venue-status.pilot { background: rgba(120, 100, 40, 0.35); color: #e8d48a; }
.alb-venue-status.prospect { background: rgba(80, 80, 100, 0.35); color: var(--alb-meta); }
.alb-why-list {
  list-style: none;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}
.alb-why-list li {
  padding: 14px 18px 14px 44px;
  margin-bottom: 10px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 10px;
  position: relative;
  font-size: 0.95rem;
  color: var(--alb-muted);
}
.alb-why-list li::before {
  content: "?";
  position: absolute;
  left: 16px;
  color: var(--alb-gold);
  font-weight: 700;
}
.alb-encourage-demo {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 768px) { .alb-encourage-demo { grid-template-columns: 1fr; } }
.alb-encourage-screen {
  padding: 28px 24px;
  background: linear-gradient(160deg, var(--alb-purple-mid), var(--alb-purple-deep));
  border: 2px solid var(--alb-border-gold);
  border-radius: var(--alb-radius);
  text-align: center;
}
.alb-encourage-song {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 1.4rem;
  color: var(--alb-white);
  margin: 12px 0 4px;
}
.alb-encourage-artist { color: var(--alb-gold-light); font-size: 0.95rem; }
.alb-encourage-cta {
  margin-top: 20px;
  padding: 10px 14px;
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  font-size: 0.82rem;
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-encourage-feed { display: flex; flex-direction: column; gap: 12px; }
.alb-encourage-card {
  padding: 16px 18px;
  background: var(--alb-glass);
  border-left: 3px solid var(--alb-gold);
  border-radius: 0 10px 10px 0;
}
.alb-encourage-card p { font-size: 0.92rem; color: var(--alb-muted); margin-bottom: 8px; line-height: 1.5; }
.alb-encourage-card footer { font-size: 0.75rem; color: var(--alb-meta); }
.alb-encourage-card .pinned { color: var(--alb-gold); margin-left: 8px; }
.alb-scouts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 640px) { .alb-scouts-grid { grid-template-columns: 1fr; } }
.alb-scout-card {
  padding: 20px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius);
}
.alb-scout-tier {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-gold);
  margin-bottom: 6px;
}
.alb-scout-card strong { font-size: 1.1rem; }
.alb-scout-points { font-size: 0.85rem; color: var(--alb-meta); margin: 8px 0; }
.alb-scout-stats { font-size: 0.75rem; color: var(--alb-meta); line-height: 1.6; }
.alb-prize-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.alb-prize-chip {
  padding: 12px 18px;
  background: var(--alb-glass);
  border: 1px dashed var(--alb-border-gold);
  border-radius: 10px;
  font-size: 0.85rem;
  max-width: 280px;
}
.alb-prize-chip strong { display: block; color: var(--alb-gold-light); margin-bottom: 4px; }

.alb-pledge-tiers { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 16px; }
.alb-pledge-tier {
  padding: 10px 18px;
  background: var(--alb-glass);
  border: 1px dashed var(--alb-border-gold);
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--alb-gold-light);
}
.alb-church-pledge-demo { max-width: 560px; margin: 0 auto; text-align: center; }
.alb-pledge-split { font-size: 0.85rem; color: var(--alb-meta); margin-bottom: 12px; }
.alb-pledge-list { list-style: none; padding: 0; margin: 0 0 12px; text-align: left; }
.alb-pledge-list li {
  padding: 10px 14px;
  margin-bottom: 8px;
  background: var(--alb-glass);
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--alb-muted);
}
.alb-pledge-total { font-size: 0.85rem; color: var(--alb-gold); }
.alb-church-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: left;
}
.alb-benefit-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--alb-muted);
  line-height: 1.55;
}
.alb-benefit-list li { margin-bottom: 6px; }
.alb-supported-by-strip {
  max-width: 640px;
  margin: 0 auto 20px;
  padding: 12px 18px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--alb-muted);
  text-align: center;
}
.alb-supported-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
  color: var(--alb-gold);
  display: block;
  margin-bottom: 4px;
}
.alb-billboard-supported {
  margin-top: 20px;
  font-size: 0.8rem;
  color: var(--text-meta);
  letter-spacing: 0.04em;
}
.alb-radio-partner-mention {
  max-width: 520px;
  margin: 28px auto 0;
  padding: 14px 18px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--alb-muted);
  font-style: italic;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.alb-fairness-page { max-width: 720px; margin: 0 auto; padding: 0 20px 48px; }
.alb-fairness-quote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--alb-gold);
  background: rgba(212, 175, 55, 0.06);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--alb-text);
}
.alb-fairness-zones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
.alb-fairness-list {
  margin: 0 0 24px;
  padding-left: 1.2rem;
  line-height: 1.65;
  color: var(--alb-muted);
}
.alb-fairness-list li { margin-bottom: 8px; }
.alb-fairness-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-size: 0.9rem;
}
.alb-fairness-table th,
.alb-fairness-table td {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}
.alb-fairness-table th { color: var(--alb-gold); font-weight: 600; }
.alb-fairness-steps {
  margin: 0 0 8px;
  padding-left: 1.2rem;
  line-height: 1.65;
  color: var(--alb-muted);
}
.alb-fairness-apply-note {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  font-size: 0.9rem;
  line-height: 1.55;
}
.alb-fairness-steps li { margin-bottom: 10px; }
.alb-featured-page { max-width: 800px; }
.alb-featured-compare {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.alb-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.alb-feature-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
}
.alb-feature-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 700;
}
.alb-feature-badge.chart { background: rgba(212, 175, 55, 0.2); color: var(--alb-gold); }
.alb-feature-badge.sponsor { background: rgba(100, 149, 237, 0.2); color: #8eb4ff; }
.alb-feature-song { color: var(--alb-gold); font-size: 0.9rem; margin: 0 0 8px; }
.alb-feature-meta { font-size: 0.8rem; color: var(--alb-meta); margin: 8px 0 0; }
.alb-homepage-feature-banner {
  max-width: var(--alb-max);
  margin: 0 auto 24px;
  padding: 0 20px;
}
.alb-homepage-feature-banner[hidden] { display: none; }
.alb-home-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(10, 29, 39, 0.6));
}
.alb-home-banner-text { flex: 1; min-width: 200px; }
.alb-home-banner-text p { margin: 6px 0 0; font-size: 0.88rem; color: var(--alb-muted); }

/* ??? Jukebox featured ticker (running banner) ??? */
.alb-jukebox-ticker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(10, 29, 39, 0.95) 0%, rgba(107, 79, 168, 0.18) 50%, rgba(10, 29, 39, 0.95) 100%);
  border-bottom: 1px solid var(--alb-border-gold);
  overflow: hidden;
}
.alb-jukebox-ticker-label {
  flex-shrink: 0;
  margin-left: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--alb-gold);
  padding: 4px 10px;
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius-pill);
}
.alb-jukebox-ticker-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.alb-jukebox-ticker-track {
  display: flex;
  width: max-content;
  animation: alb-jukebox-ticker-scroll 55s linear infinite;
}
.alb-jukebox-ticker-run {
  display: flex;
  align-items: center;
  gap: 0;
  padding-right: 48px;
  white-space: nowrap;
}
.alb-jukebox-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--alb-pearl);
  padding: 0 20px;
}
.alb-jukebox-ticker-item strong { color: var(--alb-gold-light); font-weight: 600; }
.alb-jukebox-ticker-item a {
  color: var(--alb-gold);
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
}
.alb-jukebox-ticker-item a:hover { text-decoration: underline; }
.alb-jukebox-ticker-item .alb-feature-badge {
  font-size: 0.62rem;
  padding: 2px 8px;
  margin-right: 2px;
}
.alb-jukebox-ticker-sep {
  color: var(--alb-meta);
  opacity: 0.5;
  padding: 0 4px;
  user-select: none;
}
.alb-jukebox-ticker-loading { font-size: 0.82rem; color: var(--alb-meta); padding: 0 20px; }
.alb-jukebox-ticker--compact {
  margin-top: 18px;
  padding: 8px 0;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  border-bottom: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.25);
}
.alb-jukebox-ticker--compact .alb-jukebox-ticker-label {
  margin-left: 12px;
  font-size: 0.62rem;
}
.alb-jukebox-ticker--compact .alb-jukebox-ticker-item { font-size: 0.78rem; }
.alb-jukebox-ticker--billboard {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 12px 0;
  background: rgba(10, 29, 39, 0.92);
  border-top: 1px solid var(--alb-border-gold);
  border-bottom: none;
}
.alb-jukebox-ticker--billboard .alb-jukebox-ticker-item { font-size: 0.95rem; }
@keyframes alb-jukebox-ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .alb-jukebox-ticker-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    padding: 0 16px 0 0;
  }
  .alb-jukebox-ticker-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .alb-jukebox-ticker-run[aria-hidden="true"] { display: none; }
}

/* ??? Artist Circle (profile) ??? */
.alb-circle-feed { display: flex; flex-direction: column; gap: 12px; }
.alb-circle-post {
  padding: 16px 18px;
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 10px;
}
.alb-circle-meta { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--alb-meta); margin-bottom: 8px; }
.alb-circle-pin { color: var(--alb-gold); font-weight: 700; }
.alb-circle-post p { font-size: 0.92rem; color: var(--alb-muted); line-height: 1.55; margin: 0 0 10px; }
.alb-circle-post footer { font-size: 0.75rem; color: var(--alb-meta); }

/* ??? Profile videos ??? */
.alb-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}
.alb-video-card {
  background: var(--alb-glass);
  border: 1px solid var(--alb-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.15s;
}
.alb-video-card:hover { border-color: var(--alb-border-gold); }
.alb-video-thumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--alb-purple-mid), var(--alb-purple-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--alb-gold-light);
  opacity: 0.9;
}
.alb-video-meta {
  padding: 12px 14px;
}
.alb-video-meta strong {
  display: block;
  font-size: 0.9rem;
  color: var(--alb-white);
  margin-bottom: 4px;
  line-height: 1.3;
}
.alb-video-meta span {
  font-size: 0.75rem;
  color: var(--alb-meta);
  text-transform: capitalize;
}

/* ?? Artist earnings model ????????????????????????????????????????????????? */
.alb-earn-page { max-width: 1100px; }
.alb-earn-presets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.alb-earn-presets-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-meta);
  font-weight: 700;
  margin-right: 4px;
}
.alb-earn-preset { font-size: 0.8rem; padding: 8px 14px; }
.alb-earn-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}
@media (min-width: 960px) {
  .alb-earn-layout { grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); }
}
.alb-earn-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 14px;
  font-size: 0.85rem;
  color: var(--alb-muted);
}
.alb-earn-field span:first-child { grid-column: 1 / -1; }
.alb-earn-field input[type="range"] { grid-column: 1; width: 100%; }
.alb-earn-field output { font-weight: 600; color: var(--alb-gold); min-width: 4rem; text-align: right; }
.alb-earn-field input[type="number"],
.alb-earn-field select {
  grid-column: 1 / -1;
  padding: 10px 12px;
  border-radius: var(--alb-radius-md);
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.2);
  color: var(--alb-pearl);
  font-size: 0.88rem;
}
.alb-earn-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--alb-muted);
  margin-bottom: 10px;
  cursor: pointer;
}
.alb-earn-check input { margin-top: 3px; }
.alb-earn-hero-card {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(107, 79, 168, 0.2) 100%);
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius-lg);
  padding: 28px 24px;
  text-align: center;
  margin-bottom: 16px;
}
.alb-earn-hero-label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
}
.alb-earn-hero-value {
  margin: 0;
  font-family: var(--alb-font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  color: var(--alb-gold-light);
}
.alb-earn-hero-sub {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: var(--alb-muted);
}
.alb-earn-table { margin-bottom: 0; }
.alb-earn-table td:first-child { color: var(--alb-muted); width: 55%; }
.alb-earn-table td:last-child { font-weight: 600; color: var(--alb-pearl); text-align: right; }
.alb-earn-fine {
  margin: 16px 0 0;
  font-size: 0.72rem;
  line-height: 1.55;
  color: var(--alb-meta);
}

/* ?? Universal jukebox player (embed anywhere) ????????????????????????????? */
.alb-embed-page { max-width: 920px; }
.alb-embed-showcase {
  background: linear-gradient(180deg, rgba(45, 31, 74, 0.35) 0%, rgba(10, 29, 39, 0.5) 100%);
  border: 1px solid var(--alb-border);
  border-radius: var(--alb-radius-lg);
  padding: 20px 16px 16px;
}
.alb-embed-showcase-label {
  text-align: center;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
  margin: 0 0 16px;
}
.alb-universal-player {
  max-width: 640px;
  margin: 0 auto;
  background: var(--alb-void);
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.alb-up-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--alb-border);
}
.alb-up-brand {
  font-family: var(--alb-font-display);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--alb-gold-light);
  text-decoration: none;
  letter-spacing: 0.06em;
}
.alb-up-brand small {
  display: block;
  font-family: var(--alb-font-body);
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--alb-meta);
  letter-spacing: 0.04em;
}
.alb-up-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.alb-up-link {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  color: var(--alb-pearl);
  text-decoration: none;
  white-space: nowrap;
}
.alb-up-link:hover { border-color: var(--alb-border-gold); color: var(--alb-gold); }
.alb-up-link-chat { border-color: rgba(167, 139, 250, 0.45); }
.alb-up-now { padding: 20px 16px 12px; text-align: center; }
.alb-up-now-label {
  margin: 0 0 12px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--alb-sunset);
  font-weight: 700;
}
.alb-up-now-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.alb-up-art {
  width: 120px;
  height: 120px;
  font-size: 1.6rem;
  margin: 0;
}
.alb-up-meta { min-width: 0; }
.alb-up-title {
  font-size: 1.35rem;
  margin: 0 0 4px;
  line-height: 1.2;
}
.alb-up-artist {
  margin: 0;
  font-size: 1rem;
  color: var(--alb-sunset);
}
.alb-up-genre {
  margin: 6px 0 0;
  font-size: 0.82rem;
  color: var(--alb-muted);
}
.alb-up-wave { margin: 8px 0 0; }
.alb-up-actions {
  padding: 0 12px 8px;
  justify-content: center;
}
.alb-up-actions-hint {
  text-align: center;
  font-size: 0.72rem;
  color: var(--alb-meta);
  margin: 0 0 12px;
  padding: 0 12px;
}
.alb-up-bulletin {
  display: flex;
  align-items: stretch;
  border-top: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.4);
  min-height: 44px;
}
.alb-up-bulletin-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--alb-gold);
  border-right: 1px solid var(--alb-border);
  background: rgba(212, 175, 55, 0.08);
}
.alb-up-bulletin-viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
}
.alb-up-bulletin-track {
  display: flex;
  width: max-content;
  animation: alb-bulletin-scroll 70s linear infinite;
}
.alb-up-bulletin-run {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 20px;
  white-space: nowrap;
}
.alb-bulletin-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--alb-pearl);
}
.alb-bulletin-item strong { color: var(--alb-gold-light); font-weight: 600; }
.alb-bulletin-item a { color: var(--alb-gold); font-weight: 600; text-decoration: none; }
.alb-bulletin-item a:hover { text-decoration: underline; }
.alb-bulletin-tag {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: var(--alb-radius-pill);
  background: rgba(107, 79, 168, 0.4);
  color: var(--alb-muted);
  flex-shrink: 0;
}
.alb-bulletin-chat .alb-bulletin-tag { background: rgba(94, 123, 79, 0.35); color: #b8d4a8; }
.alb-bulletin-notice .alb-bulletin-tag { background: rgba(212, 175, 55, 0.2); color: var(--alb-gold); }
.alb-bulletin-feature .alb-bulletin-tag { background: rgba(167, 139, 250, 0.25); color: #c4b5fd; }
.alb-bulletin-feature .alb-feature-badge { margin-right: 4px; }
.alb-up-bulletin--billboard {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  min-height: 52px;
  border-top: 2px solid var(--alb-border-gold);
}
.alb-up-bulletin--billboard .alb-up-bulletin-run { font-size: 0.95rem; }
.alb-billboard-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 20px;
  font-size: 0.9rem;
}
.alb-billboard-links a {
  color: var(--alb-gold);
  text-decoration: none;
  font-weight: 600;
}
.alb-billboard-links a:hover { text-decoration: underline; }
.alb-billboard-actions {
  margin-top: 20px;
  justify-content: flex-start;
  max-width: 520px;
}
.alb-billboard-actions .alb-act { font-size: 0.78rem; padding: 8px 12px; }
@keyframes alb-bulletin-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .alb-up-bulletin-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
  .alb-up-bulletin-run[aria-hidden="true"] { display: none; }
}

/* ?? Jukebox stingers (demo + planned production) ??????????????????????????? */
body.alb-volume-duck .alb-wave,
body.alb-volume-duck .alb-now-art,
body.alb-volume-duck .alb-up-art,
body.alb-volume-duck .alb-jukebox-disc {
  opacity: 0.35;
  filter: saturate(0.7);
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.alb-stinger-overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: min(92vw, 480px);
  padding: 20px 24px;
  border-radius: var(--alb-radius-lg);
  background: rgba(10, 29, 39, 0.94);
  border: 2px solid var(--alb-border-gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  font-family: var(--alb-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--alb-gold-light);
  text-align: center;
  line-height: 1.4;
  animation: alb-stinger-pop 0.35s ease;
}
.alb-stinger-interrupt { border-color: rgba(248, 113, 113, 0.6); color: #fecaca; }
.alb-stinger-encore { border-color: rgba(167, 139, 250, 0.55); color: #e9d5ff; }
.alb-stinger-support { border-color: rgba(94, 123, 79, 0.55); font-size: 1rem; }
.alb-stinger-encourage { border-color: var(--alb-border-gold); font-size: 1rem; }
@keyframes alb-stinger-pop {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0.92); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

/* Silent reaction icons ? after support/encourage audio cap (video + player) */
.alb-stinger-float-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 4;
}
.alb-stinger-float-icon {
  position: absolute;
  bottom: 8%;
  font-size: clamp(1.4rem, 4vw, 2rem);
  line-height: 1;
  opacity: 0;
  transform: translateY(0) scale(0.85);
  animation: alb-stinger-float-up 2s ease forwards;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.35));
}
.alb-stinger-float-support { font-size: clamp(1.5rem, 4.5vw, 2.2rem); }
.alb-stinger-float-encourage { font-size: clamp(1.35rem, 4vw, 2rem); }
@keyframes alb-stinger-float-up {
  0% { opacity: 0; transform: translateY(0) scale(0.7); }
  12% { opacity: 1; transform: translateY(-8%) scale(1); }
  70% { opacity: 0.85; transform: translateY(-55%) scale(1.05); }
  100% { opacity: 0; transform: translateY(-90%) scale(0.95); }
}
.alb-watch-stage .alb-stinger-float-icon,
.alb-billboard-main .alb-stinger-float-icon {
  font-size: clamp(2rem, 6vw, 3rem);
}

/* Auth forms */
.alb-check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.84rem;
  color: var(--alb-muted);
  margin-bottom: 10px;
  line-height: 1.45;
  cursor: pointer;
}
.alb-check-row input { margin-top: 3px; flex-shrink: 0; }
.alb-form-error {
  color: #f87171;
  font-size: 0.88rem;
  margin-top: 8px;
}

/* Blog */
.alb-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .alb-blog-grid { grid-template-columns: 1fr 1fr; }
}
.alb-blog-card { padding: 20px; }
.alb-blog-card h2 {
  font-family: var(--alb-font-display);
  font-size: 1.15rem;
  margin: 8px 0;
  line-height: 1.35;
}
.alb-blog-card h2 a { color: var(--alb-pearl); text-decoration: none; }
.alb-blog-card h2 a:hover { color: var(--alb-gold); }
.alb-blog-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-gold);
}
.alb-blog-read {
  font-size: 0.85rem;
  color: var(--alb-gold);
  text-decoration: none;
}
.alb-blog-meta {
  font-size: 0.82rem;
  color: var(--alb-meta);
  margin-bottom: 12px;
}
.alb-blog-article .alb-lead {
  font-size: 1.05rem;
  color: var(--alb-muted);
  margin: 16px 0 24px;
  line-height: 1.65;
}
.alb-article h2 {
  font-family: var(--alb-font-display);
  color: var(--alb-gold);
  font-size: 1.25rem;
  margin: 28px 0 12px;
}
.alb-article p, .alb-article li {
  color: var(--alb-muted);
  margin-bottom: 12px;
}
.alb-article-cta {
  margin-top: 32px;
  padding: 20px;
  border: 1px solid var(--alb-border-gold);
  border-radius: var(--alb-radius);
  background: rgba(0,0,0,0.2);
}

/* Creator Classroom */
.alb-classroom-lanes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .alb-classroom-lanes { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .alb-classroom-lanes { grid-template-columns: repeat(4, 1fr); }
}
.alb-classroom-lane {
  display: block;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.alb-classroom-lane:hover { border-color: var(--alb-border-gold); }
.alb-classroom-lane strong {
  display: block;
  color: var(--alb-gold);
  font-size: 1rem;
  margin-bottom: 6px;
}
.alb-classroom-lane span {
  font-size: 0.82rem;
  color: var(--alb-muted);
  line-height: 1.45;
}
.alb-dyk-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .alb-dyk-grid { grid-template-columns: 1fr 1fr; }
}
.alb-dyk-card { padding: 18px; }
.alb-dyk-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  margin: 8px 0;
  line-height: 1.35;
}
.alb-dyk-card h3 a { color: var(--alb-pearl); text-decoration: none; }
.alb-dyk-card h3 a:hover { color: var(--alb-gold); }
.alb-dyk-label {
  font-size: 0.78rem;
  color: var(--alb-gold-light);
  font-weight: 600;
}
.alb-track-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 520px) {
  .alb-track-grid { grid-template-columns: 1fr 1fr; }
}
.alb-track-card {
  padding: 16px;
  font-size: 0.88rem;
}
.alb-track-card strong { display: block; color: #fff; margin-bottom: 6px; }
.alb-track-card span { color: var(--alb-muted); font-size: 0.82rem; }
.alb-lesson-card h3 a { color: var(--alb-pearl); text-decoration: none; }
.alb-lesson-card h3 a:hover { color: var(--alb-gold); }

/* Creator Classroom ? curriculum & videos */
.alb-format-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  margin-right: 6px;
}
.alb-format-doc { background: rgba(212,175,55,0.15); color: var(--alb-gold); }
.alb-format-video { background: rgba(100,149,237,0.15); color: #8ab4f8; }
.alb-format-soon { background: rgba(255,255,255,0.06); color: var(--alb-meta); }
.alb-curriculum-list { list-style: none; padding: 0; margin: 0; }
.alb-curriculum-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid var(--alb-border);
  color: var(--alb-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.alb-curriculum-list li:last-child { border-bottom: none; }
.alb-curriculum-list a { color: var(--alb-pearl); text-decoration: none; }
.alb-curriculum-list a:hover { color: var(--alb-gold); }
.alb-checklist-box {
  background: var(--alb-card);
  border: 1px solid var(--alb-border-gold);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
}
.alb-checklist-box ol { margin: 12px 0 0; padding-left: 20px; line-height: 1.85; color: var(--alb-muted); }
.alb-video-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 640px) {
  .alb-video-grid { grid-template-columns: 1fr 1fr; }
}
.alb-video-card {
  padding: 18px;
  position: relative;
}
.alb-video-card .alb-soon-overlay {
  font-size: 0.72rem;
  color: var(--alb-meta);
  margin-top: 8px;
}
.alb-track-card-link {
  text-decoration: none;
  display: block;
  transition: border-color 0.2s;
}
.alb-track-card-link:hover { border-color: var(--alb-border-gold); }

/* The Wall ? pinned manifesto */
.alb-wall-manifesto {
  padding: 28px 24px;
  margin-bottom: 32px;
  border: 2px solid var(--alb-border-gold);
  background: linear-gradient(135deg, rgba(212,175,55,0.08) 0%, transparent 60%);
}
.alb-wall-manifesto .alb-blog-tag { margin-bottom: 10px; }
.alb-wall-manifesto h2 {
  font-family: var(--alb-font-display);
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0 0 12px;
}
.alb-wall-manifesto h2 a { color: var(--alb-pearl); text-decoration: none; }
.alb-wall-manifesto h2 a:hover { color: var(--alb-gold); }
.alb-wall-manifesto-article blockquote {
  margin: 16px 0;
  padding: 12px 20px;
  border-left: 3px solid var(--alb-gold);
  color: var(--alb-muted);
  font-style: italic;
  background: rgba(255,255,255,0.03);
  border-radius: 0 8px 8px 0;
}

/* The Wall ? hub sections & community compose */
.alb-wall-intro {
  margin-bottom: 28px;
  padding: 20px 22px;
  border: 1px solid var(--alb-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
}
.alb-wall-intro-lead {
  color: var(--alb-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 10px;
}
.alb-wall-intro-note {
  color: var(--alb-meta);
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 0 0 16px;
}
.alb-wall-compose-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--alb-border);
}
.alb-wall-compose-hint {
  flex: 1 1 200px;
  margin: 0;
  font-size: 0.85rem;
  color: var(--alb-muted);
}
.alb-wall-section {
  margin-bottom: 36px;
}
.alb-wall-section-lead {
  color: var(--alb-meta);
  font-size: 0.88rem;
  margin: -8px 0 18px;
  line-height: 1.5;
}
.alb-wall-section--community {
  padding-top: 28px;
  border-top: 2px dashed var(--alb-border);
}
.alb-wall-community-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: var(--alb-pearl);
}
.alb-wall-community-meta {
  font-size: 0.8rem;
  color: var(--alb-meta);
  margin: 0 0 10px;
}
.alb-wall-community-meta a { color: var(--alb-gold); }
.alb-wall-community-body {
  color: var(--alb-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0 0 12px;
}
.alb-wall-vote-row {
  display: flex;
  gap: 8px;
}
.alb-wall-vote-btn {
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--alb-border);
  background: transparent;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-wall-vote-btn:hover {
  border-color: var(--alb-border-gold);
  color: var(--alb-gold);
}
.alb-wall-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.alb-wall-modal[hidden] { display: none !important; }
.alb-wall-modal-card {
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--alb-border-gold);
  background: var(--alb-surface, #1a1a2e);
}
.alb-wall-modal-card h2 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: var(--alb-gold);
}
.alb-wall-modal-card label {
  display: block;
  font-size: 0.82rem;
  color: var(--alb-muted);
  margin: 14px 0 6px;
}
.alb-wall-modal-card input,
.alb-wall-modal-card textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--alb-pearl);
  font-family: inherit;
  font-size: 0.9rem;
}
.alb-wall-modal-card textarea { min-height: 140px; resize: vertical; }
.alb-wall-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.alb-wall-modal-fine {
  font-size: 0.78rem;
  color: var(--alb-meta);
  margin: 12px 0 0;
  line-height: 1.5;
}

.alb-classroom-platform { margin-bottom: 8px; }
.alb-classroom-platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .alb-classroom-platform-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .alb-classroom-platform-grid { grid-template-columns: repeat(4, 1fr); }
}
.alb-classroom-platform-card {
  display: block;
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.alb-classroom-platform-card:hover { border-color: var(--alb-border-gold); }
.alb-classroom-platform-card strong {
  display: block;
  color: var(--alb-pearl);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.alb-classroom-platform-card span {
  display: block;
  font-size: 0.82rem;
  color: var(--alb-muted);
  line-height: 1.45;
}

.alb-tag.reggae { border-color: rgba(57, 109, 54, 0.55); color: #9fd89f; background: rgba(10, 82, 153, 0.18); }
.alb-genre-card.reggae { border-top: 3px solid #396D36; }

/* ?? Audience landing & dual fork ?? */
.alb-audience-page .alb-audience-hero {
  padding: 48px 20px 56px;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(107, 79, 168, 0.22), transparent 70%);
}
.alb-audience-hero--artist {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.15), transparent 70%);
}
.alb-audience-lead {
  font-size: 1.12rem;
  color: var(--alb-muted);
  max-width: 640px;
  margin: 16px auto 12px;
  line-height: 1.6;
}
.alb-audience-fork {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
}
.alb-fork-card {
  display: block;
  padding: 28px 24px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.alb-fork-card:hover {
  border-color: rgba(212, 175, 55, 0.28);
  transform: none;
  box-shadow: none;
}
.alb-fork-card h3 {
  font-family: var(--alb-font-display);
  font-size: 1.65rem;
  color: var(--alb-gold-light);
  margin: 8px 0 12px;
  line-height: 1.2;
}
.alb-fork-card p { font-size: 0.92rem; color: var(--alb-muted); margin: 0 0 16px; line-height: 1.55; }
.alb-fork-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-fork-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-size: 0.88rem;
  color: var(--alb-meta);
}
.alb-fork-list li { padding: 4px 0; padding-left: 1em; text-indent: -1em; }
.alb-fork-list li::before { content: "? "; color: var(--alb-gold-dim); }
.alb-fork-cta { font-size: 0.85rem; color: var(--alb-gold); font-weight: 600; }
.alb-fork-card--listener { border-top: 3px solid var(--alb-purple-soft); }
.alb-fork-card--artist { border-top: 3px solid var(--alb-gold); }

.alb-love-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
}
.alb-love-card {
  padding: 22px 20px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
}
.alb-love-card h3 {
  font-size: 1.05rem;
  color: var(--alb-gold-light);
  margin: 0 0 8px;
}
.alb-love-card p { font-size: 0.88rem; color: var(--alb-meta); margin: 0; line-height: 1.55; }
.alb-love-icon { font-size: 1.5rem; margin-bottom: 8px; }

.alb-engage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.alb-engage-item {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.85rem;
}
.alb-engage-item strong { display: block; color: var(--alb-pearl); margin-bottom: 4px; }
.alb-engage-item span { color: var(--alb-meta); font-size: 0.8rem; }

.alb-dual-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
}
.alb-dual-card {
  padding: 24px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-dual-card h3 { color: var(--alb-gold); font-size: 1.05rem; margin: 0 0 12px; }

/* ?? DSP Release Month add-on (pre-partner) ?? */
.alb-dsp-release-mount { max-width: 520px; margin-left: auto; margin-right: auto; }
.alb-dsp-release-card {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px dashed rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.06);
  text-align: left;
}
.alb-dsp-release-head { margin-bottom: 12px; }
.alb-dsp-release-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--alb-gold);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 8px;
}
.alb-dsp-release-title { margin: 0 0 4px; font-size: 1.05rem; color: var(--alb-text); }
.alb-dsp-release-price { margin: 0; font-size: 0.95rem; color: var(--alb-gold); font-weight: 600; }
.alb-dsp-release-perks {
  margin: 0 0 12px;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  color: var(--alb-meta);
  line-height: 1.55;
}
.alb-dsp-release-note {
  margin: 0 0 14px;
  font-size: 0.85rem;
  color: var(--alb-meta);
  line-height: 1.5;
}
.alb-dsp-release-cta { display: inline-block; margin-top: 4px; }
.alb-dsp-release-cta--disabled {
  display: inline-block;
  font-size: 0.82rem;
  color: var(--alb-meta);
  opacity: 0.85;
}

/* ?? Simple guide ? plain English ?? */
.alb-simple-guide-page .alb-simple-guide-hero {
  padding: 32px 20px 28px;
  text-align: center;
}
.alb-simple-guide-note {
  margin: 12px auto 0;
  max-width: 480px;
  font-size: 0.88rem;
  color: var(--alb-meta);
  line-height: 1.5;
}
.alb-simple-guide-main {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px 56px;
}
.alb-simple-block {
  margin-bottom: 36px;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-simple-block h2 {
  margin: 0 0 12px;
  font-family: var(--alb-font-display);
  font-size: 1.25rem;
  color: var(--alb-gold-light);
}
.alb-simple-lead {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--alb-pearl);
}
.alb-simple-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--alb-muted);
  line-height: 1.65;
  font-size: 0.92rem;
}
.alb-simple-list li { margin-bottom: 8px; }
.alb-simple-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.alb-simple-cards--compact {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.alb-simple-card {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
.alb-simple-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: var(--alb-cream);
}
.alb-simple-card p {
  margin: 0 0 8px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--alb-muted);
}
.alb-simple-card p:last-child { margin-bottom: 0; }
.alb-simple-fine {
  font-size: 0.82rem !important;
  color: var(--alb-meta) !important;
}
.alb-simple-card--free { border-color: rgba(159, 217, 122, 0.35); }
.alb-simple-card--free h3 { color: var(--alb-green-bright); }
.alb-simple-card--bless { border-color: rgba(212, 175, 55, 0.35); }
.alb-simple-card--bless h3 { color: var(--alb-gold-light); }
.alb-simple-card--gold { border-color: rgba(212, 175, 55, 0.45); }
.alb-simple-card--gold h3 { color: var(--alb-gold); }
.alb-simple-dl {
  margin: 0;
  display: grid;
  gap: 12px;
}
.alb-simple-dl dt {
  font-weight: 700;
  color: var(--alb-gold-light);
  font-size: 0.92rem;
}
.alb-simple-dl dd {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: var(--alb-muted);
  line-height: 1.5;
}
.alb-simple-block--cta {
  text-align: center;
  border-color: rgba(184, 150, 12, 0.35);
  background: rgba(184, 150, 12, 0.06);
}
.alb-simple-block--cta .alb-simple-lead { margin-bottom: 20px; }

.alb-simple-toc {
  margin-bottom: 28px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px dashed rgba(184, 150, 12, 0.35);
  background: rgba(0, 0, 0, 0.15);
}
.alb-simple-toc-title {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-gold);
}
.alb-simple-toc-list {
  margin: 0;
  padding-left: 1.25rem;
  columns: 2;
  column-gap: 24px;
  font-size: 0.86rem;
  line-height: 1.7;
}
.alb-simple-toc-list a {
  color: var(--alb-pearl);
  text-decoration: none;
}
.alb-simple-toc-list a:hover { color: var(--alb-gold-light); text-decoration: underline; }
@media (max-width: 560px) {
  .alb-simple-toc-list { columns: 1; }
}
.alb-simple-block--highlight {
  border-color: rgba(159, 217, 122, 0.3);
  background: rgba(57, 109, 54, 0.08);
}
.alb-simple-steps {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--alb-muted);
  line-height: 1.65;
  font-size: 0.92rem;
}
.alb-simple-steps li { margin-bottom: 10px; }
.alb-simple-faq {
  margin: 0;
  display: grid;
  gap: 16px;
}
.alb-simple-faq dt {
  font-weight: 700;
  color: var(--alb-cream);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.alb-simple-faq dd {
  margin: 0;
  font-size: 0.88rem;
  color: var(--alb-muted);
  line-height: 1.55;
}

.alb-action-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.65);
}
.alb-action-dialog {
  width: 100%;
  max-width: 440px;
  max-height: 90vh;
  overflow: auto;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid var(--alb-border);
  background: var(--alb-surface, #1a1a2e);
  color: var(--alb-pearl, #eee);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
.alb-action-dialog h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: var(--alb-gold-light);
}
.alb-action-dialog-badge {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--alb-gold, #c9a227);
}
.alb-action-dialog-loading {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted, #aaa);
}
.alb-action-dialog-lead {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--alb-muted);
}
.alb-action-dialog-song {
  margin: 0 0 14px;
  font-size: 0.88rem;
  color: var(--alb-cream);
}
.alb-action-dialog-fine {
  margin: 12px 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--alb-meta);
}
.alb-action-dialog-list {
  margin: 0 0 16px;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--alb-muted);
}
.alb-action-dialog-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}
.alb-lock-choices {
  display: grid;
  gap: 10px;
}
.alb-lock-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  cursor: pointer;
  text-align: left;
  font: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.alb-lock-choice:hover {
  border-color: rgba(201, 162, 39, 0.45);
  background: rgba(201, 162, 39, 0.08);
}
.alb-lock-choice--gold {
  border-color: rgba(201, 162, 39, 0.35);
}
.alb-lock-choice-title {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--alb-cream);
}
.alb-lock-choice--gold .alb-lock-choice-title {
  color: var(--alb-gold-light);
}
.alb-lock-choice-desc {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--alb-muted);
}
.alb-checkout-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.alb-checkout-preset {
  padding: 8px 14px;
  font-size: 0.88rem;
  cursor: pointer;
}
.alb-action-dialog-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  font-size: 0.9rem;
  background: rgba(0, 0, 0, 0.25);
  color: var(--alb-pearl);
  box-sizing: border-box;
}
.alb-action-dialog-field {
  margin-bottom: 12px;
}
.alb-action-dialog-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--alb-cream);
}
.alb-action-dialog-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  margin: 12px 0 0;
  cursor: pointer;
  color: var(--alb-muted);
}
.alb-checkout-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(120%);
  z-index: 10001;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: var(--alb-surface, #1a1a2e);
  color: var(--alb-cream);
  font-size: 0.88rem;
  line-height: 1.45;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  transition: transform 0.28s ease;
}
.alb-checkout-toast.is-visible {
  transform: translateX(-50%) translateY(0);
}
.alb-checkout-toast--muted {
  border-color: var(--alb-border);
  color: var(--alb-muted);
}

/* ?? Discovery hub ?? */
.alb-discover-page-inner { max-width: 920px; }
.alb-discover-lead { font-size: 1.05rem; line-height: 1.6; color: var(--alb-cream); }
.alb-discovery-guarantee {
  margin: 28px 0 36px;
  padding: 22px 20px;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.1), rgba(91, 61, 138, 0.08));
}
.alb-discovery-guarantee-title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: var(--alb-gold-light);
}
.alb-discovery-guarantee-lead {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--alb-muted);
}
.alb-discovery-guarantee-list {
  margin: 0 0 12px;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--alb-cream);
}
.alb-discovery-guarantee-foot {
  margin: 0;
  font-size: 0.8rem;
  color: var(--alb-meta);
  font-style: italic;
}
.alb-discovery-lane {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--alb-border);
}
.alb-discovery-lane-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.alb-discovery-lane-icon { font-size: 1.5rem; line-height: 1; flex-shrink: 0; }
.alb-discovery-lane-title { margin: 0 0 4px; font-size: 1rem; color: var(--alb-pearl); }
.alb-discovery-lane-desc { margin: 0; font-size: 0.85rem; color: var(--alb-muted); line-height: 1.45; }
.alb-discovery-lane-more {
  margin-left: auto;
  font-size: 0.82rem;
  color: var(--alb-gold);
  white-space: nowrap;
  flex-shrink: 0;
}
.alb-discovery-lane-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.alb-discovery-artist-chip {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 120px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}
.alb-discovery-artist-chip:hover {
  border-color: rgba(201, 162, 39, 0.4);
  transform: translateY(-2px);
}
.alb-discovery-artist-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.82rem;
  color: #fff;
  margin-bottom: 6px;
}
.alb-discovery-artist-name { font-size: 0.88rem; font-weight: 600; color: var(--alb-cream); }
.alb-discovery-artist-meta { font-size: 0.76rem; color: var(--alb-meta); }
.alb-discovery-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.alb-trust-signal {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-trust-signal strong { display: block; font-size: 0.82rem; color: var(--alb-gold-light); margin-bottom: 4px; }
.alb-trust-signal span { font-size: 0.78rem; color: var(--alb-muted); line-height: 1.4; }
.alb-discovery-journey-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.alb-journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  min-width: 88px;
}
.alb-journey-icon { font-size: 1.2rem; }
.alb-journey-label { font-size: 0.72rem; color: var(--alb-muted); text-align: center; }
.alb-journey-arrow { color: var(--alb-gold-dim); font-size: 1rem; }
.alb-discovery-kpi-list {
  margin: 14px 0 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--alb-muted);
}
.alb-discovery-church-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.alb-home-discovery { padding-top: 8px; }
.alb-home-discovery-card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.28);
  background: rgba(201, 162, 39, 0.06);
  text-align: center;
  margin-bottom: 20px;
}
.alb-home-discovery-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--alb-gold);
  margin-bottom: 8px;
}
.alb-home-discovery-mission {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--alb-cream);
  font-weight: 600;
}
.alb-home-discovery-promise {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--alb-muted);
}
.alb-home-lane-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.alb-home-lane-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.alb-home-lane-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.06);
}
.alb-home-lane-icon { font-size: 1.3rem; }
.alb-home-lane-card strong { font-size: 0.88rem; color: var(--alb-cream); }
.alb-home-lane-card span { font-size: 0.76rem; color: var(--alb-meta); line-height: 1.4; }
.alb-ministry-stories { display: grid; gap: 12px; }
.alb-ministry-story {
  padding: 14px;
  border-radius: 10px;
  border-left: 3px solid var(--alb-gold);
  background: rgba(255, 255, 255, 0.03);
}
.alb-ministry-story p {
  margin: 0 0 8px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--alb-cream);
  font-style: italic;
}
.alb-ministry-story footer {
  font-size: 0.78rem;
  color: var(--alb-meta);
}
.alb-story-pinned { margin-left: 8px; color: var(--alb-gold); }

.alb-capabilities-page .alb-capabilities-hero { padding-bottom: 32px; }
.alb-cap-role-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.alb-cap-tab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-muted);
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.alb-cap-tab:hover { border-color: var(--alb-border-gold); color: var(--alb-pearl); }
.alb-cap-tab.active {
  border-color: var(--alb-gold);
  background: rgba(184, 150, 12, 0.12);
  color: var(--alb-gold-light);
  font-weight: 600;
}
.alb-capabilities-root { max-width: var(--alb-max); margin: 0 auto; padding: 0 20px 48px; }
.alb-cap-hero-block {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
}
.alb-cap-hero-block h2 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  color: var(--alb-gold-light);
  margin: 0 0 12px;
}
.alb-cap-hero-block p { color: var(--alb-muted); line-height: 1.65; margin: 0; }
.alb-cap-membership-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}
.alb-cap-tier-card {
  padding: 22px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-cap-tier-card--paid { border-top: 3px solid var(--alb-gold); }
.alb-cap-tier-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.alb-cap-tier-head h3 { margin: 0; color: var(--alb-gold); font-size: 1rem; }
.alb-cap-tier-price { font-size: 1.35rem; font-weight: 700; color: var(--alb-pearl); }
.alb-cap-tier-trial { font-size: 0.78rem; color: var(--alb-meta); margin: 0 0 12px; }
.alb-cap-feature-section { margin-bottom: 32px; }
.alb-cap-feature-section h3 {
  font-size: 1.05rem;
  color: var(--alb-pearl);
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--alb-border);
}
.alb-cap-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}
.alb-cap-group-intro {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--alb-pearl);
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
}
.alb-cap-feature-item {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
}
.alb-cap-feature-item strong { display: block; color: var(--alb-gold); font-size: 0.9rem; margin-bottom: 4px; }
.alb-cap-feature-item span { font-size: 0.85rem; color: var(--alb-muted); line-height: 1.5; }
.alb-cap-earnings-band {
  padding: 24px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border-gold);
  background: linear-gradient(135deg, rgba(184, 150, 12, 0.08), rgba(107, 79, 168, 0.06));
  text-align: center;
  margin-top: 8px;
}
.alb-cap-earnings-band h3 { color: var(--alb-gold); margin: 0 0 12px; font-size: 1.05rem; }
.alb-cap-earnings-band ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  color: var(--alb-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
.alb-cap-profile-block { margin-top: 20px; }
.alb-cap-details { border: none; }
.alb-cap-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.alb-cap-details summary::-webkit-details-marker { display: none; }
.alb-cap-details summary .alb-section-title { margin: 0; flex: 1; }
.alb-cap-details summary::after {
  content: "?";
  font-size: 0.7rem;
  color: var(--alb-gold);
  transition: transform 0.2s;
}
.alb-cap-details[open] summary::after { transform: rotate(180deg); }
.alb-cap-profile-teaser {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 12px 0 14px;
}
.alb-cap-quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.alb-cap-quick-item {
  font-size: 0.82rem;
  color: var(--text-muted);
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--alb-border, #2d2d44);
}
.alb-cap-quick-item::before { content: "? "; color: var(--gold, #B8960C); }
.alb-cap-profile-earnings {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(184, 150, 12, 0.06);
  border: 1px solid rgba(184, 150, 12, 0.2);
  margin-bottom: 14px;
  line-height: 1.6;
}
.alb-cap-earnings-disclaimer {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0 0 10px;
  line-height: 1.5;
}

.alb-cap-tab--church.active { border-color: #1a5c3a; background: rgba(26, 92, 58, 0.18); }
.alb-cap-tab--dj.active { border-color: #396D36; background: rgba(57, 109, 54, 0.15); }
.alb-cap-tab--listener.active { border-color: var(--alb-purple-soft); background: rgba(107, 79, 168, 0.15); }

.alb-church-hub-block { margin-bottom: 16px; }
.alb-church-hub-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.alb-church-hub-head .alb-section-title { margin: 0; }
.alb-church-hub-lead {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 14px;
  line-height: 1.55;
}
.alb-church-hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.alb-church-hub-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--alb-border);
  background: var(--alb-surface);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, transform 0.15s;
}
.alb-church-hub-card:hover {
  border-color: var(--alb-gold);
  transform: translateY(-1px);
}
.alb-church-hub-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
}
.alb-church-hub-card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.alb-church-hub-card-body strong {
  font-size: 0.95rem;
  color: var(--text);
}
.alb-church-hub-card-body span {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.alb-church-hub-owner {
  margin: 14px 0 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.alb-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
}
.alb-spotlight-card {
  display: flex;
  gap: 16px;
  padding: 18px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
.alb-spotlight-card:hover {
  border-color: rgba(212, 175, 55, 0.28);
  transform: none;
}
.alb-spotlight-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
.alb-spotlight-body strong { display: block; font-size: 1.05rem; color: var(--alb-pearl); }
.alb-spotlight-meta { font-size: 0.78rem; color: var(--alb-meta); display: block; margin: 2px 0 8px; }
.alb-spotlight-body p { font-size: 0.85rem; color: var(--alb-muted); margin: 0; line-height: 1.45; }
.alb-spotlight-badge {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-spotlight-song { font-size: 0.78rem; color: var(--alb-gold-dim); display: block; margin-top: 8px; }

.alb-footer-tagline {
  font-size: 0.82rem;
  color: var(--alb-meta);
  margin: 8px 0 4px;
}

.alb-dual-audience-section { padding-top: 8px; }

.alb-catalog-manage { display: grid; gap: 14px; }
.alb-song-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--alb-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.alb-song-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.alb-song-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid var(--alb-border);
  color: var(--alb-muted);
}
.alb-song-badge-live {
  color: #7dcea0;
  border-color: rgba(125, 206, 160, 0.45);
  background: rgba(125, 206, 160, 0.12);
}
.alb-song-badge-screen {
  color: var(--alb-gold);
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.1);
}
.alb-song-badge-flag {
  color: #f0b27a;
  border-color: rgba(240, 178, 122, 0.45);
}
.alb-song-badge-block {
  color: #e07070;
  border-color: rgba(224, 112, 112, 0.45);
}
.alb-song-badge-rot {
  color: #85c1e9;
  border-color: rgba(133, 193, 233, 0.45);
  background: rgba(133, 193, 233, 0.1);
}
.alb-song-badge-jukebox {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(212, 175, 55, 0.1);
}
.alb-song-air-msg {
  flex: 1 1 100%;
  margin: 2px 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--alb-muted);
  text-transform: none;
  letter-spacing: 0;
}
.alb-song-air-msg--on {
  color: #85c1e9;
}
.alb-air-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--alb-border);
  white-space: nowrap;
}
.alb-air-pill--on {
  color: #85c1e9;
  border-color: rgba(133, 193, 233, 0.5);
  background: rgba(133, 193, 233, 0.14);
}
.alb-air-pill--off {
  color: var(--alb-gold-dim, #c9a227);
  border-color: rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.08);
}
.alb-song-field {
  display: grid;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--alb-meta);
  font-weight: 600;
}
.alb-song-field input,
.alb-song-field textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: #0f0f1a;
  color: #fff;
  box-sizing: border-box;
  font: inherit;
  font-weight: 400;
}
.alb-song-grid2 {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
}
@media (max-width: 520px) {
  .alb-song-grid2 { grid-template-columns: 1fr; }
}
.alb-song-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--alb-muted);
  cursor: pointer;
}
.alb-song-check em { font-style: normal; color: var(--alb-meta); }
.alb-song-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.alb-song-card-actions .btn-gold,
.alb-song-card-actions .btn-outline {
  font-size: 0.82rem;
  padding: 8px 14px;
}
.alb-song-card-actions .alb-song-remove {
  border-color: rgba(224, 112, 112, 0.45);
  color: #e07070;
}
.alb-song-card-msg {
  min-height: 1.1em;
  margin: 0;
  font-size: 0.8rem;
  color: var(--alb-gold);
}
.alb-catalog-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--alb-border);
}
.alb-catalog-row-main strong { display: block; color: var(--alb-pearl); font-size: 0.95rem; }
.alb-catalog-meta { font-size: 0.78rem; color: var(--alb-meta); display: block; margin-top: 2px; }
.alb-catalog-row-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.alb-act-remove {
  border-color: rgba(224, 112, 112, 0.45) !important;
  color: #e07070 !important;
}
.alb-showcase-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex-shrink: 0;
  user-select: none;
}
.alb-showcase-toggle input { position: absolute; opacity: 0; width: 0; height: 0; }
.alb-showcase-ui {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--alb-border);
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.alb-showcase-ui::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--alb-muted);
  transition: transform 0.2s, background 0.2s;
}
.alb-showcase-toggle input:checked + .alb-showcase-ui {
  background: rgba(212, 175, 55, 0.25);
  border-color: var(--alb-border-gold);
}
.alb-showcase-toggle input:checked + .alb-showcase-ui::after {
  transform: translateX(20px);
  background: var(--alb-gold);
}
.alb-showcase-label { font-size: 0.75rem; color: var(--alb-muted); white-space: nowrap; }
.alb-showcase-upload-opt {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 10px;
  border: 1px dashed var(--alb-border);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.9rem;
}
.alb-showcase-upload-opt input { margin-top: 4px; flex-shrink: 0; }

.alb-wall-manifesto-article h2 {
  font-size: 1.15rem;
  color: var(--alb-gold);
  margin-top: 32px;
  margin-bottom: 12px;
}

/* ?? Vision / roadmap page ?? */
.alb-vision-hero {
  background: radial-gradient(ellipse 90% 70% at 50% -10%, rgba(94, 123, 79, 0.28), transparent 65%),
    radial-gradient(ellipse 55% 45% at 15% 30%, rgba(212, 175, 55, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 25%, rgba(107, 79, 168, 0.2), transparent 60%);
  padding-bottom: 40px;
}
.alb-vision-headline {
  font-size: clamp(2.1rem, 5.5vw, 3.5rem) !important;
  line-height: 1.12;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.alb-vision-ownership {
  max-width: 640px;
  margin: 20px auto 28px;
  padding: 0 8px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--alb-gold-light, #e8d5a3);
  font-style: italic;
  border: none;
  font-weight: 400;
}
.alb-vision-manifesto-section {
  padding-top: 0;
  margin-top: -8px;
}
.alb-vision-manifesto {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: linear-gradient(165deg, rgba(94, 123, 79, 0.08), rgba(10, 29, 39, 0.6));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.alb-vision-manifesto p {
  margin: 0 0 1.15em;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--alb-pearl-dim, #d8d8d8);
}
.alb-vision-manifesto p:last-child { margin-bottom: 0; }
.alb-vision-manifesto-lead {
  font-size: 1.15rem !important;
  color: var(--alb-pearl, #eee) !important;
  font-weight: 500;
}
.alb-vision-citizen-section {
  padding-top: 8px;
}
.alb-vision-citizen-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 32px;
  text-align: center;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-vision-citizen-card h2 {
  font-family: var(--alb-font-display);
  font-size: 1.35rem;
  color: var(--alb-gold-light);
  margin: 0 0 20px;
}
.alb-vision-citizen-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.alb-vision-citizen-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--alb-muted);
}
.alb-vision-citizen-list li:last-child { border-bottom: none; }
.alb-vision-citizen-list li::before {
  content: '?';
  position: absolute;
  left: 0;
  color: var(--alb-gold);
  font-size: 0.75rem;
  top: 15px;
}
.alb-vision-covenant-list li {
  font-size: 0.95rem;
  line-height: 1.65;
}
.alb-vision-citizen-lane {
  border-color: rgba(94, 123, 79, 0.35);
}

/* Vision ? earnings dream section */
.alb-vision-earnings-section {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06) 0%, transparent 40%);
}
.alb-vision-earn-hero {
  max-width: var(--alb-max, 1100px);
  margin: 0 auto 28px;
  padding: 0 20px;
}
.alb-vision-earn-hero-inner {
  text-align: center;
  padding: 28px 24px;
  border-radius: var(--alb-radius, 12px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(212, 175, 55, 0.12), transparent 70%);
}
.alb-vision-earn-hero-value {
  font-family: var(--alb-font-display);
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  color: var(--alb-gold-light, #d4af37);
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}
.alb-vision-earn-hero-value span {
  font-size: 0.45em;
  color: var(--alb-muted);
  font-weight: 500;
}
.alb-vision-earn-hero-sub {
  margin: 12px auto 0;
  max-width: 520px;
  font-size: 0.95rem;
  color: var(--alb-pearl-dim);
  line-height: 1.55;
}
.alb-vision-earn-streams {
  margin: 14px 0 0;
  font-size: 0.85rem;
  color: var(--alb-gold);
}
.alb-vision-earn-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  max-width: var(--alb-max, 1100px);
  margin: 0 auto 28px;
  padding: 0 20px;
}
.alb-vision-tier-card {
  padding: 18px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  text-align: center;
}
.alb-vision-tier-card.is-featured {
  border-color: rgba(212, 175, 55, 0.55);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.12), rgba(0, 0, 0, 0.2));
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.08);
}
.alb-vision-tier-name {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-gold);
  font-weight: 700;
}
.alb-vision-tier-fans {
  margin: 6px 0 0;
  font-size: 0.82rem;
  color: var(--alb-muted);
}
.alb-vision-tier-monthly {
  margin: 12px 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--alb-font-display);
}
.alb-vision-tier-monthly span {
  font-size: 0.5em;
  color: var(--alb-muted);
  font-weight: 500;
}
.alb-vision-tier-annual {
  margin: 4px 0 0;
  font-size: 0.88rem;
  color: var(--alb-gold-light);
  font-weight: 600;
}
.alb-vision-tier-tag {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: var(--alb-muted);
  line-height: 1.45;
}
.alb-vision-spotify-card,
.alb-vision-interrupt-block {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 20px 22px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-vision-spotify-card h3,
.alb-vision-interrupt-block h3,
.alb-vision-scale-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: var(--alb-gold);
  text-align: center;
  font-family: var(--alb-font-display);
}
.alb-vision-spotify-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 540px) {
  .alb-vision-spotify-cols { grid-template-columns: 1fr; }
}
.alb-vision-spotify-col {
  padding: 14px;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.55;
}
.alb-vision-spotify-col.muted {
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-muted);
}
.alb-vision-spotify-col.gold {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: var(--alb-pearl);
}
.alb-vision-spotify-col strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}
.alb-vision-interrupt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.alb-vision-interrupt-table th,
.alb-vision-interrupt-table td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px solid var(--alb-border);
}
.alb-vision-interrupt-table td:last-child,
.alb-vision-interrupt-table th:last-child {
  text-align: right;
  color: var(--alb-gold-light);
  font-weight: 600;
}
.alb-vision-scale-ladder {
  max-width: var(--alb-max, 1100px);
  margin: 0 auto 28px;
  padding: 0 20px;
}
.alb-vision-scale-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.alb-vision-scale-step {
  position: relative;
  padding: 16px 14px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
.alb-vision-scale-step.aspirational {
  border-color: rgba(107, 79, 168, 0.4);
  background: linear-gradient(145deg, rgba(107, 79, 168, 0.12), transparent);
}
.alb-vision-scale-citizens {
  display: block;
  font-size: 1.5rem;
  font-family: var(--alb-font-display);
  color: var(--alb-gold-light);
}
.alb-vision-scale-label {
  display: block;
  font-size: 0.78rem;
  color: var(--alb-gold);
  margin: 2px 0 8px;
  font-weight: 600;
}
.alb-vision-scale-summary {
  margin: 0 0 8px;
  font-size: 0.82rem;
  color: var(--alb-muted);
  line-height: 1.45;
}
.alb-vision-scale-minister {
  margin: 0;
  font-size: 0.85rem;
  color: var(--alb-pearl-dim);
}
.alb-vision-scale-minister strong {
  color: #fff;
}
.alb-vision-scale-note {
  margin: 4px 0 0;
  font-size: 0.75rem;
  color: var(--alb-muted);
}
.alb-vision-scale-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(107, 79, 168, 0.25);
  color: #c4b5fd;
  font-weight: 700;
}
.alb-vision-reach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  max-width: var(--alb-max, 1100px);
  margin: 0 auto 20px;
  padding: 0 20px;
}
.alb-vision-reach-card {
  padding: 20px 18px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  text-align: center;
}
.alb-vision-reach-icon {
  font-size: 1.75rem;
  display: block;
  margin-bottom: 8px;
}
.alb-vision-reach-card h4 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: var(--alb-pearl);
}
.alb-vision-reach-stat {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--alb-gold-light);
  font-family: var(--alb-font-display);
}
.alb-vision-reach-stat span {
  display: block;
  font-size: 0.45em;
  color: var(--alb-muted);
  font-weight: 500;
}
.alb-vision-reach-card p:last-child {
  margin: 0;
  font-size: 0.82rem;
  color: var(--alb-muted);
  line-height: 1.5;
}
.alb-vision-earn-disclaimer {
  max-width: 640px;
  margin: 16px auto 0;
  padding: 0 20px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--alb-muted);
  line-height: 1.5;
}

.alb-vision-coast-block {
  max-width: 900px;
  margin: 0 auto 28px;
  padding: 0 20px;
}
.alb-vision-coast-inner {
  padding: 24px 22px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(94, 123, 79, 0.35);
  background: linear-gradient(145deg, rgba(94, 123, 79, 0.1), rgba(0, 0, 0, 0.15));
}
.alb-vision-coast-inner h3 {
  margin: 0 0 10px;
  font-family: var(--alb-font-display);
  font-size: 1.25rem;
  color: var(--alb-gold-light);
  text-align: center;
}
.alb-vision-coast-lead {
  margin: 0 0 16px;
  font-size: 0.92rem;
  color: var(--alb-pearl-dim);
  line-height: 1.6;
  text-align: center;
}
.alb-vision-coast-profile {
  text-align: center;
  padding: 12px 16px;
  margin: 0 0 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed var(--alb-border);
}
.alb-vision-coast-profile strong {
  display: block;
  color: #a8c99a;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.alb-vision-coast-profile span {
  font-size: 0.82rem;
  color: var(--alb-muted);
}
.alb-vision-coast-how {
  margin: 0 0 18px;
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: var(--alb-muted);
  line-height: 1.65;
}
.alb-vision-coast-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  margin-bottom: 14px;
}
.alb-vision-coast-table th,
.alb-vision-coast-table td {
  padding: 10px 8px;
  text-align: left;
  border-bottom: 1px solid var(--alb-border);
  vertical-align: top;
}
.alb-vision-coast-table th {
  color: var(--alb-gold);
  font-weight: 600;
  font-size: 0.75rem;
}
.alb-vision-coast-table td:last-child,
.alb-vision-coast-table th:last-child {
  text-align: right;
}
.alb-vision-coast-table tr.aspirational td {
  color: #c4b5fd;
}
.alb-vision-coast-table .alb-vision-scale-badge.inline {
  position: static;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 0.6rem;
  padding: 2px 6px;
}
.alb-vision-coast-plain {
  margin: 0;
  font-size: 0.88rem;
  color: var(--alb-gold);
  line-height: 1.55;
  text-align: center;
  font-style: italic;
}
@media (max-width: 640px) {
  .alb-vision-coast-table { font-size: 0.72rem; }
  .alb-vision-coast-table th:nth-child(2),
  .alb-vision-coast-table td:nth-child(2) { display: none; }
}

.alb-vision-benediction {
  background: radial-gradient(ellipse 80% 100% at 50% 100%, rgba(107, 79, 168, 0.15), transparent 70%),
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(212, 175, 55, 0.1), transparent 60%);
}
.alb-vision-benediction h2 {
  font-family: var(--alb-font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.alb-vision-benediction p {
  max-width: 560px;
  margin: 12px auto 24px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--alb-pearl-dim);
}
.alb-vision-phase-summary {
  font-size: 0.98rem !important;
  color: var(--alb-pearl, #eee) !important;
  font-style: italic;
  margin-bottom: 14px !important;
}
.alb-vision-milestones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: var(--alb-max, 1100px);
  margin: 0 auto;
  padding: 0 20px;
}
.alb-vision-milestone {
  padding: 20px 18px;
  border-radius: var(--alb-radius, 12px);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
  text-align: center;
}
.alb-vision-milestone strong {
  display: block;
  font-size: 1.75rem;
  color: var(--alb-gold-light, #d4af37);
  font-family: var(--alb-font-display);
  margin-bottom: 4px;
}
.alb-vision-milestone span {
  display: block;
  font-size: 0.88rem;
  color: var(--alb-gold);
  margin-bottom: 8px;
  font-weight: 600;
}
.alb-vision-milestone p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--alb-muted);
  line-height: 1.5;
}
.alb-vision-timeline {
  max-width: var(--alb-max, 1100px);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.alb-vision-phase {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: 20px;
  padding: 24px;
  border-radius: var(--alb-radius);
  border: 1px solid var(--alb-border);
  background: var(--alb-glass);
}
@media (max-width: 640px) {
  .alb-vision-phase { grid-template-columns: 1fr; }
}
.alb-vision-phase-meta {
  border-right: 1px solid var(--alb-border);
  padding-right: 16px;
}
@media (max-width: 640px) {
  .alb-vision-phase-meta { border-right: none; border-bottom: 1px solid var(--alb-border); padding-right: 0; padding-bottom: 12px; }
}
.alb-vision-phase-status {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-weight: 700;
}
.alb-vision-phase-status.live { background: rgba(94, 123, 79, 0.25); color: #a8c99a; border: 1px solid rgba(94, 123, 79, 0.45); }
.alb-vision-phase-status.next { background: rgba(212, 175, 55, 0.15); color: var(--alb-gold); border: 1px solid rgba(212, 175, 55, 0.35); }
.alb-vision-phase-status.planned { background: rgba(255, 255, 255, 0.06); color: var(--alb-muted); border: 1px solid var(--alb-border); }
.alb-vision-phase-status.north-star { background: rgba(107, 79, 168, 0.2); color: #c4b5fd; border: 1px solid rgba(107, 79, 168, 0.4); }
.alb-vision-phase-meta h3 {
  font-size: 1.05rem;
  color: var(--alb-gold-light);
  margin: 0 0 6px;
  line-height: 1.3;
}
.alb-vision-phase-range {
  font-size: 0.82rem;
  color: var(--alb-muted);
  margin: 0;
}
.alb-vision-phase-body p {
  margin: 0 0 12px;
  color: var(--alb-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}
.alb-vision-phase-body ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--alb-pearl-dim, #ccc);
  font-size: 0.88rem;
  line-height: 1.65;
}
.alb-vision-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: var(--alb-max);
  margin: 0 auto;
  padding: 0 20px;
}

/* ???????????????????????????????????????????????????????????????????????????
   Worship calm ? visual silence across the city; music carries the energy
   ??????????????????????????????????????????????????????????????????????????? */

body.alb-body .alb-jukebox-ticker-track,
body.alb-body .alb-up-bulletin-track {
  animation: none !important;
}

body.alb-body .alb-jukebox-bars i,
body.alb-body .alb-wave span,
body.alb-body .alb-up-wave span,
body.alb-body .alb-watch-stage-wave span {
  animation: none !important;
  opacity: 0.35;
}

body.alb-body .alb-now-art,
body.alb-body .alb-up-art {
  animation: none !important;
}

body.alb-body .alb-live-pill {
  animation: none !important;
}

body.alb-body .alb-people-card:hover,
body.alb-body .alb-genre-card:hover {
  transform: none;
  box-shadow: none;
}

body.alb-body .alb-jukebox-ticker,
body.alb-body .alb-jukebox-ticker--compact {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}

body.alb-home .alb-fork-card--listener,
body.alb-home .alb-fork-card--artist {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.alb-home .alb-spotlight-badge {
  color: var(--alb-meta);
  font-weight: 500;
  letter-spacing: 0.06em;
}

body.alb-home .alb-section-head h2 {
  font-weight: 600;
}

body.alb-home .alb-fork-card h3 {
  color: var(--alb-pearl);
  font-weight: 600;
}

body.alb-home .alb-fork-cta {
  color: var(--alb-muted);
  font-weight: 500;
}

body.alb-home #alb-platform-mission {
  display: none;
}

/* ?? Quiet info hub ? tabs & gated panels (no front-page vomit) ?? */
.alb-quiet-gate {
  text-align: center;
  padding: 8px 20px 32px;
  max-width: var(--alb-max);
  margin: 0 auto;
}
.alb-quiet-gate-btn {
  font-size: 0.88rem;
  padding: 12px 22px;
  letter-spacing: 0.04em;
}
.alb-quiet-gate-btn[aria-expanded="true"] {
  border-color: rgba(212, 175, 55, 0.35);
  color: var(--alb-pearl-dim);
}

.alb-quiet-hub-section {
  padding-top: 0;
  padding-bottom: 48px;
}
.alb-quiet-hub {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.alb-quiet-hub-intro {
  text-align: center;
  font-size: 0.82rem;
  color: var(--alb-meta);
  margin: 0 0 16px;
  line-height: 1.55;
}

.alb-quiet-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}
.alb-quiet-tab {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px 14px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--alb-meta);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.alb-quiet-tab:hover {
  color: var(--alb-pearl-dim);
}
.alb-quiet-tab.is-active {
  background: rgba(212, 175, 55, 0.14);
  color: var(--alb-pearl);
}

.alb-quiet-panel {
  padding: 4px 0 8px;
}
.alb-quiet-panel[hidden] {
  display: none !important;
}

.alb-quiet-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.alb-quiet-link-list a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.alb-quiet-link-list a:hover {
  border-color: rgba(212, 175, 55, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
}
.alb-quiet-link-list strong {
  font-size: 0.92rem;
  color: var(--alb-pearl);
  font-weight: 600;
}
.alb-quiet-link-list span {
  font-size: 0.78rem;
  color: var(--alb-meta);
  text-align: right;
  flex-shrink: 0;
}

.alb-quiet-fork-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px) {
  .alb-quiet-fork-row { grid-template-columns: 1fr; }
}
.alb-quiet-fork {
  display: block;
  padding: 18px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.alb-quiet-fork:hover {
  border-color: rgba(212, 175, 55, 0.22);
  color: inherit;
  text-decoration: none;
}
.alb-quiet-fork-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
  margin-bottom: 6px;
}
.alb-quiet-fork strong {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  color: var(--alb-pearl);
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.25;
}
.alb-quiet-fork span {
  font-size: 0.8rem;
  color: var(--alb-meta);
  line-height: 1.45;
}

.alb-quiet-learn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 520px) {
  .alb-quiet-learn-grid { grid-template-columns: 1fr; }
}
.alb-quiet-learn {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  color: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--alb-muted);
  transition: border-color 0.2s, color 0.2s;
}
.alb-quiet-learn:hover {
  border-color: rgba(212, 175, 55, 0.22);
  color: var(--alb-pearl);
  text-decoration: none;
}

.alb-quiet-panel .alb-spotlight-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}
.alb-quiet-panel .alb-spotlight-card {
  padding: 14px;
}
.alb-quiet-panel-foot {
  text-align: center;
  margin-top: 16px;
}
.alb-quiet-panel-foot a {
  font-size: 0.82rem;
  color: var(--alb-meta);
  font-weight: 500;
}

.alb-quiet-details {
  margin-top: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.alb-quiet-details summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--alb-muted);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.alb-quiet-details summary::-webkit-details-marker { display: none; }
.alb-quiet-details summary::after {
  content: "+";
  font-size: 1rem;
  color: var(--alb-meta);
  font-weight: 400;
}
.alb-quiet-details[open] summary::after { content: "?"; }
.alb-quiet-details-body {
  padding: 0 16px 16px;
  font-size: 0.88rem;
  color: var(--alb-muted);
  line-height: 1.6;
}

body.alb-audience-page .alb-audience-hero .alb-foundation-line {
  display: none;
}
body.alb-audience-page .alb-audience-hero {
  padding: 48px 24px 40px;
}
body.alb-audience-page .alb-audience-hero .alb-home-title {
  font-weight: 500;
  letter-spacing: -0.01em;
}
body.alb-audience-page .alb-audience-lead {
  font-size: 1.0625rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
body.alb-audience-page .alb-badge {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--alb-meta);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: var(--alb-radius-pill);
  background: rgba(255, 255, 255, 0.03);
}
body.alb-audience-page .alb-quiet-hub,
body.alb-audience-page .alb-lane-shell {
  padding: 28px 24px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--alb-shadow-md);
}
body.alb-audience-page .alb-love-grid {
  gap: 12px;
}
body.alb-audience-page .alb-love-card {
  padding: 20px 18px;
  border-radius: var(--alb-radius-sm);
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.15);
}
body.alb-audience-page .alb-love-card h3 {
  font-family: var(--alb-font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--alb-pearl);
}
body.alb-audience-page .alb-section-head h2 {
  font-family: var(--alb-font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* ?? Home gateway ? two paths (listen & bless vs share your gift) ?? */
.alb-gateway-tagline {
  font-size: 0.88rem;
  color: var(--alb-meta);
  max-width: 420px;
  margin: 0 auto 28px;
  line-height: 1.6;
}
.alb-gateway-prompt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--alb-meta);
  margin: 0 0 14px;
}
.alb-gateway-fork {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 20px;
}
@media (max-width: 560px) {
  .alb-gateway-fork { grid-template-columns: 1fr; }
}
.alb-gateway-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 22px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  transition: border-color 0.25s, background 0.25s;
}
.alb-gateway-path:hover {
  border-color: rgba(212, 175, 55, 0.28);
  background: rgba(255, 255, 255, 0.04);
}
.alb-gateway-path-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--alb-meta);
  margin-bottom: 8px;
}
.alb-gateway-path strong {
  font-family: var(--alb-font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.25;
  margin-bottom: 8px;
}
.alb-gateway-path-desc {
  font-size: 0.8rem;
  color: var(--alb-muted);
  line-height: 1.45;
}
.alb-gateway-path--listener:hover { border-color: rgba(167, 139, 250, 0.35); }
.alb-gateway-path--artist:hover { border-color: rgba(212, 175, 55, 0.35); }

.alb-home-lane {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 48px;
}
.alb-lane-head {
  text-align: center;
  margin-bottom: 20px;
}
.alb-lane-back {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--alb-meta);
  cursor: pointer;
}
.alb-lane-back:hover { color: var(--alb-gold-light); }
.alb-lane-title {
  font-family: var(--alb-font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  color: var(--alb-pearl);
  margin: 0 0 8px;
}
.alb-lane-lead {
  font-size: 0.9rem;
  color: var(--alb-muted);
  margin: 0;
  line-height: 1.55;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.alb-lane-crossover {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
  color: var(--alb-meta);
  line-height: 1.6;
}
.alb-lane-crossover a {
  display: inline-block;
  margin-top: 4px;
  font-weight: 600;
  color: var(--alb-muted);
}
.alb-lane-crossover a:hover { color: var(--alb-gold-light); }

body.alb-home-lane-listener-active #alb-home-gateway,
body.alb-home-lane-artist-active #alb-home-gateway {
  display: none;
}

/* ?? Interrupt Hustle ? editorial feature block ?? */
.alb-interrupt-hustle-mount:empty { min-height: 0; }
.alb-interrupt-hustle {
  margin: 0 0 28px;
  padding: 28px 28px 24px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid var(--alb-border-gold);
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.08) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(0, 0, 0, 0.15) 100%);
  box-shadow: var(--alb-shadow-gold);
  text-align: left;
}
.alb-interrupt-hustle-head { margin-bottom: 20px; }
.alb-interrupt-hustle-kicker {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
  line-height: 1.5;
}
.alb-interrupt-hustle-title {
  margin: 0;
  font-family: var(--alb-font-display);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.alb-interrupt-stats {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-radius: var(--alb-radius-sm);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 560px) {
  .alb-interrupt-stats { grid-template-columns: repeat(2, 1fr); }
}
.alb-interrupt-stats li {
  padding: 14px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.22);
}
.alb-interrupt-stat-val {
  display: block;
  font-family: var(--alb-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.1;
}
.alb-interrupt-stat-lbl {
  display: block;
  margin-top: 4px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--alb-meta);
}
.alb-interrupt-hustle-body {
  margin: 0 0 20px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--alb-muted);
  max-width: 52ch;
}
.alb-interrupt-hustle-body strong {
  color: var(--alb-pearl);
  font-weight: 600;
}
.alb-interrupt-hustle-cta {
  font-size: 0.8125rem;
}

/* ???????????????????????????????????????????????????????????????????????????
   PRO ? editorial layout � gateway � lanes
   ??????????????????????????????????????????????????????????????????????????? */

body.alb-home .alb-home-hero {
  padding: 56px 24px 40px;
}
body.alb-home .alb-home-inner {
  max-width: var(--alb-max-narrow);
}
body.alb-home .alb-home-kicker {
  color: var(--alb-gold-light);
  letter-spacing: 0.26em;
  opacity: 0.92;
}
body.alb-home .alb-home-title {
  font-size: clamp(2.75rem, 7.5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
body.alb-home .alb-catchphrase {
  max-width: 36rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--alb-muted);
}
body.alb-home .alb-gateway-tagline {
  max-width: 28rem;
  font-size: 0.875rem;
  color: var(--alb-meta);
  margin-bottom: 32px;
}

.alb-gateway-shell {
  margin-top: 8px;
  padding: 32px 28px 28px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--alb-shadow-md);
}
.alb-gateway-divider {
  height: 1px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}
.alb-gateway-prompt {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin: 0 0 16px;
}
.alb-gateway-fork {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 20px;
}
@media (max-width: 580px) {
  .alb-gateway-fork { grid-template-columns: 1fr; }
}
.alb-gateway-path {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 22px 22px 20px 24px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  transition: border-color 0.25s var(--alb-ease), background 0.25s var(--alb-ease), transform 0.25s var(--alb-ease);
}
.alb-gateway-path::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.25s var(--alb-ease);
}
.alb-gateway-path::after {
  content: '?';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: var(--alb-meta);
  opacity: 0;
  transition: opacity 0.25s var(--alb-ease), transform 0.25s var(--alb-ease);
}
.alb-gateway-path:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
}
.alb-gateway-path:hover::after {
  opacity: 1;
  transform: translate(4px, -50%);
}
.alb-gateway-path--listener::before { background: rgba(155, 139, 201, 0.55); }
.alb-gateway-path--artist::before { background: rgba(201, 162, 39, 0.65); }
.alb-gateway-path--listener:hover { border-color: rgba(155, 139, 201, 0.35); }
.alb-gateway-path--artist:hover { border-color: rgba(201, 162, 39, 0.4); }
.alb-gateway-path-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--alb-meta);
  margin-bottom: 8px;
}
.alb-gateway-path strong {
  font-family: var(--alb-font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.2;
  margin-bottom: 8px;
  padding-right: 24px;
}
.alb-gateway-path-desc {
  font-size: 0.8125rem;
  color: var(--alb-meta);
  line-height: 1.5;
  padding-right: 20px;
}

body.alb-home .alb-jukebox-stage {
  max-width: 100%;
  margin: 0 0 0;
  padding: 18px 20px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.2);
}
body.alb-home .alb-jukebox-label {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
}
body.alb-home .alb-jukebox-disc {
  width: 52px;
  height: 52px;
  font-size: 0.875rem;
}

.alb-home-lane {
  max-width: var(--alb-max-narrow);
  padding: 0 24px 56px;
}
.alb-lane-shell {
  padding: 28px 24px 24px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: var(--alb-shadow-md);
}
.alb-lane-head {
  text-align: left;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.alb-lane-back {
  margin-bottom: 20px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--alb-meta);
}
.alb-lane-back:hover { color: var(--alb-gold-light); }
.alb-lane-title {
  font-family: var(--alb-font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.01em;
}
.alb-lane-lead {
  text-align: left;
  margin-left: 0;
  font-size: 0.9375rem;
}

.alb-quiet-tabs {
  gap: 4px;
  padding: 5px;
  margin-bottom: 24px;
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.06);
}
.alb-quiet-tab {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 12px;
}
.alb-quiet-tab.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: var(--alb-pearl);
  box-shadow: var(--alb-shadow-sm);
}
.alb-quiet-link-list a {
  padding: 16px 18px;
  border-radius: var(--alb-radius-sm);
  border-color: rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.15);
}
.alb-quiet-link-list a::after {
  content: '?';
  font-size: 0.875rem;
  color: var(--alb-meta);
  flex-shrink: 0;
  margin-left: 8px;
  transition: transform 0.2s var(--alb-ease), color 0.2s;
}
.alb-quiet-link-list a:hover::after {
  transform: translateX(3px);
  color: var(--alb-gold-light);
}
.alb-quiet-link-list strong {
  font-size: 0.9375rem;
  font-weight: 500;
}
.alb-quiet-learn {
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 14px 16px;
  border-radius: var(--alb-radius-sm);
}

body.alb-home .alb-psalm {
  max-width: var(--alb-max-narrow);
  padding: 36px 32px;
  border: none;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0;
}
body.alb-home .alb-psalm blockquote {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 500;
  color: var(--alb-muted);
}
body.alb-home .alb-cta-band {
  border: none;
  background: transparent;
  padding: 40px 24px 56px;
}
body.alb-home .alb-cta-band h2 {
  font-family: var(--alb-font-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
}

.alb-lane-crossover {
  margin-top: 28px;
  padding-top: 0;
  border-top: none;
  font-size: 0.8125rem;
  text-align: left;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 24px 48px;
  margin-top: 0;
}
.footer-links a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ???????????????????????????????????????????????????????????????????????????
   CITY CREATIVE ? professional bones, worship soul (gold � purple � music)
   ??????????????????????????????????????????????????????????????????????????? */

.alb-kicker-mark {
  color: var(--alb-gold);
  opacity: 0.55;
  font-size: 0.55em;
  vertical-align: middle;
}
.alb-title-accent {
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(120deg, var(--alb-pearl) 0%, var(--alb-gold-light) 55%, var(--alb-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.alb-home .alb-home-hero::before {
  content: '';
  position: absolute;
  inset: -20% -30% auto;
  height: 70%;
  background:
    radial-gradient(circle at 30% 30%, rgba(92, 72, 148, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 20%, rgba(201, 162, 39, 0.1) 0%, transparent 45%);
  pointer-events: none;
}

.alb-gateway-shell {
  position: relative;
  background:
    linear-gradient(165deg, rgba(92, 72, 148, 0.14) 0%, rgba(201, 162, 39, 0.07) 42%, rgba(0, 0, 0, 0.25) 100%);
  border-color: rgba(201, 162, 39, 0.18);
  box-shadow: var(--alb-shadow-gold);
  overflow: hidden;
}
.alb-gateway-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--alb-gold), var(--alb-purple-soft), transparent);
  opacity: 0.65;
}
.alb-gateway-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 24px 0;
  background: none;
}
.alb-gateway-divider::before,
.alb-gateway-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 39, 0.25), transparent);
}
.alb-gateway-divider span {
  padding: 0 14px;
  font-size: 0.875rem;
  color: var(--alb-gold);
  opacity: 0.45;
  line-height: 1;
}

body.alb-home .alb-jukebox-stage {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.35) 0%, rgba(92, 72, 148, 0.12) 100%);
  border-color: rgba(201, 162, 39, 0.15);
}
body.alb-home .alb-jukebox-stage:hover {
  border-color: rgba(201, 162, 39, 0.35);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(201, 162, 39, 0.08) 100%);
}
body.alb-home .alb-jukebox-disc {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
    conic-gradient(from 200deg, var(--alb-gold-dim), var(--alb-purple-glow), var(--alb-gold-light), var(--alb-gold-dim));
  border: 2px solid rgba(201, 162, 39, 0.35);
  color: var(--alb-purple-deep);
  font-weight: 700;
}
body.alb-home .alb-jukebox-track strong {
  font-family: var(--alb-font-display);
  color: var(--alb-pearl);
}
body.alb-home .alb-jukebox-track span {
  color: var(--alb-gold-light);
  opacity: 0.85;
}

.alb-gateway-path--listener {
  background: linear-gradient(145deg, rgba(92, 72, 148, 0.18) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.alb-gateway-path--artist {
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.12) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.alb-gateway-path--listener:hover {
  background: linear-gradient(145deg, rgba(92, 72, 148, 0.28) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.alb-gateway-path--artist:hover {
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.2) 0%, rgba(0, 0, 0, 0.15) 100%);
}

.alb-lane-shell {
  background:
    linear-gradient(160deg, rgba(92, 72, 148, 0.1) 0%, rgba(255, 255, 255, 0.03) 40%, rgba(201, 162, 39, 0.05) 100%);
  border-color: rgba(201, 162, 39, 0.14);
}
body.alb-home-lane-listener-active .alb-lane-shell {
  box-shadow: 0 0 0 1px rgba(155, 139, 201, 0.12), var(--alb-shadow-md);
}
body.alb-home-lane-artist-active .alb-lane-shell {
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.18), var(--alb-shadow-gold);
}
.alb-lane-title {
  background: linear-gradient(120deg, var(--alb-pearl), var(--alb-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.alb-interrupt-hustle {
  background:
    linear-gradient(145deg, rgba(201, 162, 39, 0.14) 0%, rgba(92, 72, 148, 0.08) 50%, rgba(0, 0, 0, 0.2) 100%);
  border-color: rgba(201, 162, 39, 0.4);
}
.alb-interrupt-stat-val {
  color: var(--alb-gold-light);
}
.alb-interrupt-stats li:nth-child(2) .alb-interrupt-stat-val {
  color: var(--alb-pearl);
  text-shadow: 0 0 24px rgba(201, 162, 39, 0.35);
}

.alb-quiet-tab.is-active {
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.18) 0%, rgba(92, 72, 148, 0.12) 100%);
  color: var(--alb-gold-light);
}

body.alb-home .alb-psalm {
  background: linear-gradient(135deg, rgba(92, 72, 148, 0.1) 0%, rgba(201, 162, 39, 0.06) 100%);
  border-top: 1px solid rgba(201, 162, 39, 0.12);
  border-bottom: 1px solid rgba(201, 162, 39, 0.12);
}
body.alb-home .alb-psalm blockquote {
  color: var(--alb-cream-dim);
  font-style: italic;
}
body.alb-home .alb-psalm cite {
  color: var(--alb-gold);
  letter-spacing: 0.12em;
}

.btn-gold {
  background: linear-gradient(180deg, var(--alb-gold-light) 0%, var(--alb-gold) 55%, var(--alb-gold-dim) 100%);
  box-shadow: 0 2px 12px rgba(201, 162, 39, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn-gold:hover {
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

body.alb-audience-page .alb-audience-hero {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(92, 72, 148, 0.2) 0%, transparent 65%);
}
body.alb-audience-page .alb-audience-hero .alb-home-kicker {
  color: var(--alb-gold-light);
  opacity: 0.9;
}
body.alb-audience-page .alb-badge {
  border-color: rgba(201, 162, 39, 0.25);
  color: var(--alb-gold-light);
}
body.alb-audience-page .alb-audience-hero--artist {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201, 162, 39, 0.12) 0%, transparent 65%);
}
body.alb-audience-page .alb-love-icon {
  filter: drop-shadow(0 0 8px rgba(201, 162, 39, 0.25));
}

.alb-catchphrase strong {
  color: var(--alb-gold-light);
  font-weight: 600;
}

/* ???????????????????????????????????????????????????????????????????????????
   CITY SPLENDOR ? love at first sight (homepage + audience heroes)
   Eye-grabbing worship beauty � motion only where it serves wonder
   ??????????????????????????????????????????????????????????????????????????? */

@keyframes alb-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  33% { transform: translate(12px, -18px) scale(1.06); opacity: 0.75; }
  66% { transform: translate(-8px, 10px) scale(0.96); opacity: 0.5; }
}
@keyframes alb-hero-rise-in {
  from { opacity: 0; transform: translateY(28px); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes alb-disc-ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.45; }
  50% { transform: scale(1.12); opacity: 0.85; }
}
@keyframes alb-live-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255, 90, 90, 0.5); }
  50% { opacity: 0.65; box-shadow: 0 0 0 6px rgba(255, 90, 90, 0); }
}
@keyframes alb-shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}
@keyframes alb-gateway-glow {
  0%, 100% { box-shadow: var(--alb-shadow-gold); }
  50% { box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.28), 0 24px 64px rgba(92, 72, 148, 0.25), 0 0 80px rgba(201, 162, 39, 0.08); }
}

body.alb-home .alb-home-hero {
  min-height: calc(100vh - 72px);
  min-height: calc(100dvh - 72px);
  display: flex;
  align-items: center;
  padding: 48px 24px 72px;
}
body.alb-home .nav {
  border-bottom-color: rgba(201, 162, 39, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}
body.alb-home .nav-brand {
  text-shadow: 0 0 32px rgba(201, 162, 39, 0.15);
}
body.alb-home .nav-brand:hover {
  color: var(--alb-gold-bright);
}

.alb-hero-ambience {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.alb-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: alb-orb-float 18s ease-in-out infinite;
}
.alb-orb--gold {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(201, 162, 39, 0.35) 0%, transparent 70%);
}
.alb-orb--purple {
  width: min(360px, 55vw);
  height: min(360px, 55vw);
  bottom: 5%;
  left: -10%;
  background: radial-gradient(circle, rgba(92, 72, 148, 0.4) 0%, transparent 70%);
  animation-delay: -6s;
  animation-duration: 22s;
}
.alb-orb--mist {
  width: min(280px, 45vw);
  height: min(280px, 45vw);
  top: 35%;
  right: -8%;
  background: radial-gradient(circle, rgba(155, 139, 201, 0.25) 0%, transparent 70%);
  animation-delay: -12s;
  animation-duration: 20s;
}
.alb-hero-rays {
  position: absolute;
  inset: -40% -20%;
  background:
    conic-gradient(from 210deg at 50% 35%, transparent 0deg, rgba(201, 162, 39, 0.04) 30deg, transparent 60deg, rgba(92, 72, 148, 0.05) 120deg, transparent 150deg);
  opacity: 0.8;
}

.alb-hero-rise {
  animation: alb-hero-rise-in 0.9s var(--alb-ease) both;
  animation-delay: calc(0.08s + var(--alb-rise, 0) * 0.1s);
}

body.alb-home .alb-home-title {
  font-size: clamp(3rem, 10vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
  margin-bottom: 12px;
  text-shadow: 0 4px 48px rgba(201, 162, 39, 0.12);
}
.alb-title-accent {
  display: inline-block;
  font-style: italic;
  font-weight: 600;
  background: linear-gradient(120deg, var(--alb-pearl) 0%, var(--alb-gold-light) 55%, var(--alb-gold) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: alb-shimmer 8s linear infinite;
}
.alb-hero-whisper {
  font-family: var(--alb-font-display);
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-style: italic;
  font-weight: 500;
  color: var(--alb-gold-light);
  max-width: 32rem;
  margin: 0 auto 16px;
  line-height: 1.45;
  opacity: 0.92;
}

body.alb-home .alb-gateway-shell {
  animation: alb-gateway-glow 6s ease-in-out infinite;
  backdrop-filter: blur(12px);
}
body.alb-home .alb-gateway-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

.alb-jukebox-stage--hero {
  max-width: 100%;
  margin: 0 0 8px;
  padding: 22px 24px 20px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(201, 162, 39, 0.22);
  background:
    linear-gradient(145deg, rgba(0, 0, 0, 0.45) 0%, rgba(92, 72, 148, 0.18) 55%, rgba(201, 162, 39, 0.08) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.35s var(--alb-ease), border-color 0.35s, box-shadow 0.35s;
}
.alb-jukebox-stage--hero:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 48px rgba(201, 162, 39, 0.12);
}
.alb-jukebox-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 4px 12px 4px 8px;
  border-radius: var(--alb-radius-pill);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffb4b4;
  background: rgba(255, 80, 80, 0.12);
  border: 1px solid rgba(255, 100, 100, 0.25);
}
.alb-jukebox-listener-led {
  margin: 0 0 12px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--alb-pearl, #e8e4dc);
  font-weight: 500;
}
.alb-jukebox-listener-led--radio {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 0 12px;
  font-size: 0.92rem;
  color: var(--alb-cream, #f0ebe0);
}
body.alb-home .alb-jukebox-listener-led {
  margin-bottom: 10px;
  font-size: 0.86rem;
  color: var(--alb-muted, #b8b0a4);
}
body.alb-home .alb-jukebox-listener-led strong {
  color: var(--alb-gold-light);
  font-weight: 600;
}
.alb-jukebox-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5a5a;
  animation: alb-live-dot 2s ease-in-out infinite;
}
body.alb-home .alb-jukebox-label {
  color: var(--alb-gold);
  opacity: 0.75;
  margin-bottom: 12px;
}
.alb-jukebox-disc-wrap {
  position: relative;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alb-jukebox-disc-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, 0.35);
  animation: alb-disc-ring-pulse 3.5s ease-in-out infinite;
}
body.alb-home .alb-jukebox-disc {
  width: 72px;
  height: 72px;
  font-size: 1.15rem;
  box-shadow: 0 4px 24px rgba(201, 162, 39, 0.25);
}
body.alb-home .alb-jukebox-bars {
  display: flex;
  margin-bottom: 14px;
}
body.alb-home .alb-jukebox-bars i {
  animation: alb-wave 1.1s ease-in-out infinite !important;
  opacity: 0.75 !important;
  border-radius: 3px;
}
.alb-jukebox-enter {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--alb-gold-light);
  opacity: 0.85;
  transition: opacity 0.25s, letter-spacing 0.25s;
}
.alb-jukebox-stage--hero:hover .alb-jukebox-enter {
  opacity: 1;
  letter-spacing: 0.08em;
}

/* Homepage embedded jukebox player */
.alb-home-jukebox.alb-jukebox-stage--player {
  display: block;
  text-decoration: none;
  cursor: default;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 22px 18px;
}
.alb-home-jukebox.alb-jukebox-stage--player:hover {
  transform: none;
  scale: 1;
}
.alb-home-jukebox.is-playing .alb-jukebox-disc {
  animation: alb-disc-spin 4s linear infinite;
  box-shadow: 0 4px 28px rgba(201, 162, 39, 0.35);
}
.alb-home-jukebox.is-playing .alb-jukebox-bars i {
  opacity: 1 !important;
}
@keyframes alb-disc-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.alb-home-jukebox .alb-progress {
  margin: 4px 0 6px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.alb-home-jukebox .alb-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--alb-gold), #e8c96a);
  border-radius: 4px;
  transition: width 0.4s linear;
}
.alb-home-time {
  margin: 0 0 12px;
  font-size: 0.75rem;
  color: var(--alb-meta);
  text-align: center;
}
.alb-home-jukebox-listen {
  text-align: center;
  margin-bottom: 16px;
}
.alb-home-jukebox-listen .btn-gold {
  min-width: 140px;
  padding: 10px 28px;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.alb-home-jukebox-listen .alb-jukebox-listen-hint {
  margin: 8px 0 0;
  font-size: 0.72rem;
  color: var(--alb-meta);
}
.alb-home-act-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 10px;
}
.alb-home-act-grid.alb-act-row-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: unset;
  max-width: 580px;
  margin: 0 auto 10px;
  gap: 10px;
}
.alb-home-act-bless.alb-act-row-bless,
.alb-home-jukebox .alb-player-actions-bless.alb-act-row-bless {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 480px;
  margin: 8px auto 12px;
  width: 100%;
}
.alb-home-act-bless.alb-act-row-bless .alb-act-card,
.alb-home-act-bless.alb-act-row-bless .alb-act,
.alb-home-jukebox .alb-player-actions-bless.alb-act-row-bless .alb-act-card,
.alb-home-jukebox .alb-player-actions-bless.alb-act-row-bless .alb-act {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: unset;
}
.alb-home-act-bless .alb-act-card {
  padding: 10px 8px 8px;
  min-height: 68px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.alb-home-act-bless .alb-act-card .alb-act-label {
  font-size: 0.78rem;
  display: block;
}
.alb-home-act-bless .alb-act-card .alb-act-price {
  font-size: 0.68rem;
  display: block;
  margin-top: 2px;
}
.alb-home-act-bless .alb-act-card .alb-act-desc {
  display: none;
}
.alb-home-act-grid .alb-act-card {
  padding: 10px 8px 8px;
  min-height: 68px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.alb-home-act-grid .alb-act-card:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(201, 162, 39, 0.45);
  background: rgba(201, 162, 39, 0.08);
}
.alb-home-act-grid .alb-act-card .alb-act-label {
  font-size: 0.78rem;
  display: block;
}
.alb-home-act-grid .alb-act-card .alb-act-price {
  font-size: 0.68rem;
  display: block;
  margin-top: 2px;
}
.alb-home-act-grid .alb-act-card .alb-act-desc {
  display: none;
}
.alb-home-act-grid .alb-act-card--interrupt {
  padding: 14px 12px;
}
.alb-home-act-grid .alb-act-card--interrupt .alb-act-label {
  font-size: 0.88rem;
}
.alb-home-act-grid .alb-act-card--interrupt .alb-act-desc {
  display: block;
  font-size: 0.68rem;
  margin-top: 4px;
}
.alb-home-actions-hint {
  margin: 0 0 12px;
  font-size: 0.75rem;
  color: var(--alb-meta);
  text-align: center;
  line-height: 1.5;
}
.alb-home-fold-link {
  background: none;
  border: none;
  color: var(--alb-gold);
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}
.alb-home-jukebox-fold-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 0;
  padding: 8px 10px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.2);
}
.alb-home-jukebox-fold-bar .alb-fold-toggle {
  font-size: 0.72rem;
  padding: 5px 12px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-pearl-dim);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.alb-home-jukebox-fold-bar .alb-fold-toggle.is-open,
.alb-home-jukebox-fold-bar .alb-fold-toggle:hover {
  border-color: rgba(201, 162, 39, 0.4);
  color: var(--alb-gold-light);
}
.alb-home-radio-link {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--alb-gold);
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.alb-home-radio-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.alb-home-action-guide {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: var(--alb-radius);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}
.alb-home-action-guide h3 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: var(--alb-gold);
}
.alb-home-upnext {
  margin-top: 12px;
  text-align: left;
}
.alb-upnext-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.alb-upnext-head h3 {
  margin: 0;
  font-size: 1rem;
  color: var(--alb-gold, #B8960C);
}
.alb-upnext-lead {
  margin: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--alb-meta, #888);
  text-align: center;
}
#alb-upnext {
  max-width: 520px;
  margin: 0 auto;
}
.alb-upnext-hint {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--alb-meta, #888);
}
.alb-home-upnext-list,
#alb-upnext-list {
  transition: opacity 0.25s ease;
}
.alb-home-upnext-list.is-scrambling,
#alb-upnext-list.is-scrambling {
  animation: alb-queue-scramble 0.55s ease;
}
@keyframes alb-queue-scramble {
  0% { opacity: 1; transform: translateY(0); }
  35% { opacity: 0.35; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Time locks & fan-power callouts */
.alb-time-lock-banner {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.1);
  color: var(--alb-gold-light);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}
.alb-time-lock-banner strong { color: var(--alb-gold-bright); }
.alb-time-lock-countdown {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--alb-gold-bright);
}
.alb-time-lock-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(120%);
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: var(--alb-radius-pill);
  border: 1px solid rgba(201, 162, 39, 0.45);
  background: rgba(21, 16, 34, 0.96);
  color: var(--alb-pearl);
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  box-shadow: var(--alb-shadow-md);
  transition: transform 0.28s var(--alb-ease), opacity 0.28s var(--alb-ease);
  opacity: 0;
  pointer-events: none;
}
.alb-time-lock-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
button.is-time-locked,
.btn-outline.is-time-locked {
  opacity: 0.72;
  cursor: not-allowed;
  border-color: rgba(201, 162, 39, 0.35);
  color: var(--alb-gold-light);
}
.alb-fan-power-slot {
  max-width: 520px;
  margin: 0 auto 12px;
}
.alb-fan-power-callout {
  padding: 12px 14px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(94, 123, 79, 0.35);
  background: linear-gradient(145deg, rgba(94, 123, 79, 0.12), rgba(0, 0, 0, 0.18));
  text-align: left;
}
.alb-fan-power-callout--guide {
  margin: 0 0 14px;
}
.alb-fan-power-callout__head {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: var(--alb-green-light);
}
.alb-fan-power-callout__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.alb-fan-power-callout__list li {
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--alb-pearl-dim);
}
.alb-fan-power-chip {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  border-radius: var(--alb-radius-pill);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
}
.alb-fan-power-chip--air {
  border: 1px solid rgba(159, 217, 122, 0.45);
  background: rgba(94, 123, 79, 0.2);
  color: var(--alb-green-bright);
}
.alb-fan-power-chip--interrupt {
  border: 1px solid rgba(248, 113, 113, 0.55);
  background: rgba(220, 38, 38, 0.2);
  color: var(--alb-interrupt-bright);
}
.alb-fan-power-callout__fine {
  margin: 10px 0 0;
  font-size: 0.72rem;
  color: var(--alb-meta);
}

.alb-home-upnext-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.alb-home-artist-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--alb-gold-light);
  text-decoration: none;
  letter-spacing: 0.02em;
}
.alb-home-artist-link:hover {
  text-decoration: underline;
  color: var(--alb-gold);
}
@media (max-width: 420px) {
  .alb-home-act-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .alb-home-jukebox.alb-jukebox-stage--player {
    padding: 18px 16px 14px;
  }
}

.alb-gateway-path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 12px;
  font-size: 1.125rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s var(--alb-ease), box-shadow 0.3s;
}
.alb-gateway-path--listener .alb-gateway-path-icon {
  color: #c4b5fd;
  background: rgba(155, 139, 201, 0.15);
  border-color: rgba(155, 139, 201, 0.3);
}
.alb-gateway-path--artist .alb-gateway-path-icon {
  color: var(--alb-gold-light);
  background: rgba(201, 162, 39, 0.12);
  border-color: rgba(201, 162, 39, 0.3);
}
.alb-gateway-path:hover .alb-gateway-path-icon {
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(201, 162, 39, 0.2);
}
.alb-gateway-path--listener:hover {
  border-color: rgba(155, 139, 201, 0.45) !important;
  box-shadow: 0 8px 32px rgba(92, 72, 148, 0.25);
}
.alb-gateway-path--artist:hover {
  border-color: rgba(201, 162, 39, 0.5) !important;
  box-shadow: 0 8px 32px rgba(201, 162, 39, 0.15);
}
body.alb-home .alb-gateway-prompt {
  color: var(--alb-gold);
  opacity: 0.7;
  letter-spacing: 0.24em;
}

.alb-psalm--glow {
  position: relative;
  overflow: hidden;
  padding: 40px 32px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  background:
    linear-gradient(160deg, rgba(92, 72, 148, 0.15) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(201, 162, 39, 0.08) 100%);
  box-shadow: 0 0 60px rgba(92, 72, 148, 0.12);
}
.alb-psalm--glow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(201, 162, 39, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.alb-psalm-mark {
  display: block;
  font-size: 0.875rem;
  color: var(--alb-gold);
  opacity: 0.5;
  margin-bottom: 12px;
}
body.alb-home .alb-psalm blockquote {
  font-size: clamp(1.2rem, 3.2vw, 1.65rem);
  color: var(--alb-pearl);
}

.alb-cta-band--glow {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background:
    linear-gradient(165deg, rgba(92, 72, 148, 0.18) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(201, 162, 39, 0.1) 100%);
  box-shadow: 0 0 80px rgba(201, 162, 39, 0.08);
}
.alb-cta-band--glow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--alb-gold-light), transparent);
  opacity: 0.6;
}
body.alb-home .alb-cta-band h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  font-weight: 500;
  background: linear-gradient(120deg, var(--alb-pearl), var(--alb-gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-gold--hero {
  padding: 14px 32px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  transform: translateY(0);
  transition: transform 0.3s var(--alb-ease), box-shadow 0.3s;
}
.btn-gold--hero:hover {
  transform: translateY(-3px);
}

body.alb-audience-page .alb-audience-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}
body.alb-audience-page .alb-audience-hero .alb-hero-ambience {
  position: absolute;
  inset: 0;
}
body.alb-audience-page .alb-home-title {
  text-shadow: 0 4px 40px rgba(201, 162, 39, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .alb-orb,
  .alb-title-accent,
  body.alb-home .alb-gateway-shell,
  .alb-jukebox-disc-ring,
  .alb-jukebox-live-dot,
  .alb-hero-rise,
  body.alb-home .alb-jukebox-bars i {
    animation: none !important;
  }
  .alb-hero-rise { opacity: 1; transform: none; filter: none; }
}

/* ?? Five pillars ? what Alabasta is ?? */
.alb-five-pillars {
  max-width: var(--alb-max);
  margin: 0 auto 56px;
  padding: 0 24px;
}
.alb-five-pillars-inner {
  padding: 40px 28px 32px;
  border-radius: var(--alb-radius-lg);
  border: 1px solid rgba(201, 162, 39, 0.16);
  background:
    linear-gradient(165deg, rgba(92, 72, 148, 0.12) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(201, 162, 39, 0.06) 100%);
  box-shadow: var(--alb-shadow-md);
  text-align: center;
}
.alb-five-pillars-kicker {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--alb-gold-light);
  margin-bottom: 12px;
}
.alb-five-pillars-headline {
  font-family: var(--alb-font-display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 500;
  color: var(--alb-pearl);
  margin-bottom: 12px;
  line-height: 1.15;
}
.alb-five-pillars-lead {
  max-width: 36rem;
  margin: 0 auto 28px;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--alb-muted);
}
.alb-five-pillars-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 900px) {
  .alb-five-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .alb-five-pillars-grid {
    grid-template-columns: 1fr;
  }
}
.alb-five-pillar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px;
  border-radius: var(--alb-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.22);
  transition: border-color 0.25s, transform 0.25s var(--alb-ease);
}
.alb-five-pillar:hover {
  border-color: rgba(201, 162, 39, 0.3);
  transform: translateY(-2px);
}
.alb-five-pillar-num {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--alb-gold);
  opacity: 0.65;
}
.alb-five-pillar-icon {
  font-size: 1.35rem;
  line-height: 1;
}
.alb-five-pillar-title {
  font-family: var(--alb-font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--alb-pearl);
  line-height: 1.2;
}
.alb-five-pillar-body {
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--alb-muted);
}
.alb-five-pillars-foot {
  margin-top: 24px;
  font-size: 0.8125rem;
}
.alb-five-pillars-foot a {
  font-weight: 600;
  color: var(--alb-gold-light);
}

/* Ministry Growth Score + Release Checklist + Listen row */
.alb-growth-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.alb-growth-sub {
  font-size: 0.85rem;
  color: var(--alb-muted);
  margin: 6px 0 0;
}
.alb-growth-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid var(--alb-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(184, 150, 12, 0.08);
}
.alb-growth-num {
  font-family: var(--alb-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--alb-gold);
}
.alb-growth-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 520px) {
  .alb-growth-stats { grid-template-columns: repeat(2, 1fr); }
}
.alb-growth-stats div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--alb-border);
  border-radius: 8px;
  padding: 10px 12px;
  text-align: center;
}
.alb-growth-stats strong {
  display: block;
  font-size: 1.15rem;
  color: var(--alb-pearl);
}
.alb-growth-stats span {
  font-size: 0.72rem;
  color: var(--alb-muted);
  text-transform: lowercase;
}
.alb-growth-foot {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: var(--alb-muted);
}
.alb-release-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.alb-release-pct {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--alb-gold);
}
.alb-release-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alb-release-item {
  padding: 10px 0;
  border-bottom: 1px solid var(--alb-border);
  font-size: 0.88rem;
}
.alb-release-item:last-child { border-bottom: none; }
.alb-release-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: var(--alb-muted);
}
.alb-release-item.is-done label {
  color: var(--alb-pearl);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.alb-release-item input { margin-top: 3px; flex-shrink: 0; }
.alb-listen-row {
  margin: 12px 0 10px;
}
.alb-listen-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alb-muted);
  margin: 0 0 8px;
}
.alb-listen-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.alb-listen-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--alb-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--alb-pearl);
  transition: border-color 0.15s, background 0.15s;
}
.alb-listen-btn:hover {
  border-color: var(--alb-gold);
  background: rgba(184, 150, 12, 0.1);
}
.alb-listen-icon { opacity: 0.85; }
.alb-streaming-footnote-lead {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0 0 10px;
  line-height: 1.5;
}
.alb-listen-btns--foot { margin-top: 4px; }
.alb-listen-btn--muted {
  font-size: 0.82rem;
  padding: 6px 12px;
  opacity: 0.88;
  border-color: var(--alb-border);
}


/* ?? City Points ?? */
.alb-cp-page .alb-cp-balance-card {
  text-align: center;
  padding: 28px 20px;
  margin: 24px 0;
}
.alb-cp-balance-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.alb-cp-balance-num {
  font-family: var(--alb-font-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--alb-gold);
  line-height: 1;
}
.alb-cp-balance-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--alb-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.alb-cp-balance-cap {
  font-size: 0.9rem;
  color: var(--alb-muted);
}
.alb-cp-status-line {
  margin: 12px 0 16px;
  font-size: 0.92rem;
  color: var(--alb-muted);
}
.alb-cp-status--cap {
  color: #e8a838;
  font-weight: 600;
}
.alb-cp-name-label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-muted);
  margin-bottom: 6px;
}
.alb-cp-name-input {
  width: 100%;
  max-width: 240px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--alb-border);
  background: rgba(0, 0, 0, 0.25);
  color: var(--alb-pearl);
  font-size: 0.95rem;
}
.alb-cp-section {
  margin: 32px 0;
}
.alb-cp-section-lead {
  font-size: 0.9rem;
  color: var(--alb-muted);
  margin: 0 0 12px;
}
.alb-cp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.alb-cp-table th,
.alb-cp-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--alb-border);
  vertical-align: top;
}
.alb-cp-table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--alb-muted);
  font-weight: 600;
}
.alb-cp-lane {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.alb-cp-lane--radio {
  background: rgba(76, 175, 80, 0.15);
  color: #7dd87f;
}
.alb-cp-lane--community {
  background: rgba(120, 140, 220, 0.15);
  color: #a8b8f0;
}
.alb-cp-fine {
  font-size: 0.82rem;
  color: var(--alb-muted);
  margin: 12px 0 0;
  line-height: 1.5;
}
.alb-cp-muted {
  color: var(--alb-muted);
  font-size: 0.85rem;
}
.alb-cp-board {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alb-cp-board-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-bottom: 6px;
}
.alb-cp-board-row.is-you {
  border-color: var(--alb-gold);
  background: rgba(184, 150, 12, 0.08);
}
.alb-cp-board-row.is-tcs {
  background: rgba(184, 150, 12, 0.12);
}
.alb-cp-rank {
  width: 28px;
  font-weight: 700;
  color: var(--alb-muted);
}
.alb-cp-name {
  flex: 1;
  font-weight: 600;
}
.alb-cp-weekly {
  font-variant-numeric: tabular-nums;
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-cp-tcs-badge {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  background: var(--alb-gold);
  color: #1a1200;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.alb-cp-tcs-title {
  color: var(--alb-gold);
}
.alb-cp-redeem-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.alb-cp-redeem-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.alb-cp-ledger {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.88rem;
}
.alb-cp-ledger li {
  padding: 8px 0;
  border-bottom: 1px solid var(--alb-border);
  color: var(--alb-muted);
}
.alb-cp-ledger li span {
  color: var(--alb-gold);
  font-weight: 600;
}
.alb-cp-nav-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  margin-right: 6px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--alb-gold);
  border: 1px solid rgba(184, 150, 12, 0.45);
  background: rgba(184, 150, 12, 0.1);
}
.alb-cp-nav-chip:hover {
  background: rgba(184, 150, 12, 0.2);
  border-color: var(--alb-gold);
}
.alb-cp-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  z-index: 10050;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(20, 18, 12, 0.95);
  border: 1px solid var(--alb-gold);
  color: var(--alb-gold);
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.alb-cp-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* -- Kingdom Content Standard (upload + report) -- */
.alb-content-guard-preview {
  margin: 16px 0;
  padding: 16px 16px 14px;
  border-radius: var(--alb-radius-sm);
  border: 1px solid rgba(220, 38, 38, 0.55);
  border-left: 4px solid var(--alb-interrupt, #dc2626);
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.14) 0%, rgba(153, 27, 27, 0.08) 100%);
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.12), 0 8px 24px rgba(220, 38, 38, 0.12);
}
.alb-content-guard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.alb-kingdom-standard-title {
  font-family: var(--alb-font-display, 'Cormorant Garamond', Georgia, serif);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fecaca;
  text-shadow: 0 0 18px rgba(220, 38, 38, 0.35);
}
.alb-kingdom-standard-lead {
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 8px 0 10px;
  color: #fecaca;
}
.alb-kingdom-standard-rule {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 12px;
  color: #ff6b6b;
}
.alb-badge-red {
  background: rgba(220, 38, 38, 0.22);
  color: #fecaca;
  border: 1px solid rgba(248, 113, 113, 0.55);
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.alb-content-guard-details {
  margin-top: 8px;
}
.alb-content-guard-details summary {
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fca5a5;
}
.alb-content-guard-details ul,
.alb-content-guard-details ol {
  font-size: 0.82rem;
  margin: 8px 0;
  padding-left: 20px;
  color: var(--alb-pearl-dim, #ddd8e8);
}
.alb-content-guard-details li {
  margin: 4px 0;
}

/* SEO entity stubs ? match city theme (not bare browser white) */
body.alb-seo-entity-page {
  background: var(--alb-purple-deep, #0c0814) !important;
  color: var(--alb-pearl, #f7f5fa);
  min-height: 100vh;
}
body.alb-seo-entity-page .alb-seo-entity h1 {
  color: var(--alb-gold, #c9a227);
  font-family: var(--alb-font-display, 'Cormorant Garamond', Georgia, serif);
}
body.alb-seo-entity-page .alb-seo-entity a {
  color: var(--alb-gold-light, #e8cf7a);
}
