.chat{justify-content:center;align-items:center;display:flex;overflow:visible}.chat-container{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;justify-content:flex-end;width:100%;display:flex;overflow:visible}.chat-container::-webkit-scrollbar{display:none}.chat-bubble{color:#fff;opacity:.9;z-index:2;background:linear-gradient(#7c3aed,#6d28d9);border-radius:15px;margin:8px 16px;padding:12px 20px;position:relative;overflow:visible;box-shadow:0 4px 20px rgba(150,100,255,.3)}.highlighted-message-fallguys{color:#fff;opacity:.95;z-index:2;background:linear-gradient(136deg,#00b3ff,#ff66d8,#00b3ff) 0 0/600% 600%;border:3px solid #fff;border-radius:15px;margin:8px 16px;padding:12px 20px;animation:6s infinite highlight;position:relative;overflow:visible;box-shadow:0 0 25px rgba(255,255,255,.35)}@keyframes highlight{0%{background-position:0 42%}50%{background-position:100% 59%}to{background-position:0 42%}}.chat-avatar-wrapper{z-index:5;pointer-events:none;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:15px;left:-40px;overflow:visible;transform:translateY(-50%)}.chat-avatar{z-index:6;background:#000;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden;box-shadow:0 0 12px rgba(255,255,255,.25)}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-nickname{margin-left:10px;font-size:20px;font-weight:700}.chat-text{color:#e2e8f0;margin-left:6px;font-size:18px;line-height:1.3}.showcase-container{flex-direction:column;justify-content:flex-end;height:280px;padding-bottom:10px;display:flex;overflow:visible}
