.discord-grid{display:grid;grid-template-rows:auto auto 1fr;max-height:100%}.chat{display:flex;flex-direction:column;gap:1rem;align-items:stretch}.chat.compact-chat{gap:0;background:rgba(0,0,0,.1);border-radius:8px}.chat.compact-chat:is(.bg-dark *){background:rgba(0,0,0,.2)}.chat.compact-chat .chat-message{padding:.5rem;background:none!important;border-radius:0}.chat.compact-chat .chat-message+.chat-message:before{content:"";position:absolute;top:0;left:1%;right:1%;border-top:1px solid rgba(0,0,0,.08)}.chat.compact-chat .chat-message+.chat-message:is(.bg-dark *):before{border-top:1px solid rgba(255,255,255,.08)}.chat .chat-message{position:relative;display:flex;align-items:start;width:100%;line-height:1.1em;border-radius:8px;background:rgba(0,0,0,.1);padding:1.5rem .5rem 1.5rem 1rem}.chat .chat-message:is(.bg-dark *){background:rgba(0,0,0,.2)}.chat .chat-message>.d-flex{overflow:hidden}.chat .chat-attachments2{position:relative;display:flex;flex-wrap:wrap;gap:.5rem}.chat .chat-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.5rem;gap:.5rem}@media screen and (max-width:500px){.chat .chat-attachment2{width:100%;max-width:100%!important;padding:1rem}}.chat .chat-attachment{max-height:min(80vh,500px);max-width:100%;object-fit:contain}.chat .chat-attachment2{max-width:max(min(45%,70vw),440px);max-height:50vh;object-fit:contain}.chat .adjust-icons .mes-icon{vertical-align:-.2em}.chat .message-author{font-size:1.2rem;font-weight:700;line-height:1}.chat .message-content{width:100%;overflow-wrap:break-word}.chat .message-time{font-size:.8rem;line-height:1;opacity:75%}.chat .author-avatar{border-radius:10px;overflow:hidden;flex-shrink:0}.chat .text-block{width:100%;background:rgba(0,0,0,.1);padding:.5rem;border-radius:5px;margin-block:.25rem}.chat .mention{display:inline-block;background:rgba(53,88,218,.34);border-radius:5px;padding:.25rem;margin:.1rem}.chat .embed{border-radius:6px;padding:1rem;border-left:6px solid orange;background:rgba(0,0,0,.1)}.chat .embed:is(.bg-dark *){background:rgba(255,255,255,.15)}.chat .embed .embed-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.chat .embed .embed-image{object-fit:contain;margin-top:1rem}