.midicv2-player {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
}
.midicv2-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.midicv2-icon { font-size: 24px; }
.midicv2-title { font-size: 16px; font-weight: 600; flex: 1; }
.midicv2-audio { width: 100%; margin: 10px 0; }
.midicv2-info { text-align: center; margin-top: 10px; }
.midicv2-download {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}
.midicv2-download:hover { background: rgba(255,255,255,0.25); }
.midicv2-error { background: #fee; color: #c00; padding: 12px; border-radius: 6px; }
