:root{
  --nm-red:#ff3b4d;
  --nm-red-deep:#f12639;
  --nm-red-soft:#fff1f2;
  --nm-bg:#f5f7fb;
  --nm-surface:#ffffff;
  --nm-surface-2:#fafbfe;
  --nm-border:rgba(15,23,42,.08);
  --nm-border-strong:rgba(15,23,42,.14);
  --nm-text:#1f2937;
  --nm-text-2:#5b6475;
  --nm-text-3:#8a93a6;
  --nm-shadow:0 14px 34px rgba(15,23,42,.08);
  --nm-shadow-lg:0 24px 56px rgba(15,23,42,.12);
  --nm-radius:24px;
}

body.app-netease,
body#page-index.app-netease{
  color:var(--nm-text);
  background:
    radial-gradient(circle at top left, rgba(255,59,77,.08), transparent 25%),
    radial-gradient(circle at top right, rgba(255,99,132,.07), transparent 22%),
    linear-gradient(180deg, #f7f8fc 0%, #f4f6fb 46%, #f7f8fc 100%);
}
body.app-netease::before,
body#page-index.app-netease::before{background:rgba(255,59,77,.08)}
body.app-netease::after,
body#page-index.app-netease::after{background:rgba(255,160,170,.10)}

body.app-netease .text-slate-800,
body.app-netease .text-slate-700,
body#page-index.app-netease .text-slate-800,
body#page-index.app-netease .text-slate-700,
body#page-index.app-netease .text-white,
body#page-index.app-netease .stats-value,
body#page-index.app-netease .stage-track-title,
body#page-index.app-netease .music-brand-title,
body#page-index.app-netease .home-side-brand-title,
body#page-index.app-netease h1,
body#page-index.app-netease h2,
body#page-index.app-netease h3{color:var(--nm-text)!important}

body.app-netease .text-slate-500,
body.app-netease .text-slate-400,
body.app-netease .text-gray-400,
body.app-netease .text-gray-300,
body.app-netease .toolbar-label,
body.app-netease .stats-label,
body.app-netease .stats-meta,
body.app-netease .win-subtitle,
body#page-index.app-netease .text-slate-500,
body#page-index.app-netease .text-slate-400,
body#page-index.app-netease .text-gray-400,
body#page-index.app-netease .text-gray-300,
body#page-index.app-netease .text-white\/55,
body#page-index.app-netease .text-white\/50,
body#page-index.app-netease .text-white\/45,
body#page-index.app-netease .text-blue-200\/60,
body#page-index.app-netease .text-blue-200\/55,
body#page-index.app-netease .toolbar-label,
body#page-index.app-netease .stats-label,
body#page-index.app-netease .stats-meta,
body#page-index.app-netease .win-subtitle,
body#page-index.app-netease .music-brand-kicker,
body#page-index.app-netease .home-side-brand-kicker,
body#page-index.app-netease .home-side-extra-label{color:var(--nm-text-3)!important}

body.app-netease .neon-glass,
body.app-netease .neon-card,
body.app-netease .neon-player,
body.app-netease .modal-card,
body.app-netease .song-detail-modal,
body.app-netease .forum-card,
body.app-netease .social-card,
body.app-netease .admin-sidebar,
body.app-netease .admin-topbar,
body#page-index.app-netease .neon-glass,
body#page-index.app-netease .music-appbar-shell,
body#page-index.app-netease .home-side-nav,
body#page-index.app-netease .music-card,
body#page-index.app-netease .online-result-card,
body#page-index.app-netease .online-player-card,
body#page-index.app-netease .stage-main-card,
body#page-index.app-netease .stage-mini-card,
body#page-index.app-netease .player-dock-shell,
body#page-index.app-netease .library-command-shell,
body#page-index.app-netease .online-search-shell,
body#page-index.app-netease .player-hero-copy{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,252,254,.96));
  border:1px solid var(--nm-border)!important;
  box-shadow:var(--nm-shadow)!important;
  color:var(--nm-text);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
}

