:root {
  --bg: #08090b;
  --bg-soft: #0d1015;
  --panel: #121720;
  --panel-2: #171d27;
  --ink: #f8fafc;
  --text: #e8edf4;
  --muted: #9aa5b5;
  --line: rgba(255,255,255,.08);
  --yellow: #f7c85f;
  --coral: #fb7185;
  --green: #34d399;
  --sky: #67d4ff;
  --purple: #a78bfa;
  --cream: #f4f7fb;
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 0; background: var(--bg); }
body {
  margin: 0;
  min-width: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.icon-sprite { display: none; }
.ui-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

body::-webkit-scrollbar,
.listen-main::-webkit-scrollbar,
.track-list::-webkit-scrollbar { width: 0; height: 0; }

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 850;
  color: var(--ink);
}
.brand-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: var(--yellow);
  position: relative;
}
.brand-icon::after {
  content: "MM";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #101010;
  font-size: 10px;
  font-weight: 950;
}
.brand-mark span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eyebrow {
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(44px, 6vw, 82px);
  line-height: .92;
  font-weight: 900;
}
h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  font-weight: 880;
}
h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.1; }
p { color: var(--muted); line-height: 1.55; }

.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 0 18px;
  font-weight: 850;
  color: var(--ink);
  background: var(--panel-2);
}
.button-primary { color: #101010; background: var(--yellow); }
.button-ghost { color: var(--text); background: rgba(255,255,255,.08); }
.button-compact { min-height: 34px; padding: 0 12px; }
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--yellow);
  border: 0;
  background: transparent;
  font-weight: 850;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

/* Shared app primitives. */
.section-heading,
.panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.status-pill,
.section-meta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #101010;
  background: var(--green);
  font-size: 12px;
  font-weight: 900;
}
.track-row,
.ops-row,
.account-row,
.payment-row {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 8px 10px;
  border: 0;
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255,255,255,.055);
  text-align: left;
}
.track-copy { min-width: 0; }
.track-copy strong,
.ops-row strong,
.account-row h2 {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-copy span,
.ops-row small,
.account-row p {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mini-cover,
.library-art,
.artist-photo,
.dock-cover,
.mood-dot,
.playlist-feature-art,
.playlist-profile-art,
.artist-profile-photo {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--ink);
  background: var(--yellow);
  background-size: cover;
  background-position: center;
}
.cover-green { background: var(--green); }
.cover-coral, .cover-orange, .cover-clay { background: var(--coral); }
.cover-blue, .cover-mountain { background: var(--sky); }
.cover-purple, .cover-night { background: var(--purple); }
.cover-brown, .cover-forest { background: #2c2a23; }
.cover-sun { background: var(--yellow); color: #101010; }
.artist-90k { background-image: url("/static/media/artists/90k-ka-msoo.jpg"); }
.artist-wachuka-1 { background-image: url("/static/media/artists/wachuka-1.jpg"); }
.artist-wachuka-2 { background-image: url("/static/media/artists/wachuka-2.jpg"); }
.artist-muringi-1 { background-image: url("/static/media/artists/muringi-1.jpg"); }
.artist-muringi-2 { background-image: url("/static/media/artists/muringi-2.jpg"); }
.artist-samidoh { background-image: url("/static/media/artists/samidoh.jpg"); }
.artist-jose { background-image: url("/static/media/artists/jose-gatutura.jpg"); }

/* Shared forms */
.studio-form label,
.account-settings-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}
input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius-sm);
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255,255,255,.08);
  outline: none;
}
input:focus, select:focus, textarea:focus { box-shadow: 0 0 0 2px var(--yellow); }
/* Listener app */
.listener-body {
  overflow-x: hidden;
  background: var(--bg);
}
.listen-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
}
.listen-dock {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 26px 12px 14px;
  background: #0a0c10;
}
.listen-dock .brand-mark { padding: 0 10px; }
.listen-dock .brand-mark span:last-child { max-width: 156px; }
.dock-nav,
.side-nav {
  display: grid;
  gap: 5px;
}
.dock-nav a,
.dock-account,
.side-nav a {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-sm);
  padding: 0 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
}
.dock-nav a span:first-child,
.dock-account > span,
.mobile-tabs a span:first-child,
.account-row-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06);
}
.dock-nav a.active,
.dock-nav a:hover,
.dock-account.active,
.side-nav a.active,
.side-nav a:hover {
  color: #101010;
  background: var(--yellow);
}
.dock-pass {
  margin-top: auto;
  display: grid;
  gap: 8px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--panel);
}
.dock-account { padding: 0; color: var(--text); }
.dock-account div { min-width: 0; }
.dock-account strong,
.dock-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dock-account small { color: var(--muted); font-size: 12px; }
.dock-logout button { width: 100%; }

.listen-main {
  min-width: 0;
  padding: 32px 28px 210px;
}
.listen-command,
.listen-content,
.playlist-profile,
.artist-profile,
.app-footer {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.listen-command { margin-bottom: 28px; }
.listen-search {
  width: min(620px, 100%);
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border-radius: 12px;
  background: var(--panel-2);
}
.listen-search span {
  flex: 0 0 auto;
  color: var(--muted);
}
.listen-search input {
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 44px;
  padding: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}
.listen-search input:focus {
  box-shadow: none;
}
.listen-search:focus-within {
  box-shadow: 0 0 0 2px var(--yellow);
}
.listen-mobile-header { display: none; }

.listen-content { display: grid; gap: 22px; }
.product-page-head { margin-bottom: 8px; }
.product-page-head h1,
.account-page > h1 { font-size: clamp(44px, 5vw, 64px); }
.product-page-head p:not(.eyebrow) { max-width: 680px; }

.home-decision-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.home-decision-meta span,
.library-count {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 850;
}
.home-balance-grid,
.home-context-grid,
.artist-detail-grid,
.studio-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .9fr);
  gap: 16px;
}
.home-section,
.discover-section {
  min-width: 0;
}
.section-heading { align-items: center; margin-bottom: 10px; }
.section-heading h2 { margin: 0; font-size: 22px; }
.recommendation-grid,
.playlist-grid,
.home-artist-strip,
.artist-pass-strip,
.mood-lane-grid,
.studio-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-artist-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.home-artist-card,
.artist-pass-strip article,
.metric-card,
.account-card,
.ops-panel,
.user-playlist-panel,
.artist-detail-panel {
  min-width: 0;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--panel);
}
.home-artist-card a { display: grid; gap: 8px; }
.home-artist-card .artist-photo,
.artist-pass-strip .artist-photo {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
.artist-card-name,
.home-artist-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.follow-chip,
.track-menu-button,
.round-control,
.save-button,
.surface-close {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--text);
  background: rgba(255,255,255,.08);
  font-weight: 850;
}
.follow-chip { width: 100%; margin-top: 10px; }
.follow-chip.is-following { color: #101010; background: var(--green); }

.playlist-filter-bar,
.category-row,
.playlist-visibility {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.category-row button,
.playlist-visibility button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0 13px;
  color: var(--muted);
  background: var(--panel);
  font-weight: 850;
}
.category-row button.active,
.playlist-visibility button.active { color: #101010; background: var(--yellow); }
.catalog-control { display: grid; gap: 14px; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.track-row { background: var(--panel); }
.track-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.track-row.is-playing { outline: 2px solid var(--yellow); }
.empty-state {
  margin: 0;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--panel);
}

.playlist-feature {
  min-height: 170px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: var(--cream);
  color: #101010;
}
.playlist-feature .library-art { width: 130px; height: 130px; }
.playlist-feature strong { color: #101010; font-size: clamp(28px, 4vw, 48px); line-height: .95; }
.playlist-feature-meta { font-weight: 900; }
.user-playlist-form,
.playlist-create-inline,
.playlist-manage-form,
.pass-payment-form,
.dev-pass-form,
.studio-form {
  display: grid;
  gap: 10px;
}

.playlist-profile,
.artist-profile {
  grid-template-columns: 150px minmax(0, 1fr);
}
.playlist-profile-art,
.artist-profile-photo { width: 150px; height: 150px; }
.playlist-profile h1,
.artist-profile h1 { font-size: clamp(46px, 6vw, 78px); }
.overview-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }

.artist-profile {
  min-height: 0;
  grid-template-columns: 184px minmax(0, 1fr);
  align-items: center;
  padding: 18px;
}

.artist-profile-photo {
  width: 184px;
  height: 184px;
  border-radius: 14px;
}

.artist-profile h1 {
  max-width: 820px;
  margin-bottom: 8px;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: .94;
}

.artist-profile .artist-profile-meta {
  margin-bottom: 8px;
}

.artist-profile p:not(.eyebrow):not(.artist-profile-meta) {
  max-width: 760px;
  margin-bottom: 12px;
}

.artist-profile .overview-actions {
  margin-top: 10px;
}

.artist-profile .overview-actions .button {
  min-height: 38px;
}

.pass-decision {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}
.pass-price-card {
  padding: 20px;
  border-radius: var(--radius);
  color: #101010;
  background: var(--yellow);
}
.pass-price-card h2 { color: #101010; font-size: 46px; }
.pass-price-card p { color: rgba(16,16,16,.72); }
.pass-price-card .button-primary { background: #101010; color: var(--ink); }
.payment-row { margin-top: 10px; }

.account-page { display: grid; grid-template-columns: 1fr; gap: 12px; }
.account-page > .product-page-head,
.account-page > .account-decision,
.account-page > .password-required,
.account-page > .account-detail-rows,
.account-page > .app-footer {
  grid-column: 1 / -1;
}
.account-page > .product-page-head {
  margin-bottom: 0;
}
.account-page > .product-page-head h1 {
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: .92;
}
.account-management-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}
.account-card {
  grid-column: span 6;
}
.account-card:first-child { grid-row: auto; }
.account-activity-card {
  grid-column: span 8;
  grid-row: auto;
}
.account-card#account-following,
.account-card#account-pass {
  grid-column: span 4;
}
.account-activity-card h2 {
  margin: 0 0 10px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
}
.account-highlight-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.account-highlight {
  min-width: 0;
  min-height: 72px;
  display: grid;
  align-content: space-between;
  gap: 8px;
  padding: 11px;
  border-radius: 10px;
  background: rgba(255,255,255,.055);
}
.account-highlight.primary {
  background: rgba(247,200,95,.16);
}
.account-highlight span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}
.account-highlight strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.05;
  text-overflow: ellipsis;
}
.account-card h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.account-stat-list div,
.payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  border-bottom: 1px solid var(--line);
}
.account-stat-list span,
.payment-row span { color: var(--muted); }
.account-stat-list strong,
.payment-row strong { color: var(--ink); }
.account-avatar {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #101010;
  background: var(--yellow);
  font-weight: 920;
}
.account-identity { display: flex; align-items: center; gap: 14px; }
.account-decision {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 13px;
}
.account-decision h2 {
  margin: 0 0 4px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}
.account-decision p:not(.eyebrow) {
  margin: 0;
}

.app-footer {
  margin-top: 30px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
}
.app-footer nav { display: flex; gap: 12px; flex-wrap: wrap; }

.account-page + .app-footer { margin-bottom: 28px; }
.mobile-tabs { display: none; }

/* Studio/admin */
.studio-body { background: var(--bg); }
.studio-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
}
.app-sidebar,
.studio-side {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 26px 12px;
  background: #0a0c10;
}
.studio-main {
  min-width: 0;
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 34px 28px 60px;
}
.app-topbar,
.studio-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.studio-metrics-grid { margin-bottom: 14px; }
.metric-card span,
.metric-card small { display: block; color: var(--muted); font-size: 13px; }
.metric-card strong { display: block; margin: 8px 0; color: var(--ink); font-size: 28px; line-height: 1; }
.studio-section-heading { margin: 26px 0 10px; }
.studio-mobile-nav { display: none; }

/* Overlays */
.playlist-surface {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0,0,0,.68);
}
.playlist-surface[hidden] { display: none; }
.playlist-surface-card {
  width: min(440px, 100%);
  position: relative;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--panel);
}
.surface-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

@media (max-width: 980px) {
  .home-balance-grid,
  .home-context-grid,
  .pass-decision,
  .account-page,
  .account-management-grid,
  .studio-overview-grid {
    grid-template-columns: 1fr;
  }
  .listen-shell,
  .studio-shell { display: block; }
  .listen-dock,
  .app-sidebar { display: none; }
  .listen-main,
  .studio-main { padding: 16px 14px 174px; }
  .listen-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }
  .listen-command { margin-bottom: 18px; }
  .recommendation-grid,
  .playlist-grid,
  .home-artist-strip,
  .artist-pass-strip,
  .mood-lane-grid,
  .studio-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .playlist-feature,
  .playlist-profile,
  .artist-profile {
    grid-template-columns: 90px minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
  }
  .playlist-feature .library-art,
  .playlist-profile-art,
  .artist-profile-photo { width: 90px; height: 90px; }
  .playlist-feature strong,
  .playlist-profile h1,
  .artist-profile h1 { font-size: clamp(30px, 9vw, 44px); }
  .track-row { grid-template-columns: 48px minmax(0, 1fr); }
  .track-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
  .account-card:first-child { grid-row: auto; }
  .account-activity-card { grid-column: auto; }
  .account-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .account-highlight {
    min-height: 82px;
    padding: 12px;
  }
  .account-highlight.primary {
    grid-column: 1 / -1;
  }
  .home-artist-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 138px;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 4px;
  }

  .home-artist-card {
    scroll-snap-align: start;
    padding: 10px;
  }

  .home-artist-card .artist-photo {
    width: 100%;
    height: 108px;
    aspect-ratio: auto;
    border-radius: 10px;
  }

  .home-artist-card .artist-card-name {
    font-size: 13px;
  }

  .home-artist-card small {
    font-size: 11px;
  }

  .home-artist-card .follow-chip {
    min-height: 34px;
    margin-top: 8px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(40px, 13vw, 56px); }
  .recommendation-grid,
  .playlist-grid,
  .artist-pass-strip,
  .mood-lane-grid,
  .studio-metrics-grid {
    grid-template-columns: 1fr;
  }
  .app-footer { justify-content: center; text-align: center; flex-direction: column; }
}

/* Dashboard cleanup: one authoritative dark music SaaS layer. */
.listener-body {
  --bg: #030405;
  --panel: #0d1014;
  --panel-2: #141922;
  --line: rgba(255,255,255,.055);
  --muted: #8d95a3;
  --yellow: #ffb22e;
  --coral: #f15f3b;
  --green: #33d39a;
  --sky: #2bc7f4;
  --purple: #9c6dff;
  color: var(--text);
  background: #030405;
}

.listen-shell {
  grid-template-columns: 224px minmax(0, 1fr);
}

.listen-dock {
  gap: 34px;
  padding: 32px 18px 20px;
  background: #030405;
}

.listen-dock .brand-mark {
  padding: 0;
  font-size: 15px;
}

.dock-nav {
  gap: 4px;
}

.dock-nav a,
.dock-account {
  min-height: 38px;
  gap: 12px;
  border-radius: 8px;
  padding: 0 10px;
  color: rgba(248,250,252,.58);
  background: transparent;
}

.dock-nav a span:first-child,
.dock-account > span,
.mobile-tabs a span:first-child,
.account-row-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: transparent;
}

.dock-nav a.active,
.dock-nav a:hover,
.dock-account.active {
  color: var(--ink);
  background: linear-gradient(90deg, rgba(255,255,255,.15), rgba(255,255,255,.055));
}

.dock-nav a.active span:first-child,
.dock-account.active > span {
  color: #070707;
  background: var(--yellow);
}

