/*
 * v4036 — 联盟大厅底部导航配色
 * 与 v4035 顶部框架共用深宝石蓝、淡金边和浅紫文字。
 */
html body.theme-pearl-blue #clubPage.club-page > .bottom-nav {
  border: 1px solid rgba(235, 207, 132, .74) !important;
  background: rgba(17, 31, 98, .9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 0 24px rgba(104, 114, 255, .13),
    0 10px 28px rgba(13, 22, 78, .3) !important;
}

html body.theme-pearl-blue #clubPage.club-page > .bottom-nav::after {
  background: rgba(239, 208, 125, .48) !important;
  box-shadow: 0 0 11px rgba(238, 200, 103, .26) !important;
}

html body.theme-pearl-blue #clubPage.club-page > .bottom-nav button:not(.league-main) {
  color: #e4e8ff !important;
  text-shadow: 0 1px 4px rgba(13, 25, 85, .42) !important;
}

html body.theme-pearl-blue #clubPage.club-page > .bottom-nav button:not(.league-main)::before {
  background: #cdd5ff !important;
  box-shadow: 0 0 10px rgba(174, 190, 255, .34) !important;
}

html body.theme-pearl-blue #clubPage.club-page > .bottom-nav button.league-main,
html body.theme-pearl-blue #clubPage.club-page > .bottom-nav button.league-main.active {
  border: 2px solid rgba(255, 222, 127, .98) !important;
  background: #293780 !important;
  color: #ffe27b !important;
  box-shadow:
    0 0 0 2px rgba(91, 60, 16, .72),
    0 0 22px rgba(241, 200, 92, .34),
    inset 0 1px 0 rgba(255, 255, 255, .22),
    inset 0 0 22px rgba(103, 115, 255, .18) !important;
}

html body.theme-pearl-blue #clubPage.club-page > .bottom-nav button.league-main.active::after {
  background: transparent !important;
  box-shadow: 0 0 12px rgba(244, 202, 92, .28) !important;
  animation: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  inset: -3px !important;
  border: 1px solid rgba(255, 239, 178, .48) !important;
}

@media (max-width: 640px) {
  html body.theme-pearl-blue #clubPage.club-page > .bottom-nav {
    border-color: rgba(239, 210, 134, .78) !important;
  }
}
