body.goldTheme{
  background:
    radial-gradient(circle at 15% 15%,rgba(255,215,90,.16),transparent 28%),
    radial-gradient(circle at 85% 90%,rgba(255,215,90,.12),transparent 28%),
    #05070c!important;
}

body.goldTheme .card,
body.goldTheme .homeStat,
body.goldTheme .tradeSignalCard,
body.goldTheme .invoiceBox,
body.goldTheme .profileCard,
body.goldTheme .menuPanel{
  border-color:rgba(255,215,90,.28)!important;
  box-shadow:0 0 0 1px rgba(255,215,90,.06),0 24px 60px rgba(255,215,90,.08)!important;
}

body.goldTheme button,
body.goldTheme .btn2{
  filter:saturate(1.12);
}

.healthOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(12px);
  z-index:9999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}

.healthOverlay.show{
  display:flex;
}

.healthBox{
  width:min(560px,94vw);
  padding:24px;
  border-radius:30px;
  background:#121926;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.65);
  direction:rtl;
}

.healthBox h2{
  color:#fff4d8;
  margin:0 0 18px;
  font-size:25px;
}

.healthClose{
  width:54px!important;
  height:54px!important;
  border-radius:18px!important;
  float:left;
  font-size:28px!important;
  padding:0!important;
}

.healthRow{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 18px;
  margin:10px 0;
  border-radius:18px;
  background:rgba(255,255,255,.055);
}

.healthRow b{
  color:#fff4d8;
  font-size:18px;
}

.healthRow span{
  font-weight:900;
}

.healthRow span.ok{
  color:#20d68b;
}

.healthRow span.bad{
  color:#ff6b78;
}
