@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.ai-chat{position:fixed;right:20px;bottom:20px;z-index:9998;font-size:14px;line-height:1.5;color:#303030}.ai-chat *{box-sizing:border-box}.ai-chat__launcher{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;padding:12px 20px;border:0;border-radius:40px;background:#0d77a9;color:#fff;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.ai-chat__launcher:hover{background:#1199d8;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.28)}.ai-chat__launcher:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.ai-chat__launcher-icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin-right:8px}.ai-chat--open .ai-chat__launcher-label{display:none}.ai-chat--open .ai-chat__launcher-icon{margin-right:0}.ai-chat__panel{position:absolute;right:0;bottom:64px;width:400px;max-width:90vw;max-height:620px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;background:#fff;border:1px solid #e7e7e7;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.24);overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease}.ai-chat--open .ai-chat__panel{opacity:1;transform:translateY(0) scale(1)}.ai-chat__header{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#434343;color:#fff;flex-shrink:0}.ai-chat__title{margin:0;font-size:16px;font-weight:700;color:#fff}.ai-chat__subtitle{margin:2px 0 0;font-size:12px;opacity:.85}.ai-chat__close{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease}.ai-chat__close:hover{background:rgba(255,255,255,.3)}.ai-chat__messages{flex:1 1 auto;min-height:180px;overflow-y:auto;overflow-x:hidden;padding:16px;background:#fff;-webkit-overflow-scrolling:touch}.ai-chat__message{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:12px}.ai-chat__message--user{justify-content:flex-end}.ai-chat__bubble{max-width:85%;padding:10px 14px;border-radius:14px;word-wrap:break-word;overflow-wrap:break-word}.ai-chat__message--user .ai-chat__bubble{background:#0d77a9;color:#fff;border-bottom-right-radius:4px}.ai-chat__message--bot .ai-chat__bubble{background:#f8f8f8;border:1px solid #e7e7e7;border-bottom-left-radius:4px}.ai-chat__bubble p{margin:0 0 8px}.ai-chat__bubble p:last-child{margin-bottom:0}.ai-chat__products{margin-top:12px;padding-top:12px;border-top:1px solid #ddd}.ai-chat__products-title{margin:0 0 8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#7d7d7d}.ai-chat__product-list{margin:0;padding:0;list-style:none}.ai-chat__product{padding:10px;margin-bottom:8px;background:#fff;border:1px solid #e7e7e7;border-radius:10px}.ai-chat__product:last-child{margin-bottom:0}.ai-chat__product-head{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;flex-wrap:wrap}.ai-chat__product-rank{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;margin-right:8px;border-radius:11px;background:#0d77a9;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.ai-chat__product-name{font-weight:700;flex:1 1 auto;margin-right:8px}.ai-chat__product-score{font-size:12px;font-weight:600;color:#249a3c;white-space:nowrap}.ai-chat__product-summary{margin:6px 0 0;font-size:13px;color:#7d7d7d}.ai-chat__product-actions{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-top:10px;flex-wrap:wrap}.ai-chat__btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;margin-right:8px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.ai-chat__btn:last-child{margin-right:0}.ai-chat__btn--primary{background:#0d77a9;color:#fff!important}.ai-chat__btn--primary:hover{background:#1199d8;color:#fff;text-decoration:none}.ai-chat__btn--ghost{background:transparent;border:1px solid #e7e7e7;color:#303030}.ai-chat__btn--ghost:hover{background:#f8f8f8;text-decoration:none}.ai-chat__btn--block{width:100%;margin-right:0}.ai-chat__cta{margin-top:12px}.ai-chat__best-match,.ai-chat__sources{margin-top:12px;padding-top:10px;border-top:1px solid #ddd}.ai-chat__best-match-label,.ai-chat__sources-label{display:block;margin-bottom:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#7d7d7d}.ai-chat__best-match-link,.ai-chat__source-link{color:#0d77a9;font-size:13px;text-decoration:none}.ai-chat__best-match-link:hover,.ai-chat__source-link:hover{text-decoration:underline}.ai-chat__sources-list{margin:0;padding:0;list-style:none}.ai-chat__sources-list li{margin-bottom:3px}.ai-chat__status{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;padding:8px 16px;background:#f8f8f8;border-top:1px solid #e7e7e7;font-size:12.5px;color:#7d7d7d;flex-shrink:0}.ai-chat__status[hidden]{display:none!important}.ai-chat__status-dots{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;margin-right:10px;flex-shrink:0}.ai-chat__status-dots span{width:7px;height:7px;margin-right:4px;border-radius:50%;background:#0d77a9;animation:aiChatDot 1.3s infinite ease-in-out both}.ai-chat__status-dots span:nth-child(1){animation-delay:-.32s}.ai-chat__status-dots span:nth-child(2){animation-delay:-.16s}.ai-chat__status-dots span:nth-child(3){animation-delay:0s;margin-right:0}.ai-chat__status-text{animation:aiChatFade .3s ease}.ai-chat__form{padding:12px 16px 14px;border-top:1px solid #e7e7e7;background:#fff;flex-shrink:0}.ai-chat__input-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:flex-end}.ai-chat__input{flex:1 1 auto;min-height:40px;max-height:120px;margin-right:8px;padding:9px 12px;border:1px solid #e7e7e7;border-radius:10px;font-family:inherit;font-size:14px;line-height:1.4;color:#303030;resize:none;overflow-y:auto}.ai-chat__input:focus{outline:none;border-color:#0d77a9}.ai-chat__input::-webkit-input-placeholder{color:#7d7d7d}.ai-chat__input::-moz-placeholder{color:#7d7d7d}.ai-chat__input:-ms-input-placeholder{color:#7d7d7d}.ai-chat__send{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:10px;background:#0d77a9;color:#fff;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,opacity .15s ease}.ai-chat__send:hover{background:#1199d8}.ai-chat__send:disabled{opacity:.45;cursor:not-allowed}.ai-chat__meta{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;margin-top:6px;font-size:11px;color:#7d7d7d}.ai-chat__counter--over{color:#0d77a9;font-weight:700}.ai-chat__disclaimer{opacity:.8}.ai-chat--busy .ai-chat__input{opacity:.7}@keyframes aiChatDot{0%,80%,100%{transform:scale(.7);opacity:.45}40%{transform:scale(1);opacity:1}}@keyframes aiChatFade{from{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}@media(max-width:640px){.ai-chat{position:static}.ai-chat__launcher{position:fixed;right:12px;bottom:12px;z-index:10000}.ai-chat__panel{position:fixed;right:0;left:0;bottom:0;width:100%;max-width:100%;max-height:80vh;max-height:80dvh;border-radius:14px 14px 0 0;border-left:0;border-right:0;border-bottom:0;transform-origin:bottom center;z-index:9999}.ai-chat--open .ai-chat__launcher{display:none}.ai-chat__bubble{max-width:90%}.ai-chat__form{padding-bottom:calc(14px + env(safe-area-inset-bottom,0))}}@media(prefers-reduced-motion:reduce){.ai-chat__panel,.ai-chat__launcher,.ai-chat__status-text{transition:none;animation:none}.ai-chat__status-dots span{animation-duration:2.4s}}