/* =================================================================
   Компактный список вкладок + золотой акцент
   ================================================================= */

#nb-dashboard-wrapper .nb-sidebar-nav {
    gap: 2px !important;
    padding: 6px !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link {
    min-height: 34px !important;
    padding: 5px 10px 5px 8px !important;
    border-radius: 10px !important;
    gap: 8px;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-label-text {
    font-size: 12.5px !important;
    font-weight: 600;
    letter-spacing: 0.01em;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link:not(.nb-nav-link--sub) {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 8px;
    align-items: center;
    min-height: 34px !important;
    padding: 5px 10px 5px 8px !important;
}

#nb-dashboard-wrapper .nb-nav-group-head > .nb-nav-link {
    min-height: 34px !important;
    padding: 5px 6px 5px 8px !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 7px !important;
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap .material-symbols-outlined {
    font-size: 18px !important;
    width: 18px;
    height: 18px;
}

#nb-dashboard-wrapper .nb-nav-link:hover .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-link.active .nb-nav-icon-wrap {
    background: rgba(255, 215, 0, 0.1) !important;
    border-color: rgba(255, 215, 0, 0.2) !important;
}

/* Обычные вкладки — тоже золотые, но спокойнее избранных */
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link:not(.nb-nav-item--featured):not(.nb-nav-link--pass) {
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 232, 140, 0.1) 0%, transparent 48%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.07) 0%, rgba(12, 10, 6, 0.28) 100%) !important;
    border-color: rgba(255, 215, 0, 0.18) !important;
    transform: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link:not(.nb-nav-item--featured):not(.nb-nav-link--pass):hover {
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 236, 160, 0.16) 0%, transparent 50%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.12) 0%, rgba(12, 10, 6, 0.34) 100%) !important;
    border-color: rgba(255, 215, 0, 0.32) !important;
    transform: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link:not(.nb-nav-item--featured):not(.nb-nav-link--pass).active {
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 236, 160, 0.2) 0%, transparent 50%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.16) 0%, rgba(12, 10, 6, 0.4) 100%) !important;
    border-color: rgba(255, 215, 0, 0.42) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link:not(.nb-nav-item--featured):not(.nb-nav-link--pass).active::after {
    display: none;
}

/* Золотые избранные — как «Подписка» на референсе, но в нашем золоте */
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured {
    margin-bottom: 1px;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 215, 0, 0.28) !important;
    background: rgba(255, 215, 0, 0.06) !important;
    box-shadow: none !important;
    animation: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured:hover {
    transform: none;
    border-color: rgba(255, 215, 0, 0.45) !important;
    background: rgba(255, 215, 0, 0.1) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active {
    border-color: rgba(255, 215, 0, 0.55) !important;
    background: rgba(255, 215, 0, 0.14) !important;
    animation: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--featured.active::after {
    display: none;
}

/* Загрузка музыки — главный вход для новичка */
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-link--music-upload {
    border-color: rgba(255, 215, 0, 0.42) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.14) 0%, rgba(18, 12, 4, 0.35) 100%) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-link--music-upload .nb-nav-icon-wrap {
    background: rgba(255, 215, 0, 0.14) !important;
    border-color: rgba(255, 215, 0, 0.28) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-link--music-upload .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffd700 !important;
    font-variation-settings: 'FILL' 1, 'wght' 600;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-link--music-upload.active {
    border-color: rgba(255, 215, 0, 0.65) !important;
    background: linear-gradient(165deg, rgba(255, 215, 0, 0.2) 0%, rgba(18, 12, 4, 0.45) 100%) !important;
}

/* Хабы — компактные золотые блоки */
#nb-dashboard-wrapper .nb-nav-group--featured {
    margin-bottom: 2px;
    border-radius: 10px;
    border-width: 1px;
}

#nb-dashboard-wrapper .nb-nav-group--featured.is-open {
    animation: none;
}

#nb-dashboard-wrapper .nb-nav-group--featured.is-open::after {
    display: none;
}

