.mpg-player{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#0f0f0f 0%,#1a1a2e 50%,#16213e 100%);border-radius:16px;padding:18px 22px;margin:24px 0;box-shadow:0 8px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.05);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;position:relative;overflow:hidden;max-width:600px}.mpg-player:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(99,102,241,.15) 0%,transparent 60%);pointer-events:none}.mpg-player-thumb{width:60px;height:60px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 4px 12px rgba(0,0,0,.5)}.mpg-player-thumb-fallback{width:60px;height:60px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px}.mpg-player-info{flex:1;min-width:0}.mpg-player-title{color:#fff;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.mpg-player-sub{color:rgba(255,255,255,.45);font-size:11px;margin-bottom:10px}.mpg-progress-wrap{display:flex;align-items:center;gap:8px}.mpg-progress-bar{flex:1;height:4px;background:rgba(255,255,255,.1);border-radius:2px;cursor:pointer;position:relative;overflow:hidden}.mpg-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:2px;width:0;transition:width .5s linear}.mpg-time{color:rgba(255,255,255,.4);font-size:10px;min-width:32px;text-align:right;font-variant-numeric:tabular-nums}.mpg-play-btn{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px rgba(99,102,241,.4);transition:transform .15s ease,box-shadow .15s ease;outline:none}.mpg-play-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(99,102,241,.6)}.mpg-play-btn:active{transform:scale(.95)}.mpg-play-btn svg{width:20px;height:20px;fill:#fff}.mpg-player.mpg-playing .mpg-play-btn:after{content:'';position:absolute;width:48px;height:48px;border-radius:50%;border:2px solid rgba(99,102,241,.5);animation:mpg-pulse 2s ease-out infinite}@keyframes mpg-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.6);opacity:0}}.mpg-player.mpg-buffering .mpg-play-btn svg{opacity:.4}.mpg-yt-frame{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;left:-9999px}.mpg-eq{display:flex;align-items:flex-end;gap:2px;height:16px;opacity:0;transition:opacity .3s}.mpg-player.mpg-playing .mpg-eq{opacity:1}.mpg-eq span{display:block;width:3px;background:linear-gradient(180deg,#6366f1,#a78bfa);border-radius:1px;animation:mpg-eq-bar .8s ease-in-out infinite alternate}.mpg-eq span:nth-child(1){height:8px;animation-delay:0s}.mpg-eq span:nth-child(2){height:14px;animation-delay:.15s}.mpg-eq span:nth-child(3){height:10px;animation-delay:.3s}.mpg-eq span:nth-child(4){height:16px;animation-delay:.1s}.mpg-eq span:nth-child(5){height:6px;animation-delay:.25s}@keyframes mpg-eq-bar{from{transform:scaleY(.3)}to{transform:scaleY(1)}}