:root{--bm-bg:#f6f7fb;--bm-surface:#fff;--bm-surface-2:#fcfcff;--bm-text:#171a2b;--bm-text-2:#5f6478;--bm-text-3:#8a90a6;--bm-border:#eceef5;--bm-border-2:#e4e7f1;--bm-primary:#7c3aed;--bm-primary-2:#8b5cf6;--bm-primary-soft:#7c3aed1a;--bm-primary-soft-2:#7c3aed29;--bm-shadow-sm:0 8px 24px #1218280f;--bm-shadow-md:0 18px 45px #10182814;--bm-shadow-lg:0 28px 70px #11182724;--bm-radius-xs:10px;--bm-radius-sm:14px;--bm-radius-md:18px;--bm-radius-lg:24px;--bm-radius-xl:32px;--bm-container-gap:clamp(16px,2vw,24px);--bm-transition:all .22s ease}
.bm-artist-page{position:relative;padding:28px 0 48px;background:linear-gradient(180deg,#fafbff 0%,#f6f7fb 100%);color:var(--bm-text)}
.bm-artist-page *{box-sizing:border-box}
.bm-artist-page a{text-decoration:none;transition:var(--bm-transition)}
.bm-artist-page img{max-width:100%;display:block}
.bm-artist-page button{font:inherit}
.tax-artist-page .container{position:relative;z-index:2}
.bm-artist-hero{position:relative;overflow:hidden;min-height:390px;border-radius:34px;margin-bottom:24px;background:#151521;box-shadow:var(--bm-shadow-lg);isolation:isolate}
.bm-artist-hero__cover,.bm-artist-hero__cover img{position:absolute;inset:0;width:100%;height:100%}
.bm-artist-hero__cover img{object-fit:cover;transform:scale(1.05);filter:blur(18px) saturate(1.12);opacity:.42}
.bm-artist-hero__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 20% 18%,#8b5cf64d,transparent 30%),radial-gradient(circle at 82% 24%,#7c3aed47,transparent 28%),radial-gradient(circle at 60% 78%,#ffffff1a,transparent 26%);z-index:1}
.bm-artist-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,#0f0f184d 0%,#0f0f188c 50%,#0f0f18c7 100%);z-index:1}
.bm-artist-hero__content{position:relative;z-index:3;min-height:390px;display:flex;align-items:flex-end;padding:28px}
.bm-artist-hero-card{width:100%;padding:22px;border-radius:28px;background:#ffffff1a;border:1px solid #ffffff24;box-shadow:inset 0 1px 0 #ffffff0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.bm-artist-head{display:flex;align-items:center;gap:22px}
.bm-artist-avatar{width:132px;min-width:132px;height:132px;border-radius:28px;overflow:hidden;border:4px solid #ffffff2e;background:#ffffff1f;box-shadow:0 18px 40px #00000038}
.bm-artist-avatar img{width:100%;height:100%;object-fit:cover}
.bm-artist-meta{min-width:0;flex:1;color:#fff}
.bm-artist-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.bm-artist-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffff24;border:1px solid #ffffff24;color:#fff;font-size:13px;font-weight:700;line-height:1}
.bm-artist-mini-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:999px;background:#ffffff1f;border:1px solid #ffffff1f;color:#fffffff0;font-size:12px;font-weight:700;line-height:1}
.bm-artist-mini-badge.is-featured{background:#7c3aed47;border-color:#ffffff24}
.bm-artist-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 16px;color:#fff;font-size:clamp(28px,4vw,40px);font-weight:900;line-height:1.15;letter-spacing:-.02em}
.bm-verified-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);box-shadow:0 8px 18px #7c3aed59;flex-shrink:0}
.bm-verified-badge svg{width:20px;height:20px}
.bm-artist-sub{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 12px}
.bm-artist-sub li{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 14px;border-radius:999px;background:#ffffff1f;border:1px solid #ffffff1a;color:#fffffff5;font-size:13px;font-weight:700;line-height:1.4}
.bm-artist-sub .bm-icon,.bm-artist-badge .bm-icon,.bm-artist-social .bm-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.bm-artist-sub .bm-icon svg,.bm-artist-badge .bm-icon svg,.bm-artist-social .bm-icon svg{width:18px;height:18px}
.bm-artist-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.bm-artist-social{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f;border:1px solid #ffffff1f;color:#fff;box-shadow:0 10px 25px #0000001f}
.bm-artist-social:hover{transform:translateY(-2px);background:#ffffff2e}
.bm-artist-social svg{width:20px;height:20px}
.bm-artist-main{display:grid;gap:24px}
.bm-panel{background:var(--bm-surface);border:1px solid var(--bm-border);border-radius:28px;box-shadow:var(--bm-shadow-sm);overflow:hidden}
.bm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 0}
.bm-panel-head--stack{flex-direction:column;align-items:stretch}
.bm-panel-title{margin:0;color:var(--bm-text);font-size:22px;font-weight:900;line-height:1.35;letter-spacing:-.01em}
.bm-panel-body{padding:22px 24px 24px}
.bm-bio-wrap{position:relative}
.bm-bio{position:relative;color:var(--bm-text-2);font-size:15px;line-height:2.2;max-height:100px;overflow:hidden;transition:max-height .3s ease}
.bm-bio:not(.is-expanded)::after{content:"";position:absolute;inset-inline:0;bottom:0;height:90px;background:linear-gradient(180deg,#fff0 0%,#fff 88%);pointer-events:none}
.bm-bio.is-expanded{max-height:2000px}
.bm-bio p{margin:0 0 14px}
.bm-bio p:last-child{margin-bottom:0}
.bm-bio-toggle{margin-top:16px;min-height:44px;border:0;border-radius:14px;padding:0 18px;background:var(--bm-primary-soft);color:var(--bm-primary);font-size:14px;font-weight:800;cursor:pointer}
.bm-bio-toggle:hover{background:var(--bm-primary-soft-2)}
.bm-artist-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.bm-filter-chip{min-height:44px;padding:0 16px;border-radius:14px;border:1px solid var(--bm-border-2);background:#fff;color:var(--bm-text-2);font-size:14px;font-weight:800;cursor:pointer;transition:var(--bm-transition);box-shadow:0 2px 10px #11182708}
.bm-filter-chip:hover{border-color:#7c3aed47;color:var(--bm-primary)}
.bm-filter-chip.is-active{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--bm-primary-2) 0%,var(--bm-primary) 100%);box-shadow:0 12px 26px #7c3aed3d}
.bm-singer-posts-wrap{position:relative;min-height:180px}
.bm-singer-posts-wrap.is-loading{opacity:.72;pointer-events:none}
.bm-singer-posts-wrap.is-loading::after{content:"";position:absolute;top:18px;left:18px;width:28px;height:28px;border-radius:50%;border:3px solid #7c3aed26;border-top-color:var(--bm-primary);animation:bmSpin .7s linear infinite;z-index:4}
@keyframes bmSpin {
to{transform:rotate(360deg)}
}
.bm-artist-posts--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.bm-artist-track{display:flex;gap:16px;align-items:stretch;min-width:0;padding:16px;border:1px solid var(--bm-border);border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fcfcff 100%);box-shadow:0 10px 30px #1118270d;transition:var(--bm-transition)}
.bm-artist-track:hover{border-color:#7c3aed2e;box-shadow:0 16px 36px #11182712}
.bm-artist-track__thumb{position:relative;width:148px;min-width:148px;height:148px;border-radius:20px;overflow:hidden;background:#f0f1f7;box-shadow:inset 0 0 0 1px #00000008}
.bm-artist-track__thumb img{width:100%;height:100%;object-fit:cover}
.bm-track-type-badge{position:absolute;inset-inline-start:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:5px 10px;border-radius:999px;background:#0f0f18b3;color:#fff;font-size:11px;font-weight:800;line-height:1;backdrop-filter:blur(6px)}
.bm-track-type-badge .bm-icon{display:inline-flex;align-items:center;justify-content:center}
.bm-track-type-badge svg{width:14px;height:14px}
.bm-artist-track__body{flex:1;min-width:0;display:flex;flex-direction:column}
.bm-artist-track__title{margin:0 0 8px;font-size:18px;font-weight:900;line-height:1.55;letter-spacing:-.01em}
.bm-artist-track__title a{color:var(--bm-text)}
.bm-artist-track__title a:hover{color:var(--bm-primary)}
.bm-artist-track__meta{color:var(--bm-text-3);font-size:13px;font-weight:700;margin-bottom:14px;line-height:1.8}
.bm-artist-track__actions{margin-top:auto;display:flex;flex-wrap:nowrap;gap:10px;align-items:center}
.bm-btn{position:relative;min-width:0;flex:1 1 0;min-height:44px;padding:0 14px;border:1px solid transparent;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;cursor:pointer;transition:var(--bm-transition);font-size:13px;font-weight:800;line-height:1;text-align:center}
.bm-btn i{font-size:14px;line-height:1}
.bm-btn__label{display:inline-block;overflow:hidden;text-overflow:ellipsis}
.bm-btn--play{background:linear-gradient(135deg,var(--bm-primary-2) 0%,var(--bm-primary) 100%);color:#fff;box-shadow:0 14px 26px #7c3aed38}
.bm-btn--play:hover{box-shadow:0 18px 32px #7c3aed42}
.bm-btn--ghost{background:#fff;color:var(--bm-text-2);border-color:var(--bm-border-2)}
.bm-btn--ghost:hover{color:var(--bm-primary);border-color:#7c3aed47;background:#fcfaff}
.bm-btn--download{flex:.95 1 0}
.bm-btn--more{flex:1.05 1 0}
.bm-empty{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px dashed var(--bm-border-2);border-radius:22px;background:linear-gradient(180deg,#fff 0%,#fbfbfe 100%);color:var(--bm-text-3);font-size:14px;font-weight:700;text-align:center;padding:24px}
.bm-pagination{margin-top:22px}
.bm-pagination .page-numbers{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}
.bm-pagination .page-numbers li{margin:0;padding:0}
.bm-pagination .page-numbers .page-numbers{min-width:44px;height:44px;padding:0 14px;border-radius:14px;border:1px solid var(--bm-border-2);background:#fff;color:var(--bm-text-2);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;line-height:1;box-shadow:0 4px 12px #1118270a}
.bm-pagination button.page-numbers{cursor:pointer;transition:var(--bm-transition)}
.bm-pagination button.page-numbers:hover{color:var(--bm-primary);border-color:#7c3aed47;background:#fcfaff}
.bm-pagination .page-numbers.current{color:#fff;border-color:transparent;background:linear-gradient(135deg,var(--bm-primary-2) 0%,var(--bm-primary) 100%);box-shadow:0 12px 26px #7c3aed3d}
.bm-pagination .page-numbers.dots{min-width:36px;background:transparent;border-color:transparent;box-shadow:none}
.bm-icon{line-height:1}
.bm-icon svg{display:block}
.bm-panel,.bm-artist-track,.bm-artist-hero-card,.bm-filter-chip,.bm-btn,.bm-pagination .page-numbers{will-change:transform}
@media (min-width: 1400px) {
.bm-artist-hero{min-height:420px}
.bm-artist-hero__content{min-height:420px;padding:32px}
.bm-artist-track__thumb{width:156px;min-width:156px;height:156px}
}
@media (max-width: 1199.98px) {
.bm-artist-hero{min-height:360px}
.bm-artist-hero__content{min-height:360px;padding:22px}
.bm-artist-hero-card{padding:20px;border-radius:24px}
.bm-artist-avatar{width:116px;min-width:116px;height:116px;border-radius:24px}
.bm-artist-posts--grid{grid-template-columns:1fr}
}
@media (max-width: 991.98px) {
.bm-artist-page{padding-top:20px}
.bm-artist-hero{border-radius:28px;min-height:330px}
.bm-artist-hero__content{min-height:330px;padding:18px}
.bm-artist-head{align-items:flex-start;gap:16px}
.bm-artist-avatar{width:100px;min-width:100px;height:100px;border-radius:22px}
.bm-artist-title{font-size:30px;margin-bottom:14px}
.bm-panel{border-radius:24px}
.bm-panel-head{padding:20px 20px 0}
.bm-panel-body{padding:20px}
.bm-artist-track{padding:14px;border-radius:22px}
.bm-artist-track__thumb{width:132px;min-width:132px;height:132px;border-radius:18px}
.bm-artist-track__title{font-size:17px}
.bm-btn{min-height:42px;padding:0 12px;font-size:12.5px}
}
@media (max-width: 767.98px) {
.bm-artist-page{padding:14px 0 32px}
.bm-artist-hero{min-height:auto;border-radius:24px;margin-bottom:18px}
.bm-artist-hero__content{min-height:auto;padding:14px}
.bm-artist-hero-card{padding:16px;border-radius:20px}
.bm-artist-head{flex-direction:column;align-items:center;text-align:center;gap:14px}
.bm-artist-avatar{width:92px;min-width:92px;height:92px;border-radius:20px}
.bm-artist-meta{width:100%}
.bm-artist-kicker,.bm-artist-sub,.bm-artist-socials{justify-content:center}
.bm-artist-title{justify-content:center;font-size:26px;margin-bottom:12px}
.bm-artist-sub li{min-height:36px;padding:8px 12px;font-size:12px}
.bm-artist-social{width:42px;height:42px;border-radius:14px}
.bm-panel{border-radius:20px}
.bm-panel-head{padding:16px 16px 0;gap:14px}
.bm-panel-title{font-size:19px}
.bm-panel-body{padding:16px}
.bm-artist-filters{gap:8px;margin-top:12px}
.bm-filter-chip{min-height:40px;padding:0 14px;font-size:13px;border-radius:12px}
.bm-bio{font-size:14px;line-height:2;max-height:210px}
.bm-artist-track{flex-direction:column;padding:12px;gap:12px;border-radius:18px}
.bm-artist-track__thumb{width:100%;min-width:100%;height:0;padding-bottom:68%;position:relative;border-radius:16px}
.bm-artist-track__thumb img{position:absolute;inset:0;width:100%;height:100%}
.bm-artist-track__body{width:100%}
.bm-artist-track__title{font-size:16px;margin-bottom:6px;line-height:1.7}
.bm-artist-track__meta{margin-bottom:12px;font-size:12px}
.bm-artist-track__actions{gap:8px;flex-wrap:nowrap}
.bm-btn{min-height:40px;padding:0 10px;border-radius:12px;font-size:12px;gap:6px}
.bm-btn i{font-size:13px}
.bm-btn__label{overflow:hidden;text-overflow:ellipsis}
.bm-pagination{margin-top:18px}
.bm-pagination .page-numbers{gap:8px}
.bm-pagination .page-numbers .page-numbers{min-width:40px;height:40px;padding:0 12px;border-radius:12px;font-size:13px}
.bm-empty{min-height:140px;border-radius:18px;padding:20px;font-size:13px}
}
@media (max-width: 575.98px) {
.bm-artist-page{padding-inline:0}
.bm-artist-hero{border-radius:20px}
.bm-artist-hero__content{padding:12px}
.bm-artist-hero-card{padding:14px;border-radius:18px}
.bm-artist-title{font-size:24px}
.bm-artist-badge,.bm-artist-mini-badge{font-size:11px;min-height:32px}
.bm-artist-sub{gap:8px}
.bm-artist-sub li{width:100%;justify-content:center;border-radius:12px}
.bm-panel{border-radius:18px}
.bm-panel-head{padding:14px 14px 0}
.bm-panel-body{padding:14px}
.bm-filter-chip{flex:1 1 calc(50% - 8px);justify-content:center}
.bm-artist-track{padding:10px;border-radius:16px}
.bm-track-type-badge{bottom:8px;inset-inline-start:8px;min-height:28px;padding:5px 9px;font-size:10px}
.bm-artist-track__actions{gap:6px}
.bm-btn{min-height:38px;padding:0 8px;font-size:11px;border-radius:11px}
.bm-btn i{font-size:12px}
.bm-btn--play{flex:1.1 1 0}
.bm-btn--download,.bm-btn--more{flex:.95 1 0}
}
@media (max-width: 389.98px) {
.bm-artist-title{font-size:22px}
.bm-filter-chip{flex:1 1 100%}
.bm-artist-track__actions{gap:5px}
.bm-btn{min-height:36px;padding:0 7px;font-size:10.5px}
.bm-btn i{display:none}
}