.live-poster{background:#fff;border:1.5px solid #ff3b3b;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.live-poster-indicator{width:40px;height:40px;position:relative}.live-poster-dot{z-index:2;background:red;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.live-poster-pulse{z-index:1;background:red;border-radius:50%;width:20px;height:20px;animation:2s ease-out infinite livePosterPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes livePosterPulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:.3;transform:translate(-50%,-50%)scale(2.5)}to{opacity:0;transform:translate(-50%,-50%)scale(3.5)}}
.albumCardSmall{justify-content:space-between;align-items:center;gap:10px;display:flex}.albumCardSmall img{object-fit:cover;border-radius:10px;width:80px;height:80px}.smallCardLeftSection{justify-content:start;align-items:center;gap:10px;display:flex}.cardinfoSection{flex-direction:column;justify-content:center;align-items:start;gap:5px;display:flex}.cardinfoSection h3{letter-spacing:-4%;text-transform:capitalize;color:#fff;max-width:50vw;font-size:18px;font-weight:400;line-height:100%}.cardinfoSection p{letter-spacing:-4%;text-transform:capitalize;color:#fff;opacity:.4;font-size:14px;font-weight:200;line-height:100%}.cardinfoSection a{color:#fff}.cardRightSection{background-color:#ffffff1d;border-radius:1000px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.musicIconContainer{background-color:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}
.video-player-modal-overlay{z-index:10000;background-color:#000000f2;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-player-modal-content{background:#181818;border-radius:12px;flex-direction:column;width:100%;max-width:90vw;height:max-content;max-height:90vh;animation:.3s slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0009}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-player-modal-close{color:#fff;cursor:pointer;z-index:10;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.video-player-modal-close:hover{background:#fff3;transform:scale(1.1)}.video-player-container{flex:1;min-height:0;display:flex;overflow:hidden}.video-player-main{flex-direction:column;flex:1;min-width:0;padding:20px;display:flex;overflow:hidden auto}.video-player-main::-webkit-scrollbar{width:6px}.video-player-main::-webkit-scrollbar-track{background:#2a2a2a;border-radius:10px}.video-player-main::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.video-player-main::-webkit-scrollbar-thumb:hover{background:#777}.video-player-header{justify-content:space-between;align-items:center;margin-bottom:20px;padding-right:50px;display:flex}.video-player-header h2{color:#fff;margin:0;font-size:24px;font-weight:600}.episode-badge{color:#fff;background:#ffffff1a;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:500}.video-wrapper{background:#000;border-radius:8px;flex-shrink:0;width:100%;max-height:calc(90vh - 180px);padding-bottom:56.25%;position:relative;overflow:hidden}.video-iframe,.dropbox-video{border:none;border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.next-episode-banner{text-align:center;margin-top:20px}.next-episode-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e50914 0%,#b20710 100%);border:none;border-radius:6px;padding:12px 30px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #e509144d}.next-episode-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e5091480}.episode-list{background:#1a1a1a;border-left:1px solid #333;flex-direction:column;width:350px;min-height:0;padding:20px;display:flex;overflow:hidden}.episode-list h3{color:#fff;margin:0 0 15px;font-size:18px;font-weight:600}.episodes-scroll{flex:1;padding-right:5px;overflow-y:auto}.episodes-scroll::-webkit-scrollbar{width:6px}.episodes-scroll::-webkit-scrollbar-track{background:#2a2a2a;border-radius:10px}.episodes-scroll::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.episodes-scroll::-webkit-scrollbar-thumb:hover{background:#777}.episode-item{cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:8px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;transition:all .2s;display:flex}.episode-item:hover{background:#ffffff1a}.episode-item.active{background:#e5091433;border-color:#e50914}.episode-number{color:#fff;background:#ffffff1a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.episode-item.active .episode-number{background:#e50914}.episode-info{flex:1;min-width:0}.episode-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:500;overflow:hidden}.episode-duration{color:#999;font-size:12px}.playing-indicator{color:#e50914;font-size:14px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:968px){.video-player-container{flex-direction:column}.episode-list{border-top:1px solid #333;border-left:none;width:100%;max-height:250px}.video-player-header h2{font-size:18px}.episode-badge{padding:4px 10px;font-size:12px}}@media (max-width:640px){.video-player-modal-overlay{padding:0}.video-player-modal-content{border-radius:0;max-height:100vh}.video-player-main{padding:15px}.video-player-header{flex-direction:column;align-items:flex-start;gap:10px}.episode-list{padding:15px}}
.payment-modal-overlay{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow:hidden}.payment-modal{scrollbar-gutter:stable;background:#696769;border-radius:20px;width:100%;max-width:700px;max-height:90vh;padding:24px;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #0006}.modal-close{display:none}.modal-close:hover{background-color:#ffffff1a}.modal-section{margin-bottom:24px}.modal-section:last-of-type{background-color:#fff2;border-radius:10px;margin-bottom:16px;padding:15px}.section-title{letter-spacing:-4%;text-transform:capitalize;color:#fff;margin-bottom:20px;font-size:20px;font-weight:400;line-height:100%}.summary-item{background:#ffffff21;border-radius:12px;align-items:stretch;gap:12px;width:100%;padding:8px;display:flex}.summary-image{object-fit:cover;border-radius:8px;width:120px;height:100px}.summary-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ff5f1f;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:600;position:absolute;top:-6px;left:-6px}.summary-details{flex-direction:column;flex:1;align-items:start;gap:8px;min-width:0;margin:5px 0 10px;display:flex}.summary-title{letter-spacing:-4%;text-transform:capitalize;color:#fff;margin:0;font-size:24px;font-weight:500;line-height:1}.summary-artist{letter-spacing:-4%;text-transform:capitalize;color:#ffffff69;font-size:16px;font-weight:200;line-height:100%}.summary-type{letter-spacing:-4%;color:#fff;background-color:#ffffff39;border-radius:10000px;width:max-content;padding:8px 10px;font-size:12px;font-weight:200;line-height:100%}.payment-methods{background-color:#ffffff29;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.payment-option{cursor:pointer;color:#fff;letter-spacing:-4%;text-transform:capitalize;background:#ffffff0d;align-items:center;gap:12px;padding:20px 16px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:100%;transition:all .2s;display:flex}.payment-option:not(:last-child){border-bottom:1px solid #ffffff3b}.payment-option:hover{background:#ffffff14;border-color:#fff3}.payment-option.selected{background:#ffffff24}.payment-radio{border:2px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.radio-dot{background:0 0;border-radius:50%;width:8px;height:8px;transition:background-color .2s}.radio-dot.active{background:#fff}.payment-icon{flex-shrink:0;width:16px;height:16px}.card-form{flex-direction:column;gap:16px;display:flex}.form-row{gap:12px;width:100%;min-width:0;display:flex}.form-row .form-group{flex:1;min-width:0}.form-row .form-group:nth-child(3){flex:.7;min-width:80px}.form-group{flex-direction:column;flex:1;display:flex}.form-group.full-width{width:100%}.form-group label{color:#fffc;margin-bottom:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.form-input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;width:100%;min-width:0;padding:12px;font-family:Inter,sans-serif;font-size:14px;transition:all .2s}.form-input::placeholder{color:#fff6}.form-input:focus{background:#ffffff14;border-color:#ffffff4d}.confirm-payment-btn{color:#fff;cursor:pointer;background:#6937ff;border:none;border-radius:12px;width:100%;margin-top:8px;padding:16px 24px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:all .2s}.confirm-payment-btn:hover{transform:translateY(-1px);box-shadow:0 8px 25px #6366f14d}.confirm-payment-btn:active{transform:translateY(0)}@media (max-width:768px){.payment-modal{max-width:calc(100vw - 40px);margin:20px;padding:20px}.form-row{flex-direction:column;gap:16px}.form-row .form-group,.form-row .form-group:nth-child(3){flex:1;min-width:0}}@media (max-width:480px){.payment-modal{max-width:calc(100vw - 20px);margin:10px;padding:16px}.summary-item{text-align:center;flex-direction:column;gap:12px}.summary-details{text-align:center}}.payment-modal::-webkit-scrollbar{width:8px}.payment-modal::-webkit-scrollbar-track{background:0 0;border-radius:0 20px 20px 0;margin:24px 0}.payment-modal::-webkit-scrollbar-thumb{background:#ffffff4d padding-box content-box;border:2px solid #696769;border-radius:4px}.payment-modal::-webkit-scrollbar-thumb:hover{background:#ffffff80 padding-box content-box}.payment-modal::-webkit-scrollbar-corner{background:#696769;border-radius:0 20px 0 0}.summary-price{align-items:end;display:flex}.summary-price p{letter-spacing:-4%;color:#fff;background-color:#ffffff31;border-radius:100px;margin:0 10px 10px 0;padding:9px 15px;font-size:14px;font-weight:300;line-height:100%}.mobile-album-card{margin-bottom:24px;display:none}@media (max-width:500px){.payment-modal{padding-top:70px}.mobile-album-card{display:block}.modal-section:first-of-type,.summary-item{display:none}.hideAtSmall{display:none!important}.modal-close{cursor:pointer;z-index:10;background:#ffffff21;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px;display:block!important}.modal-close:hover{background-color:#000000b3}}.stripe-payment-form{width:100%}.payment-element-container{margin-bottom:20px}.payment-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.payment-loading .spinner{border:3px solid #fff3;border-top-color:#ff1;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.payment-loading p{color:#ffffffb3;font-size:14px}.payment-error{color:#ff6b6b;background-color:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.payment-error-message{color:#ff6b6b;background-color:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:6px;margin-top:12px;margin-bottom:12px;padding:10px 14px;font-size:13px}.payment-element-container{z-index:1;pointer-events:auto;min-height:200px;position:relative}.payment-element-container iframe{pointer-events:auto!important}.modal-section{pointer-events:auto;z-index:auto;position:relative}
