/* ====== APlayer overrides ====== */
.aplayer.aplayer{background:transparent!important;}
.aplayer .aplayer-body{background:transparent!important;}
.aplayer .aplayer-info{background:transparent!important;border:none!important;padding:0 6px!important;margin-left:0!important;}
.aplayer .aplayer-title{color:#222!important;font-weight:600!important;font-size:13px!important;}
.aplayer .aplayer-author{color:#666!important;font-size:11px!important;}
.aplayer .aplayer-pic{border-radius:10px!important;width:56px!important;height:56px!important;}
.aplayer .aplayer-pic .aplayer-play{border-radius:8px!important;}
.aplayer .aplayer-pic .aplayer-play svg,.aplayer .aplayer-pic .aplayer-pause svg{
  position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;
}
.aplayer .aplayer-bar-wrap{padding:0 6px!important;margin:4px 0!important;}
.aplayer .aplayer-bar{background:color-mix(in srgb,var(--accent-color) 12%,transparent)!important;height:3px!important;border-radius:2px!important;}
.aplayer .aplayer-loaded{background:color-mix(in srgb,var(--accent-color) 8%,transparent)!important;}
.aplayer .aplayer-played{background:linear-gradient(90deg,var(--accent-color),#ec4899)!important;height:3px!important;border-radius:2px!important;}
.aplayer .aplayer-thumb{background:#fff!important;width:10px!important;height:10px!important;border:2px solid var(--accent-color)!important;box-shadow:0 0 4px color-mix(in srgb,var(--accent-color) 30%,transparent);}
.aplayer .aplayer-time{color:rgba(0,0,0,0.35)!important;font-size:10px!important;padding:0 6px!important;}
.aplayer .aplayer-icon{color:rgba(0,0,0,0.4)!important;transition:color 0.15s ease,transform 0.15s ease;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.aplayer .aplayer-icon:hover{color:var(--accent-color)!important;transform:scale(1.15) translateZ(0);}
.aplayer .aplayer-icon-play,.aplayer .aplayer-icon-pause{color:var(--accent-color)!important;}

/* APlayer list */
.aplayer .aplayer-list{background:transparent!important;border:none!important;box-shadow:none!important;overflow:hidden!important;padding:0!important;margin:0!important;height:auto;max-height:300px;opacity:1;transition:max-height 0.4s ease,opacity 0.3s ease;}
.aplayer .aplayer-list.aplayer-list-hide{max-height:0!important;opacity:0!important;overflow:hidden!important;}
.aplayer .aplayer-list ol{background:transparent!important;border:none!important;padding:4px 0!important;margin:0!important;overflow-y:auto!important;list-style:none!important;}
.aplayer .aplayer-list ol li{background:transparent!important;border:none!important;padding:8px 10px!important;border-radius:8px!important;margin:0 4px!important;transition:background 0.15s;color:#555;line-height:1.2;height:auto!important;}
.aplayer .aplayer-list ol li:hover{background:color-mix(in srgb,var(--accent-color) 6%,transparent)!important;}
.aplayer .aplayer-list ol li.aplayer-list-light{background:color-mix(in srgb,var(--accent-color) 10%,transparent)!important;color:#333;font-weight:600;}
.aplayer .aplayer-list ol li .aplayer-list-cur{display:none!important;}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur{display:inline-block!important;width:3px!important;height:20px!important;background:var(--accent-color)!important;border-radius:2px;position:absolute;left:4px;top:6px;}
.aplayer .aplayer-list ol li .aplayer-list-index{color:rgba(0,0,0,0.2)!important;font-size:11px!important;margin-right:6px!important;}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-index{color:var(--accent-color)!important;font-weight:600;}
.aplayer .aplayer-list ol li .aplayer-list-title{color:#444!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-title{color:#222!important;font-weight:600;}
.aplayer .aplayer-list ol li .aplayer-list-author{color:rgba(0,0,0,0.3)!important;font-size:10px!important;float:right!important;white-space:nowrap!important;}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-author{color:#888!important;}

/* global music wrap */
.global-music-wrap{position:fixed;bottom:80px;left:50%;transform:translateX(-50%);z-index:998;width:320px;pointer-events:auto;}
.window-music .global-music-wrap,#music-window-mount .global-music-wrap{position:static;bottom:auto;left:auto;transform:none;z-index:auto;width:100%;}
.global-music-wrap .aplayer{border-radius:16px!important;}

/* APlayer init hide */
.aplayer-init-hide .aplayer-list{max-height:0!important;opacity:0!important;overflow:hidden!important;display:none!important;}

/* music loading */
.music-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;color:#999;font-size:13px;}
.music-loading-spinner{width:18px;height:18px;border:2px solid color-mix(in srgb,var(--accent-color) 20%,transparent);border-top-color:var(--accent-color);border-radius:50%;animation:spin 0.8s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}

/* article list */
.empty-hint{text-align:center;color:#999;font-size:14px;padding:40px 0;}

/* responsive */
@media(max-width:768px){
  .window-main{width:90vw;height:auto;}
  .links-grid{grid-template-columns:1fr;}
}

/* ====== APlayer 暗黑模式 ====== */
[data-theme="dark"] .aplayer .aplayer-title{color:#ffffff!important;}
[data-theme="dark"] .aplayer .aplayer-author{color:#e0e0e0!important;}
[data-theme="dark"] .aplayer .aplayer-time{color:rgba(255,255,255,0.8)!important;}
[data-theme="dark"] .aplayer .aplayer-icon{color:rgba(255,255,255,0.9)!important;}
[data-theme="dark"] .aplayer .aplayer-icon svg{fill:rgba(255,255,255,0.9)!important;}
[data-theme="dark"] .aplayer .aplayer-icon svg path{fill:rgba(255,255,255,0.9)!important;}
[data-theme="dark"] .aplayer .aplayer-icon:hover{color:var(--accent-soft)!important;}
[data-theme="dark"] .aplayer .aplayer-icon:hover svg{fill:var(--accent-soft)!important;}
[data-theme="dark"] .aplayer .aplayer-icon:hover svg path{fill:var(--accent-soft)!important;}
[data-theme="dark"] .aplayer .aplayer-list ol li{color:#e8e8e8!important;}
[data-theme="dark"] .aplayer .aplayer-list ol li:hover{background:rgba(255,255,255,0.1)!important;}
[data-theme="dark"] .aplayer .aplayer-list ol li.aplayer-list-light{background:color-mix(in srgb,var(--accent-color) 25%,transparent)!important;color:#ffffff!important;font-weight:600;}
[data-theme="dark"] .aplayer .aplayer-list ol li .aplayer-list-index{color:rgba(255,255,255,0.6)!important;}
[data-theme="dark"] .aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-index{color:var(--accent-color)!important;font-weight:600;}
[data-theme="dark"] .aplayer .aplayer-list ol li .aplayer-list-title{color:#f0f0f0!important;font-weight:500;}
[data-theme="dark"] .aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-title{color:#ffffff!important;font-weight:600;}
[data-theme="dark"] .aplayer .aplayer-list ol li .aplayer-list-author{color:rgba(255,255,255,0.7)!important;}
[data-theme="dark"] .aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-author{color:#d0d0d0!important;}
[data-theme="dark"] .aplayer .aplayer-bar{background:rgba(255,255,255,0.2)!important;}
[data-theme="dark"] .aplayer .aplayer-loaded{background:rgba(255,255,255,0.1)!important;}
[data-theme="dark"] .aplayer .aplayer-progress{background:rgba(255,255,255,0.3)!important;}
[data-theme="dark"] .music-loading{color:#c0c0c0;}
/* 音乐窗口背景优化 */
[data-theme="dark"] .window-music{
  background:rgba(25,25,35,0.88)!important;
}
[data-theme="dark"] .window-music .aplayer.aplayer{
  background:rgba(255,255,255,0.05)!important;
  border-radius:12px!important;
}
