
/* V157 forced visible text logo
   No image dependency. No fallback logic. This displays as real text in the page. */

.stlb157-force-logo{
  display:inline-grid!important;
  grid-template-columns:auto auto!important;
  grid-template-rows:auto auto!important;
  align-items:end!important;
  column-gap:4px!important;
  min-width:190px!important;
  padding:10px 12px!important;
  border-radius:16px!important;
  background:
    radial-gradient(circle at 8% 38%,rgba(37,199,255,.22),transparent 36%),
    linear-gradient(180deg,#071326,#020713)!important;
  border:1px solid rgba(37,199,255,.38)!important;
  box-shadow:
    0 16px 40px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.06),
    0 0 26px rgba(37,199,255,.14)!important;
  line-height:1!important;
  text-decoration:none!important;
  color:#f5fbff!important;
  position:relative!important;
  overflow:hidden!important;
}

.stlb157-force-logo:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0 35%,rgba(37,199,255,.14) 48%,transparent 62%);
  pointer-events:none;
}

.stlb157-force-logo b,
.stlb157-force-logo strong{
  position:relative!important;
  z-index:1!important;
  font-family:Impact,Haettenschweiler,"Arial Black",system-ui,sans-serif!important;
  font-size:clamp(1.65rem,2.55vw,2.45rem)!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
  text-transform:uppercase!important;
  text-shadow:0 0 18px rgba(37,199,255,.28),0 2px 0 rgba(0,0,0,.55)!important;
  line-height:.88!important;
}

.stlb157-force-logo b{
  color:#ffffff!important;
}

.stlb157-force-logo strong{
  color:#25c7ff!important;
}

.stlb157-force-logo small{
  position:relative!important;
  z-index:1!important;
  grid-column:1 / -1!important;
  color:#bcecff!important;
  font-family:Arial,system-ui,sans-serif!important;
  font-size:.58rem!important;
  font-weight:900!important;
  letter-spacing:.19em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  margin-top:4px!important;
}

/* Force logo anchors to be visible and compact. */
a:has(.stlb157-force-logo),
.v140-logo,
.stlb125-brand,
.logo.clean-wordmark,
.v114-logo.clean-wordmark,
.stlb147-logo-frame,
.v104-brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
  line-height:0!important;
  opacity:1!important;
  visibility:visible!important;
}

/* Hide old logo images only if they somehow remain next to the forced logo. */
.stlb157-force-logo + img,
img + .stlb157-force-logo{
  margin-left:0!important;
}

@media(max-width:760px){
  .stlb157-force-logo{
    min-width:160px!important;
    padding:8px 10px!important;
  }
  .stlb157-force-logo b,
  .stlb157-force-logo strong{
    font-size:1.55rem!important;
  }
  .stlb157-force-logo small{
    font-size:.49rem!important;
  }
}
