
:root{
  --amf-shell-bg-1:#071a35;
  --amf-shell-bg-2:#0a2852;
  --amf-shell-bg-3:#0b3a6f;
  --amf-shell-line:rgba(96,165,250,.28);
  --amf-shell-text:#dbe7f5;
}


nav[data-amf-public-header-v62="true"]{
  background:linear-gradient(135deg,var(--amf-shell-bg-1) 0%,var(--amf-shell-bg-2) 55%,var(--amf-shell-bg-3) 100%)!important;
  border-bottom:1px solid var(--amf-shell-line)!important;
  box-shadow:0 8px 28px rgba(4,24,48,.22)!important;
}


footer.amf-footer-native-v16{
  background:linear-gradient(135deg,var(--amf-shell-bg-1) 0%,var(--amf-shell-bg-2) 55%,var(--amf-shell-bg-3) 100%)!important;
  border-top:1px solid var(--amf-shell-line)!important;
  color:var(--amf-shell-text)!important;
}
footer.amf-footer-native-v16 .amf-footer-bottom-native{
  background:rgba(3,20,42,.34)!important;
  border-top:1px solid rgba(148,197,255,.14)!important;
}


nav[data-amf-public-header-v62="true"] [data-amf-brand-v62],
footer.amf-footer-native-v16 .amf-footer-brand-name{
  color:#fff!important;
}


@media(max-width:768px){
  nav[data-amf-public-header-v62="true"],
  footer.amf-footer-native-v16{
    background:linear-gradient(135deg,var(--amf-shell-bg-1) 0%,var(--amf-shell-bg-2) 55%,var(--amf-shell-bg-3) 100%)!important;
  }
}
