/*
Theme Name: Bomoko na Mindule
Theme URI: https://bomokonamindule.com
Author: Bomoko na Mindule
Description: Theme WordPress officiel de Bomoko na Mindule, concu pour fonctionner avec le plugin Bomoko API Bridge.
Version: 0.4.2
Text Domain: bomoko-na-mindule
*/

@font-face {
  font-display: swap;
  font-family: "AndesNeue";
  font-style: normal;
  font-weight: 900;
  src: url("https://bomokonamindule.com/wp-content/uploads/2026/07/andesneue-black.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("https://bomokonamindule.com/wp-content/uploads/2026/07/acumin-rpro.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Acumin";
  font-style: normal;
  font-weight: 800;
  src: url("https://bomokonamindule.com/wp-content/uploads/2026/07/acumin-bdpro.woff2") format("woff2");
}

:root {
  --bnm-font-andes-black: "AndesNeue", "Arial Black", "Segoe UI Black", system-ui, sans-serif;
  --bnm-font-acumin: "Acumin", "Inter", "Segoe UI", system-ui, sans-serif;
  --bnm-violet-950: #27166D;
  --bnm-violet-900: #27166D;
  --bnm-violet-800: #321C93;
  --bnm-violet-700: #372D70;
  --bnm-violet-500: #5630d8;
  --bnm-gold-500: #FFAE5E;
  --bnm-gold-600: #DC5945;
  --bnm-cream: #fffaf0;
  --bnm-bg: #f8f6fc;
  --bnm-surface: #ffffff;
  --bnm-ink: #21104d;
  --bnm-muted: #6e6391;
  --bnm-border: rgba(35, 18, 90, 0.12);
  --bnm-shadow: 0 18px 45px rgba(35, 18, 90, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 162, 58, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(61, 37, 145, 0.14), transparent 26rem),
    linear-gradient(180deg, #fff 0%, var(--bnm-bg) 44%, #f2eef9 100%);
  color: var(--bnm-ink);
  font-family: "Acumin", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  min-height: 100vh;
}

body::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(61, 37, 145, 0.18), transparent 18rem),
    linear-gradient(120deg, transparent 18%, rgba(246, 162, 58, 0.12) 19%, transparent 20%);
  content: "";
  inset: 0 auto auto 0;
  height: 580px;
  opacity: 0.09;
  pointer-events: none;
  position: fixed;
  width: 720px;
  z-index: -1;
}

a {
  color: var(--bnm-violet-800);
}

img {
  height: auto;
  max-width: 100%;
}

.bnm-site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(35, 18, 90, 0.08);
  border-radius: 0 0 26px 26px;
  box-shadow: 0 18px 45px rgba(35, 18, 90, 0.08);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 10px clamp(14px, 3vw, 28px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.bnm-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}

.bnm-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #fff, #f7f2ff);
  border: 1px solid rgba(35, 18, 90, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(35, 18, 90, 0.12);
  display: grid;
  height: 58px;
  justify-items: center;
  padding: 4px;
  width: 58px;
}

.bnm-brand-mark img {
  display: block;
  max-height: 50px;
  object-fit: contain;
  width: 50px;
}

.bnm-brand-mark::before {
  content: none;
}

.bnm-brand-text {
  display: grid;
  gap: 2px;
}

