.guiauy-chat-root{position:fixed;bottom:20px;z-index:99990;font-family:Arial,Helvetica,sans-serif;color:#172033}.guiauy-chat-right{right:20px}.guiauy-chat-left{left:20px}.guiauy-chat-launcher{min-height:50px;display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:0 17px;background:#0b67e3;color:#fff;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(11,103,227,.28)}.guiauy-dot{width:10px;height:10px;border-radius:50%;background:#62e58a}.guiauy-chat-launcher b{min-width:20px;height:20px;border-radius:99px;background:#fff;color:#0b67e3;font-size:11px;line-height:20px}.guiauy-chat-panel{position:absolute;bottom:62px;width:min(380px,calc(100vw - 28px));height:min(570px,calc(100vh - 100px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #dae2ed;border-radius:18px;background:#fff;box-shadow:0 22px 60px rgba(17,35,68,.22)}.guiauy-chat-right .guiauy-chat-panel{right:0}.guiauy-chat-left .guiauy-chat-panel{left:0}.guiauy-chat-panel[hidden]{display:none!important}.guiauy-chat-panel header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 16px;background:linear-gradient(135deg,#0757c7,#0b67e3);color:#fff}.guiauy-chat-panel header div{display:grid;gap:3px}.guiauy-chat-panel header strong{font-size:17px}.guiauy-chat-panel header span{font-size:12px;opacity:.9}.guiauy-chat-panel header button{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:25px;cursor:pointer}.guiauy-chat-profile{padding:20px;display:grid;gap:14px;overflow:auto}.guiauy-chat-profile[hidden],.guiauy-chat-conversation[hidden]{display:none!important}.guiauy-chat-profile label{display:grid;gap:6px;font-size:13px;font-weight:800}.guiauy-chat-profile small{font-weight:400;color:#667085}.guiauy-chat-profile input{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #cfd8e6;border-radius:9px;font-size:15px}.guiauy-chat-profile button,.guiauy-chat-form button{border:0;border-radius:9px;background:#0b67e3;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.guiauy-chat-profile button{min-height:44px}.guiauy-chat-conversation{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.guiauy-chat-messages{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px;background:#f7f9fc}.guiauy-chat-message{display:flex;margin:0 0 10px}.guiauy-chat-message>div{max-width:82%;padding:10px 12px;border:1px solid #e0e7f0;border-radius:14px;background:#fff;box-shadow:0 2px 7px rgba(24,45,78,.04)}.guiauy-chat-message.is-visitor{justify-content:flex-end}.guiauy-chat-message.is-visitor>div{background:#0b67e3;border-color:#0b67e3;color:#fff;border-bottom-right-radius:5px}.guiauy-chat-message.is-admin{justify-content:flex-start}.guiauy-chat-message.is-admin>div{border-bottom-left-radius:5px}.guiauy-chat-message p{margin:0;font-size:14px;line-height:1.45;word-break:break-word}.guiauy-chat-message small{display:block;margin-top:5px;font-size:10px;opacity:.7}.guiauy-chat-message.is-pending>div{opacity:.72}.guiauy-chat-message.is-error>div{outline:2px solid #b42318}.guiauy-chat-form{flex:0 0 auto;padding:12px;border-top:1px solid #e1e7ef;background:#fff}.guiauy-chat-form textarea{display:block;width:100%;min-height:58px;max-height:120px;box-sizing:border-box;resize:none;padding:10px 11px;border:1px solid #cfd8e6;border-radius:9px;font:14px/1.4 Arial,Helvetica,sans-serif}.guiauy-chat-form>div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.guiauy-chat-form span{font-size:11px;color:#667085}.guiauy-chat-form button{min-width:82px;min-height:38px;padding:0 14px}@media(max-width:600px){.guiauy-chat-root{bottom:13px}.guiauy-chat-right{right:13px}.guiauy-chat-left{left:13px}.guiauy-chat-panel{bottom:60px;height:min(610px,calc(100dvh - 88px));max-height:calc(100dvh - 88px)}.guiauy-chat-form{padding-bottom:max(12px,env(safe-area-inset-bottom))}}