/* Soccer Predictions header bridge.
   Keep this page visually separate while the logo is the single route back home. */
.topbar{
  background:#161817!important;
  box-shadow:0 8px 24px rgba(0,0,0,.28)!important;
  border-bottom:1px solid rgba(255,255,255,.04);
}
.topbar-inner.public-linked-nav{
  max-width:1180px;
  min-height:64px;
  margin:auto;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.topbar-inner.public-linked-nav .brand{
  display:inline-block;
  color:var(--text);
  text-decoration:none;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:30px;
  font-weight:900;
  letter-spacing:-.03em;
  line-height:1;
  white-space:nowrap;
  cursor:pointer;
  transition:opacity .14s ease;
  -webkit-text-stroke:.22px currentColor;
  text-rendering:geometricPrecision;
}
.topbar-inner.public-linked-nav .brand span{
  color:var(--yellow)!important;
  -webkit-text-stroke:.22px currentColor;
}
.topbar-inner.public-linked-nav .brand:hover,
.topbar-inner.public-linked-nav .brand:focus-visible{
  opacity:.82;
  outline:none;
}

@media(max-width:700px){
  .topbar-inner.public-linked-nav{
    min-height:58px;
    padding:0 8px;
    justify-content:flex-start;
  }
  .topbar-inner.public-linked-nav .brand{
    font-size:25px;
    font-weight:900;
    text-align:left;
    -webkit-text-stroke:.24px currentColor;
  }
  .topbar-inner.public-linked-nav .brand span{
    -webkit-text-stroke:.24px currentColor;
  }
}
