#eaa-chat-toggle{position:fixed;left:18px;bottom:92px;z-index:99998;border:0;border-radius:999px;padding:11px 16px;background:#123b5d;color:#fff;font:600 14px/1.2 system-ui;box-shadow:0 8px 26px #0b263d40;cursor:pointer}#eaa-chat-toggle span{color:#65d7c4}#eaa-chat-panel{position:fixed;left:18px;bottom:145px;width:min(360px,calc(100vw - 28px));height:min(510px,calc(100vh - 180px));z-index:99999;background:#fff;border:1px solid #d8e2e9;border-radius:18px;box-shadow:0 18px 55px #102f4740;overflow:hidden;font-family:system-ui;color:#172b3a}#eaa-chat-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:15px 17px;background:linear-gradient(135deg,#123b5d,#17647a);color:#fff}#eaa-chat-panel header>div{display:flex;flex-direction:column}#eaa-chat-panel header small{margin-top:3px;opacity:.82}#eaa-chat-close{width:32px;height:32px;border:0;border-radius:8px;background:#ffffff1a;color:#fff;font:400 25px/1 system-ui;cursor:pointer}#eaa-chat-close:hover,#eaa-chat-close:focus{background:#ffffff2e}#eaa-chat-log{height:calc(100% - 148px);padding:13px;overflow:auto;background:#f4f7f9}.eaa-msg{max-width:86%;margin:8px 0;padding:9px 12px;border-radius:13px}.eaa-msg p{margin:0;white-space:pre-wrap}.eaa-user{margin-left:auto;background:#123b5d;color:#fff}.eaa-agent{background:#fff;border:1px solid #dce5ea}.eaa-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.eaa-actions a,.eaa-actions button{border:1px solid #17647a;border-radius:8px;padding:7px 9px;background:#fff;color:#12536a;text-decoration:none;font:600 12px system-ui;cursor:pointer}.eaa-cards{display:grid;gap:8px;margin-top:9px}.eaa-card{display:flex;gap:9px;align-items:flex-start;padding:8px;border:1px solid #dce5ea;border-radius:11px;background:#f8fafb;color:#172b3a}.eaa-card:hover{border-color:#a9c4d3;background:#fff}.eaa-card img{width:60px;height:60px;flex:0 0 60px;border-radius:8px;object-fit:cover;background:#e8eef2}.eaa-card-body{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.eaa-card-title{color:#173f5d;font-size:12px;font-weight:700;line-height:1.3;text-decoration:none}.eaa-card-title:hover{text-decoration:underline}.eaa-card-body small{color:#657783;font-size:11px;line-height:1.25}.eaa-card-old-price{color:#85949e!important;text-decoration:line-through}.eaa-card-price{color:#172b3a!important;font-weight:700}.eaa-card-body>small:last-of-type{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.eaa-card-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.eaa-card-action{border:1px solid #17647a;border-radius:7px;padding:5px 7px;background:#fff;color:#12536a;text-decoration:none;font:600 10px system-ui;cursor:pointer}.eaa-card-action:last-child{background:#123b5d;color:#fff}#eaa-chat-form{display:flex;padding:10px;gap:7px;border-top:1px solid #e1e7eb}#eaa-chat-input{min-width:0;flex:1;border:1px solid #cbd7df;border-radius:9px;padding:9px}#eaa-chat-form button{border:0;border-radius:9px;background:#123b5d;color:#fff;padding:0 12px}#eaa-chat-panel footer{padding:0 12px 9px;color:#687a86;font-size:10px;text-align:center}.eaa-typing{display:flex;align-items:center;gap:5px;width:max-content;min-width:64px}.eaa-typing span{width:7px;height:7px;border-radius:50%;background:#5e7889;animation:eaa-dot 1.1s infinite ease-in-out}.eaa-typing span:nth-child(2){animation-delay:.15s}.eaa-typing span:nth-child(3){animation-delay:.3s}.eaa-typing em{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.eaa-rating{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:9px;padding-top:7px;border-top:1px solid #e4eaee;color:#657783;font-size:10px}.eaa-rating button{border:1px solid #cbd7df;border-radius:7px;background:#fff;color:#29495e;padding:3px 7px;font:600 10px system-ui;cursor:pointer}.eaa-rating button:disabled{opacity:.55}@keyframes eaa-dot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}@media(prefers-reduced-motion:reduce){.eaa-typing span{animation:none}}@media(max-width:520px){#eaa-chat-toggle{left:12px;bottom:82px}#eaa-chat-panel{left:8px;bottom:132px;width:calc(100vw - 16px)}}