.s54np-wrap {
    width: 100%;
}

.s54np-shell {
    position: relative;
    isolation: isolate;
    border-radius: 28px;
}

.s54np-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    box-shadow:
        0 0 0 1px rgba(219, 191, 111, 0.34),
        0 10px 34px rgba(219, 191, 111, 0.10),
        0 0 32px rgba(219, 191, 111, 0.06);
}

.s54np-shell::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: calc(28px - 1px);
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.05) 0%,
        rgba(255,255,255,0.015) 14%,
        rgba(255,255,255,0) 28%
    );
    opacity: 0.9;
}

.s54np-shell > * {
    position: relative;
    z-index: 1;
}

.s54np-loading {
    min-height: 180px;
}

.s54np-placeholder {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 28px;
    background: linear-gradient(180deg, #11131a 0%, #0a0c12 100%);
    color: #fff;
}

.s54np-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(255,255,255,.18);
    border-top-color: #dbbf6f;
    border-radius: 999px;
    animation: s54spin .9s linear infinite;
}

.s54np-placeholder-text {
    font-size: 13px;
    opacity: .8;
    letter-spacing: .06em;
    text-transform: uppercase;
}

@keyframes s54spin {
    to {
        transform: rotate(360deg);
    }
}

.s54np-now-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 18px 18px 20px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(219,191,111,.16), transparent 30%),
        radial-gradient(circle at top right, rgba(219,191,111,.08), transparent 24%),
        linear-gradient(180deg, #12141c 0%, #0a0c12 100%);
    color: #fff;
    box-shadow:
        0 20px 60px rgba(0,0,0,.36),
        inset 0 1px 0 rgba(255,255,255,.05);
    overflow: hidden;
}

.s54np-now-blur-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.s54np-now-blur-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.18);
    filter: blur(24px) saturate(1.08) brightness(.72);
    opacity: .42;
}

.s54np-now-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(7,10,15,.18) 0%,
        rgba(7,10,15,.54) 55%,
        rgba(7,10,15,.82) 100%
    );
    pointer-events: none;
}

.s54np-now-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.s54np-now-badge {
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #16120a;
    background: linear-gradient(180deg, #ead79a 0%, #dbbf6f 52%, #b9973e 100%);
    box-shadow:
        0 8px 24px rgba(219,191,111,.22),
        inset 0 1px 0 rgba(255,255,255,.35);
}

.s54np-now-cover-wrap {
    width: min(100%, 240px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.015) 100%),
        #161924;
    box-shadow:
        0 14px 36px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.s54np-now-cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: auto;
    transform: translateZ(0);
}

.s54np-now-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.s54np-now-title,
.s54np-now-meta .s54np-now-title,
.s54np-now-meta h3.s54np-now-title {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.025em;
    margin: 0;
    word-break: break-word;
    color: #ffffff !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.04);
}

.s54np-now-artist,
.s54np-now-meta .s54np-now-artist,
.s54np-now-meta p.s54np-now-artist {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.35;
    color: rgba(255,255,255,.88) !important;
    margin: 0;
    word-break: break-word;
}

.s54np-now-glow {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(219,191,111,.18) 0%, rgba(219,191,111,0) 72%);
    pointer-events: none;
    filter: blur(14px);
    z-index: 1;
}

.s54np-history {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.s54np-history-item {
    position: relative;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035) 0%, rgba(255,255,255,.015) 100%),
        linear-gradient(135deg, #11131a 0%, #0a0c11 100%);
    color: #fff;
    box-shadow:
        0 18px 48px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.04);
    overflow: hidden;
}

.s54np-history-item::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 1px rgba(219,191,111,.14),
        inset 0 1px 0 rgba(255,255,255,.04);
}

.s54np-history-cover-link {
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 16px;
    overflow: hidden;
    background: #1b1e29;
    box-shadow: 0 12px 28px rgba(0,0,0,.25);
    position: relative;
}

.s54np-history-cover-link::before {
    content: 'Zoom';
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 999px;
    background: rgba(0,0,0,.58);
    color: #fff;
    opacity: 0;
    transform: translateY(4px);
    transition: .22s ease;
}

.s54np-history-cover-link:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.s54np-history-cover-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.s54np-history-cover-link:hover img {
    transform: scale(1.05);
}

.s54np-history-meta {
    min-width: 0;
}

.s54np-history-title,
.s54np-history-meta .s54np-history-title,
.s54np-history-meta h4.s54np-history-title,
.s54np-history-item .s54np-history-title {
    font-size: 17px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
    word-break: break-word;
    color: #fff !important;
}

.s54np-history-artist,
.s54np-history-meta .s54np-history-artist,
.s54np-history-meta p.s54np-history-artist,
.s54np-history-item .s54np-history-artist {
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    color: rgba(255,255,255,.78) !important;
    word-break: break-word;
}

.s54np-history-time,
.s54np-history-item .s54np-history-time {
    margin-top: 7px;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.64) !important;
}

.s54np-history-item a,
.s54np-history-item a:visited,
.s54np-history-item a:hover {
    color: inherit;
    text-decoration: none;
}

.s54np-error {
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #141821 0%, #0d1016 100%);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.s54np-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5,7,11,.88);
    backdrop-filter: blur(8px);
}

.s54np-lightbox.is-open {
    display: flex;
}

.s54np-lightbox-inner {
    position: relative;
    max-width: min(92vw, 860px);
    max-height: 88vh;
}

.s54np-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #16120a;
    background: linear-gradient(180deg, #ead79a 0%, #dbbf6f 52%, #b9973e 100%);
    box-shadow:
        0 10px 24px rgba(0,0,0,.3),
        inset 0 1px 0 rgba(255,255,255,.32);
}

.s54np-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

@media (max-width: 640px) {
    .s54np-shell {
        border-radius: 24px;
    }

    .s54np-shell::after {
        border-radius: calc(24px - 1px);
    }

    .s54np-now-vertical {
        padding: 16px;
        border-radius: 24px;
    }

    .s54np-now-cover-wrap {
        width: min(100%, 210px);
    }

    .s54np-history-item {
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
        border-radius: 18px;
    }

    .s54np-history-cover-link {
        width: 66px;
        height: 66px;
        border-radius: 14px;
    }

    .s54np-now-title {
        font-size: 24px;
    }

    .s54np-history-title {
        font-size: 15px;
    }
}