#hk-ai-widget{position:fixed;right:24px;bottom:24px;z-index:999999;font-family:inherit;color:#2e1f0a}
.hk-ai-launcher{border:0;border-radius:999px;padding:13px 19px;background:#2e1f0a;color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.2);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:9px;font-size:14px}
.hk-ai-leaf{font-size:19px}.hk-ai-panel{position:absolute;right:0;bottom:58px;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 110px));background:#fff;border:1px solid #e6ded2;border-radius:18px;box-shadow:0 18px 60px rgba(30,20,10,.22);overflow:hidden;display:flex;flex-direction:column}
.hk-ai-panel[hidden]{display:none}.hk-ai-header{padding:16px 17px;background:#f5efe7;display:flex;justify-content:space-between;align-items:center}.hk-ai-header strong{display:block;font-size:15px}.hk-ai-header small{display:block;margin-top:3px;opacity:.68}.hk-ai-close{border:0;background:transparent;font-size:27px;line-height:1;cursor:pointer;color:#2e1f0a}
.hk-ai-messages{flex:1;overflow:auto;padding:16px;background:#fff}.hk-ai-message{margin:0 0 13px;display:flex;flex-direction:column}.hk-ai-message.user{align-items:flex-end}.hk-ai-bubble{max-width:88%;padding:10px 12px;border-radius:14px;background:#f2eee9;font-size:14px;line-height:1.48}.hk-ai-message.user .hk-ai-bubble{background:#2e1f0a;color:#fff;border-bottom-right-radius:4px}.hk-ai-message.assistant .hk-ai-bubble{border-bottom-left-radius:4px}
.hk-ai-products{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:9px;width:100%}.hk-ai-product{border:1px solid #e8e0d7;border-radius:12px;overflow:hidden;background:#fff}.hk-ai-product img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f7f4ef}.hk-ai-product-body{padding:9px}.hk-ai-product-body a{font-weight:700;text-decoration:none;color:#2e1f0a;font-size:13px;line-height:1.3;display:block}.hk-ai-price{font-size:12px;margin:5px 0 8px}.hk-ai-add{width:100%;border:1px solid #2e1f0a;background:#fff;color:#2e1f0a;border-radius:8px;padding:7px;font-size:12px;font-weight:700;cursor:pointer}.hk-ai-add:hover{background:#2e1f0a;color:#fff}
.hk-ai-form{display:flex;gap:8px;padding:10px;border-top:1px solid #eee5dc;background:#fff}.hk-ai-form textarea{flex:1;resize:none;max-height:120px;border:1px solid #d8cec2;border-radius:12px;padding:10px 11px;outline:none;font:inherit;font-size:14px;line-height:1.35}.hk-ai-form textarea:focus{border-color:#8f7657}.hk-ai-form>button{width:44px;border:0;border-radius:12px;background:#2e1f0a;color:#fff;font-size:18px;cursor:pointer}.hk-ai-disclaimer{font-size:10px;line-height:1.35;padding:0 12px 10px;color:#776d63;background:#fff}.hk-ai-typing{padding:0 16px 8px}.hk-ai-typing span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#988b7c;margin-right:3px;animation:hkai 1s infinite}.hk-ai-typing span:nth-child(2){animation-delay:.15s}.hk-ai-typing span:nth-child(3){animation-delay:.3s}@keyframes hkai{0%,80%,100%{opacity:.25}40%{opacity:1}}
@media(max-width:600px){#hk-ai-widget{right:12px;bottom:12px}.hk-ai-panel{right:-4px;bottom:55px;height:min(72vh,650px)}.hk-ai-products{grid-template-columns:1fr 1fr}.hk-ai-launcher{padding:12px 15px}}
