:root{--crpc-primary:#e60012;--crpc-dark:#050b35;--crpc-mid:#0b1d70;--crpc-bottom-space:118px}.crpc-has-player-bottom{padding-bottom:var(--crpc-bottom-space)!important}.crpc-has-player-top{padding-top:var(--crpc-bottom-space)!important}.crpc-player{position:fixed;left:0;right:0;width:100%;min-height:112px;z-index:999999999;background:linear-gradient(90deg,var(--crpc-dark) 0%,var(--crpc-mid) 50%,var(--crpc-primary) 100%);color:#fff;display:flex;align-items:center;gap:20px;padding:14px 34px;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;box-shadow:0 -12px 40px rgba(0,0,0,.45);border-top:4px solid #fff}.crpc-player[data-position=top]{top:0;bottom:auto;border-top:0;border-bottom:4px solid #fff;box-shadow:0 12px 40px rgba(0,0,0,.45)}.crpc-player[data-position=bottom]{bottom:0;top:auto}.crpc-logo img{width:180px;max-height:74px;object-fit:contain;display:block;mix-blend-mode:normal;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}.crpc-play{width:72px;height:72px;border-radius:50%;border:5px solid var(--crpc-primary);background:#fff;color:#07124a;font-size:30px;font-weight:900;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.35);flex-shrink:0}.crpc-cover{width:82px;height:82px;border-radius:20px;overflow:hidden;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.45);box-shadow:0 8px 22px rgba(0,0,0,.35);flex-shrink:0}.crpc-cover img{width:100%;height:100%;object-fit:cover;display:block}.crpc-playing .crpc-cover{animation:crpcPulse 2.6s ease-in-out infinite}@keyframes crpcPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}.crpc-info{flex:1;min-width:300px;display:flex;flex-direction:column;justify-content:center}.crpc-live{background:var(--crpc-primary);width:max-content;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:900;margin-bottom:7px;letter-spacing:.5px}.crpc-track{display:flex;flex-direction:column;gap:3px}.crpc-marquee-wrap{max-width:600px;overflow:hidden;white-space:nowrap}.crpc-artist{display:block;font-size:30px;font-weight:950;letter-spacing:.55px;text-transform:uppercase;line-height:1.04;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.crpc-title{display:block;font-size:20px;font-weight:650;color:#dfe3ff;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crpc-change{animation:crpcChange .42s ease}@keyframes crpcChange{0%{opacity:.15;transform:translateY(7px)}100%{opacity:1;transform:translateY(0)}}.crpc-marquee{display:inline-block;max-width:none;padding-right:80px;animation:crpcMarquee 13s linear infinite}@keyframes crpcMarquee{0%,18%{transform:translateX(0)}100%{transform:translateX(-55%)}}.crpc-visualizer{display:flex;gap:5px;height:42px;align-items:center}.crpc-visualizer span{width:6px;height:13px;background:#fff;border-radius:6px;opacity:.9;animation:crpcBars 1s infinite ease-in-out}.crpc-visualizer span:nth-child(2){animation-delay:.12s}.crpc-visualizer span:nth-child(3){animation-delay:.24s}.crpc-visualizer span:nth-child(4){animation-delay:.36s}.crpc-visualizer span:nth-child(5){animation-delay:.48s}@keyframes crpcBars{0%,100%{height:12px}50%{height:38px}}.crpc-action,.crpc-popup-btn,.crpc-history-btn{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:11px 15px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.crpc-popup-btn:hover,.crpc-history-btn:hover{background:#fff;color:#07124a}.crpc-volume{display:flex;align-items:center;gap:9px;font-size:22px}.crpc-volume input{width:135px;accent-color:#fff}.crpc-history-panel{position:fixed;right:24px;bottom:132px;width:410px;max-height:540px;overflow:auto;background:#fff;color:#07124a;border-radius:22px;padding:18px;z-index:999999998;box-shadow:0 15px 45px rgba(0,0,0,.35);display:none;font-family:Arial,Helvetica,sans-serif}.crpc-history-panel[data-position=top]{top:132px;bottom:auto}.crpc-history-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.crpc-history-head strong{font-size:23px;font-weight:950}.crpc-history-close{width:34px;height:34px;border:0;border-radius:50%;background:var(--crpc-primary);color:#fff;font-size:22px;cursor:pointer}.crpc-history-list{display:flex;flex-direction:column;gap:12px}.crpc-history-item{display:flex;align-items:center;gap:14px;background:#f5f6fa;border-radius:16px;padding:10px}.crpc-history-cover{width:66px;height:66px;border-radius:13px;overflow:hidden;flex-shrink:0;background:#06113d}.crpc-history-cover img{width:100%;height:100%;object-fit:cover}.crpc-history-info{flex:1;min-width:0}.crpc-history-artist{font-weight:950;color:#06113d;font-size:15px;line-height:1.2;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crpc-history-title{color:#666;font-size:13px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crpc-history-time{font-size:12px;color:#999;font-weight:800;flex-shrink:0}@media(max-width:980px){:root{--crpc-bottom-space:280px}.crpc-player{flex-wrap:wrap;justify-content:center;text-align:center;padding:14px;gap:13px}.crpc-info{min-width:100%;align-items:center}.crpc-marquee-wrap{max-width:92vw}.crpc-artist{font-size:22px}.crpc-title{font-size:16px}.crpc-logo img{width:150px}.crpc-volume input{width:110px}.crpc-history-panel{left:14px;right:14px;width:auto;bottom:290px}.crpc-history-panel[data-position=top]{top:290px;bottom:auto}}@media(max-width:620px){.crpc-visualizer,.crpc-volume{display:none}.crpc-popup-btn,.crpc-history-btn{padding:10px 12px}.crpc-cover{width:74px;height:74px}.crpc-play{width:64px;height:64px}}
