.ai-chat{position:fixed;right:24px;bottom:24px;z-index:1050;font-family:"Inter",sans-serif;color:#25262b}.ai-chat[v-cloak]{display:none}.ai-chat__launcher{display:flex;align-items:center;gap:10px;border:1px solid #01056b;border-radius:4px;padding:10px 18px 10px 10px;background:#01056b;color:#fff;font-family:"Inter",sans-serif;font-weight:700;box-shadow:0 10px 30px rgba(1,5,107,.2);cursor:pointer;transition:transform .2s,background-color .2s,box-shadow .2s}.ai-chat__launcher:hover{transform:translateY(-2px);background:rgba(1,5,107,.8);box-shadow:0 14px 34px rgba(1,5,107,.25)}.ai-chat__launcher-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:4px;background:#4d69ff;font-size:18px}.ai-chat__panel{position:absolute;right:0;bottom:68px;display:flex;flex-direction:column;width:min(390px,calc(100vw - 32px));height:min(590px,calc(100vh - 120px));overflow:hidden;border:1px solid #d9e0ef;border-radius:10px;background:#fff;box-shadow:0 22px 65px rgba(1,5,107,.18)}.ai-chat__header{display:flex;align-items:center;gap:12px;padding:17px 18px;background:#01056b;color:#fff}.ai-chat__avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:4px;background:#4d69ff;font-size:18px}.ai-chat__heading{display:flex;flex:1;flex-direction:column}.ai-chat__heading strong{font-family:"Poppins",sans-serif;font-size:15px;font-weight:600}.ai-chat__heading small{margin-top:2px;color:#f2f6ff;font-size:11px}.ai-chat__status{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:#66d68c}.ai-chat__close{border:0;background:transparent;color:#fff;font-size:20px;cursor:pointer}.ai-chat__messages{flex:1;overflow-y:auto;padding:20px 15px;background:#f2f6ff;scroll-behavior:smooth}.ai-chat__row{display:flex;margin:0 0 13px}.ai-chat__row--user{justify-content:flex-end}.ai-chat__bubble{max-width:82%;padding:11px 14px;border:1px solid #d9e0ef;border-radius:4px 10px 10px 10px;background:#fff;box-shadow:0 2px 9px rgba(1,5,107,.06);font-size:13px;line-height:1.55;white-space:pre-wrap}.ai-chat__row--user .ai-chat__bubble{border-color:#4d69ff;border-radius:10px 4px 10px 10px;background:#4d69ff;color:#fff}.ai-chat__form{display:flex;align-items:flex-end;gap:10px;padding:13px 14px 8px;border-top:1px solid #d9e0ef;background:#fff}.ai-chat__form textarea{flex:1;min-height:44px;max-height:100px;resize:none;border:1px solid #d9e0ef;border-radius:4px;padding:11px 13px;outline:0;color:#25262b;font:13px/1.5 "Inter",sans-serif}.ai-chat__form textarea:focus{border-color:#4d69ff;box-shadow:0 0 0 3px rgba(77,105,255,.14)}.ai-chat__form button{display:grid;place-items:center;width:44px;height:44px;border:1px solid #01056b;border-radius:4px;background:#01056b;color:#fff;cursor:pointer}.ai-chat__form button:hover:not(:disabled){background:rgba(1,5,107,.8)}.ai-chat__form button:disabled{opacity:.45;cursor:default}.ai-chat__notice{margin:0;padding:0 15px 11px;background:#fff;color:#61636c;font-size:9px;text-align:center}.ai-chat__typing{display:flex;gap:5px;padding:15px 17px}.ai-chat__typing span{width:6px;height:6px;border-radius:50%;background:#4d69ff;animation:ai-chat-pulse 1.2s infinite}.ai-chat__typing span:nth-child(2){animation-delay:.15s}.ai-chat__typing span:nth-child(3){animation-delay:.3s}@keyframes ai-chat-pulse{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@media(max-width:575px){.ai-chat{right:16px;bottom:16px}.ai-chat__panel{position:fixed;inset:12px;width:auto;height:auto;border-radius:10px}.ai-chat__launcher-label{display:none}.ai-chat__launcher{padding:9px}.ai-chat__launcher-icon{width:42px;height:42px}}