body.app-netease .win-button,
body#page-index.app-netease .win-button,
body#page-index.app-netease .music-nav-pill,
body#page-index.app-netease .music-secondary-link,
body#page-index.app-netease .home-side-link,
body#page-index.app-netease .home-side-button,
body#page-index.app-netease .home-side-mini-link,
body.app-netease .social-mobile-tab{
  color:var(--nm-text);
  background:rgba(255,255,255,.96)!important;
  border:1px solid var(--nm-border)!important;
  box-shadow:0 8px 20px rgba(15,23,42,.05)!important;
}
body.app-netease .win-button:hover,
body#page-index.app-netease .win-button:hover,
body#page-index.app-netease .music-nav-pill:hover,
body#page-index.app-netease .music-secondary-link:hover,
body#page-index.app-netease .home-side-link:hover,
body#page-index.app-netease .home-side-button:hover,
body#page-index.app-netease .home-side-mini-link:hover,
body.app-netease .social-mobile-tab:hover{
  transform:translateY(-1px);
  border-color:rgba(255,59,77,.24)!important;
  box-shadow:0 14px 26px rgba(255,59,77,.12)!important;
}

body.app-netease .win-button-primary,
body#page-index.app-netease .win-button-primary,
body#page-index.app-netease .music-nav-pill-strong,
body#page-index.app-netease .home-side-link.is-active,
body#page-index.app-netease .social-mobile-tab.is-active,
body.app-netease .social-primary-btn,
body.app-netease .social-chip.is-active,
body.app-netease .social-badge,
body.app-netease .notification-badge{
  background:linear-gradient(135deg,var(--nm-red),#ff6a6a)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 16px 30px rgba(255,59,77,.18)!important;
}
body#page-index.app-netease .home-side-link.is-active .home-side-link-icon,
body#page-index.app-netease .home-side-link:hover .home-side-link-icon,
body#page-index.app-netease .home-side-button:hover .home-side-link-icon,
body#page-index.app-netease .music-brand-icon,
body#page-index.app-netease .home-side-brand-icon,
body.app-netease .win-icon-box{
  background:linear-gradient(135deg,var(--nm-red),#ff7a7a)!important;
  box-shadow:0 12px 24px rgba(255,59,77,.20)!important;
}

body.app-netease .neon-input,
body#page-index.app-netease .neon-input,
body.app-netease select,
body.app-netease textarea,
body.app-netease input{
  background:#fff!important;
  color:var(--nm-text)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
body.app-netease .neon-input::placeholder,
body#page-index.app-netease .neon-input::placeholder{color:var(--nm-text-3)!important}
body.app-netease .neon-input:focus,
body#page-index.app-netease .neon-input:focus,
body.app-netease select:focus,
body.app-netease textarea:focus,
body.app-netease input:focus{
  border-color:rgba(255,59,77,.45)!important;
  box-shadow:0 0 0 4px rgba(255,59,77,.10)!important;
}

body#page-index.app-netease .music-appbar{padding-top:14px}
body#page-index.app-netease .music-appbar-shell{
  grid-template-columns:auto minmax(320px, 1fr) auto;
  padding:14px 18px;
  border-radius:26px;
}
body#page-index.app-netease .music-nav-links,
body#page-index.app-netease .music-secondary-links{display:flex!important}
body#page-index.app-netease .music-nav-links{justify-content:flex-start;gap:12px}
body#page-index.app-netease .music-appbar-actions{justify-content:flex-end;gap:10px}
body#page-index.app-netease .music-secondary-links{padding:12px 6px 2px;gap:10px}

body#page-index.app-netease .home-shell-layout{grid-template-columns:260px minmax(0,1fr);gap:20px}
body#page-index.app-netease .home-side-link,
body#page-index.app-netease .home-side-button,
body#page-index.app-netease .home-side-mini-link{color:var(--nm-text)}
body#page-index.app-netease .home-side-link-icon{
  background:var(--nm-surface-2);
  color:var(--nm-red);
  border:1px solid rgba(255,59,77,.14);
}
body#page-index.app-netease .player-hero-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}
body#page-index.app-netease .hero-insight-card,
body#page-index.app-netease .stats-card,
body#page-index.app-netease .music-meta-pill,
body#page-index.app-netease .win-badge,
body#page-index.app-netease .user-mini-card,
body#page-index.app-netease .empty-state{
  background:var(--nm-surface-2)!important;
  border:1px solid rgba(15,23,42,.06)!important;
  color:var(--nm-text)!important;
}
body#page-index.app-netease .stage-cover-shell,
body#page-index.app-netease .music-cover-block,
body#page-index.app-netease .player-cover-button{
  box-shadow:0 16px 36px rgba(15,23,42,.12)!important;
}
body#page-index.app-netease .stage-aura,
body#page-index.app-netease .player-aura,
body#page-index.app-netease .stage-aura-1,
body#page-index.app-netease .stage-aura-2{opacity:.45}
body#page-index.app-netease .playing-card{
  background:linear-gradient(180deg, #fff, #fff6f7)!important;
  border-color:rgba(255,59,77,.26)!important;
  box-shadow:0 18px 36px rgba(255,59,77,.12)!important;
}
body#page-index.app-netease .player-main-toggle{background:linear-gradient(135deg,var(--nm-red),#ff6d6d)!important}
body#page-index.app-netease .player-control-ring,
body#page-index.app-netease .player-left-cluster,
body#page-index.app-netease .player-extra-item,
body#page-index.app-netease .player-dock-shell{background:rgba(255,255,255,.97)!important;color:var(--nm-text)!important}
body#page-index.app-netease .player-time-text{color:var(--nm-text-3)!important}
body#page-index.app-netease .custom-range{background:rgba(15,23,42,.08)}
body#page-index.app-netease .custom-range::-webkit-slider-thumb{border-color:var(--nm-red)}
body#page-index.app-netease .custom-range::-moz-range-thumb{border-color:var(--nm-red)}

