.aaa-player {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    margin-bottom: 24px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border-radius: 14px;
    color: #fff;
    font-family: system-ui, sans-serif;
}

.aaa-player button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.aaa-play {
    font-size: 18px;
}

.aaa-speed {
    font-size: 14px;
    opacity: 0.8;
}

.aaa-info {
    flex: 1;
}

.aaa-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.aaa-sub {
    display: block;
    font-size: 12px;
    opacity: 0.7;
}
