.plrc-player {
    --plrc-primary: #ff2f92 !important;
    --plrc-primary-soft: rgba(255, 47, 146, .18);
    --plrc-cyan: #22d3ee;
    --plrc-panel: rgba(7, 10, 18, .9);
    --plrc-panel-strong: rgba(10, 14, 24, .96);
    --plrc-border: rgba(255, 255, 255, .12);
    --plrc-muted: rgba(255, 255, 255, .68);
    bottom: 18px;
    color: #fff;
    font-family: inherit;
    position: fixed;
    right: 18px;
    z-index: 9998;
}

.plrc-player--bottom-left {
    left: 18px;
    right: auto;
}

.plrc-fab,
.plrc-icon,
.plrc-play {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    justify-content: center;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.plrc-fab {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background: linear-gradient(135deg, rgba(12, 16, 28, .94), rgba(6, 8, 14, .96));
    border: 1px solid rgba(255, 47, 146, .42);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .03) inset;
    color: #fff;
    gap: 7px;
    min-height: 40px;
    min-width: 40px;
    padding: 0 13px;
}

.plrc-fab:hover,
.plrc-fab:focus-visible {
    background: linear-gradient(135deg, rgba(255, 47, 146, .22), rgba(8, 12, 20, .96));
    border-color: rgba(255, 47, 146, .74);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .38), 0 0 0 3px rgba(255, 47, 146, .16);
    outline: 0;
}

.plrc-fab [data-plrc-fab-icon] {
    color: var(--plrc-primary);
    font-size: 12px;
    line-height: 1;
}

.plrc-fab small {
    color: rgba(255, 255, 255, .9);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.plrc-panel {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 47, 146, .12), transparent 30%),
        linear-gradient(145deg, var(--plrc-panel-strong), rgba(4, 6, 12, .92));
    border: 1px solid var(--plrc-border);
    border-radius: 16px;
    bottom: 0;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .035) inset;
    display: none;
    gap: 10px;
    padding: 12px;
    position: absolute;
    right: 0;
    width: min(320px, calc(100vw - 28px));
}

.plrc-player--bottom-left .plrc-panel {
    left: 0;
    right: auto;
}

.plrc-player.is-expanded .plrc-panel {
    display: grid;
}

.plrc-player.is-expanded .plrc-fab {
    display: none;
}

.plrc-panel__top {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
}

.plrc-panel__top > div {
    min-width: 0;
}

.plrc-eyebrow {
    color: var(--plrc-cyan);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.plrc-panel h2,
.plrc-now strong,
.plrc-now span,
.plrc-empty {
    margin: 0;
}

.plrc-panel h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.12;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plrc-now {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: 12px;
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 9px 10px;
}

.plrc-now strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plrc-now span,
.plrc-empty {
    color: var(--plrc-muted);
    font-size: 12px;
    line-height: 1.35;
}

.plrc-controls {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 32px 44px 32px minmax(82px, 1fr);
}

.plrc-icon,
.plrc-play {
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #f8fafc;
    height: 32px;
    width: 32px;
}

.plrc-panel__top .plrc-icon {
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    height: 28px;
    width: 28px;
}

.plrc-icon:hover,
.plrc-icon:focus-visible {
    background: rgba(255, 47, 146, .14);
    border-color: rgba(255, 47, 146, .5);
    color: #fff;
    outline: 0;
}

.plrc-play {
    background: linear-gradient(135deg, var(--plrc-primary), #e91e80);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: 0 8px 18px rgba(255, 47, 146, .24);
    color: #fff;
    font-size: 15px;
    height: 44px;
    width: 44px;
}

.plrc-play:hover,
.plrc-play:focus-visible {
    background: linear-gradient(135deg, #ff4da3, var(--plrc-primary));
    box-shadow: 0 10px 22px rgba(255, 47, 146, .32), 0 0 0 3px rgba(255, 47, 146, .16);
    outline: 0;
}

.plrc-volume {
    align-items: center;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.plrc-volume span {
    color: var(--plrc-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.plrc-volume input {
    accent-color: var(--plrc-primary);
    cursor: pointer;
    height: 16px;
    max-width: 100%;
    min-width: 0;
}

.plrc-volume input::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    height: 4px;
}

.plrc-volume input::-webkit-slider-thumb {
    background: var(--plrc-primary);
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(255, 47, 146, .16);
    margin-top: -5px;
}

.plrc-volume input::-moz-range-track {
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    height: 4px;
}

.plrc-volume input::-moz-range-progress {
    background: var(--plrc-primary);
    border-radius: 999px;
    height: 4px;
}

.plrc-volume input::-moz-range-thumb {
    background: var(--plrc-primary);
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(255, 47, 146, .16);
}

.plrc-player.is-disabled .plrc-panel {
    width: min(300px, calc(100vw - 28px));
}

@media (max-width: 640px) {
    .plrc-player {
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .plrc-player--mobile-floating-button {
        left: auto;
        right: 10px;
    }

    .plrc-fab {
        min-height: 38px;
        padding: 0 12px;
    }

    .plrc-fab small {
        font-size: 9px;
    }

    .plrc-panel {
        border-radius: 14px;
        gap: 9px;
        left: 0;
        padding: 10px;
        right: 0;
        width: auto;
    }

    .plrc-panel h2 {
        font-size: 13px;
    }

    .plrc-now {
        padding: 8px 9px;
    }

    .plrc-controls {
        gap: 8px;
        grid-template-columns: 34px 44px 34px minmax(74px, 1fr);
    }

    .plrc-icon {
        height: 34px;
        width: 34px;
    }

    .plrc-play {
        height: 44px;
        width: 44px;
    }

    .plrc-volume span {
        font-size: 8px;
    }
}

@media (max-width: 380px) {
    .plrc-controls {
        grid-template-columns: 34px 44px 34px;
    }

    .plrc-volume {
        display: none;
    }
}