#nb-dashboard-wrapper .nb-nav-ai-toggle,
#nb-dashboard-wrapper .nb-nav-music-toggle,
#nb-dashboard-wrapper .nb-nav-services-toggle,
#nb-dashboard-wrapper .nb-nav-support-toggle,
#nb-dashboard-wrapper .nb-nav-games-toggle,
#nb-dashboard-wrapper .nb-nav-social-toggle {
    width: 30px;
}

#nb-dashboard-wrapper .nb-nav-sub {
    padding: 2px 6px 6px 8px;
    gap: 1px;
}

#nb-dashboard-wrapper .nb-nav-link--sub,
#nb-dashboard-wrapper .nb-nav-group--music .nb-nav-link--sub,
#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-link--sub,
#nb-dashboard-wrapper .nb-nav-group--ai .nb-nav-link--sub,
#nb-dashboard-wrapper .nb-nav-group--games .nb-nav-link--sub {
    min-height: 30px !important;
    padding: 4px 8px 4px 32px !important;
    border-radius: 8px !important;
}

#nb-dashboard-wrapper .nb-nav-group--music .nb-nav-link--sub .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-group--services .nb-nav-link--sub .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-group--ai .nb-nav-link--sub .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-group--games .nb-nav-link--sub .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-link--sub .nb-nav-icon-wrap {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 6px !important;
}

#nb-dashboard-wrapper .nb-nav-link--sub .nb-nav-label-text {
    font-size: 12px !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav-divider {
    margin: 6px 4px;
}

#nb-dashboard-wrapper .nb-nav-link--pass {
    margin-bottom: 4px;
    min-height: 36px !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 {
    min-height: 36px !important;
    padding: 6px !important;
    grid-template-columns: 1fr;
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 auto !important;
}

@media (max-width: 1024px) {
    #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link {
        min-height: 36px !important;
    }
}

/* =================================================================
   Живое золотое свечение: Подписка, Загрузка, Музыка, Лента
   ================================================================= */

@keyframes nb-nav-glow-breathe {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(255, 214, 80, 0.22),
            0 0 10px rgba(255, 196, 50, 0.16),
            0 0 22px rgba(255, 170, 0, 0.08),
            inset 0 1px 0 rgba(255, 245, 200, 0.1);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(255, 232, 140, 0.48),
            0 0 16px rgba(255, 210, 70, 0.32),
            0 0 34px rgba(255, 186, 40, 0.16),
            inset 0 1px 0 rgba(255, 250, 220, 0.18);
    }
}

@keyframes nb-nav-glow-spin {
    to { transform: rotate(360deg); }
}

@keyframes nb-nav-glow-spark {
    0%, 100% { opacity: 0.15; transform: scale(0.7); }
    40% { opacity: 1; transform: scale(1.15); }
    70% { opacity: 0.35; transform: scale(0.85); }
}

