.chat-panel{background:#fff;border-radius:26px 26px 0 0;bottom:0;box-shadow:0 -20px 60px #191a1c30;left:50%;max-width:480px;padding:18px;position:fixed;transform:translateX(-50%);width:100%;z-index:1000}.chat-head{align-items:flex-start;display:flex;justify-content:space-between}.chat-head small{color:#bd8308;font-size:8px;font-weight:900;letter-spacing:.12em}.chat-head h2{margin:4px 0 12px}.chat-head>button{background:#f1f1f2;border:0;border-radius:50%;font-size:20px;height:36px;width:36px}.chat-messages{background:#f6f6f7;border-radius:17px;display:flex;flex-direction:column;gap:8px;height:min(48vh,410px);overflow:auto;padding:13px}.chat-bubble{background:#fff;border-radius:15px 15px 15px 4px;max-width:82%;padding:10px 12px}.chat-bubble.mine{align-self:flex-end;background:#191a1c;border-radius:15px 15px 4px 15px;color:#fff}.chat-bubble small{color:#bd8308;display:block;font-size:7px;font-weight:900}.chat-bubble p{font-size:11px;line-height:1.45;margin:4px 0;overflow-wrap:anywhere}.chat-bubble time{color:#929298;display:block;font-size:7px;text-align:right}.chat-empty{color:#777b82;font-size:10px;margin:auto;text-align:center}.chat-compose{display:grid;gap:8px;grid-template-columns:1fr auto;margin-top:10px}.chat-compose input{border:1px solid #e7e7e9;border-radius:13px;padding:13px}.chat-compose button,.chat-open{background:#edb829;border:0;border-radius:13px;font-size:9px;font-weight:900;padding:0 17px}.chat-open{margin-top:10px;padding:13px;width:100%}
