.gle-team-hover-preview{
  position:absolute;
  z-index:12050;
  width:320px;
  max-width:calc(100vw - 20px);
  padding:14px;
  box-sizing:border-box;

  color:#eaf2ff;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(246,195,68,.10),
      transparent 42%
    ),
    linear-gradient(
      180deg,
      rgba(5,16,38,.98),
      rgba(2,9,24,.99)
    );

  border:1px solid rgba(246,195,68,.30);
  border-radius:12px;

  box-shadow:
    0 16px 38px rgba(0,0,0,.48),
    0 0 22px rgba(246,195,68,.08);

  font-size:12px;
  line-height:1.35;

  pointer-events:auto;
}

.gle-team-hover-preview[hidden]{
  display:none !important;
}

.gle-thp-title{
  padding-bottom:9px;
  margin-bottom:9px;

  color:#fff;
  font-size:14px;
  font-weight:900;

  border-bottom:1px solid rgba(255,255,255,.10);
}

.gle-thp-section-title{
  margin:10px 0 7px;

  color:#f6c344;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.gle-thp-grid{
  display:grid;
  gap:6px;
}

.gle-thp-grid-performance{
  grid-template-columns:repeat(5, minmax(0, 1fr));
}

.gle-thp-grid-advanced{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.gle-thp-stat{
  min-width:0;
  padding:7px 5px;

  text-align:center;

  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
}

.gle-thp-stat .gle-thp-label{
  display:block;
  margin-bottom:3px;

  color:rgba(234,242,255,.65);
  font-size:10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.gle-thp-stat strong{
  display:block;

  color:#fff;
  font-size:13px;
  font-weight:900;
}

.gle-thp-last5{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;

  margin-top:7px;
  padding:7px 8px;

  background:rgba(255,255,255,.035);
  border-radius:7px;
}

.gle-thp-last5 > .gle-thp-label{
  color:rgba(234,242,255,.70);
  font-size:10px;
  font-weight:700;
}

.gle-thp-form-wrap{
  display:flex;
  align-items:center;
  gap:4px;
}

.gle-thp-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:20px;
  height:20px;

  border-radius:50%;

  color:#fff;
  font-size:10px;
  font-weight:950;
}

.gle-thp-form-w{
  background:#198754;
  box-shadow:0 0 8px rgba(25,135,84,.30);
}

.gle-thp-form-d{
  background:#6c757d;
}

.gle-thp-form-l{
  background:#c7343e;
  box-shadow:0 0 8px rgba(199,52,62,.24);
}

.gle-thp-loading,
.gle-thp-empty{
  color:rgba(234,242,255,.68);
}

.gle-thp-loading{
  padding:7px 0 2px;
}

.gle-thp-cta{
  display:flex;
  align-items:center;
  justify-content:center;

  margin-top:11px;
  padding:8px 10px;

  color:#f6c344;
  background:rgba(246,195,68,.07);

  border:1px solid rgba(246,195,68,.24);
  border-radius:7px;

  font-size:11px;
  font-weight:850;
  text-decoration:none;

  transition:
    transform .16s ease,
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease;
}

.gle-thp-cta:hover{
  color:#ffe190;
  background:rgba(246,195,68,.13);
  border-color:rgba(246,195,68,.46);
  text-decoration:none;
  transform:translateY(-1px);
}

.gle-thp-cta:focus-visible{
  outline:2px solid #f6c344;
  outline-offset:2px;
}

@media (max-width:600px){
  .gle-team-hover-preview{
    width:290px;
  }
}

@media (hover:none){
  .gle-team-hover-preview{
    display:none !important;
  }
}
