/* STATWARZ common shell v2 - header / mini profile / footer */
:root{
  --bp-ink:#061b37;
  --bp-blue:#1e63e9;
  --bp-line:#e8ebf0;
}
.bp-common-mount{display:block;}
.topbar.bp-common-header{
  height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:0 2px!important;
  margin:0!important;
}
.topbar.bp-common-header .top-left{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  min-width:0!important;
}
.topbar.bp-common-header .brand-wrap{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  text-decoration:none!important;
  color:inherit!important;
}
.topbar.bp-common-header .brand,
.topbar.bp-common-header .brand-mark,
.topbar.bp-common-header .brand-mark:before{
  display:none!important;
}
.topbar.bp-common-header .brand-logo{
  display:block!important;
  height:18.4px!important;
  width:auto!important;
  max-width:150px!important;
  object-fit:contain!important;
}
.topbar.bp-common-header .top-actions{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin-left:auto!important;
}
.topbar.bp-common-header .icon-btn{
  width:31px!important;
  height:31px!important;
  border:0!important;
  background:transparent!important;
  color:var(--bp-ink)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  cursor:pointer!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
.topbar.bp-common-header .icon-btn svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  stroke:currentColor!important;
}
.player-mini.bp-common-profile,
.profile-mini.bp-common-profile{
  margin-top:9px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:center!important;
  padding:0 0 12px!important;
  border-bottom:1px solid var(--bp-line)!important;
  cursor:pointer!important;
  min-height:70px!important;
}
.player-mini.bp-common-profile .mini-photo,
.profile-mini.bp-common-profile .mini-photo{
  width:52px!important;
  height:58px!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#f2f4f7!important;
  display:block!important;
}
.player-mini.bp-common-profile .mini-photo img,
.profile-mini.bp-common-profile .mini-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
  display:block!important;
}
.player-mini.bp-common-profile .mini-info,
.profile-mini.bp-common-profile .mini-info{
  min-width:0!important;
}
.player-mini.bp-common-profile .mini-name,
.profile-mini.bp-common-profile .mini-name,
.player-mini.bp-common-profile .name,
.profile-mini.bp-common-profile .name{
  font-size:22px!important;
  font-weight:900!important;
  letter-spacing:-.06em!important;
  line-height:1!important;
  color:#061b37!important;
}
.player-mini.bp-common-profile .mini-number,
.profile-mini.bp-common-profile .mini-number{
  font-size:12px!important;
  font-weight:950!important;
  margin-left:4px!important;
  color:#061b37!important;
}
.player-mini.bp-common-profile .mini-meta,
.profile-mini.bp-common-profile .mini-meta{
  margin-top:5px!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:700!important;
  color:#5b6473!important;
  letter-spacing:-.04em!important;
}
.player-mini.bp-common-profile .mini-update,
.profile-mini.bp-common-profile .mini-update{
  align-self:center!important;
  padding-top:0!important;
  text-align:right!important;
  line-height:1.45!important;
  white-space:nowrap!important;
}
.player-mini.bp-common-profile .mini-update .label,
.profile-mini.bp-common-profile .mini-update .label{
  font-size:11px!important;
  font-weight:800!important;
  color:#667084!important;
  letter-spacing:0!important;
}
.player-mini.bp-common-profile .mini-update .date,
.profile-mini.bp-common-profile .mini-update .date{
  display:block!important;
  margin-top:0!important;
  color:#061b37!important;
  font-size:13px!important;
  font-weight:900!important;
}
.bottom-nav.bp-common-footer{
  position:fixed!important;
  left:50%!important;
  bottom:env(safe-area-inset-bottom,0px)!important;
  transform:translateX(-50%)!important;
  width:min(430px,100vw)!important;
  height:76px!important;
  border-top:1px solid #ebeef3!important;
  display:grid!important;
  grid-template-columns:repeat(5,1fr)!important;
  padding:8px 13px!important;
  background:#fff!important;
  z-index:9998!important;
  border-radius:18px 18px 0 0!important;
  overflow:hidden!important;
  box-shadow:0 -8px 22px rgba(5,22,45,.14)!important;
}
.bottom-nav.bp-common-footer a,
.bottom-nav.bp-common-footer .nav-item{
  color:inherit!important;
  text-decoration:none!important;
}
.bottom-nav.bp-common-footer .nav-item{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  color:#888d99!important;
  font-size:10.5px!important;
  font-weight:750!important;
  white-space:nowrap!important;
}
.bottom-nav.bp-common-footer .nav-item.active{
  color:var(--bp-blue)!important;
  font-weight:900!important;
}
.bottom-nav.bp-common-footer .nav-ico{
  font-size:23px!important;
  line-height:1!important;
}
.bottom-nav.bp-common-footer .bar-ico{
  width:24px!important;
  height:24px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:3px!important;
}
.bottom-nav.bp-common-footer .bar-ico span{
  width:5px!important;
  background:currentColor!important;
  border-radius:3px!important;
}
.bottom-nav.bp-common-footer .bar-ico span:nth-child(1){height:11px!important;}
.bottom-nav.bp-common-footer .bar-ico span:nth-child(2){height:19px!important;}
.bottom-nav.bp-common-footer .bar-ico span:nth-child(3){height:15px!important;}
.bottom-nav.bp-common-footer .user-ico{
  width:25px!important;
  height:25px!important;
  position:relative!important;
}
.bottom-nav.bp-common-footer .user-ico span{
  position:absolute!important;
  left:50%!important;
  top:2px!important;
  width:9px!important;
  height:9px!important;
  border-radius:50%!important;
  background:currentColor!important;
  transform:translateX(-50%)!important;
}
.bottom-nav.bp-common-footer .user-ico i{
  position:absolute!important;
  left:50%!important;
  bottom:2px!important;
  width:20px!important;
  height:11px!important;
  border-radius:999px 999px 4px 4px!important;
  background:currentColor!important;
  transform:translateX(-50%)!important;
}
@media(max-width:430px){
  .bottom-nav.bp-common-footer{width:100vw!important;}
}


/* STAT_COMMON_V53_LOGO_FALLBACK */
.topbar.bp-common-header .brand-fallback{
  display:none;
  color:#061b37!important;
  font-size:19px!important;
  font-weight:1000!important;
  font-style:italic!important;
  letter-spacing:-.055em!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.topbar.bp-common-header .brand-logo{
  height:18.4px!important;
  width:auto!important;
  max-width:150px!important;
  object-fit:contain!important;
}
