/* =================================================================
   Top Releases Rail — компактный стиль
   ================================================================= */

#nb-dashboard-wrapper .nb-top-releases-rail {
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}

#nb-dashboard-wrapper .nb-top-releases-rail.nb-overview-hidden {
    display: none !important;
}

#nb-dashboard-wrapper .nb-top-releases-rail__shell {
    position: relative;
    border: 1px solid rgba(255, 215, 0, 0.32);
    border-radius: 18px;
    background:
        radial-gradient(ellipse 120% 80% at 0% 0%, rgba(255, 215, 0, 0.07) 0%, transparent 52%),
        radial-gradient(ellipse 80% 60% at 100% 100%, rgba(176, 38, 255, 0.05) 0%, transparent 55%),
        linear-gradient(135deg, rgba(18, 11, 3, 0.99) 0%, rgba(6, 4, 2, 1) 48%, rgba(14, 8, 22, 0.98) 100%);
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.36), inset 0 0 20px rgba(255, 215, 0, 0.02);
    animation: nb-top-releases-pulse 4.5s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-top-releases-rail__shell::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 210deg, rgba(255, 215, 0, 0.65), transparent 25%, rgba(176, 38, 255, 0.28) 50%, transparent 72%, rgba(255, 200, 60, 0.55) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: nb-top-releases-ring-spin 16s linear infinite;
}

#nb-dashboard-wrapper .nb-top-releases-rail__mesh,
#nb-dashboard-wrapper .nb-top-releases-rail__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#nb-dashboard-wrapper .nb-top-releases-rail__mesh {
    background:
        radial-gradient(ellipse 65% 85% at 6% 45%, rgba(255, 215, 0, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 50% 70% at 94% 18%, rgba(176, 38, 255, 0.1) 0%, transparent 52%);
}

#nb-dashboard-wrapper .nb-top-releases-rail__shine {
    top: 0;
    left: -140%;
    width: 42%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 240, 200, 0.1) 48%, transparent 100%);
    transform: skewX(-16deg);
    animation: nb-top-releases-shine 9s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-top-releases-rail__head {
    position: relative;
    z-index: 2;
    padding: 12px 16px 8px;
}

#nb-dashboard-wrapper .nb-top-releases-rail__head-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

#nb-dashboard-wrapper .nb-top-releases-rail__title {
    display: block;
    font-family: var(--cin-font-head, inherit);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.01em;
}

#nb-dashboard-wrapper .nb-top-releases-rail__hint {
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 235, 190, 0.62);
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 10px 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent 0, #000 2%, #000 98%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2%, #000 98%, transparent 100%);
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport::-webkit-scrollbar {
    display: none;
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
}

#nb-dashboard-wrapper .nb-top-releases-rail__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

#nb-dashboard-wrapper .nb-top-releases-rail__group {
    display: flex;
    gap: 10px;
    padding: 10px 12px;
}

#nb-dashboard-wrapper .nb-top-releases-rail__group[hidden] {
    display: none !important;
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport.is-static {
    mask-image: none;
    -webkit-mask-image: none;
    cursor: default;
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport.is-static .nb-top-releases-rail__track {
    width: 100%;
    justify-content: center;
    transform: none !important;
}

#nb-dashboard-wrapper .nb-top-releases-rail__viewport.is-static .nb-top-releases-rail__group {
    justify-content: center;
    flex-wrap: nowrap;
}

@keyframes nb-top-releases-ring-spin {
    to { transform: rotate(360deg); }
}

@keyframes nb-top-releases-shine {
    0%, 100% { left: -140%; opacity: 0; }
    12% { opacity: 1; }
    42% { left: 140%; opacity: 0; }
}

@keyframes nb-top-releases-pulse {
    0%, 100% {
        box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), inset 0 0 28px rgba(255, 215, 0, 0.03);
    }
    50% {
        box-shadow: 0 22px 56px rgba(0, 0, 0, 0.48), 0 0 24px rgba(255, 215, 0, 0.08), inset 0 0 32px rgba(255, 215, 0, 0.05);
    }
}

/* --- Release card (mini NB PASS) --- */

