.YXYH-pc-widget-music .ls-widget-header .ls-more {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full, 9999px);
    color: var(--ls-text-secondary, #4b5563);
    background: rgba(59, 130, 246, 0.08);
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.YXYH-pc-widget-music .ls-widget-header .ls-more:hover {
    color: var(--ls-primary, #3b82f6);
    background: rgba(59, 130, 246, 0.12);
    transform: translateX(1px);
}

.YXYH-pc-widget-music .mu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.YXYH-pc-widget-music .mu-item {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    min-height: 62px;
    padding: 9px 10px 9px 60px;
    overflow: hidden;
    border-radius: calc(var(--ls-border-radius, 12px) + 6px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 54%, rgba(239, 244, 255, 0.96) 100%);
    box-shadow: var(--ls-shadow-sm);
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, background 0.18s ease, filter 0.18s ease;
}

.YXYH-pc-widget-music .mu-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.06), transparent 46%, rgba(59, 130, 246, 0.08));
    pointer-events: none;
}

.YXYH-pc-widget-music .mu-item::after {
    content: '';
    position: absolute;
    left: 62px;
    right: 54px;
    bottom: 10px;
    height: 1px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.18), rgba(99, 102, 241, 0));
    pointer-events: none;
}

.YXYH-pc-widget-music .mu-item:nth-child(even) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 48%, rgba(236, 253, 245, 0.95) 100%);
}

.YXYH-pc-widget-music .mu-item:nth-child(even)::before {
    background: linear-gradient(90deg, rgba(45, 212, 191, 0.08), transparent 44%, rgba(16, 185, 129, 0.08));
}

.YXYH-pc-widget-music .mu-item:nth-child(even)::after {
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.2), rgba(16, 185, 129, 0));
}

.YXYH-pc-widget-music .mu-item:hover {
    transform: translateX(2px);
    filter: saturate(1.03);
}

.YXYH-pc-widget-music .mu-art {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
}

.YXYH-pc-widget-music .mu-disc {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.96) 0 10%, rgba(226, 232, 240, 1) 11% 26%, rgba(248, 250, 252, 1) 27% 54%, rgba(226, 232, 240, 1) 55% 100%);
    box-shadow: var(--ls-shadow-sm);
    transition: transform 0.22s ease, filter 0.22s ease;
}

.YXYH-pc-widget-music .mu-disc::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(203, 213, 225, 0.96), rgba(248, 250, 252, 0.96));
}

.YXYH-pc-widget-music .mu-cover {
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: calc(var(--ls-border-radius, 12px) + 2px);
    background: linear-gradient(135deg, rgba(224, 231, 255, 0.72), rgba(255, 255, 255, 0.96));
    box-shadow: var(--ls-shadow-sm);
    color: var(--ls-primary, #3b82f6);
    transform: rotate(-8deg);
    transition: transform 0.22s ease, filter 0.22s ease;
}

.YXYH-pc-widget-music .mu-item:nth-child(even) .mu-cover {
    transform: rotate(8deg);
    background: linear-gradient(135deg, rgba(209, 250, 229, 0.76), rgba(255, 255, 255, 0.96));
}

.YXYH-pc-widget-music .mu-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.YXYH-pc-widget-music .mu-cover i {
    font-size: 18px;
    opacity: 0.72;
}

.YXYH-pc-widget-music .mu-item:hover .mu-disc {
    transform: translateY(-50%) translateX(4px) rotate(18deg);
    filter: brightness(1.02);
}

.YXYH-pc-widget-music .mu-item:hover .mu-cover {
    transform: rotate(-2deg) translateY(-1px);
}

.YXYH-pc-widget-music .mu-item:nth-child(even):hover .mu-cover {
    transform: rotate(2deg) translateY(-1px);
}

.YXYH-pc-widget-music .mu-main {
    position: relative;
    z-index: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.YXYH-pc-widget-music .mu-top,
.YXYH-pc-widget-music .mu-bottom {
    display: flex;
    align-items: center;
    min-width: 0;
}

.YXYH-pc-widget-music .mu-top {
    gap: 0;
}

.YXYH-pc-widget-music .mu-bottom {
    gap: 8px;
}

.YXYH-pc-widget-music .mu-name {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ls-text-primary, #1f2937);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.YXYH-pc-widget-music .mu-meta {
    min-width: 0;
    font-size: 12px;
    color: var(--ls-text-muted, #9ca3af);
    opacity: 0.72;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.YXYH-pc-widget-music .mu-wave {
    margin-left: auto;
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 12px;
    flex-shrink: 0;
    opacity: 0.64;
}

.YXYH-pc-widget-music .mu-wave span {
    width: 2px;
    border-radius: var(--ls-radius-full, 9999px);
    background: linear-gradient(180deg, rgba(129, 140, 248, 0.95), rgba(96, 165, 250, 0.56));
}

.YXYH-pc-widget-music .mu-wave span:nth-child(1) {
    height: 5px;
}

.YXYH-pc-widget-music .mu-wave span:nth-child(2) {
    height: 10px;
}

.YXYH-pc-widget-music .mu-wave span:nth-child(3) {
    height: 7px;
}

.YXYH-pc-widget-music .mu-wave span:nth-child(4) {
    height: 12px;
}

.YXYH-pc-widget-music .mu-wave span:nth-child(5) {
    height: 8px;
}

.YXYH-pc-widget-music .mu-item:nth-child(even) .mu-wave span {
    background: linear-gradient(180deg, rgba(45, 212, 191, 0.94), rgba(134, 239, 172, 0.58));
}

.YXYH-pc-widget-music .mu-action {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: calc(var(--ls-border-radius, 12px) + 2px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: var(--ls-shadow-sm);
    color: var(--ls-primary, #3b82f6);
    font-size: 15px;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.YXYH-pc-widget-music .mu-item:nth-child(even) .mu-action {
    color: var(--ls-success, #10b981);
}

.YXYH-pc-widget-music .mu-item:hover .mu-action {
    transform: translateX(2px);
    background: rgba(255, 255, 255, 0.96);
}

.YXYH-pc-widget-music .mu-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 28px 16px;
    color: var(--ls-text-muted, #9ca3af);
}

.YXYH-pc-widget-music .mu-empty-icon {
    font-size: 28px;
    opacity: 0.4;
}
