.ai-chat{position:fixed;z-index:1100;right:20px;bottom:20px;font-family:Manrope,Arial,sans-serif}.ai-chat-launcher{display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:linear-gradient(145deg,#0b356d,#071e40);color:#fff;padding:8px 13px 8px 8px;box-shadow:0 10px 28px rgba(5,29,59,.24);font:800 12px/1.1 inherit;cursor:pointer;transition:transform .2s,box-shadow .2s}.ai-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(5,29,59,.3)}.ai-chat-star{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,#e9284c,#bc1233);color:#fff;font-size:15px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}.ai-chat-panel{position:absolute;right:0;bottom:58px;width:min(350px,calc(100vw - 22px));height:min(540px,calc(100vh - 100px));background:#fff;border:1px solid rgba(9,47,102,.13);border-radius:17px;overflow:hidden;box-shadow:0 20px 55px rgba(4,25,52,.25);color:#14263a;transform-origin:bottom right;animation:chat-in .18s ease-out}.ai-chat-panel[hidden]{display:none}@keyframes chat-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}.ai-chat-panel>header{height:59px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:linear-gradient(115deg,#071e40,#0d407f);color:#fff}.ai-chat-brand{display:flex;align-items:center;gap:9px}.ai-chat-brand img{width:34px;height:34px;object-fit:contain}.ai-chat-brand span{display:grid}.ai-chat-brand strong{font-size:13px}.ai-chat-brand small{color:#dce8f7;font-size:9px}.ai-chat-brand i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#55df9a;margin-right:4px}.ai-chat-panel>header>button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:9px;background:rgba(255,255,255,.1);color:#fff;font-size:20px;cursor:pointer}.ai-chat-notice{padding:6px 12px;background:#fff8e8;color:#765413;font-size:8.5px;line-height:1.35;text-align:center}.ai-chat-messages{height:calc(100% - 181px);overflow:auto;padding:13px;background:linear-gradient(#f7f9fc,#f2f6fa);display:flex;flex-direction:column;gap:8px}.ai-chat-message{max-width:84%;padding:9px 11px;border-radius:13px;font-size:11.5px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.ai-chat-message.assistant{align-self:flex-start;background:#fff;border:1px solid #dde6ef;border-bottom-left-radius:4px;box-shadow:0 3px 10px rgba(9,47,102,.04)}.ai-chat-message.user{align-self:flex-end;background:#0a376f;color:#fff;border-bottom-right-radius:4px}.ai-chat-message.typing{color:#748197}.ai-chat-suggestions{display:flex;gap:5px;overflow-x:auto;padding:6px 10px;background:#f2f6fa}.ai-chat-suggestions button{white-space:nowrap;border:1px solid #ced9e6;border-radius:999px;background:#fff;color:#173553;padding:6px 9px;font:700 9px/1.2 inherit;cursor:pointer}.ai-chat-compose{height:51px;display:flex;align-items:flex-end;gap:7px;padding:6px 8px;border-top:1px solid #e2e8f0}.ai-chat-compose textarea{flex:1;resize:none;border:0;outline:0;padding:9px 7px;max-height:90px;font:11.5px/1.4 inherit;color:#14263a;background:transparent}.ai-chat-compose button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:11px;background:#d8193d;color:#fff;font-size:14px;cursor:pointer}.ai-chat-panel>footer{height:24px;text-align:center;font-size:8px;color:#7a8798}.ai-chat-panel>footer button{border:0;background:transparent;color:#0a376f;font:700 8px inherit;text-decoration:underline;cursor:pointer}.ai-chat-contact{position:absolute;inset:65px 0 0;z-index:4;background:linear-gradient(160deg,#f7faff,#eef4fa);padding:18px 20px 15px;overflow:auto}.ai-chat-contact[hidden]{display:none}.ai-chat-contact>div{display:flex;align-items:center;gap:11px;margin-bottom:14px;color:#092f66}.ai-chat-contact-icon{display:grid;place-items:center;flex:0 0 36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#e9284c,#bd1434);color:#fff;font-size:15px}.ai-chat-contact>div>span:nth-child(2){display:grid;gap:2px}.ai-chat-contact>div strong{font-size:14px}.ai-chat-contact>div small{color:#65758a;font-size:9px;line-height:1.4}.ai-chat-contact input{display:block;width:100%;box-sizing:border-box;margin:7px 0;padding:10px 11px;border:1px solid #d2ddea;border-radius:10px;background:#fff;font:11px inherit;box-shadow:0 2px 7px rgba(9,47,102,.025);outline:none}.ai-chat-contact input:focus{border-color:#4c75a5;box-shadow:0 0 0 3px rgba(26,84,148,.08)}.ai-chat-contact>button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:10px;padding:11px;border:0;border-radius:11px;background:linear-gradient(135deg,#d8193d,#b90f30);color:#fff;font:800 11px inherit;cursor:pointer;box-shadow:0 8px 18px rgba(216,25,61,.18)}.ai-chat-contact>button:disabled{opacity:.6}.ai-chat-privacy{display:block;margin-top:9px;text-align:center;color:#748197;font-size:8.5px;line-height:1.45}.ai-chat-form-error{margin:7px 0;color:#a51e35;font-size:9px}.ai-chat-panel[dir=rtl] .ai-chat-message.assistant{align-self:flex-end;border-bottom-left-radius:13px;border-bottom-right-radius:4px}.ai-chat-panel[dir=rtl] .ai-chat-message.user{align-self:flex-start;border-bottom-right-radius:13px;border-bottom-left-radius:4px}@media(max-width:600px){.ai-chat{right:12px;bottom:12px}.ai-chat-launcher-label{display:none}.ai-chat-launcher{padding:7px}.ai-chat-panel{position:fixed;inset:auto 8px 66px;width:auto;height:min(515px,calc(100vh - 82px));border-radius:16px}.ai-chat-contact{padding:17px 18px 14px}}@media(max-width:390px){.ai-chat-panel{inset:8px 8px 62px;height:auto}.ai-chat-contact input{padding:9px 10px}}
