/* APlayer 固定模式 → 黑胶皮肤 */
.byoru-player.is-closed .aplayer,
.byoru-player.is-closed .byoru-player-close{display:none!important;}
.byoru-player-close{
  position:fixed;left:76px;bottom:78px;z-index:10010;
  width:22px;height:22px;border-radius:50%;border:1px solid rgba(245,250,249,0.78);
  background:rgba(44,58,66,0.74);color:#fff;line-height:20px;text-align:center;
  font-size:16px;font-weight:400;cursor:pointer;box-shadow:0 6px 16px rgba(16,28,36,0.22);
  opacity:0;transform:translateY(4px);transition:opacity .25s,transform .25s,background .25s;
}
.byoru-player:hover .byoru-player-close,.byoru-player-close:focus{opacity:1;transform:translateY(0);}
.byoru-player-close:hover{background:var(--accent-deep);}
.byoru-player-open{
  position:fixed;left:26px;bottom:26px;z-index:10010;
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(245,250,249,0.82);
  background:rgba(44,58,66,0.78);color:#fff;font-size:18px;line-height:42px;text-align:center;
  cursor:pointer;box-shadow:0 8px 24px rgba(16,28,36,0.28),0 0 16px rgba(191,234,240,0.26);
  display:none;transition:transform .25s,background .25s,box-shadow .25s;
}
.byoru-player.is-closed .byoru-player-open{display:block;}
.byoru-player-open:hover{transform:translateY(-2px);background:var(--cool-deep);box-shadow:0 10px 28px rgba(16,28,36,0.32),0 0 20px rgba(191,234,240,0.44);}
.aplayer.aplayer-fixed{left:26px;right:auto;bottom:26px;}
.aplayer.aplayer-fixed .aplayer-body{position:fixed;left:26px;bottom:26px;}
.aplayer.aplayer-fixed .aplayer-pic{
  width:64px;height:64px;border-radius:50%;
  box-shadow:0 8px 26px rgba(16,28,36,0.45),0 0 0 4px rgba(79,134,198,0.25),0 0 22px rgba(191,234,240,0.3);
  animation:vinylSpin 9s linear infinite;animation-play-state:paused;
}
.aplayer.aplayer-fixed.aplayer-loading .aplayer-pic,
.byoru-player.is-playing .aplayer.aplayer-fixed .aplayer-pic{animation-play-state:running;}
.aplayer.aplayer-fixed .aplayer-pic::after{
  content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;
  background:#F5FAF9;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #15131c;
}
/* 控制面板主题色 */
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{background:var(--accent)!important;}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{background:var(--cool)!important;}
.aplayer .aplayer-list ol li.aplayer-list-light{background:rgba(63,181,160,0.12);}
.aplayer{color:var(--text);font-family:'Inter','Noto Sans SC',sans-serif;}
@keyframes vinylSpin{to{transform:rotate(360deg);}}
@media (max-width:768px){
  .aplayer.aplayer-fixed,.aplayer.aplayer-fixed .aplayer-body{left:16px;bottom:16px;}
  .aplayer.aplayer-fixed .aplayer-pic{width:52px;height:52px;}
  .byoru-player-close{left:57px;bottom:63px;}
  .byoru-player-open{left:16px;bottom:16px;width:40px;height:40px;line-height:38px;}
}
