.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}}.credits-wrapper{background:#fff}.credits-container{max-width:1200px;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;gap:40px}.credits-profile-wrapper{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.credits-info{display:flex;flex-direction:column;gap:4px}.credits-title{margin-bottom:5px;font-weight:700;font-size:2.125rem;color:#131313;overflow-wrap:break-word}.credits-role{font-size:13px;font-weight:600;color:#2563eb;background:#eff6ff;padding:2px 10px;border:1px solid #dbeafe;border-radius:999px;width:fit-content}.credits-item-info{display:grid;grid-template-columns:repeat(2,1fr);align-items:center}.credits-song-title{display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:100%;padding-right:16px}.credits-heading{font-size:1.5rem;font-weight:700;color:#131313;margin-bottom:20px}.credits-list-header{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:6px}.credits-list-role,.credits-list-title{font-size:15px;font-weight:600;color:#131313;padding:8px 12px}.credits-list-role{padding:8px 12px 8px 33px}.credits-header{display:flex;justify-content:space-between;align-items:flex-end}.credits-actions{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}@media (max-width:992px){.credits-list-header{display:none}.credits-item-info{display:flex;align-items:flex-start}.credits-song-title{padding-right:0}}@media (max-width:768px){.credits-container{padding:40px 16px}.credits-profile-wrapper{gap:16px}.credits-title{font-size:1.5rem}.credits-heading{font-size:1.25rem}}