:root {
    --playmb-ink: #142f38;
    --playmb-muted: #65777d;
    --playmb-teal: #1d5e72;
    --playmb-orange: #f16d2f;
    --playmb-canvas: #fffdfa;
    --playmb-sidebar: #e8e9ee;
    --playmb-soft: rgba(232, 233, 238, .62);
    --playmb-shadow: 0 18px 42px rgba(20, 47, 56, .09);
}

html { overflow-x: hidden; scroll-behavior: smooth; }

body.bgBS {
    min-height: 100vh;
    padding-top: 0;
    overflow-x: hidden;
    background: var(--playmb-canvas) !important;
    color: var(--playmb-muted) !important;
}

body.bgBS h1,
body.bgBS h2,
body.bgBS h3,
body.bgBS h4,
body.bgBS h5,
body.bgBS h6,
body.bgBS strong { color: var(--playmb-ink); }

body.bgBS a { transition: color .2s ease, background .2s ease, transform .25s ease; }
body.bgBS .color1 { color: var(--playmb-teal) !important; }
body.bgBS .dColor,
body.bgBS .grey-text,
body.bgBS .textNormalColor { color: var(--playmb-muted) !important; }

/* Shared shell: same dimensions, color, logo and navigation behavior as newhome.php. */
.DrawerLeft {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 50;
    width: 238px !important;
    max-width: 238px !important;
    height: 100vh;
    overflow-x: hidden;
    padding: 30px 24px 24px !important;
    background: var(--playmb-sidebar) !important;
    color: var(--playmb-ink);
    box-shadow: none !important;
}