.dock-pass {
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.dock-account small,
.dock-pass .button span,
.dock-logout span {
  display: none;
}

.dock-pass .button,
.dock-logout .button {
  min-height: 36px;
  justify-content: flex-start;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
}

.listen-main {
  padding: 30px 38px 180px;
}

.listen-command,
.listen-content,
.playlist-profile,
.artist-profile,
.app-footer {
  width: min(100%, 1320px);
}

.listen-command {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}

.listen-search {
  width: min(560px, 100%);
  min-height: 40px;
  border-radius: 10px;
  padding-inline: 14px;
  background: #0c0f14;
}

.listen-search input {
  height: 40px;
  font-size: 14px;
}

.listen-search:focus-within {
  box-shadow: 0 0 0 1px rgba(255,178,46,.7);
}

.listen-content {
  gap: 22px;
}

.product-page-head {
  margin: 0;
}

.product-page-head h1,
.account-page > .product-page-head h1 {
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: .92;
}

.button,
.follow-chip,
.track-menu-button,
.round-control,
.save-button,
.surface-close {
  min-height: 40px;
  border-radius: 9px;
  padding-inline: 14px;
}

.button-primary,
.category-row button.active,
.playlist-visibility button.active {
  color: #070707;
  background: var(--yellow);
}

.button-ghost,
.track-menu-button,
.round-control,
.save-button {
  color: var(--text);
  background: rgba(255,255,255,.075);
}

.section-heading {
  margin-bottom: 12px;
}

.section-heading h2 {
  font-size: 20px;
}

.home-artist-card,
.artist-pass-strip article {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.home-artist-card .artist-photo,
.artist-pass-strip .artist-photo {
  border-radius: 18px;
}

.follow-chip {
  min-height: 34px;
  margin-top: 8px;
}

.track-row {
  min-height: 58px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 6px 8px;
  border-radius: 10px;
  background: transparent;
}

.track-row:hover,
.track-row.is-playing {
  background: rgba(255,255,255,.055);
}

.track-row.is-playing {
  outline: 0;
  box-shadow: inset 3px 0 0 var(--yellow);
}

.mini-cover,
.dock-cover {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.track-actions {
  gap: 4px;
}

.track-actions .track-menu-button,
.track-actions .save-button,
.round-control {
  min-width: 38px;
  min-height: 38px;
  padding: 0;
}

.playlist-profile,
.artist-profile {
  min-height: 0;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.playlist-profile-art,
.artist-profile-photo {
  width: 132px;
  height: 132px;
  border-radius: 18px;
}

.playlist-profile h1,
.artist-profile h1 {
  max-width: 760px;
  margin: 0 0 6px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: .9;
}

.overview-actions,
.artist-profile .overview-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 104px));
  gap: 7px;
  margin: 0;
  justify-content: end;
}

.overview-actions .button,
.artist-profile .overview-actions .button {
  min-height: 36px;
  padding-inline: 10px;
}

.playlist-detail-page,
.artist-detail-page,
.catalog-page,
.discover-page,
.playlist-page,
.pass-page,
.account-page {
  gap: 18px;
}

.pass-decision,
.account-decision {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.pass-decision {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.pass-decision-copy h2 {
  max-width: 620px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .9;
}

.pass-price-card {
  border-radius: 18px;
  background: var(--yellow);
}

.account-management-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.account-list-menu {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.account-list-menu a {
  min-width: 0;
  min-height: 66px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 12px;
  color: var(--muted);
  background: #0d1014;
}

.account-list-menu a.active,
.account-list-menu a:hover {
  color: var(--ink);
  background: rgba(255,255,255,.08);
}

.account-list-menu a.active span {
  color: #070707;
  background: var(--yellow);
}

.account-list-menu span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--text);
  background: rgba(255,255,255,.07);
}

.account-list-menu strong,
.account-list-menu small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-list-menu strong {
  color: inherit;
  font-size: 13px;
}

.account-list-menu small {
  margin-top: 2px;
  color: rgba(248,250,252,.48);
  font-size: 11px;
}

.account-card {
  padding: 14px;
  border-radius: 14px;
  background: #0d1014;
}

.account-activity-card {
  grid-column: span 7;
}

.account-card#account-following,
.account-card#account-pass {
  grid-column: span 5;
}

.account-focused-grid .account-card,
.account-focused-grid .account-card#account-following,
.account-focused-grid .account-card#account-pass {
  grid-column: span 7;
}

.account-highlight-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-highlight {
  min-height: 72px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
}

.account-highlight.primary {
  background: rgba(255,178,46,.16);
}