#nb-dashboard-wrapper .nb-top-release-card {
    position: relative;
    flex: 0 0 auto;
    width: 188px;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(255, 215, 0, 0.28);
    border-radius: 16px;
    background:
        radial-gradient(ellipse 100% 80% at 0% 0%, rgba(255, 215, 0, 0.08) 0%, transparent 55%),
        linear-gradient(145deg, rgba(16, 10, 2, 0.98) 0%, rgba(5, 3, 1, 1) 100%);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease, box-shadow 0.28s ease;
}

#nb-dashboard-wrapper .nb-top-release-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 200deg, rgba(255, 215, 0, 0.55), transparent 30%, rgba(176, 38, 255, 0.22) 55%, transparent 75%, rgba(255, 200, 60, 0.45) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: nb-top-releases-ring-spin 18s linear infinite;
}

#nb-dashboard-wrapper .nb-top-release-card__mesh,
#nb-dashboard-wrapper .nb-top-release-card__orb,
#nb-dashboard-wrapper .nb-top-release-card__shine,
#nb-dashboard-wrapper .nb-top-release-card__grid {
    position: absolute;
    pointer-events: none;
}

#nb-dashboard-wrapper .nb-top-release-card__mesh {
    inset: 0;
    background:
        radial-gradient(ellipse 70% 80% at 10% 20%, rgba(255, 215, 0, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 50% 60% at 90% 80%, rgba(176, 38, 255, 0.08) 0%, transparent 52%);
}

#nb-dashboard-wrapper .nb-top-release-card__grid {
    inset: 0;
    opacity: 0.1;
    background-image:
        linear-gradient(rgba(255, 215, 0, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 215, 0, 0.06) 1px, transparent 1px);
    background-size: 18px 18px;
}

#nb-dashboard-wrapper .nb-top-release-card__orb {
    border-radius: 50%;
    filter: blur(24px);
}

#nb-dashboard-wrapper .nb-top-release-card__orb--1 {
    width: 90px;
    height: 90px;
    top: -30px;
    right: -10px;
    background: rgba(255, 215, 0, 0.2);
}

#nb-dashboard-wrapper .nb-top-release-card__orb--2 {
    width: 70px;
    height: 70px;
    bottom: -20px;
    left: 20%;
    background: rgba(176, 38, 255, 0.14);
}

#nb-dashboard-wrapper .nb-top-release-card__shine {
    top: 0;
    left: -120%;
    width: 45%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 240, 200, 0.1) 48%, transparent 100%);
    transform: skewX(-16deg);
    animation: nb-top-releases-shine 10s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-top-release-card__ribbon {
    position: absolute;
    top: 12px;
    right: -28px;
    z-index: 4;
    transform: rotate(32deg);
    padding: 4px 36px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ffd54f, #ff9800);
    color: #1a1203;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(255, 152, 0, 0.35);
    pointer-events: none;
}

#nb-dashboard-wrapper .nb-top-release-card.is-fresh-release .nb-top-release-card__ribbon {
    background: linear-gradient(90deg, #c8ffd4, #50dc8c);
    color: #0d2015;
    box-shadow: 0 4px 14px rgba(80, 220, 140, 0.28);
}

#nb-dashboard-wrapper .nb-top-release-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
}

#nb-dashboard-wrapper .nb-top-release-card__disc-zone {
    display: flex;
    justify-content: center;
}

#nb-dashboard-wrapper .nb-top-release-card__disc {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    padding: 4px;
    background: conic-gradient(from 140deg, #ffd54f, #ff9800, #ffd54f, rgba(255, 215, 0, 0.2), #ffd54f);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 20px rgba(255, 215, 0, 0.12);
}

#nb-dashboard-wrapper .nb-top-release-card.is-playing .nb-top-release-card__disc {
    animation: nb-top-releases-disc-spin 6s linear infinite;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45), 0 0 28px rgba(255, 215, 0, 0.22);
}

@keyframes nb-top-releases-disc-spin {
    to { transform: rotate(360deg); }
}

#nb-dashboard-wrapper .nb-top-release-card__cover {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.55);
}
#nb-dashboard-wrapper .nb-top-release-card__cover.is-empty {
    background:
        radial-gradient(circle at 32% 28%, rgba(255, 213, 79, .28), transparent 46%),
        radial-gradient(circle at 70% 74%, rgba(255, 152, 0, .2), #16120c 72%);
}
#nb-dashboard-wrapper .nb-top-release-card.is-no-audio .nb-top-release-play {
    display: none !important;
}

