.popup-overlay-wrapper{position:fixed;display:none;align-items:center;justify-content:center;inset:0;z-index:9999999;width:100%;height:100%;background:rgb(0 0 0/.6);backdrop-filter:blur(6px);padding:40px 0}.popup-overlay{background:#fff;border-radius:12px;width:100%;height:100%;max-width:800px;padding:16px;margin:0 16px;overflow:hidden}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#131313}.popup-title{font-size:1.5rem;margin:0;letter-spacing:-.5px}.popup-close-btn{padding:6px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#f2f2f2;transition:background .2s;cursor:pointer}.popup-close-btn:hover{background:#e5e5e5;color:#333}.popup-close-btn svg{width:16px;height:16px}@media (max-width:768px){.popup-title{font-size:1.25rem}}.artist-container{background:#fffffe}.artist-banner{position:relative;height:320px;overflow:hidden;background:linear-gradient(135deg,#1e293b 0,#334155 100%)}.artist-banner-bg{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background-size:cover;background-position:center;filter:blur(24px);opacity:.7}.artist-banner-bg::before{content:"";position:absolute;background:linear-gradient(to bottom,rgb(15 23 42/.2)0,rgb(15 23 42/.85) 100%);inset:0}.artist-banner-content{position:relative;padding:20px;height:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}.artist-header-top{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.artist-actions,.artist-socials{display:flex;gap:12px}.action-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;cursor:pointer;border-radius:50%;background:#f4f4f4;color:#131313;transition:all .2s ease}.artist-header-bottom{min-width:0;flex-grow:1;display:flex;align-items:flex-end;justify-content:space-between}.artist-profile-wrapper{display:flex;align-items:center;gap:20px;min-width:0}.artist-avatar{flex-shrink:0;width:130px;height:130px;border-radius:50%;border:2px solid #fff;overflow:hidden;background:#cbd5e1;box-shadow:0 8px 20px rgb(0 0 0/.25)}.artist-avatar img{width:100%;height:100%;object-fit:cover}.artist-info{display:flex;flex-direction:column;gap:4px;min-width:0}.artist-title{color:#fff;margin:0;overflow-wrap:break-word}.songs-container{max-width:1200px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,336px);gap:40px}.songs-heading{font-size:1.5rem;margin-bottom:20px;color:#131313}@media (max-width:992px){.artist-banner-content{padding:20px 16px}.songs-container{grid-template-columns:100%;grid-template-rows:auto auto;padding:40px 16px}}@media (max-width:768px){.artist-banner{height:226px}.artist-banner-content{flex-direction:column-reverse}.artist-header-top{flex-direction:row;align-items:center}.artist-avatar{width:100px;height:100px}.artist-title{font-size:1.5rem}.songs-heading{font-size:1.25rem}}