body.app-netease .social-mobile-tab.is-active,
body.app-netease .forum-category-item.is-active,
body.app-netease .forum-category-item:hover{background:#fff3f4!important;border-color:rgba(255,59,77,.18)!important;color:var(--nm-red)!important}
body.app-netease .social-msg.is-me .social-msg-bubble{background:linear-gradient(135deg,var(--nm-red),#ff8686)!important}
body.app-netease .social-msg-bubble,
body.app-netease .forum-post,
body.app-netease .social-member-card,
body.app-netease .social-attachment,
body.app-netease .social-day-divider span{border-color:var(--nm-border)!important}

body.app-netease .app-shell-header,
body#page-index.app-netease .app-shell-header{
  background:rgba(245,247,251,.78);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}
body.app-netease .win11-topbar::after,
body#page-index.app-netease .win11-topbar::after{background:linear-gradient(90deg, transparent, rgba(255,59,77,.20), transparent)}

/* Simple common page sections */
body.app-netease main.container > .flex.items-center.justify-between.gap-3,
body.app-netease main.container > .flex.items-center.justify-between.gap-3.mb-6{
  background:rgba(255,255,255,.88);
  border:1px solid var(--nm-border);
  box-shadow:var(--nm-shadow);
  border-radius:24px;
  padding:18px 20px;
}

/* Mobile */
@media (max-width: 1180px){
  body#page-index.app-netease .home-shell-layout{grid-template-columns:1fr}
  body#page-index.app-netease .home-side-nav{position:relative;top:0}
}
@media (max-width: 980px){
  body#page-index.app-netease .music-appbar-shell{grid-template-columns:minmax(0,1fr) auto}
  body#page-index.app-netease .music-nav-links,
  body#page-index.app-netease .music-appbar-actions,
  body#page-index.app-netease .music-secondary-links{display:none!important}
  body#page-index.app-netease .music-mobile-menu-toggle{display:inline-flex;background:#fff;color:var(--nm-text)}
}
@media (max-width: 768px){
  body.app-netease{padding-bottom:92px}
  body#page-index.app-netease{padding-bottom:150px!important}
  body.app-netease main.container,
  body#page-index.app-netease main.container{padding-left:14px!important;padding-right:14px!important}
  body.app-netease .hero-panel,
  body.app-netease .social-card,
  body.app-netease .forum-card,
  body.app-netease .neon-glass,
  body#page-index.app-netease .player-hero-copy,
  body#page-index.app-netease .stage-main-card,
  body#page-index.app-netease .library-command-shell,
  body#page-index.app-netease .online-search-shell,
  body#page-index.app-netease .music-card,
  body#page-index.app-netease .player-dock-shell{border-radius:20px!important}
  body#page-index.app-netease .music-appbar-shell{padding:12px 14px}
  body#page-index.app-netease .music-brand-icon{width:46px;height:46px;border-radius:16px}
  body#page-index.app-netease .music-brand-title{font-size:1.2rem!important}
  body.app-netease .social-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.app-netease .forum-shell,
  body.app-netease .profile-hero-grid,
  body#page-index.app-netease .player-hero-grid,
  body#page-index.app-netease .hero-insight-strip,
  body#page-index.app-netease .music-card-layout{grid-template-columns:1fr!important}
  body#page-index.app-netease .player-dock-shell{left:10px!important;right:10px!important;bottom:10px!important;width:auto!important;border-radius:22px!important}
}
@media (max-width: 520px){
  body.app-netease .social-stat-grid,
  body#page-index.app-netease .hero-insight-strip,
  body#page-index.app-netease .stage-mini-grid,
  body#page-index.app-netease .player-extra-panel{grid-template-columns:1fr!important}
  body.app-netease .hero-action-row > *,
  body#page-index.app-netease .hero-action-row > *{width:100%;justify-content:center}
}

/* ===== 2026-04 complete polish hotfix ===== */
body#page-index.app-netease .shortcut-tile,
body#page-index.app-netease .library-control-panel,
body#page-index.app-netease .library-side-card,
body#page-index.app-netease .feature-strip-card,
body#page-index.app-netease .feature-strip-item,
body#page-index.app-netease .search-plus-card,
body#page-index.app-netease .search-category-card,
body#page-index.app-netease .ai-reply-card,
body#page-index.app-netease .ai-bubble,
body#page-index.app-netease .ai-bubble-section,
body#page-index.app-netease .ai-empty-state,
body#page-index.app-netease .mini-player-bar,
body#page-index.app-netease .onboarding-card,
body#page-index.app-netease .ai-image-result-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.95))!important;
  border:1px solid rgba(15,23,42,.08)!important;
  color:var(--nm-text)!important;
  box-shadow:var(--nm-shadow)!important;
}
body#page-index.app-netease .feature-strip-item:hover,
body#page-index.app-netease .shortcut-tile:hover{
  box-shadow:0 18px 34px rgba(255,59,77,.10)!important;
  border-color:rgba(255,59,77,.20)!important;
}
body#page-index.app-netease .shortcut-tile strong,
body#page-index.app-netease .library-side-title,
body#page-index.app-netease .feature-strip-item strong,
body#page-index.app-netease .ai-bubble-text,
body#page-index.app-netease #miniPlayerTitle,
body#page-index.app-netease .onboarding-card h3{color:var(--nm-text)!important}
body#page-index.app-netease .shortcut-tile em,
body#page-index.app-netease .library-side-text,
body#page-index.app-netease .feature-strip-item span,
body#page-index.app-netease .ai-empty-state,
body#page-index.app-netease .ai-bubble-role,
body#page-index.app-netease .ai-bubble-placeholder,
body#page-index.app-netease #miniPlayerMeta,
body#page-index.app-netease .onboarding-card p,
body#page-index.app-netease .onboarding-step .text-sm{color:var(--nm-text-2)!important}
body#page-index.app-netease .shortcut-icon,
body#page-index.app-netease .feature-strip-item .shortcut-icon{
  background:linear-gradient(135deg, rgba(255,59,77,.10), rgba(255,108,108,.16))!important;
  color:var(--nm-red)!important;
  border:1px solid rgba(255,59,77,.14)!important;
}
body#page-index.app-netease .ai-model-select{
  background:#fff!important;
  color:var(--nm-text)!important;
  border:1px solid rgba(15,23,42,.12)!important;
  box-shadow:0 6px 18px rgba(15,23,42,.05)!important;
}
body#page-index.app-netease .ai-model-label,
body#page-index.app-netease .ai-bubble-section-label,
body#page-index.app-netease .ai-mini-field{color:var(--nm-text-2)!important}
body#page-index.app-netease .ai-model-badge{
  background:#fff1f2!important;
  border:1px solid rgba(255,59,77,.16)!important;
  color:#be123c!important;
}
body#page-index.app-netease .ai-chat-panel [class*="bg-slate-950/40"]{
  background:#fff6f7!important;
  border-color:rgba(255,59,77,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
}
body#page-index.app-netease .ai-chat-panel [class*="bg-slate-950/40"] .text-white,
body#page-index.app-netease .ai-chat-panel [class*="bg-slate-950/40"] [id="aiThinkingHint"]{color:var(--nm-text)!important}
body#page-index.app-netease .ai-chat-panel [class*="bg-slate-950/40"] [class*="text-white/55"]{color:var(--nm-text-2)!important}
body#page-index.app-netease .mini-player-bar{backdrop-filter:blur(18px) saturate(120%)!important}
body#page-index.app-netease .mini-icon-btn{
  background:#fff!important;
  color:var(--nm-text)!important;
  border:1px solid rgba(15,23,42,.10)!important;
  box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
}
body#page-index.app-netease .mini-icon-btn:hover{border-color:rgba(255,59,77,.22)!important;color:var(--nm-red)!important}

