.statwhy-account-shell{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
  overflow:visible;
}

.sw-account-pill{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  max-width:min(420px,52vw);
  padding:7px 12px 7px 7px;
  border:1px solid rgba(93,224,255,.34);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(4,14,28,.82),rgba(7,25,42,.76));
  color:#eaffff;
  text-decoration:none;
  box-shadow:0 0 24px rgba(93,224,255,.10);
  transition:.22s ease;
}

.sw-account-pill:hover,
.sw-account-pill:focus{
  border-color:rgba(93,224,255,.82);
  box-shadow:0 0 34px rgba(93,224,255,.24),0 0 18px rgba(89,255,194,.14);
  outline:none;
}

.sw-account-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:999px;
  background:radial-gradient(circle at 40% 35%,rgba(89,255,194,.38),rgba(93,224,255,.14));
  border:1px solid rgba(89,255,194,.44);
  color:#eaffff;
  font-weight:900;
  font-size:13px;
}

.sw-account-text{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.sw-account-name{
  max-width:300px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-weight:900;
  font-size:13px;
  line-height:1.1;
}

.sw-account-meta{
  max-width:310px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#a8bfca;
  font-size:11px;
  line-height:1.1;
}

.sw-power-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  border:1px solid rgba(255,107,138,.74);
  background:radial-gradient(circle at 50% 38%,rgba(255,107,138,.24),rgba(70,5,18,.92));
  color:#ff9aae;
  font-size:21px;
  line-height:1;
  cursor:pointer;
  opacity:1;
  box-shadow:0 0 24px rgba(255,107,138,.24);
  transition:.22s ease;
}

.sw-power-logout:hover,
.sw-power-logout:focus{
  color:#fff;
  border-color:rgba(255,107,138,1);
  box-shadow:0 0 38px rgba(255,107,138,.46),0 0 16px rgba(255,255,255,.18);
  outline:none;
}

@media(max-width:760px){
  .statwhy-account-shell{
    width:100%;
  }

  .sw-account-pill{
    flex:1 1 auto;
    max-width:none;
  }

  .sw-account-name,
  .sw-account-meta{
    max-width:calc(100vw - 150px);
  }
}