.account-detail-rows {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.account-row {
  min-height: 54px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.app-footer {
  justify-content: center;
  text-align: center;
  margin-top: 34px;
}

.app-footer nav {
  display: none;
}

/* Home sleek pass: open music shelves, fewer panels, stronger app rhythm. */
.home-page {
  gap: 30px;
}

.home-page .section-heading {
  min-height: 28px;
  margin-bottom: 14px;
}

.home-page .section-heading h2 {
  font-size: 19px;
  letter-spacing: -.02em;
}

@media (max-width: 980px) {
  .listen-shell {
    display: block;
  }

  .listen-dock {
    display: none;
  }

  .listen-main {
    padding: 16px 14px 154px;
  }

  .listen-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
  }

  .listen-command {
    margin-bottom: 18px;
  }

  .home-balance-grid,
  .home-context-grid,
  .artist-detail-grid,
  .pass-decision,
  .account-management-grid {
    grid-template-columns: 1fr;
  }

  .recommendation-grid,
  .playlist-grid,
  .home-artist-strip,
  .artist-pass-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mood-lane-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 74vw);
    grid-template-columns: none;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mood-lane-grid::-webkit-scrollbar {
    display: none;
  }

  .playlist-feature {
    min-height: 86px;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
  }

  .playlist-feature .library-art {
    width: 62px;
    height: 62px;
  }

  .playlist-feature strong {
    font-size: clamp(24px, 7vw, 32px);
  }

  .user-playlist-panel,
  .user-playlist-form,
  .user-playlist-list {
    grid-template-columns: 1fr;
  }

  .playlist-profile,
  .artist-profile {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-areas:
      "photo copy"
      "actions actions";
    gap: 10px;
  }

  .playlist-profile-art,
  .artist-profile-photo {
    grid-area: photo;
    width: 96px;
    height: 96px;
    border-radius: 13px;
  }

  .playlist-profile-copy,
  .artist-profile-copy {
    grid-area: copy;
    min-width: 0;
  }

  .playlist-profile h1,
  .artist-profile h1 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .overview-actions,
  .artist-profile .overview-actions {
    grid-area: actions;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
  }

  .overview-actions .button,
  .artist-profile .overview-actions .button {
    min-width: 0;
    min-height: 34px;
    gap: 4px;
    padding-inline: 5px;
    font-size: 11px;
  }

  .track-row {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 9px;
  }

  .mini-cover,
  .dock-cover {
    width: 44px;
    height: 44px;
  }

  .track-actions {
    grid-column: auto;
  }

  .track-actions .track-menu-button,
  .track-actions .save-button {
    min-width: 34px;
    min-height: 34px;
  }

  .account-card,
  .account-activity-card,
  .account-card#account-following,
  .account-card#account-pass,
  .account-focused-grid .account-card {
    grid-column: auto;
  }

  .account-list-menu {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .account-list-menu a {
    min-height: 54px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    padding: 8px 10px;
  }

  .account-list-menu a::after {
    content: "Open";
    color: var(--yellow);
    font-size: 11px;
    font-weight: 900;
  }

  .account-list-menu a.active::after {
    content: "Current";
  }

  .account-list-menu span {
    width: 32px;
    height: 32px;
  }

  .account-page:not(.account-tab-overview) .account-list-menu {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(116px, 30vw);
    grid-template-columns: none;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .account-page:not(.account-tab-overview) .account-list-menu::-webkit-scrollbar {
    display: none;
  }

  .account-page:not(.account-tab-overview) .account-list-menu a {
    min-height: 44px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 7px;
    padding: 6px 8px;
  }

  .account-page:not(.account-tab-overview) .account-list-menu span {
    width: 26px;
    height: 26px;
    border-radius: 8px;
  }

  .account-page:not(.account-tab-overview) .account-list-menu small,
  .account-page:not(.account-tab-overview) .account-list-menu a::after {
    display: none;
  }

  .account-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

/* App dashboard final cascade guard. Keep this at the end of the stylesheet. */
.listener-body .listen-main {
  max-width: 1680px;
  margin-inline: auto;
}

.listener-body .home-page {
  max-width: 1480px;
  gap: 26px;
}

.listener-body .home-page .home-decision {
  min-height: 250px;
  padding: 30px 34px;
  border-radius: 24px;
}

.listener-body .home-page .home-decision h2 {
  letter-spacing: -.055em;
}

.listener-body .home-page .home-decision-meta span {
  min-height: 26px;
  padding-inline: 10px;
  font-size: 12px;
}

.listener-body .home-page .feature-row {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  min-height: 60px;
  border-radius: 12px;
  padding: 6px 8px 6px 6px;
  gap: 10px;
  background: transparent;
}

.listener-body .home-page .feature-row .mini-cover {
  width: 46px;
  height: 46px;
  border-radius: 11px;
}

.listener-body .home-page .home-track-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.listener-body .home-page .home-track-actions .track-menu-button {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  border-radius: 10px;
  padding: 0;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.055);
}

.listener-body .home-page .home-track-actions .track-menu-button:hover {
  color: #070707;
  background: var(--yellow);
}

.listener-body .home-page .home-artist-card {
  min-width: 0;
}

.listener-body .home-page .home-artist-card .artist-photo {
  width: 100%;
  max-width: 156px;
  aspect-ratio: 1;
  height: auto;
}

.listener-body .home-page .home-artist-card a {
  justify-items: start;
}

.listener-body .home-page .home-artist-card .artist-card-name {
  margin-top: 2px;
  color: rgba(255,255,255,.92);
  font-weight: 850;
}

.listener-body .home-page .home-artist-card .artist-card-name,
.listener-body .home-page .home-artist-card small {
  max-width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .home-page .home-artist-card small {
  color: rgba(255,255,255,.48);
}

.listener-body .player-dock .dock-copy strong,
.listener-body .player-dock .dock-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .mobile-tabs {
  border-top: 0;
  background: rgba(4,5,7,.96);
}

.listener-body .mobile-tabs a {
  gap: 3px;
  min-height: 58px;
}

.listener-body .mobile-tabs a span:first-child {
  width: 31px;
  height: 28px;
}

.listener-body .mobile-tabs a .ui-icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 980px) {
  .listener-body .listen-main {
    overflow-x: hidden;
    padding: 14px 14px 146px;
  }

  .listener-body .listen-mobile-header {
    min-height: 46px;
    margin-bottom: 10px;
  }

  .listener-body .listen-command {
    margin-bottom: 16px;
  }

  .listener-body .listen-search {
    min-height: 42px;
    border-radius: 11px;
  }

  .listener-body .home-page {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    gap: 18px;
  }

  .listener-body .home-page .section-heading {
    margin-bottom: 10px;
  }

  .listener-body .home-page .section-heading h2 {
    font-size: 18px;
  }

  .listener-body .home-page .room-grid,
  .listener-body .home-page .home-artist-strip {
    grid-auto-columns: minmax(124px, 34vw);
    gap: 12px;
  }

  .listener-body .home-page .room-card strong {
    font-size: 14px;
  }

  .listener-body .home-page .feature-row {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    position: relative;
    min-height: 54px;
    padding: 5px 42px 5px 0;
    gap: 10px;
  }

  .listener-body .home-page .feature-row .track-copy span {
    font-size: 12px;
  }

  .listener-body .home-page .feature-row .mini-cover {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .listener-body .home-page .home-track-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    gap: 0;
  }

  .listener-body .home-page .home-track-actions .track-menu-button {
    display: none;
  }

  .listener-body .home-page .home-track-actions .track-menu-button:last-child {
    display: inline-flex;
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .listener-body .home-page .home-artist-strip {
    grid-auto-columns: minmax(96px, 27vw);
  }

  .listener-body .home-page .home-artist-card .artist-photo {
    max-width: 96px;
  }

  .listener-body .home-page .home-artist-card a {
    justify-items: center;
    text-align: center;
  }

  .listener-body .home-page .home-artist-card .artist-card-name,
  .listener-body .home-page .home-artist-card small {
    max-width: 96px;
    font-size: 12px;
  }

  .listener-body .home-page .home-artist-card small {
    display: none;
  }

  .listener-body .home-page .home-artist-card .follow-chip {
    display: none;
  }

  .listener-body .player-dock {
    min-height: 60px;
    padding: 8px 14px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .listener-body .player-dock .dock-cover {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    opacity: .86;
  }

  .listener-body .player-dock .dock-copy strong {
    font-size: 14px;
  }

  .listener-body .player-dock .dock-copy span {
    font-size: 12px;
  }

  .listener-body .dock-main-play {
    width: 42px;
    height: 42px;
    border-radius: 999px;
  }

  .listener-body .mobile-tabs {
    min-height: 64px;
    padding-top: 5px;
  }

  .listener-body .mobile-tabs a {
    min-height: 52px;
    font-size: 11px;
  }
}

/* App-wide UI cleanup: cooler music palette, flatter lists, fewer old borders. */
.listener-body {
  --coral: #e85d75;
  --yellow: #ffc44d;
  --green: #5ee1a5;
  --sky: #66d9f4;
  --purple: #8d6bff;
  --panel: #0b0d10;
  --panel-2: #11151a;
}

.listener-body .home-decision,
.listener-body .home-page .home-decision {
  color: #fff8ef;
  background:
    radial-gradient(18rem 12rem at 86% 18%, rgba(255,196,77,.34), transparent 62%),
    radial-gradient(20rem 16rem at 2% 100%, rgba(94,225,165,.2), transparent 66%),
    linear-gradient(132deg, #18251f 0%, #28213c 56%, #11151a 100%);
}

.listener-body .cover-coral,
.listener-body .cover-orange,
.listener-body .cover-clay {
  background: linear-gradient(135deg, #e85d75, #ffc44d);
}

.listener-body .accent-orange {
  --accent: #e85d75;
}

.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list {
  gap: 4px;
  padding: 0;
  border: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.listener-body .track-list::before,
.listener-body .track-list::after,
.listener-body .playlist-track-list::before,
.listener-body .playlist-track-list::after {
  display: none;
}

.listener-body .track-row {
  border: 0;
  border-top: 0;
  border-left: 0;
  border-radius: 11px;
  background: transparent;
  box-shadow: none;
}

.listener-body .track-row:hover,
.listener-body .track-row.is-playing {
  outline: 0;
  border: 0;
  box-shadow: none;
  background: rgba(255,255,255,.052);
}

.listener-body .catalog-control,
.listener-body .playlist-filter-bar,
.listener-body .user-playlist-panel,
.listener-body .mood-lane-card,
.listener-body .recommendation-grid a,
.listener-body .playlist-tile {
  border: 0;
  box-shadow: none;
}

.listener-body .catalog-control,
.listener-body .playlist-filter-bar,
.listener-body .user-playlist-panel {
  background: transparent;
  padding-inline: 0;
}

.listener-body .pass-price-card {
  color: #0b0d10;
  background: linear-gradient(135deg, #ffc44d, #5ee1a5);
}

.listener-body .button-primary,
.listener-body .dock-main-play,
.listener-body .category-row button.active,
.listener-body .playlist-visibility button.active {
  color: #0b0d10;
  background: #ffc44d;
}

.listener-body .product-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 0;
}

.listener-body .product-page-head h1,
.listener-body .account-page > .product-page-head h1 {
  font-size: clamp(30px, 3vw, 44px);
  line-height: .94;
  letter-spacing: -.045em;
}

.listener-body .discover-page,
.listener-body .catalog-page,
.listener-body .playlist-page,
.listener-body .pass-page,
.listener-body .account-page {
  gap: 16px;
}

.listener-body .mood-lane-grid {
  gap: 10px;
}

.listener-body .mood-lane-card {
  min-height: 58px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.listener-body .mood-lane-card small,
.listener-body .recommendation-grid small,
.listener-body .playlist-tile .library-count {
  color: rgba(255,255,255,.5);
}

.listener-body .recommendation-grid {
  gap: 10px;
}

.listener-body .recommendation-grid a {
  min-height: 60px;
  padding: 6px 0;
  background: transparent;
}

.listener-body .playlist-feature {
  min-height: 170px;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  background:
    radial-gradient(22rem 14rem at 84% 8%, rgba(102,217,244,.2), transparent 62%),
    linear-gradient(135deg, rgba(141,107,255,.22), rgba(94,225,165,.12)),
    #11151a;
  color: #fff8ef;
}

.listener-body .playlist-feature strong {
  color: #fff8ef;
  font-size: clamp(26px, 3.6vw, 42px);
}

.listener-body .playlist-feature-meta {
  color: rgba(255,255,255,.62);
}

.listener-body .account-list-menu {
  gap: 8px;
}

.listener-body .account-list-menu a {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-card,
.listener-body .account-decision,
.listener-body .password-required,
.listener-body .account-detail-rows {
  border: 0;
  box-shadow: none;
  background: rgba(255,255,255,.035);
}

.listener-body .account-decision,
.listener-body .password-required {
  padding: 14px;
  border-radius: 14px;
}

@media (max-width: 980px) {
  .listener-body .product-page-head {
    display: block;
  }

  .listener-body .product-page-head h1,
  .listener-body .account-page > .product-page-head h1 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .listener-body .mood-lane-grid {
    grid-auto-columns: minmax(190px, 58vw);
  }

  .listener-body .playlist-feature {
    min-height: 126px;
    padding: 14px;
    border-radius: 14px;
  }

  .listener-body .playlist-feature .library-art {
    width: 70px;
    height: 70px;
  }

  .listener-body .playlist-feature strong {
    font-size: clamp(24px, 7vw, 32px);
  }

  .listener-body .account-list-menu a {
    min-height: 44px;
  }

  .listener-body .track-list,
  .listener-body .playlist-track-list,
  .listener-body .artist-song-list {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .listener-body .track-row {
    border-radius: 10px;
  }

}

/* Dashboard alignment cleanup: one rail, one gutter, one section rhythm. */
.listener-body .listen-main {
  --dashboard-rail: 1440px;
  --dashboard-gutter: clamp(18px, 3vw, 38px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px var(--dashboard-gutter) 174px;
}

.listener-body .listen-command,
.listener-body .listen-content,
.listener-body .playlist-profile,
.listener-body .artist-profile,
.listener-body .app-footer {
  width: min(100%, var(--dashboard-rail));
  max-width: var(--dashboard-rail);
  margin-inline: auto;
}

.listener-body .listen-command {
  min-height: 44px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: flex-start;
}

.listener-body .listen-search {
  width: min(560px, 100%);
  max-width: 560px;
}

.listener-body .listen-content {
  align-items: stretch;
  gap: 18px;
}

.listener-body .home-page,
.listener-body .discover-page,
.listener-body .catalog-page,
.listener-body .playlist-page,
.listener-body .playlist-detail-page,
.listener-body .artist-detail-page,
.listener-body .pass-page,
.listener-body .account-page {
  width: min(100%, var(--dashboard-rail));
  max-width: var(--dashboard-rail);
  align-content: start;
}

.listener-body .product-page-head {
  width: 100%;
  min-height: 0;
  padding: 0;
}

.listener-body .product-page-head p {
  max-width: 560px;
  margin-top: 6px;
}

.listener-body .playlist-page {
  grid-template-columns: minmax(0, 1fr);
}

.listener-body .playlist-feature {
  width: 100%;
  min-height: 132px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
}

.listener-body .playlist-feature .library-art {
  width: 96px;
  height: 96px;
}

.listener-body .playlist-feature strong {
  max-width: 680px;
  font-size: clamp(24px, 2.9vw, 38px);
}

.listener-body .playlist-feature-meta {
  justify-self: end;
  white-space: nowrap;
}

.listener-body .playlist-filter-bar {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.listener-body .playlist-grid {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.listener-body .playlist-tile {
  min-height: 94px;
  align-items: center;
}

.listener-body .user-playlist-panel {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(320px, 1fr);
  gap: 14px;
  align-items: start;
  padding-block: 0;
}

.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list {
  width: 100%;
  max-width: 100%;
}

.listener-body .app-footer {
  margin-top: 24px;
  padding: 12px 0 0;
  justify-content: center;
}

@media (max-width: 980px) {
  .listener-body .listen-main {
    --dashboard-gutter: 14px;
    padding: 14px var(--dashboard-gutter) 146px;
  }

  .listener-body .listen-command,
  .listener-body .listen-content,
  .listener-body .playlist-profile,
  .listener-body .artist-profile,
  .listener-body .app-footer {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .listener-body .listen-command {
    margin-bottom: 14px;
  }

  .listener-body .listen-search {
    width: 100%;
    max-width: none;
  }

  .listener-body .listen-content {
    gap: 14px;
  }

  .listener-body .product-page-head p {
    max-width: 100%;
  }

  .listener-body .playlist-feature {
    min-height: 88px;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .listener-body .playlist-feature .library-art {
    width: 64px;
    height: 64px;
  }

  .listener-body .playlist-feature strong {
    font-size: clamp(22px, 7vw, 30px);
  }

  .listener-body .playlist-feature-meta {
    grid-column: 2;
    justify-self: start;
    font-size: 12px;
  }

  .listener-body .playlist-filter-bar {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .listener-body .playlist-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .listener-body .playlist-grid,
  .listener-body .user-playlist-panel {
    grid-template-columns: 1fr;
  }

  .listener-body .playlist-tile {
    min-height: 82px;
  }

  .listener-body .app-footer {
    margin-top: 16px;
  }
}

/* Sleek interaction cleanup: color belongs to controls, not section borders. */
.listener-body {
  --accent-play: #ffc44d;
  --accent-save: #61e0a3;
  --accent-share: #66d9f4;
  --accent-more: #a78bfa;
  --surface-soft: rgba(255,255,255,.045);
  --surface-hover: rgba(255,255,255,.08);
}

.listener-body .ui-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.15;
}

.listener-body .dock-nav a,
.listener-body .dock-account,
.listener-body .account-list-menu a,
.listener-body .mobile-tabs a {
  border: 0;
  box-shadow: none;
}

.listener-body .dock-nav a span:first-child,
.listener-body .dock-account > span,
.listener-body .mobile-tabs a span:first-child,
.listener-body .account-list-menu span {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--surface-soft);
  color: rgba(255,255,255,.78);
  transform: none;
  transition: background .18s ease, color .18s ease;
}

.listener-body .dock-nav a:hover span:first-child,
.listener-body .dock-account:hover > span,
.listener-body .account-list-menu a:hover span,
.listener-body .mobile-tabs a:hover span:first-child {
  background: var(--surface-hover);
  transform: none;
}

.listener-body .dock-nav a.active span:first-child,
.listener-body .dock-account.active > span,
.listener-body .account-list-menu a.active span,
.listener-body .mobile-tabs a.active span:first-child {
  color: #0b0d10;
  background: var(--accent-play);
}

.listener-body .dock-nav a:nth-child(2).active span:first-child,
.listener-body .account-list-menu a:nth-child(2).active span,
.listener-body .mobile-tabs a:nth-child(2).active span:first-child {
  background: var(--accent-share);
}

.listener-body .dock-nav a:nth-child(3).active span:first-child,
.listener-body .account-list-menu a:nth-child(3).active span,
.listener-body .mobile-tabs a:nth-child(3).active span:first-child {
  background: var(--accent-save);
}

.listener-body .dock-nav a:nth-child(4).active span:first-child,
.listener-body .account-list-menu a:nth-child(4).active span,
.listener-body .mobile-tabs a:nth-child(4).active span:first-child {
  background: var(--accent-more);
}

.listener-body .mini-cover,
.listener-body .round-control,
.listener-body .track-menu-button,
.listener-body .save-button,
.listener-body .button {
  border: 0;
  box-shadow: none;
}

.listener-body .mini-cover {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}

.listener-body .mini-cover .ui-icon,
.listener-body .dock-main-play .ui-icon {
  transform: none;
  transform-origin: center;
}

.listener-body .track-actions {
  justify-content: flex-end;
  gap: 6px;
}

.listener-body .track-actions .track-menu-button,
.listener-body .track-actions .save-button {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 13px;
  color: rgba(255,255,255,.8);
  background: transparent;
}

.listener-body .track-actions .save-button,
.listener-body .track-actions [data-add-to-playlist] {
  color: #101312;
  background: var(--accent-save);
}

.listener-body .track-actions [data-share] {
  color: #071115;
  background: var(--accent-share);
}

.listener-body .track-actions .track-menu-button:hover,
.listener-body .track-actions .save-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.listener-body .round-control {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: rgba(255,255,255,.82);
  background: var(--surface-soft);
}

.listener-body .round-control:hover {
  background: var(--surface-hover);
}

.listener-body .dock-main-play {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  color: #0b0d10;
  background: var(--accent-play);
  transform: none;
}

.listener-body .dock-playlist {
  color: #101312;
  background: var(--accent-save);
}

.listener-body .dock-share {
  color: #071115;
  background: var(--accent-share);
}

.listener-body .dock-mode.is-active,
.listener-body .dock-mode[aria-pressed="true"] {
  color: #120f1f;
  background: var(--accent-more);
}

.listener-body .player-dock {
  column-gap: 12px;
  border-radius: 22px 22px 0 0;
  background: rgba(7,8,10,.96);
}

.listener-body .player-dock .dock-cover {
  width: 58px;
  height: 58px;
  border-radius: 16px;
}

.listener-body .progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
}

.listener-body .progress span {
  border-radius: inherit;
  background: var(--accent-play);
}

.listener-body .home-decision,
.listener-body .playlist-feature,
.listener-body .playlist-profile,
.listener-body .artist-profile,
.listener-body .account-card,
.listener-body .account-decision,
.listener-body .password-required,
.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list {
  border: 0;
  box-shadow: none;
}

.listener-body .track-row,
.listener-body .user-playlist-list article,
.listener-body .playlist-options button {
  border: 0;
}

@media (max-width: 980px) {
  .listener-body .mobile-tabs {
    height: 68px;
    padding: 7px;
    gap: 7px;
  }

  .listener-body .mobile-tabs a {
    min-height: 54px;
    gap: 4px;
    border-radius: 14px;
    font-size: 11px;
  }

  .listener-body .mobile-tabs a span:first-child {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .listener-body .mobile-tabs a .ui-icon {
    width: 18px;
    height: 18px;
  }

  .listener-body .player-dock {
    border-radius: 18px;
  }

  .listener-body .player-dock .dock-cover {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .listener-body .dock-main-play {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}

/* Playlist cleanup: calmer page rhythm with compact music-first rows. */
.listener-body .playlist-page .product-page-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
}

.listener-body .playlist-page .product-page-head .eyebrow {
  margin: 0 0 4px;
}

.listener-body .playlist-page .product-page-head h1 {
  font-size: clamp(28px, 2.6vw, 40px);
}

.listener-body .playlist-feature {
  overflow: hidden;
  position: relative;
  min-height: 112px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,196,77,.18), rgba(102,217,244,.08) 46%, transparent),
    rgba(255,255,255,.04);
}

.listener-body .playlist-feature-copy {
  min-width: 0;
}

.listener-body .playlist-feature strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .playlist-filter-bar {
  min-height: 38px;
  justify-content: space-between;
  padding: 0;
}

.listener-body .playlist-visibility {
  gap: 6px;
  padding: 0;
  background: transparent;
}

.listener-body .playlist-visibility button {
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  border-radius: 11px;
  background: rgba(255,255,255,.045);
}

.listener-body .playlist-visibility button.active {
  color: #101312;
  background: var(--accent-save);
}

.listener-body .playlist-page .section-meta {
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.listener-body .playlist-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.listener-body .playlist-tile {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  min-height: 78px;
  padding: 10px;
  border-radius: 14px;
  background: transparent;
}

.listener-body .playlist-tile:hover {
  background: rgba(255,255,255,.05);
  transform: none;
}

.listener-body .playlist-tile .library-art {
  width: 58px;
  height: 58px;
  border-radius: 14px;
}

.listener-body .playlist-tile strong {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .playlist-tile .library-count {
  min-width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: #071115;
  background: var(--accent-share);
  font-size: 12px;
  font-weight: 950;
}

.listener-body .user-playlist-panel {
  min-height: 0;
  grid-template-columns: minmax(120px, .45fr) minmax(280px, .7fr) minmax(280px, 1fr);
  padding: 10px 0 0;
  background: transparent;
}

.listener-body .user-playlist-panel > div:first-child h2 {
  font-size: 20px;
  letter-spacing: -.03em;
}

.listener-body .user-playlist-form {
  min-height: 42px;
  gap: 8px;
}

.listener-body .user-playlist-form input {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}

.listener-body .user-playlist-form .button {
  min-height: 42px;
  height: 42px;
  border-radius: 12px;
}

.listener-body .user-playlist-list {
  gap: 6px;
}

.listener-body .user-playlist-list article {
  min-height: 54px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 6px;
  border-radius: 12px;
  background: transparent;
}

.listener-body .user-playlist-list article:hover {
  background: rgba(255,255,255,.05);
}

.listener-body .user-playlist-list .library-art {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.listener-body .user-playlist-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .user-playlist-list small {
  color: rgba(255,255,255,.48);
}

@media (max-width: 980px) {
  .listener-body .playlist-page .product-page-head {
    grid-template-columns: 1fr;
  }

  .listener-body .playlist-feature {
    min-height: 76px;
    border-radius: 14px;
  }

  .listener-body .playlist-filter-bar {
    min-height: 36px;
    gap: 10px;
  }

  .listener-body .playlist-visibility button {
    min-height: 34px;
    padding-inline: 12px;
  }

  .listener-body .playlist-grid {
    gap: 6px;
  }

  .listener-body .playlist-tile {
    min-height: 68px;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    padding: 8px 4px;
  }

  .listener-body .playlist-tile .library-art {
    width: 50px;
    height: 50px;
  }

  .listener-body .user-playlist-panel {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 6px;
  }

  .listener-body .user-playlist-panel > div:first-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .listener-body .user-playlist-panel > div:first-child h2 {
    font-size: 18px;
  }

  .listener-body .user-playlist-list article {
    padding-inline: 0;
  }
}

/* Detail/list cleanup: shared compact rows and smaller page profiles. */
.listener-body .playlist-profile,
.listener-body .artist-profile {
  min-height: 0;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0 0 8px;
  border-radius: 0;
  background: transparent;
}

.listener-body .playlist-profile-art,
.listener-body .artist-profile .artist-photo {
  width: 116px;
  height: 116px;
  border-radius: 20px;
}

.listener-body .playlist-profile h1,
.listener-body .artist-profile h1 {
  max-width: 760px;
  margin: 4px 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .9;
  letter-spacing: -.055em;
}

.listener-body .playlist-profile-copy > p:not(.eyebrow),
.listener-body .artist-profile p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255,255,255,.58);
}

.listener-body .overview-actions {
  gap: 8px;
  margin-top: 14px;
}

.listener-body .overview-actions .button,
.listener-body .playlist-manage-form .button {
  min-height: 40px;
  height: 40px;
  border-radius: 12px;
}

.listener-body .playlist-manage-form {
  gap: 8px;
  margin-top: 12px;
}

.listener-body .playlist-manage-form input {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}

.listener-body .section-heading.compact {
  min-height: 0;
  align-items: end;
  margin: 0;
}

.listener-body .section-heading.compact h2 {
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -.035em;
}

.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list {
  gap: 2px;
}

.listener-body .track-row {
  min-height: 62px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 5px 6px;
}

.listener-body .track-row:hover {
  background: rgba(255,255,255,.045);
}

.listener-body .track-row.is-playing {
  background: linear-gradient(90deg, rgba(255,196,77,.14), rgba(255,255,255,.045) 42%, transparent);
}

.listener-body .track-copy strong {
  font-size: 15px;
  line-height: 1.1;
}

.listener-body .track-copy span {
  margin-top: 3px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

.listener-body .track-actions .danger {
  color: #fff8ef;
  background: rgba(232,93,117,.2);
}

.listener-body .catalog-tools,
.listener-body .catalog-control {
  min-height: 0;
}

.listener-body .catalog-tools {
  gap: 8px;
}

.listener-body .catalog-tools strong {
  font-size: 17px;
}

.listener-body .artist-detail-panel {
  border: 0;
  box-shadow: none;
  background: rgba(255,255,255,.035);
}

.listener-body .artist-song-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 6px;
  background: transparent;
}

.listener-body .artist-song-list span {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(255,255,255,.045);
}

@media (max-width: 980px) {
  .listener-body .playlist-profile,
  .listener-body .artist-profile {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 4px;
  }

  .listener-body .playlist-profile-art,
  .listener-body .artist-profile .artist-photo {
    width: 74px;
    height: 74px;
    border-radius: 16px;
  }

  .listener-body .playlist-profile h1,
  .listener-body .artist-profile h1 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .listener-body .overview-actions {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .listener-body .overview-actions::-webkit-scrollbar {
    display: none;
  }

  .listener-body .overview-actions .button {
    flex: 0 0 auto;
  }

  .listener-body .playlist-manage-form {
    grid-column: 1 / -1;
  }

  .listener-body .section-heading.compact {
    align-items: center;
  }

  .listener-body .track-row {
    min-height: 58px;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 5px 0;
  }

  .listener-body .mini-cover {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .listener-body .track-actions {
    gap: 4px;
  }

  .listener-body .track-actions .track-menu-button,
  .listener-body .track-actions .save-button {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 11px;
  }

  .listener-body .playlist-track-list .track-actions .track-menu-button:nth-child(4),
  .listener-body .playlist-track-list .track-actions .track-menu-button:nth-child(5) {
    display: none;
  }

  .listener-body .artist-song-list {
    grid-template-columns: 1fr;
  }
}

/* Account/pass cleanup: fewer panels, clearer menu, purchase-first pass page. */
.listener-body .account-page,
.listener-body .pass-page {
  gap: 16px;
}

.listener-body .account-page .product-page-head,
.listener-body .pass-page .product-page-head {
  margin-bottom: -2px;
}

.listener-body .account-list-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.listener-body .account-list-menu::-webkit-scrollbar {
  display: none;
}

.listener-body .account-list-menu a {
  min-height: 44px;
  width: auto;
  flex: 0 0 auto;
  grid-template-columns: 34px auto;
  gap: 8px;
  padding: 5px 12px 5px 5px;
  border-radius: 14px;
  background: transparent;
}

.listener-body .account-list-menu a:hover,
.listener-body .account-list-menu a.active {
  background: rgba(255,255,255,.05);
}

.listener-body .account-list-menu span {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.listener-body .account-list-menu strong {
  font-size: 13px;
}

.listener-body .account-list-menu small {
  display: none;
}

.listener-body .account-decision {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-avatar {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #0b0d10;
  background: var(--accent-play);
}

.listener-body .account-decision h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -.035em;
}

.listener-body .account-management-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: 12px;
}

.listener-body .account-focused-grid {
  grid-template-columns: minmax(0, 720px);
}

.listener-body .account-card,
.listener-body .account-detail-rows {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-card h2 {
  margin: 2px 0 10px;
  font-size: clamp(22px, 2.3vw, 32px);
  letter-spacing: -.04em;
}

.listener-body .account-activity-card {
  grid-row: span 2;
}

.listener-body .account-highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.listener-body .account-highlight,
.listener-body .account-stat-list div {
  min-height: 64px;
  padding: 10px;
  border: 0;
  border-radius: 13px;
  background: rgba(255,255,255,.045);
}

.listener-body .account-highlight.primary {
  color: #0b0d10;
  background: var(--accent-share);
}

.listener-body .account-highlight span,
.listener-body .account-stat-list span {
  font-size: 11px;
  color: inherit;
  opacity: .68;
}

.listener-body .account-highlight strong,
.listener-body .account-stat-list strong {
  font-size: 18px;
  line-height: 1.08;
}

.listener-body .account-stat-list {
  gap: 8px;
}

.listener-body .following-list {
  gap: 6px;
}

.listener-body .following-list a {
  min-height: 52px;
  padding: 6px;
  border: 0;
  border-radius: 13px;
  background: transparent;
}

.listener-body .following-list a:hover {
  background: rgba(255,255,255,.05);
}

.listener-body .following-list .artist-photo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.listener-body .account-settings-form {
  gap: 10px;
}

.listener-body .account-settings-form label {
  gap: 6px;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.listener-body .account-settings-form input {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.055);
}

.listener-body .account-row {
  min-height: 58px;
  padding: 7px;
  border: 0;
  border-radius: 13px;
  background: transparent;
}

.listener-body .account-row:hover {
  background: rgba(255,255,255,.05);
}

.listener-body .account-row-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: #0b0d10;
  background: var(--accent-save);
}

.listener-body .pass-decision {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 18px;
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.listener-body .pass-decision-copy {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(102,217,244,.13), rgba(255,255,255,.035) 52%, rgba(255,196,77,.12)),
    rgba(255,255,255,.035);
}

.listener-body .pass-decision-copy h2 {
  max-width: 720px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .88;
  letter-spacing: -.065em;
}

.listener-body .pass-price-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 18px;
  box-shadow: none;
}

.listener-body .pass-price-card h2 {
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -.06em;
}

.listener-body .dev-pass-form,
.listener-body .pass-payment-form {
  gap: 8px;
}

.listener-body .dev-pass-form input {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 980px) {
  .listener-body .account-list-menu {
    margin-inline: -2px;
  }

  .listener-body .account-list-menu a {
    min-height: 40px;
    grid-template-columns: 30px auto;
    padding: 5px 10px 5px 5px;
  }

  .listener-body .account-list-menu span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .listener-body .account-decision {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 12px 0;
    background: transparent;
  }

  .listener-body .account-management-grid,
  .listener-body .account-focused-grid,
  .listener-body .pass-decision {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .listener-body .account-card,
  .listener-body .account-detail-rows {
    padding: 10px 0;
    background: transparent;
  }

  .listener-body .account-highlight-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .listener-body .account-highlight,
  .listener-body .account-stat-list div {
    min-height: 58px;
    padding: 9px;
  }

  .listener-body .pass-decision-copy,
  .listener-body .pass-price-card {
    min-height: 0;
    padding: 16px;
    border-radius: 16px;
  }

  .listener-body .pass-decision-copy h2 {
    font-size: clamp(34px, 12vw, 48px);
  }
}

/* Discover/catalog cleanup: compact discovery, one filter rhythm, no summary panels. */
.listener-body .discover-page,
.listener-body .catalog-page {
  gap: 14px;
}

.listener-body .discover-page .product-page-head h1,
.listener-body .catalog-page .product-page-head h1 {
  font-size: clamp(30px, 3vw, 44px);
}

.listener-body .mood-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.listener-body .mood-lane-card {
  min-height: 64px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  border-radius: 14px;
  background: transparent;
}

.listener-body .mood-lane-card:hover {
  background: rgba(255,255,255,.05);
  transform: none;
}

.listener-body .mood-dot {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--accent-play);
  transform: none;
}

.listener-body .mood-lane-card:nth-child(2) .mood-dot {
  background: var(--accent-share);
}

.listener-body .mood-lane-card:nth-child(3) .mood-dot {
  background: var(--accent-save);
}

.listener-body .mood-lane-card:nth-child(4) .mood-dot {
  background: var(--accent-more);
}

.listener-body .mood-lane-card strong,
.listener-body .recommendation-grid strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .discover-section {
  display: grid;
  gap: 10px;
}

.listener-body .recommendation-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 8px;
}

.listener-body .recommendation-grid a {
  min-height: 72px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  padding: 8px;
  border-radius: 14px;
}

.listener-body .recommendation-grid a:hover {
  background: rgba(255,255,255,.05);
  transform: none;
}

.listener-body .recommendation-grid .library-art {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.listener-body .catalog-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.listener-body .category-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.listener-body .category-row::-webkit-scrollbar {
  display: none;
}

.listener-body .category-row button {
  min-height: 36px;
  flex: 0 0 auto;
  padding: 0 13px;
  border: 0;
  border-radius: 11px;
  color: rgba(255,255,255,.7);
  background: rgba(255,255,255,.045);
}

.listener-body .category-row button.active {
  color: #101312;
  background: var(--accent-play);
}

.listener-body .catalog-tools {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.listener-body .catalog-tools .section-meta {
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.listener-body .catalog-tools .text-link {
  min-height: 34px;
  padding-inline: 10px;
  border-radius: 10px;
  color: var(--accent-share);
}

@media (max-width: 980px) {
  .listener-body .discover-page,
  .listener-body .catalog-page {
    gap: 12px;
  }

  .listener-body .mood-lane-grid {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-inline: -2px;
    padding-inline: 2px;
    scrollbar-width: none;
  }

  .listener-body .mood-lane-grid::-webkit-scrollbar {
    display: none;
  }

  .listener-body .mood-lane-card {
    min-width: min(260px, 78vw);
    min-height: 58px;
  }

  .listener-body .recommendation-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .listener-body .recommendation-grid a {
    min-height: 62px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 6px 0;
  }

  .listener-body .recommendation-grid .library-art {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .listener-body .catalog-control {
    display: grid;
    gap: 8px;
  }

  .listener-body .catalog-tools {
    justify-content: space-between;
  }
}

/* Home cleanup: one premium dashboard rhythm, less boxed noise. */
.listener-body .home-page {
  gap: 18px;
}

.listener-body .home-page .home-decision {
  min-height: 176px;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(112deg, rgba(255,196,77,.18), rgba(102,217,244,.09) 42%, rgba(167,139,250,.1)),
    rgba(255,255,255,.035);
}

.listener-body .home-page .home-decision > .library-art {
  width: 112px;
  height: 112px;
  border-radius: 22px;
  transform: none;
}

.listener-body .home-page .home-decision h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .86;
  letter-spacing: -.07em;
}

.listener-body .home-decision-meta {
  gap: 6px;
  margin-top: 12px;
}

.listener-body .home-decision-meta span {
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
}

.listener-body .home-page .home-decision-actions {
  display: grid;
  min-width: 154px;
  gap: 8px;
}

.listener-body .home-page .home-decision-actions .button {
  height: 42px;
  min-height: 42px;
  border-radius: 13px;
}

.listener-body .home-balance-grid,
.listener-body .home-context-grid {
  gap: 14px;
}

.listener-body .home-section {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.listener-body .home-page .section-heading {
  min-height: 34px;
  margin: 0 0 8px;
}

.listener-body .home-page .section-heading h2 {
  font-size: clamp(21px, 1.8vw, 28px);
  letter-spacing: -.035em;
}

.listener-body .home-page .text-link {
  min-height: 32px;
  padding-inline: 8px;
  border-radius: 9px;
  color: var(--accent-share);
}

.listener-body .home-page .room-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}

.listener-body .home-page .room-card {
  min-height: 72px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  padding: 8px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

.listener-body .home-page .room-card:hover {
  background: rgba(255,255,255,.05);
  transform: none;
}

.listener-body .home-page .room-card .library-art {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  transform: none;
}

.listener-body .home-page .room-card strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .home-page .featured-list {
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
}

.listener-body .home-page .feature-row {
  min-height: 60px;
  padding: 4px 0;
  border-radius: 12px;
}

.listener-body .home-page .feature-row:hover {
  background: rgba(255,255,255,.045);
}

.listener-body .home-page .home-context-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
}

.listener-body .home-artist-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.listener-body .home-page .home-artist-card {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  padding: 8px;
  border: 0;
  border-radius: 14px;
  background: transparent;
}

.listener-body .home-page .home-artist-card:hover {
  background: rgba(255,255,255,.05);
}

.listener-body .home-page .home-artist-card a {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 9px;
}

.listener-body .home-page .home-artist-card .artist-photo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.listener-body .home-page .home-artist-card .follow-chip {
  min-height: 32px;
  justify-self: start;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  color: #0b0d10;
  background: var(--accent-play);
}

.listener-body .home-page .home-artist-card .follow-chip.is-following {
  background: var(--accent-save);
}

.listener-body .home-profile-card {
  min-height: 70px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.listener-body .home-profile-card:hover {
  background: rgba(255,255,255,.055);
}

.listener-body .home-profile-card em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 10px;
  color: #0b0d10;
  background: var(--accent-share);
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 980px) {
  .listener-body .home-page {
    gap: 14px;
  }

  .listener-body .home-page .home-decision {
    min-height: 0;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .listener-body .home-page .home-decision > .library-art {
    width: 74px;
    height: 74px;
    border-radius: 17px;
  }

  .listener-body .home-page .home-decision h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .listener-body .home-page .home-decision-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .listener-body .home-balance-grid,
  .listener-body .home-context-grid,
  .listener-body .home-page .home-context-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .listener-body .home-page .room-grid,
  .listener-body .home-artist-strip {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-inline: -2px;
    padding-inline: 2px;
    scrollbar-width: none;
  }

  .listener-body .home-page .room-grid::-webkit-scrollbar,
  .listener-body .home-artist-strip::-webkit-scrollbar {
    display: none;
  }

  .listener-body .home-page .room-card {
    min-width: min(220px, 68vw);
  }

  .listener-body .home-page .home-artist-card {
    min-width: min(190px, 62vw);
  }

  .listener-body .home-page .feature-row {
    min-height: 56px;
  }

  .listener-body .home-profile-card {
    background: transparent;
    padding-inline: 0;
  }
}

/* App shell cleanup: quieter navigation, stronger controls, integrated dock. */
.listener-body .listen-dock {
  width: 248px;
  padding: 22px 14px;
  border: 0;
  background: #07080a;
  box-shadow: none;
}

.listener-body .listen-dock .brand-mark {
  min-height: 42px;
  padding: 0 6px;
  gap: 10px;
  font-size: 15px;
}

.listener-body .listen-dock .brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.listener-body .dock-nav {
  gap: 4px;
  margin-top: 18px;
}

.listener-body .dock-nav a,
.listener-body .dock-account {
  min-height: 46px;
  gap: 10px;
  padding: 4px 8px 4px 4px;
  border-radius: 14px;
  color: rgba(255,255,255,.62);
  background: transparent;
}

.listener-body .dock-nav a:hover,
.listener-body .dock-account:hover,
.listener-body .dock-nav a.active,
.listener-body .dock-account.active {
  color: #fff8ef;
  background: rgba(255,255,255,.05);
}

.listener-body .dock-nav a span:first-child,
.listener-body .dock-account > span {
  width: 38px;
  height: 38px;
  border-radius: 13px;
}

.listener-body .dock-account small {
  color: rgba(255,255,255,.42);
}

.listener-body .dock-pass {
  gap: 8px;
}

.listener-body .dock-pass .button,
.listener-body .dock-logout .button {
  min-height: 40px;
  height: 40px;
  justify-content: center;
  border-radius: 12px;
}

.listener-body .listen-mobile-header {
  border: 0;
  background: rgba(7,8,10,.92);
}

.listener-body .listen-command {
  min-height: 40px;
  margin-bottom: 16px;
}

.listener-body .listen-search {
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  box-shadow: none;
}

.listener-body .listen-search span {
  width: 42px;
  color: var(--accent-share);
}

.listener-body .listen-search input {
  height: 42px;
  font-size: 14px;
}

.listener-body .listen-search:focus-within {
  background: rgba(255,255,255,.075);
  box-shadow: none;
}

.listener-body .player-dock {
  left: calc(248px + 20px);
  right: 20px;
  bottom: 18px;
  width: auto;
  min-height: 78px;
  grid-template-columns: 58px minmax(180px, 1fr) 42px 52px 42px 42px 42px 42px 42px auto minmax(120px, 1fr) 44px auto;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 22px;
  backdrop-filter: blur(18px);
}

.listener-body .player-dock .dock-cover {
  width: 58px;
  height: 58px;
}

.listener-body .dock-copy strong {
  font-size: 15px;
}

.listener-body .dock-copy span {
  font-size: 12px;
}

.listener-body .dock-state {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  border-radius: 10px;
  color: #0b0d10;
  background: var(--accent-share);
}

.listener-body .dock-time {
  color: rgba(255,255,255,.56);
  font-size: 12px;
  font-weight: 800;
}

.listener-body .dock-cta {
  height: 40px;
  min-height: 40px;
  border-radius: 12px;
}

.listener-body .mobile-tabs {
  border: 0;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .listener-body .listen-dock {
    width: 220px;
  }

  .listener-body .player-dock {
    left: calc(220px + 14px);
    right: 14px;
  }
}

@media (max-width: 980px) {
  .listener-body .listen-mobile-header {
    min-height: 58px;
    padding: 8px 14px;
  }

  .listener-body .listen-mobile-header .brand-mark {
    gap: 8px;
    font-size: 14px;
  }

  .listener-body .listen-command {
    min-height: 40px;
    margin-bottom: 12px;
  }

  .listener-body .listen-search {
    height: 40px;
    border-radius: 13px;
  }

  .listener-body .player-dock {
    left: 10px;
    right: 10px;
    bottom: 78px;
    min-height: 58px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 9px;
    padding: 7px;
    border-radius: 16px;
  }

  .listener-body .player-dock .dock-skip,
  .listener-body .player-dock .dock-playlist,
  .listener-body .player-dock .dock-share,
  .listener-body .player-dock .dock-mode,
  .listener-body .player-dock .dock-state,
  .listener-body .player-dock .progress,
  .listener-body .player-dock .dock-time,
  .listener-body .player-dock .dock-cta {
    display: none;
  }

  .listener-body .mobile-tabs {
    left: 10px;
    right: 10px;
    bottom: 8px;
    width: auto;
    border-radius: 17px;
    background: rgba(10,11,13,.96);
    backdrop-filter: blur(16px);
  }
}

/* Studio cleanup: align artist and superadmin dashboards with the listener app. */
.studio-body {
  --studio-bg: #050607;
  --studio-panel: rgba(255,255,255,.035);
  --studio-soft: rgba(255,255,255,.055);
  --studio-hover: rgba(255,255,255,.075);
  --studio-text: #fff8ef;
  --studio-muted: rgba(255,255,255,.56);
  --studio-play: #ffc44d;
  --studio-save: #61e0a3;
  --studio-share: #66d9f4;
  --studio-more: #a78bfa;
  color: var(--studio-text);
  background: var(--studio-bg);
}

.studio-body .studio-shell {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  min-height: 100vh;
  background: var(--studio-bg);
}

.studio-body .studio-side {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px 14px;
  border: 0;
  background: #07080a;
  box-shadow: none;
}

.studio-body .studio-side .brand-mark {
  min-height: 42px;
  padding: 0 6px;
}

.studio-body .studio-side .brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.studio-body .side-nav {
  gap: 4px;
}

.studio-body .side-nav a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 13px;
  color: rgba(255,255,255,.62);
  background: transparent;
}

.studio-body .side-nav a:hover,
.studio-body .side-nav a.active {
  color: var(--studio-text);
  background: var(--studio-soft);
}

.studio-body .side-nav a.active::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--studio-play);
}

.studio-body .subscription-card {
  margin-top: auto;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  background: var(--studio-panel);
  box-shadow: none;
}

.studio-body .subscription-card h3 {
  font-size: 22px;
  letter-spacing: -.04em;
}

.studio-body .studio-main {
  width: min(100%, 1500px);
  margin-inline: auto;
  padding: 26px clamp(20px, 3vw, 40px) 72px;
}

.studio-body .studio-topbar {
  min-height: 54px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
}

.studio-body .studio-topbar h1 {
  margin: 3px 0 0;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: .9;
  letter-spacing: -.065em;
}

.studio-body .button {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.studio-body .button-primary {
  color: #0b0d10;
  background: var(--studio-play);
}

.studio-body .button-ghost {
  color: var(--studio-text);
  background: var(--studio-soft);
}

.studio-body .button-ghost:hover,
.studio-body .button-primary:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.studio-body .studio-mobile-nav {
  display: none;
}

.studio-body .studio-metrics-grid,
.studio-body .social-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
  margin: 0 0 14px;
}

.studio-body .metric-card {
  min-height: 104px;
  padding: 12px;
  border: 0;
  border-radius: 16px;
  background: var(--studio-panel);
  box-shadow: none;
}

.studio-body .metric-card:nth-child(4n + 1) {
  background: linear-gradient(135deg, rgba(255,196,77,.16), var(--studio-panel) 58%);
}

.studio-body .metric-card:nth-child(4n + 2) {
  background: linear-gradient(135deg, rgba(102,217,244,.14), var(--studio-panel) 58%);
}

.studio-body .metric-card:nth-child(4n + 3) {
  background: linear-gradient(135deg, rgba(97,224,163,.14), var(--studio-panel) 58%);
}

.studio-body .metric-card span,
.studio-body .metric-card small {
  color: var(--studio-muted);
  font-size: 12px;
}

.studio-body .metric-card strong {
  margin: 8px 0 6px;
  color: var(--studio-text);
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -.045em;
}

.studio-body .studio-overview-grid,
.studio-body .studio-people-grid,
.studio-body .studio-builder-grid,
.studio-body .studio-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 12px;
}

.studio-body .ops-panel {
  padding: 14px;
  border: 0;
  border-radius: 18px;
  background: var(--studio-panel);
  box-shadow: none;
}

.studio-body .studio-section-panel {
  margin-top: 12px;
}

.studio-body .panel-head {
  min-height: 38px;
  align-items: end;
  margin-bottom: 10px;
}

.studio-body .panel-head h2,
.studio-body .studio-section-heading h2 {
  margin: 2px 0 0;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
  letter-spacing: -.04em;
}

.studio-body .studio-section-heading {
  margin: 22px 0 8px;
}

.studio-body .status-pill {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  color: #0b0d10;
  background: var(--studio-share);
  font-size: 12px;
  font-weight: 900;
}

.studio-body .status-pill.live {
  background: var(--studio-save);
}

.studio-body .ops-row,
.studio-body .payment-row,
.studio-body .payment-ledger-row,
.studio-body .payment-reconciliation-row,
.studio-body .audit-row,
.studio-body .listener-directory-row {
  min-height: 50px;
  padding: 6px 7px;
  border: 0;
  border-radius: 13px;
  background: transparent;
}

.studio-body .ops-row:hover,
.studio-body .payment-ledger-row:hover,
.studio-body .payment-reconciliation-row:hover,
.studio-body .audit-row:hover,
.studio-body .listener-directory-row:hover {
  background: var(--studio-hover);
}

.studio-body .ops-row .mini-cover,
.studio-body .track-editor-item .mini-cover {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.studio-body .ops-value,
.studio-body .ops-state {
  color: var(--studio-muted);
}

.studio-body .payment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.studio-body .payment-ledger,
.studio-body .audit-list,
.studio-body .track-editor-list,
.studio-body .playlist-builder-list {
  display: grid;
  gap: 3px;
}

.studio-body .payment-ledger-row {
  grid-template-columns: minmax(220px, 1fr) repeat(3, auto);
  gap: 10px;
}

.studio-body .audit-row {
  grid-template-columns: minmax(240px, 1fr) auto auto minmax(220px, .8fr);
  gap: 10px;
}

.studio-body code {
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  color: rgba(255,255,255,.62);
  background: rgba(255,255,255,.04);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.studio-body .studio-form {
  gap: 9px;
}

.studio-body .studio-form label {
  gap: 6px;
  color: var(--studio-muted);
  font-size: 12px;
}

.studio-body .studio-form input,
.studio-body .studio-form select,
.studio-body .studio-form textarea {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  color: var(--studio-text);
  background: var(--studio-soft);
}

.studio-body .studio-form textarea {
  min-height: 92px;
  padding-top: 10px;
}

.studio-body details {
  border: 0;
  border-radius: 14px;
  background: transparent;
}

.studio-body details[open] {
  background: rgba(255,255,255,.035);
}

.studio-body summary {
  min-height: 54px;
  border-radius: 13px;
}

.studio-body summary:hover {
  background: var(--studio-hover);
}

.studio-body .manual-payment-box {
  padding: 0;
}

.studio-body .manual-payment-box summary {
  padding: 0 10px;
}

.studio-body .empty-state {
  border: 0;
  border-radius: 13px;
  color: var(--studio-muted);
  background: rgba(255,255,255,.035);
}

.studio-body .studio-footer {
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  border: 0;
  justify-content: center;
}

@media (max-width: 1100px) {
  .studio-body .studio-shell {
    display: block;
  }

  .studio-body .studio-side {
    display: none;
  }

  .studio-body .studio-main {
    padding: 16px 14px 120px;
  }

  .studio-body .studio-mobile-nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    margin-bottom: 14px;
    scrollbar-width: none;
  }

  .studio-body .studio-mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .studio-body .studio-mobile-nav a {
    flex: 0 0 auto;
  }

  .studio-body .studio-overview-grid,
  .studio-body .studio-people-grid,
  .studio-body .studio-builder-grid,
  .studio-body .studio-support-grid {
    grid-template-columns: 1fr;
  }

  .studio-body .studio-metrics-grid,
  .studio-body .social-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-body .ops-panel {
    padding: 12px 0;
    background: transparent;
  }

  .studio-body .payment-ledger-row,
  .studio-body .audit-row {
    grid-template-columns: 1fr auto;
  }

  .studio-body .payment-ledger-row small,
  .studio-body .audit-row code {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .studio-body .studio-topbar {
    display: grid;
    align-items: start;
  }

  .studio-body .studio-topbar h1 {
    font-size: clamp(32px, 11vw, 46px);
  }

  .studio-body .studio-metrics-grid,
  .studio-body .social-metrics-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .studio-body .metric-card {
    min-height: 84px;
  }
}

/* Auth cleanup: one compact login surface, no decorative bands. */
.join-auth,
.portal-auth {
  --auth-bg: #050607;
  --auth-panel: rgba(255,255,255,.045);
  --auth-soft: rgba(255,255,255,.065);
  --auth-text: #fff8ef;
  --auth-muted: rgba(255,255,255,.58);
  --auth-play: #ffc44d;
  --auth-share: #66d9f4;
  min-height: 100vh;
  color: var(--auth-text);
  background: var(--auth-bg);
}

.join-auth .auth-page,
.portal-auth .auth-page {
  width: min(100% - 32px, 920px);
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 420px);
  gap: 28px;
  align-items: center;
  margin-inline: auto;
  padding: 40px 0;
}

.join-auth .auth-hero,
.portal-auth .auth-hero {
  display: grid;
  gap: 18px;
  padding: 0;
}

.join-auth .brand-mark,
.portal-auth .brand-mark {
  width: fit-content;
  min-height: 42px;
  gap: 10px;
  color: var(--auth-text);
}

.join-auth .brand-icon,
.portal-auth .brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.join-auth .auth-hero h1,
.portal-auth .auth-hero h1 {
  max-width: 520px;
  margin: 4px 0 0;
  font-size: clamp(46px, 6vw, 76px);
  line-height: .88;
  letter-spacing: -.07em;
}

.join-auth .checkout-price,
.portal-auth .checkout-price {
  width: min(100%, 300px);
  min-height: 76px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 0;
  border-radius: 17px;
  color: #0b0d10;
  background: var(--auth-play);
  box-shadow: none;
}

.join-auth .checkout-price.is-live,
.portal-auth .checkout-price.is-live {
  background: var(--auth-share);
}

.join-auth .checkout-price span,
.portal-auth .checkout-price span {
  color: rgba(11,13,16,.7);
  font-size: 12px;
  font-weight: 900;
}

.join-auth .checkout-price strong,
.portal-auth .checkout-price strong {
  color: #0b0d10;
  font-size: 28px;
  letter-spacing: -.04em;
}

.join-auth .auth-card,
.portal-auth .auth-card {
  position: relative;
  padding: 18px;
  border: 0;
  border-radius: 20px;
  background: var(--auth-panel);
  box-shadow: none;
}

.join-auth .auth-card-band,
.portal-auth .auth-card-band {
  display: none;
}

.join-auth .auth-card h2,
.portal-auth .auth-card h2 {
  margin: 4px 0 14px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}

.join-auth .auth-form,
.portal-auth .auth-form {
  display: grid;
  gap: 10px;
}

.join-auth .auth-form label,
.portal-auth .auth-form label {
  display: grid;
  gap: 6px;
  color: var(--auth-muted);
  font-size: 12px;
  font-weight: 800;
}

.join-auth .auth-form input,
.portal-auth .auth-form input {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 13px;
  color: var(--auth-text);
  background: var(--auth-soft);
}

.join-auth .auth-form input:focus,
.portal-auth .auth-form input:focus {
  outline: 0;
  background: rgba(255,255,255,.09);
}

.join-auth .button,
.portal-auth .button {
  min-height: 44px;
  border: 0;
  border-radius: 13px;
  box-shadow: none;
}

.join-auth .button-primary,
.portal-auth .button-primary {
  color: #0b0d10;
  background: var(--auth-play);
}

.join-auth .auth-price-line,
.portal-auth .auth-price-line {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 8px 10px;
  border: 0;
  border-radius: 13px;
  color: #0b0d10;
  background: var(--auth-share);
}

.join-auth .auth-notice,
.portal-auth .auth-notice {
  margin: 0 0 12px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  color: var(--auth-text);
  background: rgba(255,255,255,.06);
}

.join-auth .auth-switch,
.portal-auth .auth-switch {
  margin: 14px 0 0;
  color: var(--auth-muted);
}

.join-auth .auth-switch a,
.portal-auth .auth-switch a {
  color: var(--auth-play);
}

@media (max-width: 760px) {
  .join-auth .auth-page,
  .portal-auth .auth-page {
    width: min(100% - 28px, 440px);
    min-height: 100vh;
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: center;
    padding: 28px 0;
  }

  .join-auth .auth-hero,
  .portal-auth .auth-hero {
    gap: 14px;
  }

  .join-auth .auth-hero h1,
  .portal-auth .auth-hero h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .join-auth .checkout-price,
  .portal-auth .checkout-price {
    width: 100%;
  }

  .join-auth .auth-card,
  .portal-auth .auth-card {
    padding: 14px;
    border-radius: 17px;
  }
}

/* Dashboard cleanup/build pass: flatter SaaS rhythm, music color only where it earns space. */
.listener-body {
  --mm-bg: #040506;
  --mm-rail: min(100%, 1480px);
  --mm-gutter: clamp(18px, 3vw, 42px);
  --mm-panel: rgba(255,255,255,.045);
  --mm-panel-strong: rgba(255,255,255,.07);
  --mm-hover: rgba(255,255,255,.085);
  --mm-text: #fff8ef;
  --mm-muted: rgba(255,248,239,.58);
  --mm-dim: rgba(255,248,239,.42);
  --mm-yellow: #ffd15a;
  --mm-sky: #6bdcff;
  --mm-green: #6ee7b7;
  --mm-coral: #ff7b68;
  --mm-purple: #b99cff;
  color: var(--mm-text);
  background: var(--mm-bg);
}

.listener-body .listen-main {
  padding: 22px var(--mm-gutter) 150px;
  background: var(--mm-bg);
}

.listener-body .listen-content,
.listener-body .playlist-profile,
.listener-body .artist-profile,
.listener-body .app-footer {
  width: var(--mm-rail);
  max-width: var(--mm-rail);
  margin-inline: auto;
}

.listener-body .listen-content {
  gap: 14px;
}

.listener-body .product-page-head {
  min-height: 0;
  margin: 0 0 10px;
  padding: 0;
}

.listener-body .product-page-head h1,
.listener-body .playlist-profile h1,
.listener-body .artist-profile h1 {
  max-width: 880px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: .9;
  letter-spacing: -.07em;
}

.listener-body .product-page-head .eyebrow,
.listener-body .section-heading .eyebrow,
.listener-body .playlist-profile .eyebrow,
.listener-body .artist-profile .eyebrow,
.listener-body .account-card .eyebrow,
.listener-body .pass-decision .eyebrow {
  color: var(--mm-yellow);
  letter-spacing: .12em;
}

.listener-body .section-heading.compact {
  min-height: 34px;
  margin: 0 0 8px;
  align-items: center;
}

.listener-body .section-heading.compact h2 {
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1;
  letter-spacing: -.045em;
}

.listener-body .listen-dock {
  background: #060708;
}

.listener-body .dock-nav a,
.listener-body .dock-account,
.listener-body .account-list-menu a {
  min-height: 42px;
}

.listener-body .dock-nav a span:first-child,
.listener-body .dock-account > span,
.listener-body .account-list-menu span,
.listener-body .round-control,
.listener-body .track-menu-button {
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .dock-nav a:nth-child(2) span:first-child,
.listener-body .track-actions .track-menu-button:nth-child(2),
.listener-body .dock-share {
  background: var(--mm-sky);
}

.listener-body .dock-nav a:nth-child(3) span:first-child,
.listener-body .track-actions .track-menu-button:nth-child(3),
.listener-body .dock-mode {
  background: var(--mm-purple);
}

.listener-body .dock-nav a:nth-child(4) span:first-child,
.listener-body .dock-playlist,
.listener-body .account-list-menu a:nth-child(4) span {
  background: var(--mm-green);
}

.listener-body .dock-nav a:nth-child(5) span:first-child,
.listener-body .account-list-menu a:nth-child(5) span {
  background: var(--mm-coral);
}

.listener-body .dock-nav a.active,
.listener-body .dock-account.active,
.listener-body .account-list-menu a.active {
  background: var(--mm-panel-strong);
}

.listener-body .listen-command {
  width: var(--mm-rail);
  max-width: var(--mm-rail);
  margin: 0 auto 14px;
}

.listener-body .listen-search,
.listener-body .catalog-control,
.listener-body .playlist-filter-bar,
.listener-body .account-list-menu,
.listener-body .user-playlist-panel,
.listener-body .account-card,
.listener-body .account-detail-rows,
.listener-body .pass-decision,
.listener-body .pass-price-card,
.listener-body .artist-detail-panel,
.listener-body .playlist-surface-card {
  border: 0;
  border-radius: 14px;
  background: var(--mm-panel);
  box-shadow: none;
}

.listener-body .listen-search {
  height: 40px;
  max-width: 620px;
}

.listener-body .catalog-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
}

.listener-body .category-row,
.listener-body .listen-tabs,
.listener-body .playlist-visibility,
.listener-body .catalog-tools {
  min-height: 38px;
  gap: 6px;
}

.listener-body .category-row button,
.listener-body .listen-tabs button,
.listener-body .playlist-visibility button {
  min-height: 34px;
  border: 0;
  border-radius: 10px;
  padding: 0 12px;
  background: transparent;
}

.listener-body .category-row button.active,
.listener-body .listen-tabs button.active,
.listener-body .playlist-visibility button.active {
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list,
.listener-body .featured-list {
  display: grid;
  gap: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.listener-body .track-row,
.listener-body .playlist-track-list .track-row,
.listener-body .home-page .feature-row {
  min-height: 58px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 5px 6px;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.listener-body .track-row:hover {
  background: var(--mm-hover);
}

.listener-body .mini-cover,
.listener-body .track-row .mini-cover {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.listener-body .track-copy strong {
  font-size: 15px;
  line-height: 1.1;
}

.listener-body .track-copy span,
.listener-body .playlist-profile p,
.listener-body .artist-profile p,
.listener-body .account-card p,
.listener-body .pass-decision p {
  color: var(--mm-muted);
}

.listener-body .track-actions,
.listener-body .overview-actions,
.listener-body .home-decision-actions {
  justify-content: flex-end;
  gap: 6px;
}

.listener-body .track-menu-button,
.listener-body .round-control {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
}

.listener-body .button {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.listener-body .button-primary {
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .button-ghost {
  color: var(--mm-text);
  background: var(--mm-panel-strong);
}

.listener-body .button:hover,
.listener-body .track-menu-button:hover,
.listener-body .round-control:hover {
  transform: none;
  filter: brightness(1.05);
}

.listener-body .home-page .home-decision,
.listener-body .playlist-feature {
  border: 0;
  border-radius: 18px;
  background: var(--mm-panel);
  box-shadow: none;
}

.listener-body .home-page .home-decision {
  min-height: 150px;
  padding: 14px;
}

.listener-body .home-page .home-decision h2 {
  font-size: clamp(34px, 4.6vw, 62px);
}

.listener-body .playlist-feature {
  min-height: 146px;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px;
}

.listener-body .playlist-feature .library-art,
.listener-body .playlist-feature-art {
  width: 110px;
  height: 110px;
  border-radius: 16px;
}

.listener-body .playlist-feature strong {
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: .9;
}

.listener-body .playlist-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 8px;
}

.listener-body .playlist-tile,
.listener-body .home-page .room-card,
.listener-body .home-page .home-artist-card,
.listener-body .recommendation-grid a,
.listener-body .mood-lane-card,
.listener-body .artist-pass-strip article,
.listener-body .user-playlist-list article {
  border: 0;
  border-radius: 13px;
  background: transparent;
  box-shadow: none;
}

.listener-body .playlist-tile:hover,
.listener-body .home-page .room-card:hover,
.listener-body .home-page .home-artist-card:hover,
.listener-body .recommendation-grid a:hover,
.listener-body .mood-lane-card:hover,
.listener-body .artist-pass-strip article:hover,
.listener-body .user-playlist-list article:hover {
  background: var(--mm-panel-strong);
}

.listener-body .playlist-tile {
  min-height: 76px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  padding: 8px;
}

.listener-body .playlist-tile .library-art {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.listener-body .playlist-profile,
.listener-body .artist-profile {
  min-height: 0;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.listener-body .playlist-profile-art,
.listener-body .artist-profile-photo,
.listener-body .artist-profile .artist-photo {
  width: 120px;
  height: 120px;
  border-radius: 18px;
}

.listener-body .playlist-profile-copy,
.listener-body .artist-profile-copy {
  gap: 8px;
}

.listener-body .artist-detail-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.listener-body .artist-detail-panel {
  padding: 16px;
}

.listener-body .artist-song-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.listener-body .artist-song-list span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 11px;
  padding: 0 12px;
  background: var(--mm-panel-strong);
}

.listener-body .account-page {
  gap: 12px;
}

.listener-body .account-list-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: none;
}

.listener-body .account-list-menu::-webkit-scrollbar {
  display: none;
}

.listener-body .account-list-menu a {
  min-width: max-content;
  gap: 8px;
  padding: 5px 10px 5px 5px;
}

.listener-body .account-list-menu span {
  width: 34px;
  height: 34px;
}

.listener-body .account-management-grid,
.listener-body .account-focused-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 10px;
}

.listener-body .account-focused-grid {
  grid-template-columns: minmax(0, 680px);
}

.listener-body .account-card,
.listener-body .account-detail-rows,
.listener-body .account-decision {
  padding: 14px;
}

.listener-body .account-card h2,
.listener-body .account-decision h2,
.listener-body .pass-decision h2,
.listener-body .pass-price-card h2 {
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: .95;
  letter-spacing: -.055em;
}

.listener-body .account-highlight-grid {
  gap: 8px;
}

.listener-body .account-highlight,
.listener-body .account-stat-list div,
.listener-body .account-row,
.listener-body .following-list a {
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.listener-body .account-highlight,
.listener-body .account-stat-list div {
  padding: 10px;
}

.listener-body .account-highlight.primary {
  color: #0b0d10;
  background: var(--mm-sky);
}

.listener-body .pass-decision {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 14px;
  align-items: stretch;
  padding: 14px;
}

.listener-body .pass-decision-copy,
.listener-body .pass-price-card {
  align-content: center;
}

.listener-body .pass-price-card {
  padding: 16px;
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .pass-price-card p {
  color: rgba(11,13,16,.7);
}

.listener-body .dev-pass-form,
.listener-body .pass-payment-form {
  gap: 8px;
}

.listener-body .player-dock {
  border: 0;
  background: rgba(8,9,11,.96);
  box-shadow: 0 22px 70px rgba(0,0,0,.36);
}

.listener-body .player-dock .dock-cover {
  border-radius: 14px;
  transform: none;
}

.listener-body .dock-main-play {
  background: var(--mm-yellow);
}

.listener-body .dock-state {
  color: #0b0d10;
  background: var(--mm-sky);
}

.listener-body .app-footer {
  justify-content: center;
  margin-top: 28px;
  padding: 14px 0 0;
  border: 0;
  color: var(--mm-dim);
  text-align: center;
}

.listener-body .app-footer nav {
  justify-content: center;
}

@media (max-width: 1180px) {
  .listener-body .account-management-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .listener-body {
    --mm-gutter: 14px;
  }

  .listener-body .listen-main {
    padding: 12px var(--mm-gutter) 148px;
  }

  .listener-body .listen-content {
    gap: 12px;
  }

  .listener-body .product-page-head {
    margin-bottom: 8px;
  }

  .listener-body .product-page-head h1,
  .listener-body .playlist-profile h1,
  .listener-body .artist-profile h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .listener-body .catalog-control,
  .listener-body .pass-decision {
    grid-template-columns: 1fr;
  }

  .listener-body .catalog-tools {
    justify-content: space-between;
  }

  .listener-body .playlist-feature,
  .listener-body .playlist-profile,
  .listener-body .artist-profile {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
  }

  .listener-body .playlist-feature {
    min-height: 0;
    padding: 10px;
  }

  .listener-body .playlist-feature .library-art,
  .listener-body .playlist-feature-art,
  .listener-body .playlist-profile-art,
  .listener-body .artist-profile-photo,
  .listener-body .artist-profile .artist-photo {
    width: 82px;
    height: 82px;
    border-radius: 15px;
  }

  .listener-body .playlist-feature-meta,
  .listener-body .playlist-profile .overview-actions,
  .listener-body .artist-profile .overview-actions {
    grid-column: 1 / -1;
  }

  .listener-body .overview-actions {
    justify-content: stretch;
  }

  .listener-body .overview-actions .button {
    flex: 1 1 120px;
  }

  .listener-body .track-row,
  .listener-body .playlist-track-list .track-row,
  .listener-body .home-page .feature-row {
    min-height: 54px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 5px 0;
  }

  .listener-body .mini-cover,
  .listener-body .track-row .mini-cover {
    width: 44px;
    height: 44px;
  }

  .listener-body .track-actions {
    gap: 4px;
  }

  .listener-body .track-actions .track-menu-button:not(:first-child):not(:last-child) {
    display: none;
  }

  .listener-body .track-menu-button,
  .listener-body .round-control {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .listener-body .account-list-menu {
    margin-inline: calc(var(--mm-gutter) * -1);
    padding-inline: var(--mm-gutter);
    border-radius: 0;
    background: transparent;
  }

  .listener-body .account-card,
  .listener-body .account-detail-rows,
  .listener-body .account-decision {
    padding: 12px;
  }

  .listener-body .player-dock {
    left: 10px;
    right: 10px;
    bottom: 78px;
    padding: 7px;
  }

  .listener-body .app-footer {
    padding-bottom: 8px;
  }
}

@media (max-width: 620px) {
  .listener-body .listen-search {
    max-width: none;
  }

  .listener-body .playlist-grid {
    grid-template-columns: 1fr;
  }

  .listener-body .playlist-tile {
    min-height: 66px;
  }

  .listener-body .account-highlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .listener-body .account-list-menu strong {
    font-size: 13px;
  }

  .listener-body .pass-price-card {
    min-height: 0;
  }
}

/* Dashboard cleanup/build pass 2: discover/catalog/footer/mobile nav consistency. */
.listener-body .discover-page,
.listener-body .catalog-page {
  gap: 12px;
}

.listener-body .mood-lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.listener-body .mood-lane-card {
  min-height: 62px;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 0;
  border-radius: 13px;
  background: var(--mm-panel);
}

.listener-body .mood-lane-card:hover {
  background: var(--mm-panel-strong);
}

.listener-body .mood-dot {
  width: 10px;
  height: 34px;
  border-radius: 999px;
  background: var(--mm-yellow);
}

.listener-body .mood-lane-card:nth-child(2) .mood-dot {
  background: var(--mm-coral);
}

.listener-body .mood-lane-card:nth-child(3) .mood-dot {
  background: var(--mm-sky);
}

.listener-body .mood-lane-card:nth-child(4) .mood-dot {
  background: var(--mm-green);
}

.listener-body .mood-lane-card strong,
.listener-body .recommendation-grid strong {
  display: block;
  overflow: hidden;
  color: var(--mm-text);
  font-size: 15px;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .mood-lane-card small,
.listener-body .recommendation-grid small {
  display: block;
  overflow: hidden;
  color: var(--mm-muted);
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .discover-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.listener-body .recommendation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.listener-body .recommendation-grid a {
  min-height: 70px;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 0;
  border-radius: 13px;
  background: var(--mm-panel);
}

.listener-body .recommendation-grid a:hover {
  background: var(--mm-panel-strong);
}

.listener-body .recommendation-grid .library-art {
  width: 50px;
  height: 50px;
  border-radius: 12px;
}

.listener-body .catalog-control {
  position: sticky;
  top: 0;
  z-index: 8;
  backdrop-filter: blur(14px);
}

.listener-body .category-row {
  overflow-x: auto;
  scrollbar-width: none;
}

.listener-body .category-row::-webkit-scrollbar {
  display: none;
}

.listener-body .catalog-tools {
  min-width: max-content;
}

.listener-body .empty-state {
  border: 0;
  border-radius: 13px;
  background: var(--mm-panel);
}

.listener-body .playlist-surface {
  background: rgba(0,0,0,.52);
  backdrop-filter: blur(12px);
}

.listener-body .playlist-surface-card {
  width: min(100% - 28px, 460px);
  padding: 16px;
  border: 0;
  border-radius: 16px;
  background: #0a0b0d;
}

.listener-body .playlist-options {
  display: grid;
  gap: 6px;
}

.listener-body .playlist-options button {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  padding: 8px 10px;
  color: var(--mm-text);
  background: var(--mm-panel-strong);
}

.listener-body .playlist-options button small {
  color: var(--mm-muted);
  font-size: 11px;
  font-weight: 850;
}

.listener-body .playlist-create-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.listener-body .playlist-toolbar-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.listener-body .playlist-toolbar-actions .button {
  min-height: 36px;
  padding-inline: 12px;
}

.listener-body .user-playlist-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.listener-body .user-playlist-create {
  justify-self: end;
}

.listener-body .user-playlist-list,
.listener-body .user-playlist-panel .empty-state {
  grid-column: 1 / -1;
}

.listener-body .playlist-create-inline input,
.listener-body .user-playlist-form input,
.listener-body .dev-pass-form input {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.075);
}

.listener-body .surface-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 11px;
  background: var(--mm-panel-strong);
}

.listener-body .create-playlist-card {
  display: grid;
  gap: 10px;
}

.listener-body .create-playlist-card .user-playlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

@media (max-width: 760px) {
  .listener-body .playlist-filter-bar {
    align-items: stretch;
  }

  .listener-body .playlist-toolbar-actions,
  .listener-body .playlist-create-inline,
  .listener-body .create-playlist-card .user-playlist-form,
  .listener-body .user-playlist-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .listener-body .playlist-toolbar-actions {
    display: grid;
    margin-left: 0;
  }

  .listener-body .playlist-toolbar-actions .button,
  .listener-body .user-playlist-create {
    width: 100%;
    justify-self: stretch;
  }
}

.listener-body .mobile-tabs {
  min-height: 62px;
  padding: 7px;
  border: 0;
}

.listener-body .mobile-tabs a {
  min-height: 48px;
  gap: 3px;
  border-radius: 14px;
  color: var(--mm-muted);
}

.listener-body .mobile-tabs a span:first-child {
  width: 30px;
  height: 26px;
  border-radius: 10px;
  background: transparent;
}

.listener-body .mobile-tabs a .ui-icon {
  width: 22px;
  height: 22px;
}

.listener-body .app-footer {
  display: grid;
  gap: 8px;
  place-items: center;
}

.listener-body .app-footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
}

.listener-body .app-footer nav {
  gap: 10px;
}

.listener-body .app-footer a {
  color: var(--mm-muted);
}

@media (max-width: 980px) {
  .listener-body .mood-lane-grid,
  .listener-body .recommendation-grid {
    display: flex;
    overflow-x: auto;
    margin-inline: calc(var(--mm-gutter) * -1);
    padding-inline: var(--mm-gutter);
    scrollbar-width: none;
  }

  .listener-body .mood-lane-grid::-webkit-scrollbar,
  .listener-body .recommendation-grid::-webkit-scrollbar {
    display: none;
  }

  .listener-body .mood-lane-card {
    min-width: min(250px, 78vw);
  }

  .listener-body .recommendation-grid a {
    min-width: min(240px, 74vw);
  }

  .listener-body .catalog-control {
    top: 58px;
    margin-inline: calc(var(--mm-gutter) * -1);
    border-radius: 0;
    padding-inline: var(--mm-gutter);
  }

  .listener-body .catalog-tools {
    min-width: 0;
  }

  .listener-body .mobile-tabs a {
    font-size: 11px;
    font-weight: 900;
  }

  .listener-body .mobile-tabs a span:first-child {
    width: 28px;
    height: 24px;
  }
}

@media (max-width: 620px) {
  .listener-body .mood-lane-card {
    min-height: 58px;
    padding: 9px;
  }

  .listener-body .recommendation-grid a {
    min-height: 64px;
  }

  .listener-body .catalog-control {
    gap: 6px;
  }

  .listener-body .category-row button,
  .listener-body .listen-tabs button,
  .listener-body .playlist-visibility button {
    min-height: 32px;
    padding-inline: 10px;
  }
}

/* Dashboard cleanup/build pass 3: account tabs and detail pages as calmer pages. */
.listener-body .account-tab-profile .product-page-head,
.listener-body .account-tab-pass .product-page-head,
.listener-body .account-tab-following .product-page-head,
.listener-body .account-tab-devices .product-page-head,
.listener-body .account-tab-billing .product-page-head,
.listener-body .account-tab-security .product-page-head {
  display: none;
}

.listener-body .account-tab-profile,
.listener-body .account-tab-pass,
.listener-body .account-tab-following,
.listener-body .account-tab-devices,
.listener-body .account-tab-billing,
.listener-body .account-tab-security {
  padding-top: 4px;
}

.listener-body .account-list-menu {
  max-width: 100%;
  align-items: center;
}

.listener-body .account-list-menu a:nth-child(6) span {
  background: var(--mm-sky);
}

.listener-body .account-list-menu a:nth-child(7) span {
  background: var(--mm-purple);
}

.listener-body .account-list-menu a.active strong {
  color: var(--mm-text);
}

.listener-body .account-focused-grid,
.listener-body .account-detail-rows {
  width: min(100%, 760px);
}

.listener-body .account-detail-rows {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.listener-body .account-detail-rows > div:not(.section-heading) {
  display: grid;
  gap: 4px;
}

.listener-body .account-row {
  min-height: 58px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
}

.listener-body .account-row-icon {
  width: 40px;
  height: 40px;
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .account-row h2 {
  margin: 0;
  font-size: 15px;
  line-height: 1.1;
}

.listener-body .account-row p,
.listener-body .account-row small {
  color: var(--mm-muted);
  font-size: 12px;
}

.listener-body .session-remove-form {
  justify-self: end;
}

.listener-body .account-settings-form {
  gap: 10px;
}

.listener-body .account-settings-form label {
  color: var(--mm-muted);
}

.listener-body .account-settings-form input {
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  color: var(--mm-text);
  background: rgba(255,255,255,.075);
}

.listener-body .following-list {
  display: grid;
  gap: 5px;
}

.listener-body .following-list a {
  min-height: 58px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
}

.listener-body .following-list .artist-photo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.listener-body .playlist-detail-page,
.listener-body .artist-detail-page {
  gap: 10px;
}

.listener-body .playlist-detail-page .section-heading.compact,
.listener-body .artist-detail-page .section-heading.compact {
  margin-top: 0;
}

.listener-body .playlist-profile,
.listener-body .artist-profile {
  padding-top: 4px;
}

.listener-body .playlist-profile .overview-actions,
.listener-body .artist-profile .overview-actions {
  align-self: center;
}

.listener-body .artist-pass-strip {
  gap: 8px;
}

.listener-body .artist-pass-strip article {
  min-height: 92px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px;
}

.listener-body .artist-pass-strip article .artist-photo,
.listener-body .artist-pass-strip .artist-photo {
  width: 58px;
  height: 58px;
  border-radius: 14px;
}

.listener-body .artist-pass-strip article strong,
.listener-body .artist-pass-strip article small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .artist-pass-strip article small {
  color: var(--mm-muted);
}

@media (max-width: 980px) {
  .listener-body .account-tab-overview .product-page-head {
    margin-bottom: 4px;
  }

  .listener-body .account-list-menu {
    gap: 6px;
  }

  .listener-body .account-list-menu a {
    min-height: 40px;
    padding-right: 9px;
  }

  .listener-body .account-list-menu span {
    width: 32px;
    height: 32px;
  }

  .listener-body .account-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .listener-body .account-row small,
  .listener-body .session-remove-form {
    grid-column: 2;
    justify-self: start;
  }

  .listener-body .artist-pass-strip {
    display: flex;
    overflow-x: auto;
    margin-inline: calc(var(--mm-gutter) * -1);
    padding-inline: var(--mm-gutter);
    scrollbar-width: none;
  }

  .listener-body .artist-pass-strip::-webkit-scrollbar {
    display: none;
  }

  .listener-body .artist-pass-strip article {
    min-width: min(230px, 72vw);
  }
}

/* Cleanup/build pass 4: tighter music rows, flatter surfaces, clearer right controls. */
.listener-body .listen-content {
  gap: 16px;
}

.listener-body .product-page-head {
  display: grid;
  gap: 3px;
  margin: 0 0 2px;
  padding: 0;
}

.listener-body .product-page-head h1 {
  letter-spacing: 0;
}

.listener-body .track-list,
.listener-body .playlist-track-list,
.listener-body .artist-song-list,
.listener-body .featured-list {
  gap: 1px;
}

.listener-body .track-row,
.listener-body .playlist-track-list .track-row,
.listener-body .home-page .feature-row {
  min-height: 54px;
  grid-template-columns: 44px minmax(0, 1fr) minmax(126px, auto);
  padding: 4px 0;
  border-radius: 10px;
}

.listener-body .track-row:hover,
.listener-body .track-row.is-playing {
  background: rgba(255,255,255,.055);
}

.listener-body .mini-cover,
.listener-body .track-row .mini-cover {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  transform: none;
}

.listener-body .track-actions {
  min-width: 126px;
  justify-content: flex-end;
}

.listener-body .track-menu-button,
.listener-body .round-control {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.listener-body .track-actions .save-button,
.listener-body .track-actions [data-add-to-playlist] {
  color: #0a0b0d;
  background: var(--mm-yellow);
}

.listener-body .track-actions [data-share] {
  color: #0a0b0d;
  background: var(--mm-sky);
}

.listener-body .playlist-feature,
.listener-body .playlist-profile,
.listener-body .artist-profile,
.listener-body .pass-decision,
.listener-body .account-card,
.listener-body .account-decision,
.listener-body .account-detail-rows,
.listener-body .account-list-menu,
.listener-body .password-required {
  border: 0;
  box-shadow: none;
}

.listener-body .playlist-feature {
  min-height: 124px;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  padding: 10px;
  border-radius: 16px;
}

.listener-body .home-page .home-decision,
.listener-body .playlist-feature {
  position: relative;
  overflow: hidden;
}

.listener-body .home-page .home-decision::after,
.listener-body .playlist-feature::before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .9;
}

.listener-body .home-page .home-decision::after {
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background: rgba(255,196,77,.13);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.listener-body .playlist-feature::before {
  inset: 0 0 0 auto;
  width: 28%;
  background: rgba(102,217,244,.12);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.listener-body .home-page .home-decision > *,
.listener-body .playlist-feature > * {
  position: relative;
  z-index: 1;
}

.listener-body .playlist-feature .library-art,
.listener-body .playlist-feature-art {
  width: 92px;
  height: 92px;
  border-radius: 14px;
}

.listener-body .playlist-feature strong {
  font-size: clamp(26px, 3.4vw, 44px);
}

.listener-body .playlist-grid,
.listener-body .home-context-grid,
.listener-body .account-focused-grid {
  gap: 10px;
}

.listener-body .playlist-tile,
.listener-body .recommendation-grid a,
.listener-body .home-page .home-artist-card,
.listener-body .home-profile-card,
.listener-body .mood-lane-card {
  border: 0;
  box-shadow: none;
}

.listener-body .home-page .room-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-height: 66px;
  padding: 7px;
}

.listener-body .home-page .room-card > div {
  min-width: 0;
}

.listener-body .home-page .room-card .library-art {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.listener-body .home-page .room-card strong {
  color: var(--mm-text);
  text-shadow: none;
}

.listener-body .player-dock {
  border-radius: 18px;
}

.listener-body .player-dock {
  position: fixed;
  z-index: 40;
  display: grid;
  align-items: center;
  width: auto;
  border: 0;
  background: rgba(8,9,11,.96);
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.listener-body .dock-copy {
  min-width: 0;
}

.listener-body .dock-copy strong,
.listener-body .dock-copy span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .progress {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.listener-body .progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--mm-yellow);
}

.listener-body .dock-main-play {
  color: #0a0b0d;
  background: var(--mm-yellow);
  border-radius: 14px;
  transform: none;
}

.listener-body .mobile-tabs a {
  min-height: 46px;
  gap: 1px;
}

.listener-body .mobile-tabs a span:first-child {
  height: 22px;
}

@media (max-width: 980px) {
  .listener-body .listen-content {
    gap: 12px;
  }

  .listener-body .track-row,
  .listener-body .playlist-track-list .track-row,
  .listener-body .home-page .feature-row {
    grid-template-columns: 42px minmax(0, 1fr) 80px;
  }

  .listener-body .mini-cover,
  .listener-body .track-row .mini-cover {
    width: 42px;
    height: 42px;
  }

  .listener-body .track-actions {
    min-width: 80px;
  }

  .listener-body .playlist-track-list .track-actions .track-menu-button:nth-child(n+4) {
    display: none;
  }
}

/* Cleanup/build pass 5: one dashboard rhythm across pages. */
.listener-body .listen-content,
.listener-body .home-page {
  width: min(100%, 1320px);
  max-width: 1320px;
  margin-inline: auto;
}

.listener-body .home-page,
.listener-body .discover-page,
.listener-body .catalog-page,
.listener-body .playlist-page,
.listener-body .playlist-detail-page,
.listener-body .artist-detail-page,
.listener-body .pass-page,
.listener-body .account-page {
  gap: 14px;
}

.listener-body .product-page-head,
.listener-body .section-heading.compact {
  min-height: 0;
  align-items: end;
}

.listener-body .product-page-head .eyebrow,
.listener-body .section-heading.compact .eyebrow {
  margin: 0 0 2px;
}

.listener-body .product-page-head h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: .95;
}

.listener-body .section-heading.compact h2 {
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1;
}

.listener-body .account-management-grid {
  gap: 10px;
}

.listener-body .account-card,
.listener-body .account-decision {
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-card h2,
.listener-body .account-decision h2 {
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1;
}

.listener-body .account-highlight-grid,
.listener-body .account-stat-list,
.listener-body .following-list {
  gap: 6px;
}

.listener-body .account-highlight,
.listener-body .account-stat-list div,
.listener-body .following-list a {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.listener-body .pass-decision {
  border-radius: 16px;
  padding: 12px;
}

.listener-body .playlist-filter-bar,
.listener-body .catalog-control {
  border-radius: 12px;
}

@media (max-width: 980px) {
  .listener-body .listen-content,
  .listener-body .home-page {
    width: 100%;
    max-width: none;
  }

  .listener-body .product-page-head h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .listener-body .account-card,
  .listener-body .account-decision,
  .listener-body .pass-decision {
    padding: 10px;
  }

  .listener-body .account-highlight-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Cleanup/build pass 6: flat controls, no nested control panels. */
.listener-body .catalog-control {
  position: static;
  top: auto;
  z-index: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.listener-body .playlist-filter-bar,
.listener-body .account-list-menu {
  min-height: 38px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.listener-body .category-row,
.listener-body .listen-tabs,
.listener-body .playlist-visibility {
  min-height: 36px;
  padding: 0;
  background: transparent;
}

.listener-body .category-row button,
.listener-body .listen-tabs button,
.listener-body .playlist-visibility button {
  min-height: 34px;
  border-radius: 9px;
}

.listener-body .account-list-menu {
  gap: 5px;
}

.listener-body .account-list-menu a {
  min-height: 38px;
  grid-template-columns: 32px auto;
  gap: 7px;
  padding: 3px 9px 3px 3px;
  border-radius: 11px;
  background: transparent;
}

.listener-body .account-list-menu span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.listener-body .account-list-menu strong {
  font-size: 12px;
}

.listener-body .account-list-menu a:hover,
.listener-body .account-list-menu a.active {
  background: rgba(255,255,255,.045);
}

.listener-body .pass-decision {
  gap: 10px;
  background: transparent;
}

.listener-body .pass-decision-copy,
.listener-body .pass-price-card {
  min-height: 0;
  border-radius: 14px;
  padding: 14px;
  box-shadow: none;
}

.listener-body .pass-decision-copy {
  background: rgba(255,255,255,.035);
}

.listener-body .pass-decision-copy h2,
.listener-body .pass-price-card h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: .95;
}

@media (max-width: 980px) {
  .listener-body .catalog-control {
    margin-inline: 0;
    padding-inline: 0;
  }

  .listener-body .account-list-menu {
    margin-inline: calc(var(--mm-gutter) * -1);
    padding-inline: var(--mm-gutter);
  }
}

/* Cleanup/build pass 7: mobile nav color belongs to the icon chip. */
.listener-body .mobile-tabs {
  gap: 4px;
  padding: 6px;
  border: 0;
  background: rgba(7,8,10,.96);
}

.listener-body .mobile-tabs a {
  min-height: 46px;
  gap: 1px;
  border-radius: 12px;
  color: var(--mm-muted);
  background: transparent;
}

.listener-body .mobile-tabs a span:first-child {
  width: 30px;
  height: 24px;
  border-radius: 9px;
  color: var(--mm-muted);
  background: transparent;
}

.listener-body .mobile-tabs a .ui-icon {
  width: 21px;
  height: 21px;
}

.listener-body .mobile-tabs a.active {
  color: var(--mm-text);
  background: rgba(255,255,255,.04);
}

.listener-body .mobile-tabs a.active span:first-child {
  color: #0b0d10;
  background: var(--mm-yellow);
}

.listener-body .mobile-tabs a:nth-child(2).active span:first-child {
  background: var(--mm-sky);
}

.listener-body .mobile-tabs a:nth-child(3).active span:first-child {
  background: var(--mm-green);
}

.listener-body .mobile-tabs a:nth-child(4).active span:first-child {
  background: var(--mm-coral);
}

.listener-body .mobile-tabs a:nth-child(5).active span:first-child {
  background: var(--mm-purple);
}

@media (max-width: 980px) {
  .listener-body .listen-main {
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }

  .listener-body .player-dock {
    bottom: calc(70px + env(safe-area-inset-bottom));
  }

  .listener-body .mobile-tabs {
    position: fixed;
    z-index: 50;
    left: 10px;
    right: 10px;
    bottom: 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: calc(6px + env(safe-area-inset-bottom));
    border-radius: 16px;
    backdrop-filter: blur(14px);
  }

  .listener-body .mobile-tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
  }

  .listener-body .home-page .home-decision-actions .button {
    min-width: 0;
    justify-content: center;
    padding-inline: 10px;
  }

  .listener-body .home-page .home-decision-actions .button span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Cleanup/build pass 8: playlist edge alignment and deeper cocoa/burnt music accents. */
.listener-body {
  --mm-bg: #050403;
  --mm-cocoa: #2a1710;
  --mm-cocoa-soft: rgba(77, 44, 28, .42);
  --mm-cocoa-panel: rgba(43, 24, 16, .58);
  --mm-burnt: #c65a24;
  --mm-burnt-strong: #e0712f;
  --mm-burnt-soft: rgba(198, 90, 36, .18);
  --mm-yellow: #f2b74b;
  --mm-sky: #61c7df;
  --mm-green: #7ccf9b;
  --mm-coral: #d9684b;
  --mm-purple: #a98be8;
}

.listener-body .playlist-page {
  gap: 12px;
}

.listener-body .playlist-page .product-page-head,
.listener-body .playlist-filter-bar,
.listener-body .playlist-grid,
.listener-body .user-playlist-panel {
  margin-left: 0;
  padding-left: 0;
}

.listener-body .playlist-feature {
  min-height: 108px;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 0 12px 0 0;
  border-radius: 15px;
  background: var(--mm-cocoa-panel);
}

.listener-body .playlist-feature::before {
  width: 32%;
  background: var(--mm-burnt-soft);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.listener-body .playlist-feature .library-art,
.listener-body .playlist-feature-art {
  width: 96px;
  height: 96px;
  border-radius: 15px;
  margin: 0;
}

.listener-body .playlist-feature strong {
  font-size: clamp(25px, 3vw, 42px);
}

.listener-body .playlist-feature-meta {
  justify-self: end;
  color: #120b08;
  background: var(--mm-yellow);
}

.listener-body .playlist-filter-bar {
  min-height: 34px;
}

.listener-body .playlist-visibility button.active,
.listener-body .category-row button.active,
.listener-body .listen-tabs button.active {
  color: #fff8ef;
  background: var(--mm-burnt);
}

.listener-body .playlist-grid {
  gap: 7px;
}

.listener-body .playlist-tile {
  min-height: 66px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 6px 8px 6px 0;
  border-radius: 12px;
}

.listener-body .playlist-tile:hover {
  background: var(--mm-cocoa-soft);
}

.listener-body .playlist-tile .library-art {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin: 0;
}

.listener-body .track-actions .save-button,
.listener-body .track-actions [data-add-to-playlist],
.listener-body .button-primary,
.listener-body .dock-main-play {
  color: #fff8ef;
  background: var(--mm-burnt);
}

.listener-body .dock-main-play:hover {
  background: var(--mm-burnt-strong);
}

.listener-body .player-dock {
  background: rgba(20, 12, 8, .97);
  box-shadow: 0 22px 70px rgba(0,0,0,.38);
}

.listener-body .player-dock .dock-cover {
  background-color: var(--mm-cocoa);
}

.listener-body .dock-state {
  color: #fff8ef;
  background: var(--mm-cocoa-soft);
}

.listener-body .dock-main-play .ui-icon,
.listener-body .mini-cover .ui-icon {
  fill: currentColor;
  stroke: currentColor;
}

.listener-body .mobile-tabs {
  background: rgba(20, 12, 8, .97);
}

.listener-body .mobile-tabs a.active span:first-child {
  color: #fff8ef;
  background: var(--mm-burnt);
}

@media (max-width: 980px) {
  .listener-body .playlist-page {
    gap: 10px;
  }

  .listener-body .playlist-feature {
    min-height: 82px;
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 0;
  }

  .listener-body .playlist-feature .library-art,
  .listener-body .playlist-feature-art {
    width: 78px;
    height: 78px;
    border-radius: 13px;
  }

  .listener-body .playlist-feature-meta {
    display: none;
  }

  .listener-body .playlist-tile {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 5px 6px 5px 0;
  }

  .listener-body .playlist-tile .library-art {
    width: 48px;
    height: 48px;
  }
}

/* Cleanup/build pass 9: rebuild the player dock as one calm music control bar. */
.listener-body .player-dock {
  left: calc(248px + 22px);
  right: 22px;
  bottom: 18px;
  min-height: 74px;
  grid-template-columns: 56px minmax(180px, 1fr) auto minmax(180px, 360px) minmax(160px, 1fr) auto;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 18px;
  background: rgba(18, 10, 7, .96);
  box-shadow: 0 18px 54px rgba(0,0,0,.42);
  backdrop-filter: blur(18px);
}

.listener-body .player-dock .dock-cover {
  width: 56px;
  height: 56px;
  border-radius: 13px;
  background-color: var(--mm-cocoa);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

.listener-body .dock-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.listener-body .dock-copy strong {
  color: var(--mm-text);
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: 0;
}

.listener-body .dock-copy span {
  color: var(--mm-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.listener-body .dock-controls,
.listener-body .dock-tools {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.listener-body .dock-controls {
  gap: 6px;
  padding: 4px;
  border-radius: 15px;
  background: rgba(255,255,255,.045);
}

.listener-body .dock-tools {
  justify-content: flex-end;
  gap: 5px;
}

.listener-body .player-dock .round-control {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  color: rgba(255,248,239,.82);
  background: transparent;
}

.listener-body .player-dock .round-control:hover {
  color: #fff8ef;
  background: rgba(255,255,255,.075);
}

.listener-body .player-dock .dock-main-play {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff8ef;
  background: var(--mm-burnt);
  box-shadow: 0 12px 26px rgba(198,90,36,.28);
}

.listener-body .player-dock .dock-main-play:hover {
  background: var(--mm-burnt-strong);
}

.listener-body .player-dock .dock-main-play .ui-icon {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: currentColor;
}

.listener-body .player-dock .dock-main-play use,
.listener-body .player-dock .dock-main-play path {
  fill: currentColor;
  stroke: currentColor;
}

.listener-body .player-dock .dock-mode.is-on,
.listener-body .player-dock .dock-mode.is-active,
.listener-body .player-dock .dock-mode[aria-pressed="true"] {
  color: #120b08;
  background: var(--mm-yellow);
}

.listener-body .dock-progress-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.listener-body .player-dock .progress {
  height: 5px;
  background: rgba(255,248,239,.12);
}

.listener-body .player-dock .progress span {
  background: var(--mm-burnt-strong);
}

.listener-body .player-dock .dock-time {
  color: var(--mm-muted);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.listener-body .player-dock .dock-state {
  min-height: 30px;
  padding-inline: 10px;
  border-radius: 10px;
  color: #fff8ef;
  background: rgba(198,90,36,.16);
}

.listener-body .player-dock .dock-cta {
  min-height: 38px;
  height: 38px;
  padding-inline: 13px;
  border-radius: 12px;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .listener-body .player-dock {
    left: calc(220px + 14px);
    right: 14px;
    grid-template-columns: 52px minmax(150px, 1fr) auto minmax(150px, 300px) auto;
  }

  .listener-body .dock-tools {
    display: none;
  }
}

@media (max-width: 980px) {
  .listener-body .player-dock {
    left: 10px;
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    min-height: 60px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 7px;
    border-radius: 15px;
  }

  .listener-body .player-dock .dock-cover {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .listener-body .dock-copy strong {
    font-size: 13px;
  }

  .listener-body .dock-copy span {
    font-size: 11px;
  }

  .listener-body .player-dock .dock-controls {
    padding: 0;
    background: transparent;
  }

  .listener-body .player-dock .dock-skip,
  .listener-body .player-dock .dock-tools,
  .listener-body .player-dock .dock-progress-wrap,
  .listener-body .player-dock .dock-cta {
    display: none;
  }

  .listener-body .player-dock .dock-main-play {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }
}

/* Cleanup/build pass 10: keep primary preview actions from crowding the copy. */
.listener-body .home-page .home-decision-actions {
  margin-top: 16px;
}

.listener-body .home-page .home-decision-actions .button {
  min-height: 42px;
}

.listener-body .home-page .home-decision-actions .button .ui-icon,
.listener-body .button-primary .ui-icon {
  fill: currentColor;
  stroke: currentColor;
}

@media (max-width: 980px) {
  .listener-body .home-page .home-decision-actions {
    margin-top: 12px;
  }
}

/* Cleanup/build pass 11: account area split into four calm, wide pages. */
.listener-body .account-page {
  gap: 10px;
}

.listener-body .account-page .product-page-head {
  margin-bottom: 2px;
}

.listener-body .account-page .product-page-head h1 {
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: .92;
}

.listener-body .account-list-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.listener-body .account-list-menu a {
  min-width: 0;
  min-height: 48px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  padding: 6px 10px 6px 6px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-list-menu span {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.listener-body .account-list-menu strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.listener-body .account-list-menu a.active {
  background: rgba(198,90,36,.14);
}

.listener-body .account-list-menu a.active span {
  color: #fff8ef;
  background: var(--mm-burnt);
}

.listener-body .account-decision {
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 14px;
  background: var(--mm-cocoa-panel);
}

.listener-body .account-identity {
  min-width: 0;
}

.listener-body .account-avatar {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.listener-body .account-identity h2,
.listener-body .account-card h2,
.listener-body .account-decision h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: .96;
}

.listener-body .account-identity p:not(.eyebrow) {
  margin: 3px 0 0;
}

.listener-body .account-overview-grid,
.listener-body .account-focused-grid,
.listener-body .account-pass-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.listener-body .account-pass-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr) minmax(260px, .85fr);
}

.listener-body .account-card,
.listener-body .account-detail-rows,
.listener-body .account-decision {
  border: 0;
  box-shadow: none;
}

.listener-body .account-card {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.listener-body .account-card .eyebrow {
  margin-bottom: 6px;
}

.listener-body .account-highlight-grid,
.listener-body .account-stat-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.listener-body .account-stat-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.listener-body .account-highlight,
.listener-body .account-stat-list div {
  min-height: 58px;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.listener-body .account-highlight span,
.listener-body .account-stat-list span {
  font-size: 11px;
  line-height: 1;
}

.listener-body .account-highlight strong,
.listener-body .account-stat-list strong {
  margin-top: 4px;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.05;
}

.listener-body .account-compact-list {
  display: grid;
  align-content: start;
  gap: 5px;
}

.listener-body .account-compact-list > h2 {
  margin: -2px 0 4px;
  color: var(--mm-muted);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}

.listener-body .account-row {
  min-height: 46px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 8px;
  padding: 5px;
  border-radius: 11px;
  background: transparent;
}

.listener-body .account-row:hover {
  background: rgba(255,255,255,.045);
}

.listener-body .account-row-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #fff8ef;
  background: var(--mm-burnt);
}

.listener-body .account-row h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.05;
}

.listener-body .account-row p,
.listener-body .account-row small {
  margin: 0;
  color: var(--mm-muted);
  font-size: 11px;
}

.listener-body .account-settings-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 8px;
  align-items: end;
  margin-top: 10px;
}

.listener-body .account-settings-form label {
  gap: 5px;
}

.listener-body .account-settings-form input {
  min-height: 42px;
  border-radius: 11px;
}

.listener-body .account-settings-form .button,
.listener-body .account-page .button {
  min-height: 42px;
  min-width: 138px;
  justify-content: center;
}

@media (max-width: 1180px) {
  .listener-body .account-pass-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .listener-body .account-page .product-page-head {
    display: none;
  }

  .listener-body .account-list-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-inline: 0;
    padding-inline: 0;
  }

  .listener-body .account-list-menu a {
    min-height: 44px;
    display: flex;
    justify-content: center;
    padding: 5px;
  }

  .listener-body .account-list-menu span {
    width: 32px;
    height: 32px;
  }

  .listener-body .account-list-menu strong {
    font-size: 11px;
  }

  .listener-body .account-decision {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr);
  }

  .listener-body .account-decision .button {
    width: 100%;
  }

  .listener-body .account-highlight-grid,
  .listener-body .account-stat-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listener-body .account-settings-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .listener-body .account-settings-form .button,
  .listener-body .account-page .button {
    width: 100%;
  }
}

/* Cleanup/build pass 12: account color balance and sturdier section gutters. */
.listener-body {
  --mm-bg: #070504;
  --mm-panel: rgba(55, 31, 21, .36);
  --mm-panel-strong: rgba(198, 90, 36, .13);
  --mm-hover: rgba(242, 183, 75, .09);
  --mm-cocoa-panel: rgba(45, 25, 17, .72);
}

.listener-body .account-page {
  max-width: 1360px;
}

.listener-body .account-list-menu a {
  min-height: 52px;
  padding: 7px 14px 7px 7px;
}

.listener-body .account-decision,
.listener-body .account-card {
  padding: 16px 18px;
}

.listener-body .account-card {
  background: rgba(55,31,21,.34);
}

.listener-body .account-highlight,
.listener-body .account-stat-list div {
  padding: 10px 12px;
  background: rgba(255,248,239,.045);
}

.listener-body .account-highlight.primary {
  color: #fff8ef;
  background: var(--mm-burnt);
}

.listener-body .account-page .button {
  min-width: 154px;
}

.listener-body .account-settings-form input {
  padding-inline: 14px;
}

.join-auth,
.portal-auth {
  --auth-bg: #070504;
  --auth-panel: rgba(55,31,21,.42);
  --auth-soft: rgba(255,248,239,.07);
  --auth-play: #c65a24;
}

.join-auth .button-primary,
.portal-auth .button-primary,
.join-auth .checkout-price,
.portal-auth .checkout-price {
  color: #fff8ef;
}

.join-auth .demo-account-card,
.portal-auth .demo-account-card {
  display: grid;
  gap: 4px;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  color: #fff8ef;
  background: rgba(198,90,36,.16);
}

.join-auth .demo-account-card span,
.portal-auth .demo-account-card small {
  color: rgba(255,248,239,.66);
  font-size: 12px;
  font-weight: 800;
}

.join-auth .demo-account-card strong,
.portal-auth .demo-account-card strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.1;
  text-overflow: ellipsis;
}

@media (max-width: 980px) {
  .listener-body .account-list-menu a {
    min-height: 48px;
    padding: 6px;
  }

  .listener-body .account-decision,
  .listener-body .account-card {
    padding: 13px;
  }
}

/* Cleanup/build pass 13: keep the player dock out of view until a song is selected. */
.listener-body .player-dock {
  pointer-events: none;
  opacity: 0;
  transform: translateY(18px);
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.listener-body .player-dock.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

@media (max-width: 980px) {
  .listener-body .listen-main {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .listener-body:has(.player-dock.is-active) .listen-main {
    padding-bottom: calc(150px + env(safe-area-inset-bottom));
  }
}

/* Cleanup/build pass 14: quieter pass status, less surface copy. */
.listener-body .pass-page {
  gap: 10px;
}

.listener-body .pass-page .product-page-head {
  margin-bottom: 0;
}

.listener-body .pass-page .product-page-head h1 {
  font-size: clamp(30px, 3.4vw, 48px);
}

.listener-body .pass-decision {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 10px;
  padding: 0;
  background: transparent;
}

.listener-body .pass-decision-copy,
.listener-body .pass-price-card {
  min-height: 86px;
  padding: 14px 16px;
  border-radius: 14px;
}

.listener-body .pass-decision-copy {
  display: grid;
  align-content: center;
  background: rgba(55,31,21,.28);
}

.listener-body .pass-decision-copy .eyebrow,
.listener-body .pass-price-card span {
  margin-bottom: 5px;
  font-size: 11px;
}

.listener-body .pass-decision-copy h2,
.listener-body .pass-price-card h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: .95;
}

.listener-body .pass-price-card {
  display: grid;
  align-content: center;
  gap: 8px;
  color: #fff8ef;
  background: rgba(198,90,36,.16);
}

.listener-body .pass-price-card h2 {
  color: #fff8ef;
}

.listener-body .pass-price-card p {
  margin: 0;
  color: rgba(255,248,239,.62);
  font-size: 12px;
}

.listener-body .pass-price-card .button {
  width: max-content;
  min-height: 38px;
  padding-inline: 13px;
}

@media (max-width: 980px) {
  .listener-body .pass-page .product-page-head {
    display: none;
  }

  .listener-body .pass-decision {
    grid-template-columns: minmax(0, 1fr);
  }

  .listener-body .pass-decision-copy,
  .listener-body .pass-price-card {
    min-height: 74px;
    padding: 12px 13px;
  }
}

/* Cleanup/build pass 15: account becomes a quiet settings surface, not a report page. */
.listener-body .account-page {
  max-width: min(100%, 980px);
  gap: 12px;
}

.listener-body .account-page .product-page-head {
  min-height: 0;
  margin: 0;
}

.listener-body .account-page .product-page-head h1 {
  font-size: clamp(28px, 3vw, 42px);
}

.listener-body .account-tab-overview .account-list-menu {
  display: none;
}

.listener-body .account-profile-hero {
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 8px 0 4px;
  text-align: center;
}

.listener-body .account-avatar.xl {
  width: 88px;
  height: 88px;
  font-size: 22px;
  box-shadow: 0 20px 46px rgba(0,0,0,.28);
}

.listener-body .account-profile-hero h2 {
  margin: 0;
  color: #fffaf2;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
  line-height: 1;
}

.listener-body .account-profile-hero p {
  margin: 5px 0 0;
  color: rgba(255,248,239,.58);
  font-size: 14px;
}

.listener-body .account-pass-strip {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 12px 16px;
  border-radius: 18px;
  color: #fff8ef;
  text-decoration: none;
  background: linear-gradient(110deg, rgba(198,90,36,.78), rgba(107,56,32,.84));
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
}

.listener-body .account-pass-strip.active {
  background: linear-gradient(110deg, rgba(78,139,105,.75), rgba(107,56,32,.72));
}

.listener-body .account-pass-strip.warning {
  background: rgba(198,90,36,.14);
  box-shadow: none;
}

.listener-body .account-pass-strip .account-row-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(255,248,239,.16);
}

.listener-body .account-pass-strip strong {
  display: block;
  color: #fff8ef;
  font-size: 17px;
  line-height: 1.1;
}

.listener-body .account-pass-strip small {
  display: block;
  margin-top: 4px;
  color: rgba(255,248,239,.7);
  font-size: 13px;
}

.listener-body .account-settings-stack {
  display: grid;
  gap: 14px;
}

.listener-body .account-menu-group {
  display: grid;
  gap: 0;
}

.listener-body .account-menu-group > p {
  margin: 0 0 8px;
  color: rgba(255,248,239,.72);
  font-size: 14px;
  font-weight: 800;
}

.listener-body .account-menu-group > a,
.listener-body .account-menu-group > form > button {
  width: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 14px;
  border: 0;
  border-bottom: 1px solid rgba(255,248,239,.055);
  color: #fff8ef;
  text-align: left;
  text-decoration: none;
  background: rgba(255,248,239,.045);
}

.listener-body .account-menu-group > a:first-of-type,
.listener-body .account-menu-group > form:first-of-type > button {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.listener-body .account-menu-group > a:last-of-type,
.listener-body .account-menu-group > form:last-of-type > button {
  border-bottom: 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.listener-body .account-menu-group > form {
  margin: 0;
}

.listener-body .account-menu-group > form > button {
  font: inherit;
  cursor: pointer;
}

.listener-body .account-menu-group > a:hover,
.listener-body .account-menu-group > form > button:hover {
  background: rgba(255,248,239,.075);
}

.listener-body .account-menu-group .account-row-icon {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #ffd18a;
  background: rgba(255,209,138,.12);
}

.listener-body .account-menu-group strong {
  overflow: hidden;
  color: rgba(255,248,239,.9);
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listener-body .account-menu-group > a > .ui-icon:last-child,
.listener-body .account-menu-group > form > button > .ui-icon:last-child,
.listener-body .account-pass-strip > .ui-icon:last-child {
  width: 18px;
  height: 18px;
  color: rgba(255,248,239,.5);
}

@media (max-width: 980px) {
  .listener-body .account-page {
    max-width: 560px;
    margin-inline: auto;
    gap: 10px;
  }

  .listener-body .account-page .product-page-head {
    display: none;
  }

  .listener-body .account-profile-hero {
    padding-top: 2px;
  }

  .listener-body .account-avatar.xl {
    width: 78px;
    height: 78px;
  }

  .listener-body .account-pass-strip {
    min-height: 72px;
    border-radius: 16px;
  }

  .listener-body .account-menu-group > a,
  .listener-body .account-menu-group > form > button {
    min-height: 54px;
    border-radius: 0;
  }
}

/* Cleanup/build pass 16: account page moves closer to a minimal settings app. */
.listener-body .account-tab-overview {
  max-width: min(100%, 720px);
}

.listener-body .account-tab-overview .account-profile-hero {
  gap: 8px;
  padding: 2px 0 0;
}

.listener-body .account-tab-overview .account-avatar.xl {
  width: 72px;
  height: 72px;
  border-radius: 19px;
  color: #17100b;
  background: #f7c65b;
  box-shadow: none;
}

.listener-body .account-tab-overview .account-profile-hero h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.02;
}

.listener-body .account-tab-overview .account-profile-hero p {
  margin-top: 4px;
  font-size: 13px;
}

.listener-body .account-tab-overview .account-pass-strip {
  min-height: 64px;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 15px;
  background: linear-gradient(110deg, rgba(80,116,84,.76), rgba(84,56,37,.82));
  box-shadow: none;
}

.listener-body .account-tab-overview .account-pass-strip.warning {
  background: rgba(198,90,36,.12);
}

.listener-body .account-tab-overview .account-pass-strip .account-row-icon {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.listener-body .account-tab-overview .account-pass-strip strong {
  font-size: 15px;
}

.listener-body .account-tab-overview .account-pass-strip small {
  margin-top: 3px;
  font-size: 12px;
}

.listener-body .account-tab-overview .account-settings-stack {
  gap: 12px;
}

.listener-body .account-tab-overview .account-menu-group > p {
  margin: 0 0 7px;
  font-size: 13px;
}

.listener-body .account-tab-overview .account-menu-group > a,
.listener-body .account-tab-overview .account-menu-group > form > button {
  min-height: 50px;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  gap: 9px;
  padding: 6px 11px;
  background: rgba(255,248,239,.04);
}

.listener-body .account-tab-overview .account-menu-group .account-row-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
}

.listener-body .account-tab-overview .account-menu-group strong {
  font-size: 14px;
  font-weight: 760;
}

@media (max-width: 980px) {
  .listener-body .account-tab-overview {
    gap: 9px;
  }

  .listener-body .account-tab-overview .account-avatar.xl {
    width: 68px;
    height: 68px;
  }

  .listener-body .account-tab-overview .account-pass-strip {
    min-height: 62px;
  }

  .listener-body .account-tab-overview .account-menu-group > a,
  .listener-body .account-tab-overview .account-menu-group > form > button {
    min-height: 49px;
  }
}
