#chat-toggle {
  width:86px;
  height:104px;
  border:1px solid rgba(255, 255, 255, .28);
  border-radius:16px;
  background:linear-gradient(160deg, #252b34, #10141b);
  box-shadow:0 12px 36px rgba(0, 0, 0, .5), 0 0 28px rgba(231, 85, 38, .24)
}
#chat-toggle img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  border-radius:15px
}
#chat {
  width:410px;
  height:680px;
  bottom:142px
}
#chat header.chat-profile {
  display:block;
  height:auto;
  max-width:none;
  margin:0;
  padding:0;
  background:#10151d
}
.chat-cover {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:5/4;
  object-fit:contain;
  background:#0b0f15
}
.chat-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:13px 18px;
  background:linear-gradient(120deg, #171c24, #251711);
  border-top:1px solid rgba(231, 85, 38, .32)
}
#chat header .chat-meta b, #chat header .chat-meta small {
  display:block
}
.chat-meta small {
  font-size:11px;
  font-weight:400
}
.chat-meta button {
  padding:0
}
#chat .messages {
  min-height:130px
}
.avatar-status {
  right:-3px;
  bottom:-3px
}
@media(max-width:600px) {
  #chat-toggle {
    width:76px;
    height:92px
  }
  #chat {
    width:calc(100% - 24px);
    height:78vh;
    bottom:118px
  }
  .chat-cover {
    max-height:34vh
  }
  .chat-meta {
    padding:10px 14px
  }
}
