.quick-chat-panel{position:absolute;z-index:12;right:72px;top:92px;width:210px;padding:9px;background:#082821f5;border:1px solid #b493566e;border-radius:9px;box-shadow:0 10px 28px #0009;display:none}.quick-chat-panel.open{display:block}.quick-chat-panel>div{display:flex;justify-content:space-between;color:#d7bd84;padding:3px 5px 8px;border-bottom:1px solid #806d4755}.quick-chat-panel>div button{border:0;background:none;color:#a99775}.quick-chat-panel>button{display:block;width:100%;padding:7px 6px;text-align:left;border:0;background:none;color:#bdc9c3;font-size:11px}.quick-chat-panel>button:hover{background:#1a493b;color:#ffe0a0}.quick-chat-panel p{display:flex;gap:8px;margin:6px 3px 2px}.quick-chat-panel p button{flex:1;border:1px solid #705f42;background:#123b30;border-radius:6px;padding:5px}.speech-bubble{position:absolute;z-index:15;max-width:190px;padding:8px 12px;background:#fff8df;color:#544329;border:1px solid #c9a55e;border-radius:13px;box-shadow:0 4px 12px #0008;font-size:12px;animation:bubble-in .22s}.speech-bubble:after{content:"";position:absolute;border:6px solid transparent;border-top-color:#fff8df;bottom:-12px;left:22px}.speech-bubble.seat-0{left:125px;bottom:168px}.speech-bubble.seat-1{left:115px;top:37%}.speech-bubble.seat-2{left:calc(50% + 42px);top:88px}.speech-bubble.seat-3{right:115px;top:37%}.speech-bubble.seat-3:after{left:auto;right:22px}@keyframes bubble-in{from{opacity:0;transform:scale(.8)}}@media(max-width:650px){.quick-chat-panel{right:45px}.speech-bubble{max-width:145px}.speech-bubble.seat-1{left:70px}.speech-bubble.seat-3{right:70px}}
