.dca-player-wrap {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999999;
}
.dca-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(20, 20, 20, .92);
    color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .24);
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
}
.dca-toggle:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
.dca-icon { width: 1em; text-align: center; }
.dca-player-wrap.dca-compact .dca-label { display: none; }
.dca-player-wrap.dca-compact .dca-toggle { width: 44px; height: 44px; justify-content: center; padding: 0; }
