/* =================================================================
   Главные вкладки — единый золотой стиль ЛК
   ================================================================= */

@keyframes nb-featured-nav-shimmer {
    0%, 100% {
        box-shadow: 0 0 14px rgba(255, 215, 0, 0.1);
        border-color: rgba(255, 215, 0, 0.26);
    }
    50% {
        box-shadow: 0 0 22px rgba(255, 215, 0, 0.24);
        border-color: rgba(255, 215, 0, 0.48);
    }
}

@keyframes nb-nav-active-pearl {
    0%, 100% {
        box-shadow:
            0 0 18px rgba(255, 215, 0, 0.14),
            0 0 32px rgba(255, 180, 60, 0.06),
            inset 0 0 28px rgba(255, 215, 0, 0.07),
            inset 0 1px 0 rgba(255, 240, 200, 0.14);
        border-color: rgba(255, 215, 0, 0.44);
    }
    50% {
        box-shadow:
            0 0 28px rgba(255, 215, 0, 0.32),
            0 0 52px rgba(255, 200, 80, 0.14),
            inset 0 0 40px rgba(255, 240, 200, 0.16),
            inset 0 1px 0 rgba(255, 250, 220, 0.22);
        border-color: rgba(255, 225, 100, 0.68);
    }
}

@keyframes nb-nav-pearl-sweep {
    0% { transform: translateX(-120%) skewX(-12deg); opacity: 0; }
    20% { opacity: 0.55; }
    100% { transform: translateX(220%) skewX(-12deg); opacity: 0; }
}

/* Золотой текст как у «Подписка» */

#nb-dashboard-wrapper .nb-nav-gold-text,
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-label-text,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link .nb-nav-label-text {
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #fff4c2 0%, #ffd54f 35%, #ffb300 65%, #fff4c2 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: nb-dash-gradient-shift 5s linear infinite;
}

/* Верхний уровень: Обзор, Подписка, Турниры */

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 4px;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 215, 0, 0.28) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.1) 0%, rgba(8, 6, 4, 0.44) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.08) !important;
    animation: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, transparent 48%, rgba(255, 215, 0, 0.05) 100%);
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-label,
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-active-marker {
    position: relative;
    z-index: 1;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-label-text {
    font-weight: 700;
    letter-spacing: 0.03em;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 120, 0.22) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 215, 0, 0.1) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.1);
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured:hover {
    transform: translateX(2px);
    border-color: rgba(255, 216, 124, 0.42) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active {
    border-color: rgba(255, 215, 0, 0.52) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.16) 0%, rgba(12, 10, 6, 0.55) 100%) !important;
    animation: nb-nav-active-pearl 2.6s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 240, 200, 0.08) 52%, transparent 70%);
    transform: translateX(-120%) skewX(-12deg);
    animation: nb-nav-pearl-sweep 3.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 0, 0.38) !important;
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.16);
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-icon-wrap .material-symbols-outlined {
    color: var(--cin-accent, #ffd700);
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-badge {
    border-color: rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 140, 0, 0.12));
    color: var(--cin-accent, #ffd700);
}

/* Группы: Музыка, NBM AI, Игры */

#nb-dashboard-wrapper .nb-nav-group--featured {
    position: relative;
    margin-bottom: 4px;
    border-radius: 14px;
    border: 1px solid rgba(255, 215, 0, 0.28);
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.09) 0%, rgba(8, 6, 4, 0.42) 100%);
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.06);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

