/* Final cross-page theme corrections. Keep state text transparent and readable. */
.status[data-state="running"]{
  color:#f2f2f2!important;
  background:transparent!important;
}
.status[data-state="running"]::before{
  background:#f2f2f2!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.12)!important;
}
.status[data-state="restarting"]{
  color:#d8d8d8!important;
  background:transparent!important;
}
.status[data-state="stopped"],.status[data-state="unknown"]{
  background:transparent!important;
}
body>header,.header{
  background:rgba(8,8,8,.72)!important;
  border-color:rgba(255,255,255,.13)!important;
  backdrop-filter:blur(26px) saturate(110%);
  -webkit-backdrop-filter:blur(26px) saturate(110%);
}
.brand img{
  content:url('/code-mark.svg')!important;
}
.account img[src$="code-mark.svg"]{
  padding:4px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:9px;
  background:rgba(255,255,255,.06);
}