@keyframes nb-nav-glow-icon {
    0%, 100% { filter: drop-shadow(0 0 2px rgba(255, 215, 0, 0.28)); }
    50% { filter: drop-shadow(0 0 7px rgba(255, 226, 90, 0.75)); }
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow,
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow {
    position: relative;
    isolation: isolate;
    overflow: visible !important;
    clip-path: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow {
    border-color: rgba(255, 220, 90, 0.42) !important;
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 232, 140, 0.2) 0%, transparent 48%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.14) 0%, rgba(18, 12, 4, 0.4) 100%) !important;
    box-shadow:
        0 0 0 1px rgba(255, 214, 80, 0.22),
        0 0 12px rgba(255, 196, 50, 0.2),
        0 0 26px rgba(255, 170, 0, 0.1),
        inset 0 1px 0 rgba(255, 245, 200, 0.12) !important;
    animation: nb-nav-glow-breathe 3.2s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow:hover {
    border-color: rgba(255, 230, 130, 0.62) !important;
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 236, 160, 0.28) 0%, transparent 50%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.18) 0%, rgba(18, 12, 4, 0.46) 100%) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow.active {
    border-color: rgba(255, 230, 140, 0.7) !important;
    animation: nb-nav-glow-breathe 2.4s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow .nb-nav-icon-wrap {
    background: rgba(255, 215, 0, 0.16) !important;
    border-color: rgba(255, 215, 0, 0.34) !important;
    box-shadow: 0 0 10px rgba(255, 210, 60, 0.28) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffe566 !important;
    animation: nb-nav-glow-icon 2.6s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-nav-glow {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

#nb-dashboard-wrapper .nb-nav-glow__bloom {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(120% 90% at 16% -10%, rgba(255, 236, 160, 0.22), transparent 52%),
        radial-gradient(80% 70% at 92% 110%, rgba(255, 180, 40, 0.1), transparent 55%);
}

#nb-dashboard-wrapper .nb-nav-glow__orbit {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    overflow: hidden;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}

#nb-dashboard-wrapper .nb-nav-glow__ring {
    position: absolute;
    inset: -70%;
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 236, 170, 0.15) 44%,
        rgba(255, 230, 140, 0.85) 50%,
        rgba(255, 176, 40, 0.4) 56%,
        transparent 64%,
        transparent 100%
    );
    animation: nb-nav-glow-spin 4.6s linear infinite;
}

#nb-dashboard-wrapper .nb-nav-glow__spark {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff8d4;
    box-shadow: 0 0 6px 2px rgba(255, 220, 90, 0.7);
    animation: nb-nav-glow-spark 2.8s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-nav-glow__spark--a { top: 16%; left: 20%; }
#nb-dashboard-wrapper .nb-nav-glow__spark--b { top: 26%; right: 14%; animation-delay: 0.75s; }
#nb-dashboard-wrapper .nb-nav-glow__spark--c { bottom: 20%; left: 42%; animation-delay: 1.45s; }

#nb-dashboard-wrapper .nb-nav-item--glow > .nb-nav-active-marker,
#nb-dashboard-wrapper .nb-nav-item--glow > .nb-nav-icon-wrap,
#nb-dashboard-wrapper .nb-nav-item--glow > .nb-nav-label,
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow > .nb-nav-group-head,
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow > .nb-nav-sub {
    position: relative;
    z-index: 1;
}

/* Подписка — шампанское золото */
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow-pass {
    border-color: rgba(255, 214, 90, 0.5) !important;
}

#nb-dashboard-wrapper .nb-nav-item--glow-pass .nb-nav-glow__ring {
    animation-duration: 5.2s;
}

/* Загрузка музыки — самый яркий вход */
#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow-upload {
    border-color: rgba(255, 228, 120, 0.58) !important;
    background:
        radial-gradient(130% 150% at 8% 0%, rgba(255, 240, 170, 0.28) 0%, transparent 46%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.2) 0%, rgba(18, 12, 4, 0.42) 100%) !important;
}

#nb-dashboard-wrapper .nb-nav-item--glow-upload .nb-nav-glow__ring {
    animation-duration: 3.8s;
}

#nb-dashboard-wrapper .nb-nav-item--glow-upload .nb-nav-glow__spark {
    box-shadow: 0 0 8px 2px rgba(255, 230, 120, 0.85);
}