#nb-dashboard-wrapper .nb-nav-group--featured.is-open {
    animation: nb-nav-active-pearl 2.6s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-nav-group--featured.is-open::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.14) 48%, rgba(255, 240, 200, 0.06) 52%, transparent 70%);
    transform: translateX(-120%) skewX(-12deg);
    animation: nb-nav-pearl-sweep 3.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link.active {
    background: rgba(255, 215, 0, 0.12) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-music-toggle,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-ai-toggle,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-games-toggle {
    border-left-color: rgba(255, 215, 0, 0.2) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-music-toggle:hover,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-ai-toggle:hover,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-games-toggle:hover {
    color: var(--cin-accent, #ffd700) !important;
    background: rgba(255, 215, 0, 0.1) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-link--sub {
    background: rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-link--sub:hover {
    border-color: rgba(255, 216, 124, 0.22) !important;
    background: rgba(255, 215, 0, 0.06) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-link--sub.active {
    border-color: rgba(255, 215, 0, 0.45) !important;
    background: rgba(255, 215, 0, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.08);
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-link--sub .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 120, 0.16);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 215, 0, 0.07));
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-badge--sub,
#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-badge {
    border-color: rgba(255, 215, 0, 0.35);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(255, 140, 0, 0.1));
    color: var(--cin-accent, #ffd700);
}

/* Единая колонка иконок */

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link:not(.nb-nav-link--sub) {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    padding: 8px 12px 8px 10px !important;
    min-height: 42px;
    box-sizing: border-box;
}

#nb-dashboard-wrapper .nb-nav-group-head > .nb-nav-link {
    padding: 8px 8px 8px 10px !important;
    min-height: 42px;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link:not(.nb-nav-link--sub) .nb-nav-active-marker {
    display: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap .material-symbols-outlined {
    font-size: 18px !important;
    line-height: 1 !important;
    width: 18px;
    height: 18px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

/* Свёрнутое меню: иконки строго по центру ряда */
body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link,
body.nb-menu-collapsed #nb-dashboard-wrapper .nb-nav-group-head > .nb-nav-link {
    justify-content: center !important;
    align-items: center !important;
    padding: 6px !important;
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    margin: 0 auto !important;
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap .material-symbols-outlined {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link {
    color: transparent !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 120, 0.22) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 215, 0, 0.1) 100%) !important;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link .nb-nav-icon-wrap .material-symbols-outlined {
    color: var(--cin-accent, #ffd700) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured {
    color: transparent !important;
}

#nb-dashboard-wrapper .nb-nav-group--services {
    position: relative;
    border-color: rgba(255, 215, 0, 0.22) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.07) 0%, rgba(8, 6, 4, 0.42) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.05);
    overflow: hidden;
}

#nb-dashboard-wrapper .nb-nav-group--services.is-open {
    animation: nb-nav-active-pearl 2.6s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-nav-group--services.is-open::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.12) 48%, rgba(255, 240, 200, 0.05) 52%, transparent 70%);
    transform: translateX(-120%) skewX(-12deg);
    animation: nb-nav-pearl-sweep 3.4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-nav-link--music-parent,
#nb-dashboard-wrapper .nb-nav-link--ai-parent,
#nb-dashboard-wrapper .nb-nav-link--games-parent {
    border: none !important;
    background: transparent !important;
}

#nb-dashboard-wrapper .nb-nav-link--services-parent {
    border: none !important;
    background: transparent !important;
    color: transparent !important;
}

#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-group-head > .nb-nav-link .nb-nav-label-text {
    font-weight: 700;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #fff4c2 0%, #ffd54f 35%, #ffb300 65%, #fff4c2 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: nb-dash-gradient-shift 5s linear infinite;
}

#nb-dashboard-wrapper .nb-nav-link--services-parent .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 120, 0.2) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 215, 0, 0.08) 100%) !important;
}

#nb-dashboard-wrapper .nb-nav-link--services-parent .nb-nav-icon-wrap .material-symbols-outlined {
    color: var(--cin-accent, #ffd700) !important;
}

#nb-dashboard-wrapper .nb-nav-services-toggle {
    border-left-color: rgba(255, 215, 0, 0.18) !important;
}

#nb-dashboard-wrapper .nb-nav-services-toggle:hover {
    color: var(--cin-accent, #ffd700) !important;
    background: rgba(255, 215, 0, 0.1) !important;
}

#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-link--sub:hover {
    border-color: rgba(255, 216, 124, 0.22) !important;
    background: rgba(255, 215, 0, 0.06) !important;
}

#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-link--sub.active {
    border-color: rgba(255, 215, 0, 0.42) !important;
    background: rgba(255, 215, 0, 0.1) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.08);
}

