/* SOGO Solar AI Assistant */
.sogo-chat-launcher{position:fixed;right:22px;bottom:22px;width:62px;height:62px;border:0;border-radius:50%;background:linear-gradient(135deg,#e31e24,#9e1015);color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.24);z-index:99998;cursor:pointer;display:grid;place-items:center;transition:.25s ease}
.sogo-chat-launcher:hover{transform:translateY(-3px) scale(1.03)}
.sogo-chat-launcher svg{width:29px;height:29px}.sogo-chat-launcher .chat-close-icon{display:none}.sogo-chat-launcher.open .chat-open-icon{display:none}.sogo-chat-launcher.open .chat-close-icon{display:block}
.sogo-chat-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:#20c56b;border:3px solid #fff}
.sogo-chat-panel{position:fixed;right:22px;bottom:96px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 125px));background:#fff;border-radius:22px;box-shadow:0 22px 65px rgba(0,0,0,.28);z-index:99999;overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transition:.25s ease;font-family:Montserrat,Arial,sans-serif}
.sogo-chat-panel.open{opacity:1;visibility:visible;transform:none}
.sogo-chat-header{background:linear-gradient(135deg,#111 0%,#2c2c2c 58%,#b3151b 100%);color:#fff;padding:16px 17px;display:flex;align-items:center;gap:12px}
.sogo-chat-avatar{width:44px;height:44px;border-radius:14px;background:#fff;padding:7px;object-fit:contain}.sogo-chat-title{font-size:15px;font-weight:700;margin:0}.sogo-chat-status{font-size:11px;opacity:.82;margin-top:3px}.sogo-chat-status:before{content:'';display:inline-block;width:7px;height:7px;background:#35d779;border-radius:50%;margin-right:6px}
.sogo-chat-minimize{margin-left:auto;background:rgba(255,255,255,.12);border:0;color:#fff;width:34px;height:34px;border-radius:10px;cursor:pointer;font-size:20px}
.sogo-chat-messages{flex:1;overflow-y:auto;padding:17px;background:#f5f6f8;scroll-behavior:smooth}.sogo-msg{display:flex;margin:0 0 12px;gap:8px}.sogo-msg.user{justify-content:flex-end}.sogo-bubble{max-width:84%;font-size:13px;line-height:1.55;padding:11px 13px;border-radius:16px;white-space:pre-wrap;word-break:break-word}.sogo-msg.bot .sogo-bubble{background:#fff;color:#262626;border-bottom-left-radius:5px;box-shadow:0 2px 9px rgba(0,0,0,.06)}.sogo-msg.user .sogo-bubble{background:#b3171c;color:#fff;border-bottom-right-radius:5px}
.sogo-chat-time{font-size:9px;opacity:.55;display:block;margin-top:5px}.sogo-quick-replies{display:flex;gap:7px;overflow-x:auto;padding:0 17px 11px;background:#f5f6f8;scrollbar-width:none}.sogo-quick-replies::-webkit-scrollbar{display:none}.sogo-chip{white-space:nowrap;border:1px solid #d9dce1;background:#fff;color:#333;border-radius:999px;padding:8px 11px;font:600 11px Montserrat,Arial;cursor:pointer}.sogo-chip:hover{border-color:#b3171c;color:#b3171c}
.sogo-typing{display:none;padding:0 17px 10px;background:#f5f6f8}.sogo-typing.show{display:block}.sogo-typing span{display:inline-block;width:7px;height:7px;background:#888;border-radius:50%;margin:0 2px;animation:sogoDot 1.2s infinite}.sogo-typing span:nth-child(2){animation-delay:.16s}.sogo-typing span:nth-child(3){animation-delay:.32s}@keyframes sogoDot{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}
.sogo-chat-form{padding:11px;background:#fff;border-top:1px solid #eceef1;display:flex;gap:8px;align-items:flex-end}.sogo-chat-input{flex:1;resize:none;border:1px solid #dfe2e6;border-radius:14px;padding:11px 12px;min-height:44px;max-height:105px;outline:none;font:13px/1.45 Montserrat,Arial}.sogo-chat-input:focus{border-color:#b3171c}.sogo-chat-send{width:44px;height:44px;border:0;border-radius:13px;background:#b3171c;color:#fff;display:grid;place-items:center;cursor:pointer}.sogo-chat-send:disabled{opacity:.45;cursor:not-allowed}.sogo-chat-send svg{width:20px;height:20px}.sogo-chat-footer{text-align:center;font-size:9px;color:#81858b;padding:0 8px 8px;background:#fff}.sogo-chat-footer a{color:#b3171c;text-decoration:none}
.sogo-chat-action{display:inline-block;margin-top:8px;background:#128c4a;color:#fff!important;text-decoration:none;padding:8px 11px;border-radius:9px;font-size:11px;font-weight:700}
@media(max-width:600px){.sogo-chat-launcher{right:15px;bottom:15px;width:58px;height:58px}.sogo-chat-panel{right:7px;bottom:80px;width:calc(100vw - 14px);height:calc(100vh - 92px);border-radius:18px}.whatsapp-pill{bottom:88px!important}}