/* Музыка — тёплый янтарь на группе */
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow-music {
    overflow: visible !important;
    border-color: rgba(255, 196, 70, 0.46) !important;
    box-shadow:
        0 0 0 1px rgba(255, 190, 60, 0.18),
        0 0 14px rgba(255, 170, 40, 0.16),
        0 0 28px rgba(255, 150, 20, 0.08),
        inset 0 1px 0 rgba(255, 236, 180, 0.1) !important;
    animation: nb-nav-glow-breathe 3.6s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow-music.is-open {
    animation: nb-nav-glow-breathe 2.6s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-nav-item--glow-music .nb-nav-glow__ring {
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 36%,
        rgba(255, 200, 90, 0.2) 44%,
        rgba(255, 186, 60, 0.8) 50%,
        rgba(255, 140, 20, 0.35) 58%,
        transparent 68%,
        transparent 100%
    );
}

/* Лента — розово-шампанское, в том числе внутри «Соцсеть» */
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link.nb-nav-item--glow-feed {
    position: relative;
    overflow: visible !important;
    border: 1px solid rgba(255, 190, 140, 0.42) !important;
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 210, 170, 0.2) 0%, transparent 48%),
        linear-gradient(165deg, rgba(255, 190, 110, 0.14) 0%, rgba(18, 10, 8, 0.4) 100%) !important;
    box-shadow:
        0 0 0 1px rgba(255, 186, 120, 0.2),
        0 0 12px rgba(255, 160, 90, 0.18),
        0 0 24px rgba(255, 120, 60, 0.08),
        inset 0 1px 0 rgba(255, 230, 200, 0.1) !important;
    animation: nb-nav-glow-breathe 3.4s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-nav-item--glow-feed .nb-nav-glow__ring {
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 210, 180, 0.18) 44%,
        rgba(255, 196, 150, 0.85) 50%,
        rgba(255, 140, 90, 0.4) 56%,
        transparent 66%,
        transparent 100%
    );
    animation-duration: 5s;
}

#nb-dashboard-wrapper .nb-nav-item--glow-feed .nb-nav-icon-wrap .material-symbols-outlined {
    color: #ffd6a8 !important;
}

body.nb-menu-collapsed #nb-dashboard-wrapper .nb-nav-glow__spark--c {
    display: none;
}

/* Все группы и подвкладки — то же свечение */
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-group.nb-nav-item--glow {
    overflow: visible !important;
    box-shadow:
        0 0 0 1px rgba(255, 214, 80, 0.16),
        0 0 12px rgba(255, 196, 50, 0.12),
        inset 0 1px 0 rgba(255, 245, 200, 0.08) !important;
    animation: nb-nav-glow-breathe 3.8s ease-in-out infinite !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow {
    overflow: visible !important;
    border: 1px solid rgba(255, 215, 0, 0.16) !important;
    background:
        radial-gradient(130% 150% at 8% 0%, rgba(255, 232, 140, 0.1) 0%, transparent 48%),
        rgba(255, 215, 0, 0.04) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow:hover,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow.active {
    border-color: rgba(255, 215, 0, 0.36) !important;
    background:
        radial-gradient(130% 150% at 8% 0%, rgba(255, 236, 160, 0.16) 0%, transparent 50%),
        rgba(255, 215, 0, 0.08) !important;
}

#nb-dashboard-wrapper .nb-sidebar .nb-nav-link--logout.nb-nav-item--glow {
    overflow: visible !important;
}

/* Золотые сферы */
#nb-dashboard-wrapper .nb-gold-orbs {
    position: absolute;
    inset: -6px;
    pointer-events: none;
    z-index: 2;
}

#nb-dashboard-wrapper .nb-gold-orb {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fff8d0 0%, #ffd700 48%, #c9a000 100%);
    box-shadow: 0 0 8px 2px rgba(255, 210, 70, 0.55);
    animation: nb-gold-orb-float 2.8s ease-in-out infinite;
}

#nb-dashboard-wrapper .nb-gold-orb--1 { top: 0; right: 2px; }
#nb-dashboard-wrapper .nb-gold-orb--2 {
    top: 42%;
    left: 0;
    width: 5px;
    height: 5px;
    animation-delay: 0.7s;
}
#nb-dashboard-wrapper .nb-gold-orb--3 {
    bottom: 1px;
    right: 0;
    width: 4px;
    height: 4px;
    animation-delay: 1.3s;
}