/* =================================================================
   Вкладки ниже «Услуг» — тёплый gold secondary (не серые)
   ================================================================= */

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 4px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 215, 120, 0.18) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.07) 0%, rgba(10, 8, 5, 0.5) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.06) !important;
    color: #f3e6c4 !important;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%, rgba(255, 215, 0, 0.04) 100%);
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-label,
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-active-marker {
    position: relative;
    z-index: 1;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-label-text {
    font-weight: 650;
    letter-spacing: 0.02em;
    color: #f6ebcf !important;
    -webkit-text-fill-color: #f6ebcf;
    background: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 120, 0.2) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 215, 0, 0.09) 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.08);
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffd978 !important;
    font-variation-settings: 'FILL' 0, 'wght' 550;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary:hover {
    transform: translateX(2px);
    border-color: rgba(255, 216, 124, 0.36) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.12) 0%, rgba(12, 10, 6, 0.55) 100%) !important;
    color: #fff8e4 !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary:hover .nb-nav-label-text {
    color: #fff8e4 !important;
    -webkit-text-fill-color: #fff8e4;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary:hover .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 0, 0.4) !important;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.14) 0%, rgba(255, 160, 0, 0.08) 100%) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary:hover .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffe08a !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active {
    border-color: rgba(255, 215, 0, 0.48) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.16) 0%, rgba(14, 11, 6, 0.62) 100%) !important;
    box-shadow:
        0 0 20px rgba(255, 215, 0, 0.12),
        inset 0 0 28px rgba(255, 215, 0, 0.07),
        inset 0 1px 0 rgba(255, 240, 200, 0.12) !important;
    animation: nb-nav-active-pearl 2.8s ease-in-out infinite;
    color: #fff6d0 !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.12) 48%, rgba(255, 240, 200, 0.06) 52%, transparent 70%);
    transform: translateX(-120%) skewX(-12deg);
    animation: nb-nav-pearl-sweep 3.4s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active .nb-nav-label-text {
    font-weight: 700;
    color: #fff4c8 !important;
    -webkit-text-fill-color: #fff4c8;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active .nb-nav-icon-wrap {
    border-color: rgba(255, 215, 0, 0.42) !important;
    background: linear-gradient(145deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%) !important;
    box-shadow: 0 0 14px rgba(255, 215, 0, 0.18);
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffd700 !important;
    font-variation-settings: 'FILL' 1, 'wght' 600;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.4));
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary .nb-nav-badge {
    border-color: rgba(255, 215, 0, 0.35);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(255, 140, 0, 0.1));
    color: #ffd700;
}

/* Разделитель перед «Лентой» */

#nb-dashboard-wrapper .nb-sidebar-nav-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 6px 10px;
    padding: 0 2px;
    user-select: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav-divider__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.22) 20%, rgba(255, 215, 0, 0.38) 50%, rgba(255, 215, 0, 0.22) 80%, transparent);
}

#nb-dashboard-wrapper .nb-sidebar-nav-divider__gem {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: radial-gradient(circle at 35% 35%, #fff6cc, #ffd700 45%, #b8860b 100%);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.45);
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav-divider {
    margin: 10px 8px;
    gap: 0;
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav-divider__line {
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.35), transparent);
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav-divider__gem {
    width: 5px;
    height: 5px;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.nb-nav-link--pass {
    animation: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.nb-nav-link--pass.active {
    animation: nb-nav-active-pearl 2.6s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.nb-nav-link--pass.active::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 240, 200, 0.08) 52%, transparent 70%);
    transform: translateX(-120%) skewX(-12deg);
    animation: nb-nav-pearl-sweep 3.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head,
#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-group-head {
    position: relative;
    z-index: 1;
}

#nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-sub,
#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-sub {
    position: relative;
    z-index: 1;
}

#nb-dashboard-wrapper .nb-nav-group--featured.nb-nav-group--ai,
#nb-dashboard-wrapper .nb-nav-group--featured.nb-nav-group--games,
#nb-dashboard-wrapper .nb-nav-group--featured.nb-nav-group--music {
    border-color: rgba(255, 215, 0, 0.28);
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.09) 0%, rgba(8, 6, 4, 0.42) 100%);
}

@media (prefers-reduced-motion: reduce) {
    #nb-dashboard-wrapper .nb-nav-gold-text,
    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured .nb-nav-label-text,
    #nb-dashboard-wrapper .nb-nav-group--featured .nb-nav-group-head > .nb-nav-link .nb-nav-label-text,
    #nb-dashboard-wrapper .nb-nav-group--services .nb-nav-group-head > .nb-nav-link .nb-nav-label-text {
        animation: none !important;
        -webkit-text-fill-color: #fff4c2;
        color: #fff4c2;
        background: none;
    }

    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active,
    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active,
    #nb-dashboard-wrapper .nb-nav-group--featured.is-open,
    #nb-dashboard-wrapper .nb-nav-group--services.is-open {
        animation: none !important;
    }

    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active::after,
    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--secondary.active::after,
    #nb-dashboard-wrapper .nb-nav-group--featured.is-open::after,
    #nb-dashboard-wrapper .nb-nav-group--services.is-open::after {
        animation: none !important;
        display: none;
    }
}