.nh-sidebar { display: flex; flex-direction: column; overflow: hidden; }
.nh-brand { display: inline-flex; align-items: center; width: 170px; margin-bottom: 30px; padding: 0; }
.nh-brand img { display: block; width: 100%; height: auto; }
.nh-nav-label { margin: 0 12px 10px; color: #777984; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nh-nav { display: grid; gap: 6px; }
.nh-nav + .nh-nav-label { margin-top: 24px; }
.nh-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 13px;
    border-radius: 14px;
    color: #4f525c !important;
    font-size: 14px;
    font-weight: 500;
    transition: .2s ease;
}
.nh-nav-link .material-symbols-outlined { font-size: 21px; }
.nh-nav-link:hover,
.nh-nav-link.active { background: rgba(29,94,114,.10); color: var(--playmb-teal) !important; transform: translateX(2px); }
.nh-nav-link.active::before { content: ""; width: 4px; height: 20px; margin-left: -13px; border-radius: 0 6px 6px 0; background: var(--playmb-teal); }
.nh-side-footer { margin-top: auto; padding-top: 20px; }
.nh-apps { display: grid; gap: 9px; }
.nh-apps a { width: 132px; height: 40px; display: flex; align-items: center; justify-content: flex-start; }
.nh-apps img { display: block; width: 132px; height: 40px; object-fit: contain; object-position: left center; }
.nh-side-note { margin: 14px 0 0; padding: 12px; border-radius: 12px; background: rgba(29,94,114,.06); color: #777984; font-size: 11px; line-height: 1.7; }
.nh-sidebar-backdrop { display: none; }
.nh-shared-menu { display: none; }

.nh-topbar {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: minmax(220px, 520px) auto;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 52px;
    margin-bottom: 22px;
}
.nh-shared-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 238px;
    z-index: 1000;
    width: auto;
    margin: 0;
    padding: 14px 26px;
    border-bottom: 1px solid rgba(20,47,56,.06);
    background: rgba(255,253,250,.92);
    box-shadow: 0 10px 30px rgba(20,47,56,.05);
    backdrop-filter: blur(18px);
}
.nh-fixed-header-loaded { padding-top: 80px !important; }
.playmb-shared-player-root[hidden], .playmb-shared-expanded[hidden] { display: none !important; }
body.playmb-shared-player-visible { padding-bottom: 108px !important; }
body.playmb-shared-expanded-open { overflow: hidden !important; }
.playmb-shared-player { position: fixed; right: 20px; bottom: 18px; left: 258px; z-index: 1050; min-width: 0; height: 76px; display: grid; grid-template-columns: minmax(170px,1fr) auto minmax(170px,260px) auto; align-items: center; gap: 16px; padding: 10px 16px; border-radius: 24px; background: rgba(255,253,250,.95); box-shadow: 0 18px 40px rgba(15,92,107,.15); backdrop-filter: blur(18px); }
.playmb-shared-track { width: 100%; min-width: 0; display: flex; align-items: center; overflow: hidden; margin: 0; padding: 0; border: 0; background: transparent; color: var(--playmb-ink) !important; text-align: left; cursor: pointer; }
.playmb-shared-track:hover { text-decoration: none; }
.playmb-shared-track img { width: 52px; height: 52px; flex: 0 0 52px; margin-right: 10px; border-radius: 12px; object-fit: cover; }
.playmb-shared-meta { min-width: 0; overflow: hidden; }
.playmb-shared-meta strong, .playmb-shared-meta small, .playmb-shared-meta em { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.playmb-shared-meta em { width: max-content; max-width: 100%; margin-bottom: 2px; padding: 2px 6px; border-radius: 999px; background: rgba(250,111,43,.12); color: var(--playmb-orange); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.playmb-shared-meta strong { color: var(--playmb-ink); font-size: 12px; }
.playmb-shared-meta small { margin-top: 3px; color: var(--playmb-muted); font-size: 10px; }
.playmb-shared-controls { display: flex; align-items: center; gap: 8px; }
.playmb-shared-controls button, .playmb-shared-volume button { display: grid; place-items: center; margin: 0; padding: 0; border: 0; color: var(--playmb-teal); line-height: 1; }
.playmb-shared-controls button { width: 38px; height: 38px; border-radius: 50%; background: rgba(232,233,238,.68); }
.playmb-shared-controls button.primary { width: 46px; height: 46px; border-radius: 16px; background: var(--playmb-orange); color: white; }
.playmb-shared-controls .material-symbols-outlined, .playmb-shared-volume .material-symbols-outlined { display: block; line-height: 1; }
.playmb-shared-progress-wrap { min-width: 0; display: grid; grid-template-columns: auto minmax(80px,1fr) auto; align-items: center; gap: 8px; color: var(--playmb-muted); font-size: 9px; }
.playmb-shared-progress { width: 100%; height: 6px; overflow: hidden; margin: 0; padding: 0; border: 0; border-radius: 999px; background: rgba(101,119,125,.20); cursor: pointer; }
.playmb-shared-progress span { width: 100%; height: 100%; display: block; border-radius: inherit; background: var(--playmb-orange); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.playmb-shared-volume { display: flex; align-items: center; gap: 9px; }
.playmb-shared-volume button { width: 34px; height: 34px; border-radius: 12px; background: rgba(232,233,238,.68); }
.playmb-shared-volume input { --shared-volume: 80%; width: 112px; height: 6px; margin: 0; border: 0; border-radius: 999px; outline: 0; background: linear-gradient(to right,var(--playmb-teal) 0,var(--playmb-teal) var(--shared-volume),rgba(101,119,125,.22) var(--shared-volume),rgba(101,119,125,.22) 100%); appearance: none; -webkit-appearance: none; cursor: pointer; }
.playmb-shared-volume input::-webkit-slider-runnable-track { height: 6px; border: 0; border-radius: 999px; background: transparent; }
.playmb-shared-volume input::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -6px; border: 3px solid var(--playmb-canvas); border-radius: 50%; background: var(--playmb-teal); box-shadow: 0 3px 10px rgba(29,94,114,.24); appearance: none; -webkit-appearance: none; }
.playmb-shared-volume input::-moz-range-track { height: 6px; border: 0; border-radius: 999px; background: transparent; }
.playmb-shared-volume input::-moz-range-thumb { width: 14px; height: 14px; border: 3px solid var(--playmb-canvas); border-radius: 50%; background: var(--playmb-teal); }
.playmb-shared-expanded { position: fixed; inset: 0; z-index: 1400; overflow: auto; padding: 54px 24px 24px; background: rgba(7,31,37,.62); backdrop-filter: blur(15px); }
.playmb-shared-expanded-close { position: fixed; top: 18px; right: 22px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 15px; background: rgba(255,255,255,.94); color: var(--playmb-ink); box-shadow: 0 12px 28px rgba(7,31,37,.18); }
.playmb-shared-expanded-shell { width: min(1120px,100%); height: min(720px,calc(100vh - 78px)); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(330px,.95fr); gap: 20px; margin: auto; }
.playmb-shared-now-playing, .playmb-shared-queue { min-width: 0; border-radius: 30px; background: rgba(255,253,250,.98); box-shadow: 0 24px 60px rgba(7,31,37,.18); }
.playmb-shared-now-playing { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(24px,4vw,44px); text-align: center; }
.playmb-shared-kicker { color: var(--playmb-orange); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.playmb-shared-now-playing > img { width: min(350px,72vw); aspect-ratio: 1; display: block; margin-top: 14px; border-radius: 26px; object-fit: cover; box-shadow: 0 20px 44px rgba(20,47,56,.16); }
.playmb-shared-expanded-copy { width: min(440px,100%); margin-top: 20px; }
.playmb-shared-expanded-copy h2 { overflow: hidden; margin: 0; color: var(--playmb-ink); font-size: clamp(1.35rem,3vw,2rem); letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.playmb-shared-expanded-copy p { overflow: hidden; margin: 7px 0 0; color: var(--playmb-muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.playmb-shared-expanded-progress { width: min(440px,100%); margin-top: 22px; }
.playmb-shared-expanded-progress > div { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--playmb-muted); font-size: 9px; }
.playmb-shared-expanded-controls { display: flex; align-items: center; gap: 10px; margin-top: 24px; }
.playmb-shared-expanded-controls button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(232,233,238,.75); color: var(--playmb-teal); }
.playmb-shared-expanded-controls button.primary { width: 58px; height: 58px; border-radius: 19px; background: var(--playmb-orange); color: white; }
.playmb-shared-expanded-controls button.is-active { background: rgba(29,94,114,.14); box-shadow: inset 0 0 0 1px rgba(29,94,114,.12); }
.playmb-shared-expanded-volume { margin-top: 20px; }
.playmb-shared-queue { display: flex; flex-direction: column; padding: 28px 18px 20px; overflow: hidden; }
.playmb-shared-queue > header { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 0 8px 16px; }
.playmb-shared-queue h2 { margin: 2px 0 0; color: var(--playmb-ink); font-size: 24px; letter-spacing: -.035em; }
.playmb-shared-queue header small { color: var(--playmb-muted); font-size: 9px; }
.playmb-shared-queue-list { min-height: 0; display: grid; align-content: start; gap: 7px; overflow-y: auto; padding-right: 5px; scrollbar-width: thin; scrollbar-color: rgba(29,94,114,.45) transparent; }
.playmb-shared-queue-list::-webkit-scrollbar { width: 6px; }
.playmb-shared-queue-list::-webkit-scrollbar-track { background: transparent; }
.playmb-shared-queue-list::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(29,94,114,.38); }
.playmb-shared-queue-item { min-width: 0; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 8px; border: 0; border-radius: 15px; background: rgba(232,233,238,.42); color: var(--playmb-ink); text-align: left; }
.playmb-shared-queue-item:hover, .playmb-shared-queue-item.is-current { background: rgba(29,94,114,.09); }
.playmb-shared-queue-item img { width: 46px; height: 46px; border-radius: 11px; object-fit: cover; }
.playmb-shared-queue-copy { min-width: 0; }
.playmb-shared-queue-copy strong, .playmb-shared-queue-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.playmb-shared-queue-copy strong { font-size: 11px; }
.playmb-shared-queue-copy small { margin-top: 3px; color: var(--playmb-muted); font-size: 9px; }
.playmb-shared-queue-state { color: var(--playmb-teal); font-size: 20px; }
.nh-topbar-no-search { grid-template-columns: 1fr auto; }
.nh-topbar-no-search .nh-account-actions { grid-column: 2; justify-self: end; }
.nh-search { position: relative; }
.nh-search .material-symbols-outlined { position: absolute; left: 17px; top: 50%; transform: translateY(-50%); color: var(--playmb-muted); font-size: 21px; pointer-events: none; }
.nh-search input { width: 100%; height: 50px; padding: 0 18px 0 50px; border: 0; border-radius: 17px; outline: none; background: rgba(255,255,255,.58); color: var(--playmb-ink); box-shadow: inset 0 0 0 1px rgba(20,47,56,.07); transition: background .2s ease, box-shadow .2s ease; }
.nh-search input:focus { background: white; box-shadow: inset 0 0 0 1px rgba(29,94,114,.12), 0 0 0 4px rgba(29,94,114,.05); }
.nh-account-actions { display: flex; align-items: center; gap: 10px; }
.nh-language { height: 42px; display: inline-flex; align-items: center; gap: 3px; margin: 0; padding: 4px; border-radius: 14px; background: rgba(232,233,238,.72); }
.nh-language > .material-symbols-outlined { margin: 0 3px 0 5px; color: var(--playmb-muted); font-size: 18px; }
.nh-language button { min-width: 45px; height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0 7px; border: 0; border-radius: 10px; background: transparent; color: var(--playmb-muted); font-size: 9px; font-weight: 800; cursor: pointer; }
.nh-language-flag { font-size: 14px; line-height: 1; }
.nh-language button:hover { color: var(--playmb-teal); }
.nh-language button.active { background: white; color: var(--playmb-teal); box-shadow: 0 5px 13px rgba(20,47,56,.09); }
.nh-mobile-menu { display: none; }
.nh-account-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 17px; border-radius: 14px; background: rgba(232,233,238,.72); color: var(--playmb-ink) !important; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nh-account-button.primary { background: var(--playmb-teal); color: white !important; }
.nh-account-button.user-action { background: transparent; color: var(--playmb-teal) !important; }
.nh-account-button.user-action:hover { background: rgba(29,94,114,.06); }
.nh-music-cart-shell { position: relative; }
.nh-music-cart {
    position: relative;
    min-height: 50px;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 6px 10px 6px 13px;
    border: 0;
    border-radius: 16px;
    background: var(--playmb-teal);
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(29,94,114,.16);
}
.nh-music-cart > .material-symbols-outlined { font-size: 23px; }
.nh-music-cart-copy { min-width: 74px; text-align: left; line-height: 1.15; }
.nh-music-cart-copy strong,
.nh-music-cart-copy small { display: block; color: white !important; white-space: nowrap; }
.nh-music-cart-copy strong { font-size: 12px; font-weight: 800; }
.nh-music-cart-copy small { margin-top: 3px; color: rgba(255,255,255,.72) !important; font-size: 9px; }
.nh-music-cart-count { min-width: 27px; height: 27px; display: grid; place-items: center; padding: 0 7px; border-radius: 10px; background: var(--playmb-orange); color: white; font-size: 11px; font-weight: 800; }
.nh-music-cart:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(29,94,114,.22); }
.nh-music-cart-bump { animation: nh-music-cart-bump .62s cubic-bezier(.2,.8,.2,1); }
.nh-music-cart-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 1050;
    width: min(390px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(20,47,56,.08);
    border-radius: 24px;
    background: rgba(255,253,250,.98);
    color: var(--playmb-muted);
    box-shadow: 0 24px 70px rgba(20,47,56,.20);
    backdrop-filter: blur(18px);
    transform-origin: top right;
    animation: nh-music-cart-open .2s cubic-bezier(.2,.8,.2,1);
}
.nh-music-cart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 22px 22px 15px; }
.nh-music-cart-kicker { display: block; margin-bottom: 4px; color: var(--playmb-orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nh-music-cart-head h2 { margin: 0; color: var(--playmb-ink); font-size: 24px; letter-spacing: -.035em; }
.nh-music-cart-close { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 0; border-radius: 11px; background: rgba(232,233,238,.66); color: var(--playmb-muted); cursor: pointer; }
.nh-music-cart-close .material-symbols-outlined { font-size: 19px; }
.nh-music-cart-items { max-height: min(330px, 48vh); overflow-y: auto; padding: 0 14px 8px; }
.nh-music-cart-item { display: grid; grid-template-columns: 40px minmax(0,1fr) auto auto; align-items: center; gap: 11px; min-height: 64px; margin-bottom: 7px; padding: 8px 9px; border-radius: 15px; background: rgba(232,233,238,.48); }
.nh-music-cart-item-icon { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 12px; background: rgba(29,94,114,.10); color: var(--playmb-teal); cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nh-music-cart-item-icon:hover { transform: scale(1.05); }
.nh-music-cart-item-icon.is-playing { background: var(--playmb-teal); color: white; }
.nh-music-cart-item-icon.is-loading { cursor: wait; opacity: .7; }
.nh-music-cart-item-icon.is-loading .material-symbols-outlined { animation: nh-music-cart-spin .8s linear infinite; }
.nh-music-cart-item-icon .material-symbols-outlined { font-size: 21px; }
.nh-music-cart-item-copy { min-width: 0; }
.nh-music-cart-item-title,
.nh-music-cart-item-artist { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nh-music-cart-item-title { color: var(--playmb-ink); font-size: 12px; font-weight: 800; }
.nh-music-cart-item-artist { margin-top: 3px; color: var(--playmb-muted); font-size: 10px; }
.nh-music-cart-item-price { color: var(--playmb-teal); font-size: 12px; font-weight: 800; }
.nh-music-cart-remove { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #b24b4b; cursor: pointer; }
.nh-music-cart-remove:hover { background: rgba(178,75,75,.09); }
.nh-music-cart-remove .material-symbols-outlined { font-size: 18px; }
.nh-music-cart-footer { padding: 16px 20px 20px; border-top: 1px solid rgba(20,47,56,.07); background: rgba(255,255,255,.62); }
.nh-music-cart-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; color: var(--playmb-muted); font-size: 11px; }
.nh-music-cart-total strong { color: var(--playmb-ink) !important; font-size: 20px; }
.nh-music-cart-checkout { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border: 0; border-radius: 14px; background: var(--playmb-teal); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.nh-music-cart-checkout .material-symbols-outlined { font-size: 20px; transition: transform .2s ease; }
.nh-music-cart-checkout:hover .material-symbols-outlined { transform: translateX(3px); }
@keyframes nh-music-cart-bump {
    0%, 100% { transform: scale(1); }
    35% { transform: scale(1.11) rotate(-2deg); }
    65% { transform: scale(.98) rotate(1deg); }
}
@keyframes nh-music-cart-open {
    from { opacity: 0; transform: translateY(-8px) scale(.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes nh-music-cart-spin { to { transform: rotate(360deg); } }

.DrawerLeft > .card-body { padding: 0 !important; background: transparent !important; }
.DrawerLeft #logoB {
    display: block;
    width: 170px !important;
    height: 54px !important;
    margin: 0 0 30px !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.DrawerLeft .ExtraBoldFamily:not(.nav-link) { color: #777984; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.DrawerLeft .nav-link {
    min-height: 46px;
    align-items: center;
    gap: 10px;
    margin: 3px 0;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 14px !important;
    color: #4f525c !important;
    font-size: 14px;
    font-weight: 500;
}
.DrawerLeft .nav-link:hover,
.DrawerLeft .activeMenu { background: rgba(29, 94, 114, .10) !important; color: var(--playmb-teal) !important; transform: translateX(2px); }

.fixTopBar {
    position: relative;
    top: auto;
    left: auto;
    z-index: 40;
    width: calc(100% - 238px);
    margin-left: 238px;
    min-height: 68px;
    padding: 8px 26px;
    background: var(--playmb-canvas) !important;
    box-shadow: none !important;
}
.fixTopBar > .row { min-height: 52px; align-items: center; }
.fixTopBar [class*="border-"] { border: 0 !important; }
.fixTopBar > .row > .col-md-2:first-child { display: none !important; }
.fixTopBar > .row > .col-md-5 { flex: 0 0 60%; max-width: 60%; }
.fixTopBar > .row > .col-md-5:last-child { flex-basis: 40%; max-width: 40%; }
.fixTopBar .uk-breadcrumb { margin: 0; }
.fixTopBar .uk-breadcrumb a { color: var(--playmb-muted) !important; font-size: 12px; font-weight: 600; }

body.bgBS > section.container,
body.bgBS > section.container-fluid,
body.bgBS > section.container.mw-100 { padding-right: 26px; padding-left: 26px; }
body.bgBS .offset-lg-2 { margin-left: 238px; }
body.bgBS .col-lg-10.offset-lg-2 { flex: 0 0 calc(100% - 238px); max-width: calc(100% - 238px); }

/* Typography and page rhythm create hierarchy; containers stay visually open. */
.pm-page { width: 100%; padding: 10px 0 88px; }
.pm-page-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.pm-kicker { display: block; margin-bottom: 6px; color: var(--playmb-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pm-title { margin: 0; color: var(--playmb-ink); font-family: familyExtraBold; font-size: clamp(1.9rem, 4vw, 2.8rem); letter-spacing: -.045em; }
.pm-subtitle { max-width: 640px; margin: 8px 0 0; color: var(--playmb-muted); font-size: .9rem; line-height: 1.7; }
.min-width-0 { min-width: 0; }

body.bgBS .sectionH1 { margin: 0 0 28px !important; padding: 20px 0 !important; background: transparent !important; }
body.bgBS .sectionH1 > .col-12:first-child { align-items: center; margin-bottom: 16px; }
body.bgBS .sectionH1 h1,
body.bgBS .sectionH1 > strong,
body.bgBS .sectionH1 > .col-12 strong { color: var(--playmb-ink) !important; font-family: familyExtraBold !important; letter-spacing: -.035em; }

/* Cards are intentionally transparent; artwork carries the visual interest. */
.pm-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 16px; }
.pm-card { min-width: 0; padding: 0; background: transparent; }
.pm-cover { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 18px; background: #e4e2df; box-shadow: 0 10px 24px rgba(20, 47, 56, .07); transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.pm-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.pm-card:hover .pm-cover { box-shadow: 0 18px 34px rgba(20,47,56,.14); transform: translateY(-6px); }
.pm-card:hover .pm-cover img { transform: scale(1.045); }
.pm-card-body { padding: 13px 3px 0; }
.pm-card-title { display: block; overflow: hidden; color: var(--playmb-ink) !important; font-family: familyBold; font-size: .94rem; text-overflow: ellipsis; white-space: nowrap; }
.pm-card-meta { display: block; margin-top: 4px; overflow: hidden; color: var(--playmb-muted) !important; font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.pm-arrow { position: absolute; right: 12px; bottom: 12px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--playmb-orange); color: white; opacity: 0; transform: translateY(6px); transition: .25s ease; }
.pm-card:hover .pm-arrow { opacity: 1; transform: translateY(0); }

.pm-artist-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 24px; }
.pm-artist-card { display: flex; align-items: center; gap: 15px; min-width: 0; padding: 10px 0; background: transparent; }
.pm-artist-avatar { width: 76px; height: 76px; flex: 0 0 auto; overflow: hidden; border-radius: 50%; background: #e4e2df; box-shadow: 0 9px 20px rgba(20,47,56,.08); transition: transform .35s ease; }
.pm-artist-avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pm-artist-card:hover .pm-artist-avatar { transform: translateY(-4px) rotate(2deg); }
.pm-artist-card:hover .pm-artist-avatar img { transform: scale(1.08); }

.pm-profile { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(260px,.7fr); gap: 42px; }
.pm-profile-panel { padding: 0; background: transparent; }
.pm-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 20px; }
.pm-tag { padding: 7px 11px; border-radius: 999px; background: rgba(29,94,114,.08); color: var(--playmb-teal); font-size: .72rem; font-weight: 700; }
.pm-empty { padding: 26px 0; color: var(--playmb-muted); }

/* Inputs and actions use the only light surfaces needed for clarity. */
.pm-search-panel { margin-bottom: 34px; padding: 0; background: transparent; }
.pm-search-panel > [class*="col-"] { display: flex; align-items: center; }
.pm-body-search { width: 100%; min-width: 0; height: 50px; display: flex; align-items: center; }
.pm-body-search .material-symbols-outlined { top: 0; bottom: 0; height: 100%; display: flex; align-items: center; justify-content: center; transform: none; line-height: 1; }
.pm-body-search input { height: 100%; margin: 0; }
.pm-search-button { height: 50px; min-height: 50px; margin: 0 !important; display: inline-flex !important; flex-flow: row nowrap !important; align-items: center !important; justify-content: center !important; gap: 8px; padding: 0 18px !important; white-space: nowrap !important; line-height: 1 !important; box-sizing: border-box; }
.pm-search-button .material-symbols-outlined { display: inline-flex; flex: 0 0 auto; align-items: center; margin: 0; font-size: 21px; line-height: 1; }
.pm-search-button-label { display: inline-block; flex: 0 0 auto; line-height: 1; white-space: nowrap; }
body.bgBS input.form-control,
body.bgBS textarea.form-control,
body.bgBS select.form-control,
body.bgBS .goog-te-combo {
    min-height: 50px;
    padding: 12px 16px !important;
    border: 0 !important;
    border-radius: 15px !important;
    outline: 0;
    background: var(--playmb-soft) !important;
    color: var(--playmb-ink) !important;
    box-shadow: inset 0 0 0 1px rgba(20,47,56,.04) !important;
}
body.bgBS input.form-control:focus,
body.bgBS textarea.form-control:focus,
body.bgBS select.form-control:focus { background: white !important; box-shadow: inset 0 0 0 1px rgba(29,94,114,.12), 0 0 0 4px rgba(29,94,114,.05) !important; }
body.bgBS .formGroupStyle { padding: 10px 16px !important; border: 0 !important; border-radius: 17px !important; background: var(--playmb-soft) !important; box-shadow: none !important; }
body.bgBS .formGroupStyle .form-control { min-height: 38px; padding: 6px 10px !important; background: transparent !important; box-shadow: none !important; }

body.bgBS .btn,
body.bgBS button.uk-button {
    min-height: 44px;
    padding: 10px 18px;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--playmb-teal) !important;
    color: white !important;
    font-family: familyBold !important;
    font-size: .82rem;
    text-transform: none;
    box-shadow: none !important;
}
body.bgBS .btn:hover,
body.bgBS button.uk-button:hover { transform: translateY(-2px); }
body.bgBS .btn-white { background: var(--playmb-soft) !important; color: var(--playmb-teal) !important; }

/* Existing Bootstrap cards lose their box treatment unless the content truly needs a surface. */
body.bgBS .card,
body.bgBS .uk-card,
body.bgBS .list-group-item { border: 0 !important; background: transparent !important; box-shadow: none !important; }
body.bgBS .card-header { padding: 14px 0; border: 0 !important; background: transparent !important; }
body.bgBS .card-body { padding: 14px 0; }
body.bgBS .Collection1 { margin-bottom: 20px; padding: 0 8px; background: transparent; transition: transform .3s ease; }
body.bgBS .Collection1:hover { padding-top: 0; padding-bottom: 0; background: transparent; transform: translateY(-5px); }
body.bgBS .Collection1 img,
body.bgBS .Collection1 .albumCover,
body.bgBS .view.zoom { overflow: hidden; border-radius: 18px !important; box-shadow: 0 10px 24px rgba(20,47,56,.08) !important; }

body.bgBS .nav-pills { gap: 8px; }
body.bgBS .nav-pills .nav-link { padding: 10px 15px; border-radius: 13px; color: var(--playmb-muted) !important; }
body.bgBS .nav-pills .nav-link.active { background: rgba(29,94,114,.09) !important; color: var(--playmb-teal) !important; }

/* Page-specific positioning remains open and editorial. */
.pm-release-page .sectionH1 > .row { margin: 0; padding: 12px 0; background: transparent; }
.pm-release-page .sectionH1 > .row > [class*="col-"] { padding: 12px; }
.pm-release-page .sectionH1 img { width: 100%; max-width: 390px; aspect-ratio: 1; object-fit: cover; border-radius: 24px !important; box-shadow: var(--playmb-shadow); }
.pm-release-page .sectionH1 ol { padding: 0; list-style: none; }
.pm-release-page .playmb-track-row,
.pm-release-page .sectionH1 ol > li { min-height: 72px; margin-bottom: 4px; padding: 14px 66px 14px 12px; border-radius: 14px; background: transparent; transition: background .2s ease; }
.pm-release-page .playmb-track-row:hover,
.pm-release-page .sectionH1 ol > li:hover { background: rgba(232,233,238,.46); }
.pm-release-page .playmb-track-row hr,
.pm-release-page .sectionH1 ol > li hr { display: none; }
.pm-release-page .playmb-track-play { height: 100%; min-height: 0; }

.pm-account-page #pills-tabContent { padding: 8px 0 60px !important; }
.pm-account-page #collectionVue .card { margin-bottom: 18px !important; }
.pm-account-page #collectionVue ol { margin: 0; padding: 0; list-style: none; }
.pm-account-page #collectionVue ol li { margin-bottom: 3px; padding: 10px 0; }

.pm-auth-page { display: flex; align-items: center; min-height: 100vh; padding: 24px !important; }
.pm-auth-page > section { width: 100%; }
.pm-auth-page #account-page,
.pm-auth-page #new-pwd { flex: 0 1 880px; max-width: 880px; margin-right: auto !important; margin-left: auto !important; padding: clamp(20px,4vw,44px); background: transparent; box-shadow: none; }
.pm-auth-page h1 { font-size: clamp(2rem,5vw,3.4rem); letter-spacing: -.045em; }
.pm-auth-page .ConnexionModalView { background: rgba(29,94,114,.92); backdrop-filter: blur(16px); }

.pm-help-page > section,
.pm-policy-page > section { max-width: 1080px; padding-top: 24px; padding-bottom: 70px; }
.pm-help-page > section > .row > .col-12:first-child,
.pm-policy-page > section > .row > .col-12:first-child { margin-bottom: 28px; padding: 0; background: transparent; }
.pm-policy-page .col-12.text-justify { max-width: 820px; margin: auto; padding: 0; line-height: 1.85; }
.pm-policy-page .col-12.text-justify strong { display: block; margin-top: 28px; margin-bottom: 8px; color: var(--playmb-teal); }
.pm-help-page .languageBlock button { background: white !important; color: var(--playmb-teal) !important; }

.pm-gift-page > section { display: flex; align-items: center; min-height: calc(100vh - 80px); }
.pm-gift-page > section > .row { width: 100%; }
.pm-gift-page > section > .row > .col-md-4 { max-width: 470px; margin-right: auto; margin-left: auto; padding: 0 18px; background: transparent; box-shadow: none; }
.pm-ticket-page .heightTo100Js { display: flex; align-items: center; justify-content: center; }
.pm-ticket-page .card { width: min(100%,440px); }
.pm-ticket-page form#login { max-width: 720px; padding: clamp(18px,4vw,38px); background: transparent; box-shadow: none; }

/* Payment is the sole dark flow; only its summary needs a pale surface. */
body.myFont {
    min-height: 100vh;
    padding: clamp(18px,4vw,46px);
    background: var(--playmb-teal) !important;
    color: rgba(255,255,255,.76);
}
body.myFont > .container { max-width: 1120px; }
body.myFont .card { border: 0 !important; border-radius: 22px !important; background: rgba(255,255,255,.94) !important; box-shadow: none !important; }
body.myFont .formGroupStyle { border: 0 !important; border-radius: 17px !important; background: rgba(255,255,255,.94) !important; box-shadow: none !important; }
body.myFont .form-control { min-height: 48px; border: 0 !important; border-radius: 14px !important; background: rgba(232,233,238,.7) !important; box-shadow: none !important; }
body.myFont .btn { border: 0 !important; border-radius: 14px !important; text-transform: none; }
.pm-payment-page #payPossibility > .row { align-items: center; min-height: calc(100vh - 92px); }
.pm-payment-page #payPossibility { width: 100%; margin: 0 auto; }
.pm-payment-page #payList .pm-payment-option { border-radius: 0 !important; background: transparent !important; }
.pm-payment-page #mobileWaiter { background: rgba(255,253,250,.97) !important; color: var(--playmb-ink); }
.pm-video-page video { width: 100%; border-radius: 18px; }

.pm-download-page > section,
.pm-special-page > section { max-width: 920px; margin: auto; padding: clamp(18px,4vw,42px); background: transparent; box-shadow: none; }
body.player-page { padding-top: 0 !important; background: #fff !important; }
.player-page .player-shell { width: calc(100% - 238px); margin-left: 238px; }
.player-page .content-topbar { display: none; }
.pm-auth-page > section,
.pm-help-page > section { width: calc(100% - 238px); margin-left: 238px; }
.pm-auth-page.pm-auth-no-sidebar > section { width: 100%; margin-left: 0; }

body.bgBS hr { height: 1px; border: 0; background: rgba(20,47,56,.07); }
body.bgBS .alert { border: 0; border-radius: 15px; }
body.bgBS video { max-width: 100%; border-radius: 18px; }
body.bgBS table { background: transparent !important; }
body.bgBS .toDelay { transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }

body.bgBS a:focus-visible,
body.bgBS button:focus-visible,
body.bgBS input:focus-visible,
body.bgBS select:focus-visible,
body.bgBS textarea:focus-visible { outline: 3px solid rgba(29,94,114,.2); outline-offset: 3px; }

@media (max-width: 1180px) {
    .DrawerLeft { width: 205px !important; padding-inline: 18px !important; }
    .nh-shared-topbar { left: 205px; padding-inline: 20px; }
    body.bgBS .offset-lg-2 { margin-left: 205px; }
    body.bgBS .col-lg-10.offset-lg-2 { flex: 0 0 calc(100% - 205px); max-width: calc(100% - 205px); }
    .player-page .player-shell { width: calc(100% - 205px); margin-left: 205px; }
    .playmb-shared-player { left: 225px; }
    .pm-auth-page > section,
    .pm-help-page > section { width: calc(100% - 205px); margin-left: 205px; }
}

@media (max-width: 820px) {
    .fixTopBar { width: 100%; min-height: 64px; margin-left: 0; padding: 6px 14px; }
    .fixTopBar > .row > .col-md-2:first-child { display: block !important; }
    .fixTopBar > .row > .col-md-5 { flex: 0 0 auto; max-width: none; }
    .DrawerLeft { width: min(300px,86vw) !important; max-width: none !important; z-index: 1200; transform: translateX(-105%); transition: transform .25s ease; }
    .DrawerLeft.open { transform: translateX(0); }
    .nh-sidebar-backdrop { position: fixed; inset: 0; z-index: 1100; background: rgba(5,20,24,.48); backdrop-filter: blur(3px); }
    .nh-sidebar-backdrop.visible { display: block; }
    .nh-shared-menu { position: fixed; top: 14px; left: 14px; z-index: 1000; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 13px; background: var(--playmb-teal); color: white; }
    .nh-shared-topbar { right: 0; left: 0; width: auto; margin: 0; padding: 14px 15px; grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; }
    .nh-fixed-header-loaded { padding-top: 80px !important; }
    .playmb-shared-player { right: 10px; bottom: 10px; left: 10px; height: 72px; grid-template-columns: minmax(0,1fr) auto; gap: 8px; padding: 8px 10px; border-radius: 20px; }
    .playmb-shared-progress-wrap, .playmb-shared-volume { display: none; }
    .playmb-shared-track img { width: 40px; height: 40px; flex-basis: 40px; }
    .playmb-shared-controls button:first-child, .playmb-shared-controls button:last-child { display: none; }
    .playmb-shared-expanded { padding: 58px 10px 10px; }
    .playmb-shared-expanded-close { top: 10px; right: 10px; }
    .playmb-shared-expanded-shell { height: auto; grid-template-columns: 1fr; }
    .playmb-shared-now-playing, .playmb-shared-queue { border-radius: 22px; }
    .playmb-shared-now-playing { padding: 24px 16px; }
    .playmb-shared-now-playing > img { width: min(280px,72vw); border-radius: 21px; }
    .playmb-shared-expanded .playmb-shared-volume { display: flex; }
    .playmb-shared-queue { min-height: 460px; }
    .nh-topbar-no-search { grid-template-columns: auto minmax(0,1fr) auto; }
    .nh-topbar-no-search .nh-account-actions { grid-column: 3; }
    .nh-mobile-menu { width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 13px; background: var(--playmb-teal); color: white; }
    .nh-account-button span:not(.material-symbols-outlined) { display: none; }
    .nh-account-button { width: 44px; min-height: 44px; padding: 0; }
    .nh-account-button.secondary-action { display: none; }
    .nh-language { height: 40px; gap: 2px; }
    .nh-language > .material-symbols-outlined { display: none; }
    .nh-language button { min-width: 42px; height: 32px; padding: 0 4px; }
    .nh-music-cart { width: 48px; min-height: 44px; grid-template-columns: 1fr; padding: 0; }
    .nh-music-cart-copy { display: none; }
    .nh-music-cart-count { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 8px; font-size: 9px; }
    .nh-music-cart-dropdown { position: fixed; top: 72px; right: 12px; left: 12px; width: auto; transform-origin: top center; }
    body.bgBS > section.container,
    body.bgBS > section.container-fluid,
    body.bgBS > section.container.mw-100 { padding-right: 18px; padding-left: 18px; }
    body.bgBS .offset-lg-2 { margin-left: 0; }
    body.bgBS .col-lg-10.offset-lg-2 { flex: 0 0 100%; max-width: 100%; }
    .player-page .player-shell,
    .pm-auth-page > section,
    .pm-help-page > section,
    .pm-payment-page #payPossibility { width: 100%; margin-left: 0; }
    .pm-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .pm-artist-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .pm-profile { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 575.98px) {
    body.bgBS > section.container,
    body.bgBS > section.container-fluid,
    body.bgBS > section.container.mw-100 { padding-right: 12px; padding-left: 12px; }
    .fixTopBar { padding-inline: 10px; }
    .nh-shared-topbar { padding-inline: 12px; }
    .nh-search input { height: 44px; font-size: 12px; }
    .pm-body-search,
    .pm-search-button { height: 44px; min-height: 44px; }
    .pm-page { padding-bottom: 64px; }
    .pm-page-head { align-items: start; flex-direction: column; margin-bottom: 22px; }
    .pm-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 10px; }
    .pm-cover { border-radius: 14px; }
    .pm-artist-grid { grid-template-columns: 1fr; gap: 8px; }
    .pm-release-page .sectionH1 > .row { padding: 0; }
    .pm-auth-page { align-items: flex-start; padding: 12px !important; }
    body.myFont { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.bgBS *, body.bgBS *::before, body.bgBS *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