body#page-index.app-netease .song-detail-modal,
body#page-index.app-netease .online-detail-shell{
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,248,252,.98))!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 28px 60px rgba(15,23,42,.18)!important;
}
body#page-index.app-netease .song-detail-side,
body#page-index.app-netease .online-detail-side{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,247,.96))!important;
  border-right:1px solid rgba(15,23,42,.08)!important;
}
body#page-index.app-netease .song-detail-lyrics,
body#page-index.app-netease .online-detail-lyrics{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98))!important;
  color:var(--nm-text)!important;
}
body#page-index.app-netease .detail-song-title,
body#page-index.app-netease .online-detail-shell h3,
body#page-index.app-netease #detailLyricHeadline,
body#page-index.app-netease #onlineDetailLyricHeadline{color:var(--nm-text)!important}
body#page-index.app-netease .detail-song-subtitle,
body#page-index.app-netease #detailLyricHint,
body#page-index.app-netease #onlineDetailLyricHint,
body#page-index.app-netease #onlineDetailArtist,
body#page-index.app-netease .detail-progress-top{color:var(--nm-text-2)!important}
body#page-index.app-netease .detail-progress-card,
body#page-index.app-netease .detail-info-item,
body#page-index.app-netease .online-detail-meta{
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.05)!important;
}
body#page-index.app-netease .detail-info-item span,
body#page-index.app-netease .online-detail-meta span{color:var(--nm-text-3)!important}
body#page-index.app-netease .detail-info-item strong,
body#page-index.app-netease .online-detail-meta strong,
body#page-index.app-netease #detailCurrentTime,
body#page-index.app-netease #detailTotalTime{color:var(--nm-text)!important}
body#page-index.app-netease .detail-close-btn{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.10)!important;
  color:var(--nm-text)!important;
}
body#page-index.app-netease .detail-lyrics-scroll,
body#page-index.app-netease .online-detail-lyrics-scroll{
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(248,250,252,.92))!important;
  border:1px solid rgba(15,23,42,.06)!important;
  border-radius:28px;
  padding:20px 22px;
}
body#page-index.app-netease .detail-lyric-line,
body#page-index.app-netease .online-lyric-line{
  color:rgba(15,23,42,.34)!important;
  font-weight:800!important;
}
body#page-index.app-netease .detail-lyric-line-muted,
body#page-index.app-netease .detail-lyric-line-plain,
body#page-index.app-netease .online-lyric-line.is-plain{
  color:rgba(71,85,105,.88)!important;
}
body#page-index.app-netease .detail-lyric-line.active,
body#page-index.app-netease .online-lyric-line.is-active{
  color:#0f172a!important;
  background:rgba(255,241,242,.96)!important;
  box-shadow:0 10px 24px rgba(255,59,77,.10)!important;
  border-radius:18px;
  padding-left:18px;
  padding-right:18px;
}
body#page-index.app-netease .online-lyric-line.is-active{transform:translateX(6px) scale(1.01)!important}