@keyframes nb-gold-orb-float {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.85; }
    50% { transform: translateY(-5px) scale(1.12); opacity: 1; }
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    position: relative;
    overflow: visible !important;
    background: linear-gradient(160deg, rgba(255, 215, 0, 0.16) 0%, rgba(180, 130, 40, 0.08) 100%) !important;
    border: 1px solid rgba(255, 215, 0, 0.28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.12), 0 0 10px rgba(255, 215, 0, 0.12) !important;
}

/* =================================================================
   Шапка: балансы, помощь, статьи, гид, уведы
   ================================================================= */

#nb-dashboard-wrapper .nb-dash-top-account-inner {
    position: relative;
    isolation: isolate;
    overflow: visible;
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 215, 0, 0.1) inset,
        inset 0 1px 0 rgba(255, 232, 170, 0.16),
        0 0 22px rgba(255, 196, 50, 0.12) !important;
}

#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-nav-glow {
    border-radius: 18px;
    overflow: hidden;
    pointer-events: none;
}

#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-dash-top-balances,
#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-dash-top-pill,
#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-dash-tour-btn,
#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-dash-notify {
    position: relative;
    z-index: 1;
}

#nb-dashboard-wrapper .nb-dash-top-pill,
#nb-dashboard-wrapper .nb-dash-top-account-inner .nb-dash-tour-btn {
    position: relative;
    overflow: visible;
}

#nb-dashboard-wrapper .nb-dash-top-pill-graphic--action {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: radial-gradient(circle at 30% 25%, rgba(255, 236, 160, 0.38), rgba(255, 215, 0, 0.12) 45%, transparent 72%),
        linear-gradient(160deg, rgba(255, 215, 0, 0.2), rgba(180, 130, 40, 0.1));
    border: 1px solid rgba(255, 215, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.16), 0 0 14px rgba(255, 215, 0, 0.16);
    color: #ffd700;
}

#nb-dashboard-wrapper .nb-dash-top-pill-graphic--action .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: 'FILL' 1, 'wght' 500;
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.45));
}

#nb-dashboard-wrapper .nb-dash-top-pill-graphic--royalty,
#nb-dashboard-wrapper .nb-dash-top-pill-graphic--loyalty,
#nb-dashboard-wrapper .nb-dash-top-pill-graphic--help,
#nb-dashboard-wrapper .nb-dash-top-pill-graphic--wallet {
    overflow: visible !important;
}

#nb-dashboard-wrapper .nb-gold-fx-item > .nb-nav-glow {
    border-radius: 13px;
}

#nb-dashboard-wrapper .nb-user-avatar-wrap {
    overflow: visible !important;
}

#nb-dashboard-wrapper .nb-dash-top-account-inner .nb-dash-tour-btn .nb-dash-notify__badge {
    z-index: 3;
}

@media (max-width: 720px) {
    #nb-dashboard-wrapper .nb-dash-top-pill-graphic--action {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow,
    #nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow,
    #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link.nb-nav-item--glow-feed,
    #nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow .nb-nav-icon-wrap .material-symbols-outlined,
    #nb-dashboard-wrapper .nb-nav-glow__ring,
    #nb-dashboard-wrapper .nb-nav-glow__spark,
    #nb-dashboard-wrapper .nb-gold-orb {
        animation: none !important;
    }

    #nb-dashboard-wrapper .nb-nav-glow__spark,
    #nb-dashboard-wrapper .nb-gold-orb {
        opacity: 0.45;
    }
}

/* =================================================================
   Тише: обычные вкладки без мишуры, акцент только на главных
   ================================================================= */

