#zofrito-widget,#zofrito-widget *{box-sizing:border-box}#zofrito-widget.zofrito-hidden #zofrito-launcher,#zofrito-widget.zofrito-hidden #zofrito-launcher-close,#zofrito-widget.zofrito-hidden #zofrito-label,#zofrito-widget.zofrito-hidden #zofrito-chat{display:none!important}#zofrito-widget.zofrito-hidden #zofrito-restore{display:inline-flex!important}#zofrito-launcher{position:fixed;right:24px;bottom:12px;width:138px;height:158px;border:0;padding:0;background:transparent;cursor:pointer;z-index:999999}#zofrito-launcher img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 9px 8px rgba(0,0,0,.22));animation:zofritoFloat 3s ease-in-out infinite}#zofrito-launcher-close{position:fixed;right:24px;bottom:156px;width:28px;height:28px;border:0;border-radius:50%;background:#fff;color:#155751;font-size:20px;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.16);z-index:1000000}#zofrito-label{position:fixed;right:112px;bottom:126px;background:#fff;color:#174f4a;font-size:13px;font-weight:700;padding:9px 13px;border-radius:16px;box-shadow:0 5px 18px rgba(0,0,0,.15);z-index:999998}#zofrito-restore{display:none;position:fixed;right:18px;bottom:18px;border:0;border-radius:24px;padding:11px 16px;background:#12665e;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.18);z-index:999999}#zofrito-chat{position:fixed;right:24px;bottom:138px;width:410px;height:535px;background:#fff;border-radius:18px;box-shadow:0 16px 46px rgba(0,0,0,.22);overflow:hidden;display:none;flex-direction:column;z-index:999997;font-family:Arial,Helvetica,sans-serif}#zofrito-chat.open{display:flex;animation:zofritoOpen .18s ease-out}#zofrito-widget.chat-open #zofrito-launcher{right:-2px;bottom:2px;width:136px;height:156px}#zofrito-widget.chat-open #zofrito-label,#zofrito-widget.chat-open #zofrito-launcher-close{display:none!important}.zofrito-header{min-height:76px;background:linear-gradient(135deg,#12665e,#174f68);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;flex:0 0 auto}.zofrito-header-left{display:flex;align-items:center;gap:10px;min-width:0}.zofrito-header-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.zofrito-header-actions button{border:0;background:rgba(255,255,255,.16);color:#fff;font-size:22px;line-height:1;width:30px;height:30px;border-radius:8px;cursor:pointer;padding:0}.zofrito-avatar{width:56px;height:56px;background:#fff;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.zofrito-avatar img{width:54px;height:54px;object-fit:contain}.zofrito-name{font-size:17px;font-weight:700}.zofrito-status{margin-top:3px;font-size:11px;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#zofrito-messages{flex:1;min-height:0;overflow-y:auto;padding:16px;background:#f6f8f8;scrollbar-width:thin;overscroll-behavior:contain}.zofrito-message{width:fit-content;max-width:86%;margin-bottom:11px;padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.5;word-break:break-word}.zofrito-message.bot{background:#fff;color:#263238;border-top-left-radius:4px;box-shadow:0 2px 5px rgba(0,0,0,.07)}.zofrito-message.bot strong{color:#12665e}.zofrito-message.bot ul{margin:7px 0 4px 18px;padding:0}.zofrito-message.bot li{margin-bottom:2px}.zofrito-message.user{margin-left:auto;background:#d8eee8;color:#153c36;border-top-right-radius:4px}.zofrito-quick-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.zofrito-quick-action{border:1px solid #177267;background:#fff;color:#12665e;padding:7px 10px;border-radius:18px;cursor:pointer;font-size:12px}.zofrito-input-area{padding:11px;background:#fff;border-top:1px solid #e2e8e7;display:flex;gap:8px;flex:0 0 auto}#zofrito-input{flex:1;min-width:0;border:1px solid #ccd6d5;border-radius:22px;padding:10px 14px;outline:none}#zofrito-send{border:0;border-radius:21px;padding:0 15px;background:#12665e;color:#fff;font-weight:700;cursor:pointer;min-width:64px}@keyframes zofritoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes zofritoOpen{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:820px){#zofrito-chat{right:12px;left:12px;width:auto;bottom:104px;height:min(72vh,620px)}#zofrito-launcher{right:10px;width:112px;height:132px}#zofrito-widget.chat-open #zofrito-launcher{right:2px;bottom:0;width:102px;height:120px}}@media(max-width:600px){#zofrito-chat{left:8px;right:8px;bottom:72px;width:auto;height:min(58dvh,520px);max-height:calc(100dvh - 140px);border-radius:16px}.zofrito-header{min-height:64px;padding:7px 9px}.zofrito-avatar{width:44px;height:44px}.zofrito-avatar img{width:42px;height:42px}.zofrito-name{font-size:15px}.zofrito-status{font-size:9.5px;max-width:180px}.zofrito-header-actions button{width:28px;height:28px;font-size:20px}#zofrito-messages{padding:10px}.zofrito-message{max-width:94%;font-size:12.5px;line-height:1.38;padding:8px 10px;margin-bottom:8px}.zofrito-message.bot ul{margin-left:15px}.zofrito-quick-actions{gap:5px;margin-top:8px}.zofrito-quick-action{padding:5px 8px;font-size:11px}.zofrito-input-area{padding:7px;gap:5px}#zofrito-input{min-height:40px;font-size:16px;padding:8px 11px}#zofrito-send{min-width:62px;min-height:40px;padding:0 10px;font-size:12.5px}#zofrito-launcher{right:6px;bottom:5px;width:76px;height:90px}#zofrito-launcher-close{right:6px;bottom:86px;width:22px;height:22px;font-size:16px}#zofrito-label{right:58px;bottom:70px;font-size:10.5px;padding:6px 9px}#zofrito-widget.chat-open #zofrito-launcher{right:-2px;bottom:-4px;width:68px;height:80px;opacity:.96}#zofrito-restore{right:7px;bottom:8px;padding:8px 12px;font-size:11.5px}}@media(max-width:600px) and (max-height:700px){#zofrito-chat{bottom:62px;height:54dvh;max-height:calc(100dvh - 120px)}#zofrito-widget.chat-open #zofrito-launcher{width:62px;height:72px}}