            .lba-audio-player {
                background: linear-gradient(135deg, #0a1a2e 0%, #0e2a3e 50%, #0a1a3a 100%);
                border: 2px solid #ffb300;
                border-radius: 18px;
                padding: 22px 26px 16px 26px;
                margin: 0 0 36px 0;
                position: relative;
                overflow: hidden;
                box-shadow: 0 0 32px #4fc3f722, 0 4px 20px rgba(0,0,0,0.5);
            }
            .lba-audio-player::before {
                content: "";
                position: absolute;
                top: 0; left: 0; right: 0;
                height: 3px;
                background: linear-gradient(90deg, #7c3aed, #4fc3f7, #ffb300);
                animation: gplayPulse 3s infinite ease-in-out;
            }
            .lba-fx {
                font-family: 'JetBrains Mono', monospace;
                font-size: 0.75rem;
                color: #ffb300;
                opacity: 0.4;
                letter-spacing: 3px;
                margin-bottom: 10px;
            }
            .lba-audio-header {
                display: flex;
                align-items: center;
                gap: 16px;
                margin-bottom: 16px;
            }
            .lba-audio-icon {
                font-size: 2.2rem;
                filter: drop-shadow(0 0 8px #4fc3f788);
            }
.lba-audio-title {
    margin: 0;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 1.05rem !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    letter-spacing: 1px;
    font-weight: 700 !important;
    text-transform: none !important;
    filter: none !important;
}
            .lba-audio-subtitle {
                margin: 3px 0 0 0;
                font-size: 0.82rem;
                color: #ffb300;
                letter-spacing: 0.5px;
                font-style: italic;
            }
            .lba-bar {
                margin-left: auto;
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .lba-rad-track {
                width: 60px;
                height: 6px;
                background: #ffffff22;
                border-radius: 4px;
                overflow: hidden;
            }
            .lba-rad-level {
                width: 65%;
                height: 100%;
                background: linear-gradient(90deg, #7c3aed, #4fc3f7);
                border-radius: 4px;
                animation: gplayPulse 2s infinite ease-in-out;
            }
            .lba-audio-controls {
                display: flex;
                align-items: center;
                gap: 14px;
                flex-wrap: wrap;
            }
            .lba-play-btn {
                background: linear-gradient(135deg, #7c3aed, #4fc3f7);
                border: none;
                border-radius: 50%;
                width: 44px;
                height: 44px;
                color: #fff;
                font-size: 1.1rem;
                cursor: pointer;
                box-shadow: 0 0 12px #4fc3f755;
                transition: all 0.2s;
                flex-shrink: 0;
            }
            .lba-play-btn:hover { transform: scale(1.12); box-shadow: 0 0 20px #4fc3f7aa; }
            .lba-audio-progress {
                flex: 1;
                min-width: 100px;
                height: 6px;
                background: #ffffff22;
                border-radius: 4px;
                cursor: pointer;
                position: relative;
            }
            .lba-progress-bar {
                height: 100%;
                background: linear-gradient(90deg, #7c3aed, #4fc3f7);
                border-radius: 4px;
                width: 0%;
                transition: width 0.1s linear;
            }
            .lba-audio-time {
                font-family: 'JetBrains Mono', monospace;
                font-size: 0.8rem;
                color: #ffb300;
                white-space: nowrap;
            }
            .lba-volume-control {
                display: flex;
                align-items: center;
                gap: 6px;
            }
            .lba-volume-slider {
                width: 70px;
                accent-color: #ffb300;
                cursor: pointer;
            }
            .lba-warning-text {
                font-size: 0.75rem;
                color: #ffffff55;
                margin: 12px 0 0 0;
                font-style: italic;
                text-align: center;
            }
            .lba-invite-text {
                color: #ffb300;
                font-size: 0.88rem;
                font-family: 'JetBrains Mono', monospace;
                text-align: center;
                margin-bottom: 14px;
                letter-spacing: 0.5px;
            }