#nb-dashboard-wrapper .nb-top-release-card__disc .nb-top-release-play {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.42) !important;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.2s, background 0.2s;
    transform: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    box-shadow: none !important;
}

#nb-dashboard-wrapper .nb-top-release-card:hover .nb-top-release-play,
#nb-dashboard-wrapper .nb-top-release-card.is-playing .nb-top-release-play {
    opacity: 1;
}

#nb-dashboard-wrapper .nb-top-release-card.is-playing .nb-top-release-play {
    background: rgba(255, 215, 0, 0.24) !important;
    color: #ffd54f;
}

#nb-dashboard-wrapper .nb-top-release-card__disc .nb-top-release-play .material-symbols-outlined {
    position: static !important;
    font-size: 32px;
    line-height: 1;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

#nb-dashboard-wrapper .nb-top-release-card__copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    text-align: center;
}

#nb-dashboard-wrapper .nb-top-release-card__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    align-self: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 215, 0, 0.22);
    background: rgba(0, 0, 0, 0.28);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffe08a;
}

#nb-dashboard-wrapper .nb-top-release-card__eyebrow .material-symbols-outlined {
    font-size: 14px;
    color: #ffd54f;
}

#nb-dashboard-wrapper .nb-top-release-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--cin-font-head, inherit);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.01em;
}

#nb-dashboard-wrapper .nb-top-release-card__artist {
    display: block;
    font-size: 11px;
    color: rgba(255, 235, 190, 0.68);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nb-dashboard-wrapper .nb-top-release-card__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

#nb-dashboard-wrapper .nb-top-release-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 215, 0, 0.16);
    background: rgba(0, 0, 0, 0.28);
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 240, 210, 0.88);
    text-decoration: none !important;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

#nb-dashboard-wrapper .nb-top-release-card__chip--link:hover {
    border-color: rgba(255, 215, 0, 0.38);
    background: rgba(255, 215, 0, 0.08);
    transform: translateY(-1px);
}

#nb-dashboard-wrapper .nb-top-release-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 215, 0, 0.48);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38), 0 0 24px rgba(255, 215, 0, 0.08);
}

#nb-dashboard-wrapper .nb-top-release-card.is-playing {
    border-color: rgba(255, 215, 0, 0.55);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 28px rgba(255, 215, 0, 0.14);
}

#nb-dashboard-wrapper .nb-top-releases-rail--placeholder .nb-top-releases-rail__placeholder {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 28px 20px;
    text-align: center;
    color: rgba(255, 235, 190, 0.68);
    font-size: 13px;
}

#nb-dashboard-wrapper .nb-top-releases-rail__placeholder .material-symbols-outlined {
    font-size: 40px;
    color: #ffd54f;
}

#nb-dashboard-wrapper .nb-top-releases-rail__placeholder a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #ffd700, #c9a000);
    color: #1a1200 !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(255, 215, 0, 0.22);
    transition: transform 0.2s, box-shadow 0.2s;
}

#nb-dashboard-wrapper .nb-top-releases-rail__placeholder a:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(255, 215, 0, 0.28);
}

#nb-dashboard-wrapper .nb-top-releases-rail__placeholder-note {
    font-size: 11px;
    opacity: 0.6;
}

#nb-dashboard-wrapper .nb-top-releases-rail.nb-overview-item--shown {
    animation: nb-overview-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* --- Mini player (NB PASS style) --- */

#nb-dash-releases-mini-player.nb-dash-releases-mini-player--pass {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    width: calc(100% - 40px);
    max-width: 720px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 215, 0, 0.38);
    border-radius: 22px;
    background:
        radial-gradient(ellipse 80% 100% at 0% 0%, rgba(255, 215, 0, 0.08) 0%, transparent 55%),
        linear-gradient(135deg, rgba(18, 11, 3, 0.98) 0%, rgba(6, 4, 2, 1) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55), 0 0 24px rgba(255, 215, 0, 0.08);
    overflow: hidden;
    isolation: isolate;
}

