/* 零九的音乐唱片机 - 由 WordPress x09Music 插件移植 */
#music_x09 {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 99;
}
#music-ku{
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
}
#music_box_bj {
    height: 300px;
    width: 300px;
    background: url(img/music1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
}
#music_volume {
    height: 136px;
    width: 33px;
    background: url(img/music_volume.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 80px;
    right: 40px;
    z-index: 2;
    box-sizing: border-box;
    padding: 18px 5px 50px 5px;
}

#music_v_box {
    width: 20px;
    height: 94px;
    position: absolute;
    top: 21px;
    left: 6px;
}

#music_volume_c {
    height: 32px;
    width: 23px;
    background: url(img/music_volume_c.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    top: 70%;
}

#music_box {
    height: 145px;
    width: 145px;
    cursor: pointer;
    position: absolute;
    top: 78px;
    right: 78px;
    box-sizing: border-box;
    z-index: 4;
}
.music_record {
    pointer-events: none;
    width: 106px;
    height: 106px;
    background-image: url(img/music2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    animation: infinite linear;
    animation-duration: 30s;
    transition: all 1s;
    box-sizing: border-box;
    z-index: 6;
}
.music_record_img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 22px;
    top: 24px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    pointer-events: none;
}

.music_record_nocover {
    background-image: none !important;
    background-color: #3a3a3a !important;
}

.music-link-post {
    display:inline-block;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    padding-left: 106px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(img/music2.png);
    position:relative;
    cursor: pointer;
    animation: infinite linear;
    animation-duration: 30s;
    animation-name:lds-gear;
    animation-play-state:paused;
    z-index: 4;
}

.music-link-desk {
    display: block;
    width: 106px;
    height: 106px;
    box-sizing: border-box;
    padding-left: 106px;
    background-image: url(img/music2.png);
    position: absolute;
    cursor: pointer;
    animation: infinite linear;
    animation-duration: 30s;
    z-index: 4;
    border-radius: 50%;
}

@keyframes lds-gear {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes lds-gear {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

#music_rod {
    width: 210px;
    height: 210px;
    background: url(img/music3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    right: -5px;
    transform: rotate(-13deg);
    transition: all 0.5s;
    z-index: 8;
    pointer-events: none;
}

#music_name {
    width: 90px;
    background: #ddd9ca;
    text-align: center;
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 28px;
    top: 80px;
    padding: 10px;
    box-sizing: border-box;
    transition: all 1s;
}
#lyric{
    position: absolute;
    text-align: center;
    top: 220px;
    right: 0px;
    height: 50px;
    width: 310px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    z-index: 0;
}
#lyric-box{
    position: relative;
    top:0px;
    transition: all 0.5s;
    font-style:oblique;
}
#lyric-box>p{
    height: 50px;
}

/* 移动端隐藏唱片机（原 WordPress 插件仅桌面端启用） */
@media screen and (max-width: 768px) {
    #music_x09 { display: none !important; }
}

@media (prefers-color-scheme: dark) {

}

/* 尊重减少动画偏好：禁用唱片旋转 */
@media (prefers-reduced-motion: reduce) {
    .music_record,
    .music-link-post,
    .music-link-desk {
        animation: none !important;
    }
}
