/* base styles */
.mds-search-wrap{position:relative;max-width:720px}
#mds-search-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px}
.mds-results{margin-top:8px}
.mds-result{display:flex;align-items:center;padding:8px;border:1px solid #eee;margin-bottom:6px;border-radius:6px;text-decoration:none;color:inherit}
.mds-result img{width:48px;height:48px;object-fit:cover;border-radius:4px;margin-right:8px}
/* modern hero */
.mds-artist-hero{display:flex;gap:20px;align-items:flex-start;background:#fff;padding:20px;border-radius:12px;box-shadow:0 6px 24px rgba(12,20,30,0.06)}
.mds-hero-left img{width:260px;height:260px;border-radius:8px;object-fit:cover}
.mds-hero-right{flex:1}
.mds-hero-right h1{font-size:28px;margin:0 0 8px}
.mds-genres{color:#666;margin-bottom:12px}
.mds-actions button{margin-right:8px;padding:8px 12px;border-radius:6px;border:1px solid #e6e6e6;background:#fafafa;cursor:pointer}
.mds-hero-right-side{width:260px;text-align:center}
.mds-follow-count{font-weight:700;color:#111;display:block;font-size:20px;margin-bottom:8px}
.mds-spotify-btn.mds-bold-blue{display:inline-block;padding:10px 14px;border-radius:8px;background:#0a66ff;color:#fff !important;text-decoration:none;font-weight:700}
.mds-artist-bio{margin-top:12px;color:#333;text-align:left;background:#fafafa;padding:12px;border-radius:8px}
.mds-no-bio{color:#888;font-style:italic}
.mds-release{display:flex;gap:12px;padding:12px;border-bottom:1px solid #f1f1f1;align-items:center}
.mds-release img{width:72px;height:72px;border-radius:6px;object-fit:cover}
.mds-related-section{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap;padding-top:12px}
.mds-playlist img{width:120px;height:120px;object-fit:cover;border-radius:8px;display:block}