.globalStrategySwitchWrap{
  margin:0 0 16px;
}

.globalStrategySwitch{
  display:flex;
  gap:12px;
  padding:8px;
  border-radius:24px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.globalStrategySwitch button{
  flex:1;
  height:48px;
  border-radius:18px;
  background:transparent;
  color:#cfd3dc;
  font-weight:900;
}

.globalStrategySwitch button.active{
  background:#ffd75a;
  color:#111;
  box-shadow:0 14px 32px rgba(255,215,90,.18);
}
