.ag-chat{position:fixed;right:18px;bottom:94px;z-index:90;font-family:inherit}.ag-chat__launcher{display:flex;align-items:center;justify-content:center;gap:6px;width:64px;height:64px;border:0;border-radius:50%;color:#fff;background:linear-gradient(145deg,#9b6ee8,#5c26a5);box-shadow:0 16px 35px rgba(75,31,130,.35);font-size:23px;cursor:pointer;animation:agChatFloat 3.5s ease-in-out infinite}.ag-chat__launcher span{position:absolute;right:52px;padding:6px 9px;border-radius:9px;color:#512480;background:#fff;box-shadow:0 7px 18px rgba(58,26,91,.15);font-size:9px;font-weight:900}.ag-chat__panel{position:absolute;right:0;bottom:74px;width:min(350px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 150px));overflow:hidden;border:1px solid rgba(117,65,175,.18);border-radius:23px;background:#fff;box-shadow:0 30px 75px rgba(43,16,69,.3)}.ag-chat__panel header{display:flex;align-items:center;gap:10px;padding:14px;color:#fff;background:linear-gradient(135deg,#35134f,#6d28d9)}.ag-chat__panel header>span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:rgba(255,255,255,.18);font-weight:900}.ag-chat__panel header div{display:flex;flex:1;flex-direction:column}.ag-chat__panel header small{font-size:9px;opacity:.8}.ag-chat__panel header i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#54e58a}.ag-chat__panel header button{border:0;color:#fff;background:none;font-size:24px}.ag-chat__body{height:260px;padding:14px;overflow-y:auto;background:linear-gradient(145deg,#fbf8ff,#f5edff)}.chat-bubble{max-width:88%;margin:0 0 9px;padding:10px 12px;border-radius:15px;font-size:11px;line-height:1.5}.chat-bubble.bot{border-bottom-left-radius:4px;background:#fff;box-shadow:0 6px 15px rgba(57,25,89,.08)}.chat-bubble.user{margin-left:auto;border-bottom-right-radius:4px;color:#fff;background:#6d28d9}.chat-bubble a{color:#6d28d9;font-weight:900;text-decoration:underline}.chat-track{display:grid;gap:7px;margin-top:9px}.chat-track input{height:38px;padding:0 10px;border:1px solid #dfd1eb;border-radius:9px}.chat-track button{height:38px;border:0;border-radius:9px;color:#fff;background:#16a34a;font-weight:900}.ag-chat__quick{display:flex;gap:6px;padding:10px;overflow-x:auto;scrollbar-width:none}.ag-chat__quick button{flex:0 0 auto;padding:7px 9px;border:1px solid #ddcfeb;border-radius:99px;color:#5d2a89;background:#fff;font-size:9px;font-weight:800}.ag-chat__input{display:grid;grid-template-columns:1fr 38px;gap:7px;padding:0 10px 11px}.ag-chat__input input{height:40px;padding:0 11px;border:1px solid #dfd2e9;border-radius:11px;outline:none}.ag-chat__input button{border:0;border-radius:11px;color:#fff;background:#6d28d9}@keyframes agChatFloat{50%{transform:translateY(-7px) rotate(3deg)}}@media(max-width:749px){.ag-chat{right:13px;bottom:145px}.ag-chat__launcher{width:56px;height:56px}.ag-chat__panel{position:fixed;right:10px;bottom:78px;width:calc(100vw - 20px);max-height:calc(100vh - 100px)}.ag-chat__body{height:min(320px,40vh)}}@media(prefers-reduced-motion:reduce){.ag-chat *{animation:none!important}}