/* ===== 2026 unified app tone fix =====
   让统一左栏布局不再是“黑底 + 纯白大卡片”的强对比，改成柔和雾面浅背景。 */
body.app-unified-enabled.app-netease,
body#page-index.app-unified-enabled.app-netease {
  color:#1f2937 !important;
  background:
    radial-gradient(circle at 16% 8%, rgba(255,255,255,.76), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(99,102,241,.10), transparent 28%),
    linear-gradient(180deg,#eef2f8 0%,#e8eef7 48%,#f5f7fb 100%) !important;
}
body.app-unified-enabled.app-netease::before,
body#page-index.app-unified-enabled.app-netease::before { background:rgba(99,102,241,.08)!important; }
body.app-unified-enabled.app-netease::after,
body#page-index.app-unified-enabled.app-netease::after { background:rgba(255,59,77,.06)!important; }
body.app-unified-enabled.app-netease .app-left-rail {
  background:linear-gradient(180deg,#222938 0%,#171d2a 100%)!important;
  border-right-color:rgba(255,255,255,.10)!important;
  box-shadow:18px 0 40px rgba(15,23,42,.10);
}
body.app-unified-enabled.app-netease .app-topbar {
  background:linear-gradient(180deg,rgba(238,242,248,.96),rgba(238,242,248,.82) 74%,rgba(238,242,248,0))!important;
}
body.app-unified-enabled.app-netease .app-topbar-title strong { color:#172033!important; }
body.app-unified-enabled.app-netease .app-topbar-title span { color:rgba(71,85,105,.62)!important; }
body.app-unified-enabled.app-netease .app-topbar-search {
  background:rgba(255,255,255,.72)!important;
  color:rgba(71,85,105,.78)!important;
  border:1px solid rgba(15,23,42,.06)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.05), inset 0 1px 0 rgba(255,255,255,.72)!important;
}
body.app-unified-enabled.app-netease .app-pill,
body.app-unified-enabled.app-netease .app-icon-button {
  background:rgba(255,255,255,.68)!important;
  color:rgba(30,41,59,.76)!important;
  border:1px solid rgba(15,23,42,.08)!important;
}
body#page-index.app-unified-enabled.app-netease .neon-glass,
body#page-index.app-unified-enabled.app-netease .music-card,
body#page-index.app-unified-enabled.app-netease .online-result-card,
body#page-index.app-unified-enabled.app-netease .online-player-card,
body#page-index.app-unified-enabled.app-netease .stage-main-card,
body#page-index.app-unified-enabled.app-netease .stage-mini-card,
body#page-index.app-unified-enabled.app-netease .library-command-shell,
body#page-index.app-unified-enabled.app-netease .online-search-shell,
body#page-index.app-unified-enabled.app-netease .player-hero-copy,
body.app-unified-enabled.app-netease .forum-card,
body.app-unified-enabled.app-netease .social-card,
body.app-unified-enabled.app-netease .modal-card,
body.app-unified-enabled.app-netease .song-detail-modal {
  background:linear-gradient(180deg,rgba(248,250,252,.94),rgba(241,245,249,.90))!important;
  border:1px solid rgba(15,23,42,.07)!important;
  box-shadow:0 18px 40px rgba(15,23,42,.075)!important;
  color:#1f2937!important;
}
body#page-index.app-unified-enabled.app-netease .hero-insight-card,
body#page-index.app-unified-enabled.app-netease .stats-card,
body#page-index.app-unified-enabled.app-netease .music-meta-pill,
body#page-index.app-unified-enabled.app-netease .win-badge,
body#page-index.app-unified-enabled.app-netease .user-mini-card,
body#page-index.app-unified-enabled.app-netease .empty-state,
body#page-index.app-unified-enabled.app-netease .shortcut-tile {
  background:rgba(239,243,248,.78)!important;
  border-color:rgba(15,23,42,.06)!important;
  color:#1f2937!important;
  box-shadow:0 10px 22px rgba(15,23,42,.045)!important;
}
body#page-index.app-unified-enabled.app-netease .stage-mini-label,
body#page-index.app-unified-enabled.app-netease .stage-mini-meta,
body#page-index.app-unified-enabled.app-netease .shortcut-tile em,
body#page-index.app-unified-enabled.app-netease .hero-insight-card .text-slate-500 {
  color:rgba(71,85,105,.72)!important;
}
body#page-index.app-unified-enabled.app-netease .stage-mini-value,
body#page-index.app-unified-enabled.app-netease .shortcut-tile strong { color:#172033!important; }
