:root {
  --bg:        #080A0B;
  --bg-deep:   #0E1518;
  --panel:     #141920;
  --border:    #1E2A32;
  --border2:   #2A3840;
  --accent:    #7AB8D4;
  --accent2:   #5A98B4;
  --accent-rgb: 122,184,212;
  --accent-b:  #7AB8D4;
  --accent-b2: #5A98B4;
  --accent-b-rgb: 122,184,212;
  --text:      #C8DDE6;
  --dim:       #5A7A8A;
  --dimmer:    #3A4A54;
  --ok:        #5A8A5A;
  --fail:      #8A5A5A;
}

.glazier-title-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 28px;
  isolation: isolate;
}

.glazier-title-wrap .hero-title {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}

.glazier-title-wrap .hero-line {
  display: block;
}

.glazier-title-wrap .hero-line-visual {
  display: inline-block;
  white-space: nowrap;
  color: var(--accent);
}

.glazier-title-shader {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 11px rgba(122, 184, 212, 0.24));
}

.glazier-title-wrap.has-bioaio-shader .glazier-title-shader {
  opacity: 1;
}

.glazier-title-wrap.has-bioaio-shader .hero-line-visual {
  color: transparent !important;
}