#nb-dashboard-wrapper .nb-sidebar-nav > .nb-nav-link.nb-nav-item--glow:not(.nb-nav-item--glow-pass):not(.nb-nav-item--glow-upload) {
    animation: none !important;
    box-shadow:
        0 0 0 1px rgba(255, 214, 80, 0.1),
        0 0 8px rgba(255, 196, 50, 0.07) !important;
    background:
        radial-gradient(130% 150% at 10% 0%, rgba(255, 232, 140, 0.08) 0%, transparent 48%),
        linear-gradient(165deg, rgba(255, 215, 0, 0.07) 0%, rgba(18, 12, 4, 0.28) 100%) !important;
    border-color: rgba(255, 215, 0, 0.2) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow:not(.nb-nav-item--glow-pass):not(.nb-nav-item--glow-upload):not(.nb-nav-item--glow-feed) > .nb-nav-glow .nb-nav-glow__orbit,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow:not(.nb-nav-item--glow-pass):not(.nb-nav-item--glow-upload):not(.nb-nav-item--glow-feed) > .nb-nav-glow .nb-nav-glow__spark,
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow:not(.nb-nav-item--glow-music) > .nb-nav-glow .nb-nav-glow__orbit,
#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow:not(.nb-nav-item--glow-music) > .nb-nav-glow .nb-nav-glow__spark,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub > .nb-nav-glow .nb-nav-glow__orbit,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub > .nb-nav-glow .nb-nav-glow__spark {
    display: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub .nb-gold-orbs,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link:not(.nb-nav-item--glow-pass):not(.nb-nav-item--glow-upload):not(.nb-nav-item--glow-feed) > .nb-nav-icon-wrap .nb-gold-orbs {
    display: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-item--glow .nb-nav-icon-wrap .material-symbols-outlined {
    animation: none;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-icon-wrap {
    background: rgba(255, 215, 0, 0.08) !important;
    border-color: rgba(255, 215, 0, 0.18) !important;
    box-shadow: none !important;
}

#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow:not(.nb-nav-item--glow-music) {
    animation: none !important;
    box-shadow: inset 0 1px 0 rgba(255, 245, 200, 0.06) !important;
}

#nb-dashboard-wrapper .nb-nav-group.nb-nav-item--glow-music {
    animation: none !important;
    box-shadow:
        0 0 0 1px rgba(255, 190, 60, 0.14),
        0 0 10px rgba(255, 170, 40, 0.1) !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow:hover,
#nb-dashboard-wrapper .nb-sidebar-nav .nb-nav-link--sub.nb-nav-item--glow.active {
    border-color: rgba(255, 215, 0, 0.22) !important;
    background: rgba(255, 215, 0, 0.06) !important;
}

#nb-dashboard-wrapper .nb-gold-orb {
    width: 4px;
    height: 4px;
    box-shadow: 0 0 5px 1px rgba(255, 210, 70, 0.35);
    opacity: 0.7;
}

#nb-dashboard-wrapper .nb-gold-orb--2 {
    width: 3px;
    height: 3px;
}

#nb-dashboard-wrapper .nb-gold-orb--3,
#nb-dashboard-wrapper .nb-nav-glow__spark--b,
#nb-dashboard-wrapper .nb-nav-glow__spark--c,
#nb-dashboard-wrapper .nb-dash-top-pill-graphic--wallet .nb-gold-orbs,
#nb-dashboard-wrapper .nb-user-avatar-wrap .nb-gold-orbs,
#nb-dashboard-wrapper .nb-gold-fx-item > .nb-nav-glow,
#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-nav-glow .nb-nav-glow__spark {
    display: none;
}

#nb-dashboard-wrapper .nb-dash-top-account-inner > .nb-nav-glow .nb-nav-glow__orbit {
    opacity: 0.28;
}

#nb-dashboard-wrapper .nb-dash-top-account-inner {
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 215, 0, 0.08) inset,
        inset 0 1px 0 rgba(255, 232, 170, 0.12) !important;
}

#nb-dashboard-wrapper .nb-dash-top-pill-graphic--action {
    box-shadow: inset 0 1px 0 rgba(255, 240, 180, 0.12);
    border-color: rgba(255, 215, 0, 0.28);
    background: radial-gradient(circle at 30% 25%, rgba(255, 236, 160, 0.22), rgba(255, 215, 0, 0.08) 50%, transparent 72%);
}

#nb-dashboard-wrapper .nb-dash-top-pill-graphic--action .material-symbols-outlined {
    filter: none;
}