.bnm-brand-name {
  color: var(--bnm-violet-900);
  font-size: 0.98rem;
  font-family: "AndesNeue", "Acumin", sans-serif;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.bnm-brand-subtitle {
  color: var(--bnm-muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.bnm-site-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.bnm-site-nav ul {
  align-items: center;
  background: rgba(248, 246, 252, 0.78);
  border: 1px solid rgba(35, 18, 90, 0.08);
  border-radius: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 5px;
}

.bnm-site-nav a {
  border-radius: 14px;
  color: var(--bnm-ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 9px 11px;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
}

.bnm-site-nav a:hover,
.bnm-site-nav .current-menu-item > a {
  background: rgba(61, 37, 145, 0.09);
  color: var(--bnm-violet-900);
  transform: translateY(-1px);
}

.bnm-site-nav a[href*="connexion"] {
  background: linear-gradient(135deg, var(--bnm-violet-900), var(--bnm-violet-500));
  color: #fff;
  padding-inline: 18px;
}

.bnm-menu-toggle {
  align-items: center;
  background: linear-gradient(135deg, var(--bnm-violet-900), var(--bnm-violet-700));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(35, 18, 90, 0.18);
  color: #fff;
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
}

.bnm-menu-toggle-icon,
.bnm-menu-toggle-icon::before,
.bnm-menu-toggle-icon::after {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  transition: transform 0.18s ease, opacity 0.18s ease;
  width: 18px;
}

.bnm-menu-toggle-icon {
  position: relative;
}

.bnm-menu-toggle-icon::before,
.bnm-menu-toggle-icon::after {
  content: "";
  left: 0;
  position: absolute;
}

.bnm-menu-toggle-icon::before {
  top: -6px;
}

.bnm-menu-toggle-icon::after {
  top: 6px;
}

.bnm-menu-open .bnm-menu-toggle-icon {
  background: transparent;
}

.bnm-menu-open .bnm-menu-toggle-icon::before {
  transform: translateY(6px) rotate(45deg);
}

.bnm-menu-open .bnm-menu-toggle-icon::after {
  transform: translateY(-6px) rotate(-45deg);
}

.bnm-site-main {
  margin: 0 auto;
  max-width: 1240px;
  padding: 22px clamp(14px, 3vw, 34px) 72px;
}

.bnm-site-footer {
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  padding: 0 clamp(14px, 3vw, 34px) 26px;
}

.bnm-footer-inner {
  align-items: center;
  background:
    radial-gradient(circle at 8% 10%, rgba(248, 191, 76, 0.26), transparent 18rem),
    radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.11), transparent 16rem),
    linear-gradient(135deg, #1b0b58 0%, #281073 58%, #13043a 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(27, 11, 88, 0.16);
  display: grid;
  gap: 22px;
  grid-template-columns: 1.15fr 1fr auto;
  margin: 0 auto;
  max-width: 1320px;
  overflow: hidden;
  padding: 26px clamp(22px, 4vw, 42px);
  position: relative;
}

.bnm-footer-inner::before {
  background: linear-gradient(90deg, transparent, rgba(255, 174, 94, .75), transparent);
  content: "";
  height: 1px;
  left: 36px;
  position: absolute;
  right: 36px;
  top: 0;
}

.bnm-footer-inner::after {
  border: 1px solid rgba(248, 191, 76, 0.22);
  border-radius: 999px;
  bottom: -72px;
  content: "";
  height: 160px;
  position: absolute;
  right: -40px;
  width: 160px;
}

.bnm-footer-brand {
  align-items: center;
  display: flex;
  gap: 14px;
}

.bnm-footer-brand img {
  display: block;
  flex: 0 0 68px;
  height: 68px;
  object-fit: contain;
  width: 68px;
}

.bnm-footer-brand::before {
  content: none !important;
  display: none !important;
}

.bnm-footer-brand strong {
  color: #fff;
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
}

.bnm-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.bnm-footer-links a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 850;
  padding: 9px 12px;
  text-decoration: none;
}

.bnm-footer-chip {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 11px 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .bnm-site-header {
    align-items: center;
    border-radius: 0 0 22px 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
  }

  .bnm-menu-toggle {
    display: inline-flex;
  }

  .bnm-site-nav {
    grid-column: 1 / -1;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 0.22s ease, opacity 0.18s ease, transform 0.18s ease;
    width: 100%;
  }

  .bnm-site-header.bnm-menu-open .bnm-site-nav {
    max-height: calc(100vh - 86px);
    opacity: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: auto;
    transform: translateY(0);
  }

  .bnm-site-nav ul {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,246,252,0.94));
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
    padding: 10px;
    width: 100%;
  }

  .bnm-site-nav a {
    background: rgba(61, 37, 145, 0.06);
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 11px 13px;
    width: 100%;
  }

  .bnm-site-nav a::before {
    background: linear-gradient(135deg, #f7bd4a, #dc5945);
    border-radius: 5px;
    box-shadow: 0 5px 12px rgba(220, 89, 69, .2);
    content: "";
    flex: 0 0 8px;
    height: 8px;
    width: 8px;
  }

  .bnm-footer-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .bnm-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .bnm-brand-mark {
    border-radius: 16px;
    height: 50px;
    width: 50px;
  }

  .bnm-brand-mark img {
    max-height: 44px;
    width: 44px;
  }

  .bnm-brand-name {
    font-size: 0.85rem;
  }

  .bnm-site-nav ul {
    grid-template-columns: 1fr;
  }
}

/* Kit UI Bomoko - application shell */
body {
  background: #fbfbff;
}

.bnm-site-header {
  z-index: 50;
}

@media (min-width: 901px) {
  .bnm-site-header {
    align-items: stretch;
    background:
      radial-gradient(circle at 50% 10%, rgba(248, 191, 76, 0.17), transparent 9rem),
      linear-gradient(180deg, #1b0b58 0%, #281073 58%, #14053d 100%);
    border: 0;
    border-radius: 20px;
    bottom: 14px;
    box-shadow: 0 22px 55px rgba(27, 11, 88, 0.22);
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
    left: 14px;
    margin: 0;
    max-width: none;
    overflow: auto;
    padding: 18px 12px;
    position: fixed;
    top: 14px;
    width: 194px;
  }

  .bnm-brand {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 6px 6px 14px;
    text-align: center;
  }

  .bnm-brand:hover {
    transform: none;
  }

  .bnm-brand-mark {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 76px;
    padding: 0;
    width: 76px;
  }

  .bnm-brand-mark img {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
    max-height: 76px;
    width: 76px;
  }

  .bnm-brand-name {
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  .bnm-brand-subtitle {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .bnm-site-nav {
    display: block;
    width: 100%;
  }

  .bnm-site-nav ul {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 4px;
    padding: 0;
    width: 100%;
  }

  .bnm-site-nav li {
    list-style: none;
  }

  .bnm-site-nav a {
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.74rem;
    justify-content: flex-start;
    min-height: 34px;
    padding: 8px 10px;
    width: 100%;
  }

  .bnm-site-nav a:hover,
  .bnm-site-nav .current-menu-item > a,
  .bnm-site-nav .current_page_item > a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    transform: none;
  }

  .bnm-site-nav a[href*="connexion"] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .bnm-menu-toggle {
    display: none;
  }

  .bnm-site-main {
    margin-left: 218px;
    max-width: none;
    padding: 18px 22px 64px;
  }

  .bnm-site-footer {
    margin-left: 218px;
    padding: 22px;
  }
}

@media (max-width: 900px) {
  .bnm-site-header {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(35, 18, 90, 0.08);
    box-shadow: 0 14px 36px rgba(27, 11, 88, 0.08);
    gap: 10px;
    max-width: 100vw;
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 100%;
  }

  .bnm-brand {
    min-width: 0;
  }

  .bnm-menu-toggle {
    background: linear-gradient(135deg, #27166d, #5630d8);
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 12px 26px rgba(39,22,109,.22);
    min-height: 40px;
    padding: 0 12px;
  }

  .bnm-site-nav {
    min-width: 0;
    width: 100%;
  }

  .bnm-site-nav ul {
    border: 1px solid #e6e0f3;
    box-shadow: 0 20px 48px rgba(27,11,88,.13);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    padding: 12px;
  }
}

@media (max-width: 560px) {
  .bnm-site-nav ul { grid-template-columns: 1fr; }
  .bnm-site-header.bnm-menu-open .bnm-site-nav { max-height: calc(100vh - 78px); }
}

@media (max-width: 900px) {
  body.bnm-mobile-menu-visible { overflow: hidden; }
}

/* Bomoko professional design review */
.bnm-brand-logo-white {
  display: none !important;
}

.bnm-brand-logo-color {
  display: block !important;
}

@media (min-width: 901px) {
  body {
    background:
      radial-gradient(circle at 10% 2%, rgba(248, 191, 76, 0.1), transparent 22rem),
      radial-gradient(circle at 96% 8%, rgba(86, 48, 216, 0.08), transparent 28rem),
      #fbfbff;
  }

  .bnm-site-header {
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.055), transparent 32%),
      radial-gradient(circle at 50% 6%, rgba(248, 191, 76, 0.18), transparent 8rem),
      linear-gradient(180deg, #1b0b58 0%, #281073 58%, #13043a 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(27, 11, 88, 0.22);
  }

  .bnm-brand-mark {
    height: 82px;
    width: 82px;
  }

  .bnm-brand-mark img {
    max-height: 82px;
    width: 82px;
  }

  .bnm-brand-logo-color {
    display: none !important;
  }

  .bnm-brand-logo-white {
    display: block !important;
  }

  .bnm-brand-name {
    font-size: 0.82rem;
  }

  .bnm-site-nav ul {
    gap: 5px;
  }

  .bnm-site-nav a {
    font-size: 0.76rem;
    min-height: 37px;
    padding: 9px 11px;
  }

  .bnm-site-nav a[href*="connexion"] {
    margin-top: 8px;
  }

  .bnm-site-main {
    padding: 18px 24px 56px;
  }

  .bnm-site-footer {
    margin-left: 218px;
    padding: 0 24px 28px;
  }
}

.bnm-site-footer {
  margin-top: 18px;
}

.bnm-footer-inner {
  isolation: isolate;
}

.bnm-footer-brand,
.bnm-footer-links,
.bnm-footer-chip {
  position: relative;
  z-index: 1;
}

.bnm-footer-brand p {
  margin: 0;
}

.bnm-footer-brand img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.bnm-footer-links a:hover {
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 900px) {
  .bnm-site-footer {
    padding: 0 14px 18px;
  }

  .bnm-footer-inner {
    border-radius: 22px;
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .bnm-footer-links {
    justify-content: flex-start;
  }

  .bnm-footer-chip {
    justify-self: start;
  }
}

/* Passe accueil + bibliothèque musicale */
.bnm-home-hero-premium {
  min-height: min(720px, calc(100vh - 64px));
  overflow: hidden;
}

.bnm-home-brand {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.bnm-home-brand img {
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
  height: 92px;
  object-fit: contain;
  width: 92px;
}

.bnm-home-brand strong,
.bnm-home-brand small {
  display: block;
}

.bnm-home-brand strong {
  color: #fff;
  font-family: AndesNeue, Montserrat, sans-serif;
  font-size: clamp(1.25rem, 2vw, 2rem);
  letter-spacing: 0.02em;
}

.bnm-home-brand small {
  color: rgba(255, 211, 106, 0.92);
  font-weight: 850;
}

.bnm-home-showcase {
  align-self: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,248,255,.9)),
    radial-gradient(circle at 78% 18%, rgba(255, 211, 106, .26), transparent 14rem);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(10, 4, 33, .28);
  color: var(--bnm-violet-950);
  display: grid;
  gap: 16px;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.bnm-showcase-top,
.bnm-showcase-main,
.bnm-showcase-list span {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bnm-showcase-top img {
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.bnm-showcase-top span {
  background: rgba(47, 26, 115, .08);
  border-radius: 999px;
  color: var(--bnm-violet-900);
  font-size: .74rem;
  font-weight: 900;
  margin-left: auto;
  padding: 8px 11px;
}

.bnm-showcase-main {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
}

.bnm-showcase-card {
  background: #fff;
  border: 1px solid rgba(35, 18, 90, .1);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(35, 18, 90, .08);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.bnm-showcase-card.is-primary {
  background: linear-gradient(135deg, var(--bnm-violet-950), var(--bnm-violet-700));
  color: #fff;
}

.bnm-showcase-card small {
  color: var(--bnm-gold-600);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bnm-showcase-card strong {
  font-size: 1.28rem;
  line-height: 1.1;
}

.bnm-showcase-card p {
  color: inherit;
  margin: 0;
  opacity: .72;
}

.bnm-showcase-card a {
  background: #fff;
  border-radius: 999px;
  color: var(--bnm-violet-900);
  font-weight: 950;
  justify-self: start;
  padding: 10px 14px;
  text-decoration: none;
}

.bnm-showcase-list {
  display: grid;
  gap: 10px;
}

.bnm-showcase-list span {
  background: rgba(47, 26, 115, .055);
  border: 1px solid rgba(47, 26, 115, .08);
  border-radius: 17px;
  justify-content: space-between;
  padding: 13px 14px;
}

.bnm-showcase-list em {
  color: var(--bnm-muted);
  font-style: normal;
  font-weight: 780;
}

.bnm-home-modules article,
.bnm-home-experience,
.bnm-home-gallery-panel {
  transition: transform .22s ease, box-shadow .22s ease;
}

.bnm-home-modules article:hover,
.bnm-home-experience:hover,
.bnm-home-gallery-panel:hover {
  box-shadow: 0 24px 55px rgba(35,18,90,.13);
  transform: translateY(-3px);
}

.bnm-footer-pro {
  align-items: start;
  grid-template-columns: minmax(280px, 1.2fr) minmax(280px, 1fr) minmax(210px, .75fr);
  padding-bottom: 18px;
}

.bnm-footer-side {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  display: grid;
  gap: 7px;
  padding: 16px;
  position: relative;
  z-index: 1;
}

.bnm-footer-side span {
  color: var(--bnm-gold-400);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bnm-footer-side strong {
  color: #fff;
}

.bnm-footer-side a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.bnm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.68);
  display: flex;
  font-size: .82rem;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

.bnm-library-hero-pro {
  background:
    radial-gradient(circle at 84% 0%, rgba(255,211,106,.22), transparent 18rem),
    linear-gradient(135deg, #fff, #f8f5ff);
  border: 1px solid rgba(35,18,90,.09);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(35,18,90,.09);
  margin-bottom: 18px;
  padding: clamp(20px, 3vw, 32px);
}

.bnm-library-admin-shelf {
  background:
    linear-gradient(135deg, rgba(35,18,90,.96), rgba(61,37,145,.92)),
    radial-gradient(circle at 88% 10%, rgba(255,211,106,.3), transparent 12rem);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(35,18,90,.18);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px,.72fr) 1fr;
  margin: 18px 0;
  padding: 22px;
}

.bnm-library-admin-shelf h2,
.bnm-library-admin-shelf p {
  color: #fff;
}

.bnm-library-admin-stats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.bnm-library-admin-stats article,
.bnm-admin-song-mini {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 13px;
}

.bnm-library-admin-stats strong {
  color: var(--bnm-gold-400);
  display: block;
  font-size: 1.55rem;
}

.bnm-library-admin-stats span,
.bnm-admin-song-mini span {
  color: rgba(255,255,255,.74);
}

.bnm-admin-song-mini-list {
  display: grid;
  gap: 10px;
}

.bnm-admin-song-mini {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.bnm-admin-only-action[hidden] {
  display: none !important;
}

.bnm-song-tile {
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bnm-song-tile:hover {
  box-shadow: 0 22px 48px rgba(35,18,90,.13);
  transform: translateY(-4px);
}

.bnm-song-tile.is-playing {
  border-color: rgba(246,162,58,.6);
  box-shadow: 0 26px 60px rgba(246,162,58,.18), 0 16px 38px rgba(35,18,90,.12);
}

.bnm-song-tile.is-playing .bnm-album-art {
  background:
    radial-gradient(circle at 50% 50%, rgba(255,211,106,.5), transparent 34%),
    linear-gradient(135deg, var(--bnm-violet-950), var(--bnm-violet-500));
}

.bnm-song-tile.is-playing .bnm-album-art button {
  animation: bnmPulsePlay 1.2s ease-in-out infinite;
}

.bnm-now-playing .bnm-player-bars i {
  animation-play-state: paused;
}

.bnm-now-playing.is-playing .bnm-player-bars i {
  animation-play-state: running;
}

.bnm-audio-player {
  margin-top: 12px;
  max-width: 100%;
  width: 100%;
}

@keyframes bnmPulsePlay {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@media (max-width: 900px) {
  .bnm-home-showcase,
  .bnm-library-admin-shelf,
  .bnm-footer-pro {
    grid-template-columns: 1fr;
  }

  .bnm-showcase-main,
  .bnm-admin-song-mini {
    grid-template-columns: 1fr;
  }

  .bnm-footer-bottom {
    display: grid;
  }
}