#nb-dash-releases-mini-player .nb-dash-releases-mini-player__mesh,
#nb-dash-releases-mini-player .nb-dash-releases-mini-player__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#nb-dash-releases-mini-player .nb-dash-releases-mini-player__mesh {
    background: radial-gradient(ellipse 60% 80% at 10% 50%, rgba(255, 215, 0, 0.12) 0%, transparent 60%);
}

#nb-dash-releases-mini-player .nb-dash-releases-mini-player__shine {
    top: 0;
    left: -140%;
    width: 42%;
    height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 240, 200, 0.08) 48%, transparent 100%);
    transform: skewX(-16deg);
    animation: nb-top-releases-shine 8s ease-in-out infinite;
}

#nb-dash-releases-mini-player .nb-feed-mini-player-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 48px minmax(100px, 1fr) auto auto auto;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    align-items: center;
}

#nb-dash-releases-mini-player .nb-feed-mini-cover {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
    object-fit: cover;
    display: block !important;
    border: 2px solid rgba(255, 215, 0, 0.35);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

#nb-dash-releases-mini-player .nb-feed-mini-info {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    gap: 2px;
}

#nb-dash-releases-mini-player .nb-feed-mini-title {
    font-size: 14px;
    font-weight: 800;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nb-dash-releases-mini-player .nb-feed-mini-artist {
    font-size: 12px;
    color: rgba(255, 235, 190, 0.65) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nb-dash-releases-mini-player .nb-feed-mini-transport {
    grid-column: 3;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    gap: 4px;
}

#nb-dash-releases-mini-player .nb-feed-mini-progress-block {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

#nb-dash-releases-mini-player .nb-feed-mini-time {
    font-size: 11px;
    color: rgba(255, 235, 190, 0.55);
}

#nb-dash-releases-mini-player .nb-feed-mini-progress-wrap {
    flex: 1;
    min-width: 60px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    overflow: hidden;
}

#nb-dash-releases-mini-player .nb-feed-mini-progress {
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffd54f, #ff9800);
}

#nb-dash-releases-mini-player .nb-feed-mini-volume-wrap {
    grid-column: 4;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    gap: 6px;
}

#nb-dash-releases-mini-player .nb-feed-mini-volume {
    width: 72px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 2px;
}

#nb-dash-releases-mini-player .nb-feed-mini-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffd54f;
    cursor: pointer;
}

#nb-dash-releases-mini-player .nb-feed-mini-actions {
    grid-column: 5;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
}

#nb-dash-releases-mini-player .nb-feed-mini-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(255, 215, 0, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 235, 190, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

#nb-dash-releases-mini-player .nb-feed-mini-btn--play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd700, #c9a000);
    color: #1a1200;
    border: none;
    box-shadow: 0 8px 18px rgba(255, 215, 0, 0.22);
}

#nb-dash-releases-mini-player .nb-feed-mini-btn--close:hover {
    background: rgba(255, 68, 68, 0.15);
    border-color: rgba(255, 68, 68, 0.35);
    color: #ff8888;
}

#nb-dash-releases-mini-player .nb-feed-mini-volume-icon {
    font-size: 18px !important;
    color: rgba(255, 235, 190, 0.65);
}

@media (prefers-reduced-motion: reduce) {
    #nb-dashboard-wrapper .nb-top-releases-rail__shell::before,
    #nb-dashboard-wrapper .nb-top-release-card::before,
    #nb-dashboard-wrapper .nb-top-release-card__shine,
    #nb-dashboard-wrapper .nb-top-releases-rail__shell,
    #nb-dashboard-wrapper .nb-top-releases-rail__shine,
    #nb-dashboard-wrapper .nb-top-release-card.is-playing .nb-top-release-card__disc {
        animation: none !important;
    }
}

@media (max-width: 768px) {
    #nb-dashboard-wrapper .nb-top-release-card {
        width: 220px;
    }

    #nb-dash-releases-mini-player .nb-feed-mini-player-inner {
        grid-template-columns: 44px minmax(80px, 1fr) auto;
        grid-template-rows: auto auto auto;
    }

    #nb-dash-releases-mini-player .nb-feed-mini-volume-wrap,
    #nb-dash-releases-mini-player .nb-feed-mini-actions {
        grid-column: 3;
        grid-row: auto;
    }
}
