/* Outpost Zero v2.08 — compact account header */
body.oz-account .account-brand{
  min-width:190px!important;
}
body.oz-account .brand-mark{
  display:grid!important;
  place-items:center!important;
  width:50px!important;
  height:46px!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.oz-account .brand-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  filter:none!important;
}
body.oz-account .appbar-xp,
body.oz-account .appbar-xp-track{
  display:none!important;
}
body.oz-account .oz-header-compact-stat{
  height:40px!important;
  box-sizing:border-box!important;
  border:1px solid #294047!important;
  background:#111b1f!important;
  color:#e0e6e2!important;
}
body.oz-account .appbar-level{
  display:grid!important;
  align-content:center!important;
  min-width:58px!important;
  padding:4px 9px!important;
  text-align:center!important;
}
body.oz-account .oz-header-compact-stat small{
  display:block!important;
  color:#66858a!important;
  font-size:11px!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
body.oz-account .oz-header-compact-stat strong{
  display:block!important;
  margin-top:3px!important;
  color:#dce8e4!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body.oz-account .appbar-energy{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-width:92px!important;
  padding:3px 8px 3px 6px!important;
}
body.oz-account .oz-energy-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 27px!important;
  width:27px!important;
  height:27px!important;
  border:1px solid #35665f!important;
  background:#0a2422!important;
  color:#66d3c2!important;
  font-size:16px!important;
  line-height:1!important;
}
html[data-theme="light"] body.oz-account .oz-header-compact-stat{
  background:#d7d1c5!important;
  border-color:#91a9aa!important;
  color:#2c3839!important;
}
html[data-theme="light"] body.oz-account .oz-header-compact-stat small{color:#53706f!important}
html[data-theme="light"] body.oz-account .oz-header-compact-stat strong{color:#263536!important}
html[data-theme="light"] body.oz-account .oz-energy-icon{
  background:#c9d9d4!important;
  border-color:#79a19c!important;
  color:#277b72!important;
}
@media(max-width:900px){
  body.oz-account .account-brand{
    min-width:42px!important;
    width:42px!important;
    flex:0 0 42px!important;
  }
  body.oz-account .brand-mark{
    width:40px!important;
    height:38px!important;
  }
  body.oz-account .account-brand>span:last-child{display:none!important}
  body.oz-account .account-appbar-right{gap:4px!important}
  body.oz-account .oz-header-compact-stat{height:36px!important}
  body.oz-account .appbar-level{min-width:44px!important;padding:3px 5px!important}
  body.oz-account .appbar-level small{display:none!important}
  body.oz-account .appbar-energy{min-width:70px!important;padding:2px 5px!important;gap:4px!important}
  body.oz-account .appbar-energy small{display:none!important}
  body.oz-account .oz-energy-icon{width:24px!important;height:24px!important;flex-basis:24px!important;font-size:14px!important}
  body.oz-account .oz-header-compact-stat strong{margin-top:0!important;font-size:11px!important}
}
@media(max-width:560px){
  body.oz-account .appbar-level{min-width:38px!important}
  body.oz-account .appbar-level strong{font-size:11px!important}
  body.oz-account .appbar-energy{min-width:58px!important}
  body.oz-account .appbar-energy .oz-energy-icon{display:none!important}
  body.oz-account .oz-header-core{display:none!important}
}
