
/* RedHawk Defense V6.1 - Matrix Back restored globally */
html.rhd-matrix-html, body.rhd-matrix-active{
  min-height:100%;
}
body.rhd-matrix-active{
  background:#020306!important;
  overflow-x:hidden;
}
#rhd-matrix-back{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  z-index:0;
  pointer-events:none;
  opacity:.58;
  mix-blend-mode:screen;
}
body.rhd-matrix-active:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 14% 0%, rgba(225,29,46,.20), transparent 31%),
    radial-gradient(circle at 88% 4%, rgba(40,125,255,.14), transparent 36%),
    linear-gradient(180deg, rgba(2,3,6,.42), rgba(2,3,6,.80) 70%, #020306 100%);
}
body.rhd-matrix-active > *:not(#rhd-matrix-back):not(#rhd-global-header):not(.rhd-quick-contact):not(.rhd-social-rail){
  position:relative;
  z-index:2;
}
#rhd-global-header,
.rhd-quick-contact,
.rhd-social-rail{
  position:fixed;
}
.rhd-matrix-toggle{
  position:fixed;
  left:16px;
  top:108px;
  z-index:2147483625;
  border:1px solid rgba(109,255,155,.28);
  background:rgba(2,3,6,.74);
  color:#b8ffd0;
  border-radius:999px;
  padding:8px 11px;
  font:900 12px/1 Segoe UI,Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 12px 32px rgba(0,0,0,.42),0 0 22px rgba(109,255,155,.10);
}
.rhd-matrix-toggle:hover{
  border-color:#7dffab;
  color:#ffffff;
}
body.rhd-matrix-off #rhd-matrix-back{
  display:none!important;
}
body.rhd-matrix-off:before{
  display:none!important;
}
@media(max-width:720px){
  #rhd-matrix-back{opacity:.42}
  .rhd-matrix-toggle{display:none}
}
@media(print){
  #rhd-matrix-back,.rhd-matrix-toggle{display:none!important}
}
