.bde-popup{width:100%;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;top:var(--wp-admin--admin-bar--height,0px);left:0}.bde-popup .breakdance-popup{position:relative;display:flex;max-width:100%;max-height:100%;width:750px}.bde-popup .breakdance-popup-content{background-color:var(--bde-background-color);display:flex;align-items:flex-start;flex-direction:column;max-width:100%;width:100%;height:100%;text-align:left;padding:30px;overflow:auto}.bde-popup .breakdance-popup-content>*{flex-shrink:0}.bde-popup .breakdance-popup-content:empty{height:400px}.breakdance-popup .breakdance-popup-close-button{cursor:pointer;display:flex;align-items:center;position:absolute;--closeButtonSize:40px;--closeButtonOutsideOffset:0px;font-size:var(--closeButtonSize);transition:var(--bde-transition-duration) ease-in-out all}.breakdance-popup-close-icon{display:flex}.breakdance-popup .breakdance-popup-close-button.hidden{opacity:0;visibility:hidden}.breakdance-popup-close-icon>svg{font-size:inherit;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.breakdance-popup-position-top-left{top:0;left:calc(0px - var(--closeButtonOutsideOffset))}.breakdance-popup-position-middle-left{top:50%;transform:translateY(-50%);left:calc(0px - var(--closeButtonOutsideOffset))}.breakdance-popup-position-bottom-left{bottom:0;left:calc(0px - var(--closeButtonOutsideOffset))}.breakdance-popup-position-top-right{top:0;right:calc(0px - var(--closeButtonOutsideOffset))}.breakdance-popup-position-middle-right{top:50%;transform:translateY(-50%);right:calc(0px - var(--closeButtonOutsideOffset))}.breakdance-popup-position-bottom-right{bottom:0;right:calc(0px - var(--closeButtonOutsideOffset))}.phox-advanced-audio-player .aap-player{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:16px;max-width:400px;margin:0 auto;position:relative}.phox-advanced-audio-player .aap-audio{display:none}.phox-advanced-audio-player .aap-artwork{width:200px;height:200px;flex-shrink:0;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.4)}.phox-advanced-audio-player .aap-artwork-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.phox-advanced-audio-player .aap-player.is-playing .aap-artwork-img{animation:aap-pulse 2s ease-in-out infinite}@keyframes aap-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}.phox-advanced-audio-player .aap-artwork-placeholder{width:200px;height:200px;background:linear-gradient(135deg,#2d2d44 0%,#1a1a2e 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}.phox-advanced-audio-player .aap-artwork-placeholder svg{width:64px;height:64px;color:rgba(255,255,255,0.3)}.phox-advanced-audio-player .aap-info{text-align:center;width:100%}.phox-advanced-audio-player .aap-track-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-track-artist{font-size:14px;color:rgba(255,255,255,0.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-progress-container{width:100%}.phox-advanced-audio-player .aap-progress-bar{width:100%;height:6px;background:rgba(255,255,255,0.15);border-radius:3px;cursor:pointer;position:relative;overflow:visible}.phox-advanced-audio-player .aap-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:3px;width:0%;transition:width 0.1s linear;position:relative}.phox-advanced-audio-player .aap-progress-thumb{position:absolute;top:50%;left:0%;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity 0.2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.3)}.phox-advanced-audio-player .aap-progress-bar:hover .aap-progress-thumb{opacity:1}.phox-advanced-audio-player .aap-time{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:rgba(255,255,255,0.5);font-variant-numeric:tabular-nums}.phox-advanced-audio-player .aap-controls{display:flex;align-items:center;justify-content:center;gap:16px}.phox-advanced-audio-player .aap-btn{background:none;border:none;padding:0;cursor:pointer;color:rgba(255,255,255,0.8);transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.phox-advanced-audio-player .aap-btn:hover{color:#8b5cf6;transform:scale(1.1)}.phox-advanced-audio-player .aap-btn svg{width:100%;height:100%}.phox-advanced-audio-player .aap-btn-play{width:56px;height:56px;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:50%;color:#fff;padding:14px;box-shadow:0 4px 20px rgba(139,92,246,0.4)}.phox-advanced-audio-player .aap-btn-play:hover{color:#fff;transform:scale(1.05);box-shadow:0 6px 25px rgba(139,92,246,0.5)}.phox-advanced-audio-player .aap-btn-prev,.phox-advanced-audio-player .aap-btn-next{width:32px;height:32px}.phox-advanced-audio-player .aap-btn-shuffle,.phox-advanced-audio-player .aap-btn-repeat{width:24px;height:24px;color:rgba(255,255,255,0.4)}.phox-advanced-audio-player .aap-btn-shuffle.active,.phox-advanced-audio-player .aap-btn-repeat.active{color:#8b5cf6}.phox-advanced-audio-player .aap-btn-repeat.repeat-one::after{content:'1';position:absolute;font-size:8px;font-weight:700}.phox-advanced-audio-player .aap-volume{display:flex;align-items:center;gap:8px;width:100%;justify-content:center}.phox-advanced-audio-player .aap-btn-volume{width:24px;height:24px}.phox-advanced-audio-player .aap-volume-slider{width:100px;height:24px;display:flex;align-items:center;cursor:pointer}.phox-advanced-audio-player .aap-volume-track{width:100%;height:4px;background:rgba(255,255,255,0.15);border-radius:2px;position:relative}.phox-advanced-audio-player .aap-volume-fill{height:100%;background:rgba(255,255,255,0.6);border-radius:2px;transition:width 0.1s ease}.phox-advanced-audio-player .aap-btn-download{width:24px;height:24px;text-decoration:none}.phox-advanced-audio-player .aap-playlist{width:100%;background:rgba(0,0,0,0.2);border-radius:12px;overflow:hidden;margin-top:8px}.phox-advanced-audio-player .aap-playlist-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1)}.phox-advanced-audio-player .aap-playlist-title{font-size:14px;font-weight:600;color:#fff}.phox-advanced-audio-player .aap-playlist-count{font-size:12px;color:rgba(255,255,255,0.5)}.phox-advanced-audio-player .aap-playlist-items{max-height:200px;overflow-y:auto}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar{width:6px}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar-track{background:transparent}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px}.phox-advanced-audio-player .aap-playlist-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:all 0.2s ease;color:rgba(255,255,255,0.7)}.phox-advanced-audio-player .aap-playlist-item:hover{background:rgba(255,255,255,0.05);color:#fff}.phox-advanced-audio-player .aap-playlist-item.active{background:rgba(139,92,246,0.2);color:#8b5cf6}.phox-advanced-audio-player .aap-playlist-item-num{width:24px;font-size:12px;color:rgba(255,255,255,0.4);text-align:center}.phox-advanced-audio-player .aap-playlist-item.active .aap-playlist-item-num{display:none}.phox-advanced-audio-player .aap-playlist-item-info{flex:1;min-width:0}.phox-advanced-audio-player .aap-playlist-item-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-playlist-item-artist{font-size:12px;opacity:0.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-playlist-item-playing{display:none;gap:2px;align-items:flex-end;height:16px}.phox-advanced-audio-player .aap-playlist-item.active .aap-playlist-item-playing{display:flex}.phox-advanced-audio-player .aap-playlist-item-playing span{width:3px;background:#8b5cf6;border-radius:1px;animation:aap-bars 0.8s ease-in-out infinite}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(1){height:60%;animation-delay:0s}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(2){height:100%;animation-delay:0.2s}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(3){height:40%;animation-delay:0.4s}@keyframes aap-bars{0%,100%{transform:scaleY(1)}50%{transform:scaleY(0.5)}}.phox-advanced-audio-player .aap-player:not(.is-playing) .aap-playlist-item-playing span{animation-play-state:paused}.phox-advanced-audio-player .aap-layout-horizontal{flex-direction:row;flex-wrap:wrap;gap:16px;padding:16px 20px;max-width:100%;align-items:center}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork{width:60px;height:60px;flex-shrink:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork-placeholder{width:60px;height:60px}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork-placeholder svg{width:28px;height:28px}.phox-advanced-audio-player .aap-layout-horizontal .aap-info{flex:1;min-width:120px;text-align:left}.phox-advanced-audio-player .aap-layout-horizontal .aap-track-title{font-size:15px;margin-bottom:2px}.phox-advanced-audio-player .aap-layout-horizontal .aap-track-artist{font-size:12px}.phox-advanced-audio-player .aap-layout-horizontal .aap-controls{gap:8px;order:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-play{width:40px;height:40px;padding:10px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-prev,.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-next{width:24px;height:24px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-shuffle,.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-repeat{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-container{width:100%;order:10}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-bar{height:4px}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-thumb{width:10px;height:10px}.phox-advanced-audio-player .aap-layout-horizontal .aap-time{font-size:11px;margin-top:6px}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume{width:auto;order:5}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume-slider{width:60px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-download{width:20px;height:20px;order:6}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist{width:100%;order:20;margin-top:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist-items{max-height:150px}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist-item{padding:8px 12px}.phox-advanced-audio-player .aap-layout-minimal{flex-direction:row;gap:12px;padding:12px 16px;max-width:100%;align-items:center}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork{width:44px;height:44px;border-radius:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork-placeholder{width:44px;height:44px;border-radius:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork-placeholder svg{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-minimal .aap-info{flex:1;min-width:0;text-align:left}.phox-advanced-audio-player .aap-layout-minimal .aap-track-title{font-size:14px;margin-bottom:0}.phox-advanced-audio-player .aap-layout-minimal .aap-track-artist{font-size:11px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-container{flex:1;min-width:100px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-bar{height:4px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-thumb{width:8px;height:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-time{font-size:10px;margin-top:4px}.phox-advanced-audio-player .aap-layout-minimal .aap-controls{gap:6px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-play{width:36px;height:36px;padding:9px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-prev,.phox-advanced-audio-player .aap-layout-minimal .aap-btn-next{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-shuffle,.phox-advanced-audio-player .aap-layout-minimal .aap-btn-repeat{display:none}.phox-advanced-audio-player .aap-layout-minimal .aap-volume{display:none}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-download{width:18px;height:18px}.phox-advanced-audio-player .aap-layout-minimal .aap-playlist{display:none}@media (max-width:480px){.phox-advanced-audio-player .aap-player.aap-layout-standard{padding:24px 20px}.phox-advanced-audio-player .aap-layout-standard .aap-artwork,.phox-advanced-audio-player .aap-layout-standard .aap-artwork-placeholder{width:160px;height:160px}.phox-advanced-audio-player .aap-layout-standard .aap-track-title{font-size:18px}.phox-advanced-audio-player .aap-layout-standard .aap-btn-play{width:48px;height:48px;padding:12px}.phox-advanced-audio-player .aap-volume-slider{width:80px}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume{display:none}.phox-advanced-audio-player .aap-layout-minimal{flex-wrap:wrap}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-container{width:100%;order:10}}