@keyframes ohm-pulse{0%{opacity:.6;transform:scale(1)}70%,to{opacity:0;transform:scale(1.4)}}@keyframes ohm-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ohm-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}#ohm-widget svg,#ohm-widget svg *{visibility:visible!important;display:inline!important}#ohm-widget button svg{display:block!important;pointer-events:none}:root{--ohm-dark:#2B2B2B;--ohm-darker:#1E1E1E;--ohm-darkest:#171717;--ohm-surface:#333333;--ohm-surface-light:#3D3D3D;--ohm-border:#444444;--ohm-turquoise:#4DD9C0;--ohm-turquoise-hover:#3CC4AC;--ohm-turquoise-dim:rgba(77, 217, 192, 0.15);--ohm-text:#F0F0F0;--ohm-text-muted:#A0A0A0;--ohm-text-faint:#707070;--ohm-user-bubble:#4DD9C0;--ohm-user-text:#1A1A1A;--ohm-bot-bubble:#3D3D3D;--ohm-radius:16px;--ohm-radius-sm:10px;--ohm-radius-msg:18px;--ohm-shadow:0 8px 40px rgba(0, 0, 0, 0.45), 0 2px 12px rgba(0, 0, 0, 0.25);--ohm-font:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--ohm-transition:280ms cubic-bezier(0.16, 1, 0.3, 1)}#ohm-widget{position:fixed;bottom:90px;right:24px;z-index:99999;font-family:var(--ohm-font)}#ohm-bubble{width:64px;height:64px;background:var(--ohm-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:transform var(--ohm-transition),box-shadow var(--ohm-transition),background var(--ohm-transition);box-shadow:0 4px 20px rgba(77,217,192,.25),0 2px 8px rgba(0,0,0,.3)}#ohm-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(77,217,192,.35),0 3px 12px rgba(0,0,0,.35);background:var(--ohm-darker)}.ohm-bubble-icon{width:36px;height:36px}#ohm-bubble,.ohm-bubble-pulse{border-radius:50%;border:2px solid var(--ohm-turquoise)}.ohm-bubble-pulse{position:absolute;inset:-4px;animation:ohm-pulse 2.5s ease-out infinite;pointer-events:none}#ohm-chat{position:fixed;bottom:24px;right:24px;width:400px;height:580px;max-height:calc(100vh - 120px);background:var(--ohm-darkest);border-radius:var(--ohm-radius);box-shadow:var(--ohm-shadow);border:1px solid var(--ohm-border);display:flex;flex-direction:column;overflow:hidden;transition:opacity var(--ohm-transition),transform var(--ohm-transition);transform-origin:bottom right}#ohm-chat.ohm-chat-hidden{opacity:0;transform:scale(.92) translateY(12px);pointer-events:none}.ohm-chat-header{background:var(--ohm-dark);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ohm-border);flex-shrink:0}.ohm-chat-header-left{display:flex;align-items:center;gap:12px}.ohm-chat-avatar{width:38px;height:38px;border-radius:50%;background:var(--ohm-surface);display:flex;align-items:center;justify-content:center;border:1.5px solid var(--ohm-turquoise);flex-shrink:0}.ohm-chat-avatar svg{width:24px;height:24px}.ohm-chat-header-info{display:flex;flex-direction:column}.ohm-chat-title{font-size:15px;font-weight:700;color:var(--ohm-text);letter-spacing:.5px}.ohm-chat-status{font-size:12px;color:var(--ohm-text-muted);display:flex;align-items:center;gap:5px}.ohm-status-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block}.ohm-chat-header-right{display:flex;gap:4px}#ohm-close{width:34px;height:34px;border:0!important;background:var(--ohm-surface)!important;color:#f0f0f0!important;border-radius:50%!important;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;transition:background var(--ohm-transition),color var(--ohm-transition);padding:0!important;margin:0!important;line-height:1!important;font-size:20px!important}#ohm-close:hover{background:var(--ohm-surface-light)!important;color:#fff!important}.ohm-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:var(--ohm-surface-light) transparent}.ohm-chat-messages::-webkit-scrollbar{width:5px}.ohm-chat-messages::-webkit-scrollbar-track{background:0 0}.ohm-chat-messages::-webkit-scrollbar-thumb{background:var(--ohm-surface-light);border-radius:10px}.ohm-msg{display:flex;gap:10px;max-width:92%;animation:ohm-msg-in 300ms ease-out}.ohm-msg-bot{align-self:flex-start}.ohm-msg-user{align-self:flex-end;flex-direction:row-reverse}.ohm-msg-avatar{width:30px;height:30px;border-radius:50%;background:var(--ohm-surface);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.ohm-msg-avatar svg{width:20px;height:20px}.ohm-msg-user .ohm-msg-avatar{background:var(--ohm-turquoise-dim)}.ohm-msg-bubble{padding:12px 16px;border-radius:var(--ohm-radius-msg);font-size:14px;line-height:1.55;word-break:break-word}.ohm-msg-bot .ohm-msg-bubble{background:var(--ohm-bot-bubble);color:var(--ohm-text);border-bottom-left-radius:6px}.ohm-msg-user .ohm-msg-bubble{background:var(--ohm-user-bubble);color:var(--ohm-user-text);border-bottom-right-radius:6px}.ohm-msg-bubble ul{margin:8px 0 4px;padding-left:18px}.ohm-msg-bubble li{margin-bottom:4px;max-width:none}.ohm-msg-bubble strong{font-weight:600}.ohm-quick-actions{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0 8px 40px}.ohm-chip{padding:8px 14px;border-radius:20px;border:1px solid var(--ohm-border);background:var(--ohm-surface);color:var(--ohm-text);font-size:13px;cursor:pointer;transition:all var(--ohm-transition);font-family:var(--ohm-font);white-space:nowrap}.ohm-chip:hover{color:var(--ohm-turquoise)}.ohm-product-cards{display:flex;flex-direction:column;gap:8px;margin-top:10px}.ohm-product-card{background:var(--ohm-surface);border:1px solid var(--ohm-border);border-radius:12px;padding:12px;display:flex;gap:12px;transition:border-color var(--ohm-transition),background var(--ohm-transition);cursor:pointer;text-decoration:none;color:inherit}.ohm-brand-card:hover,.ohm-chip:hover,.ohm-page-card:hover,.ohm-product-card:hover{border-color:var(--ohm-turquoise);background:var(--ohm-turquoise-dim)}.ohm-product-img{width:64px;height:64px;border-radius:8px;background:var(--ohm-darker);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:28px;overflow:hidden}.ohm-product-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.ohm-product-info{flex:1;min-width:0}.ohm-product-name{font-size:13px;font-weight:600;color:var(--ohm-text);margin-bottom:3px;line-height:1.3}.ohm-product-desc{font-size:12px;color:var(--ohm-text-muted);line-height:1.4;margin-bottom:4px}.ohm-product-price,.ohm-product-tag{font-size:14px;font-weight:700;color:var(--ohm-turquoise)}.ohm-product-tag{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:4px;background:var(--ohm-turquoise-dim);margin-left:8px}.ohm-brand-cards{display:flex;flex-direction:column;gap:8px;margin-top:10px}.ohm-brand-card{background:var(--ohm-surface);border:1px solid var(--ohm-border);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;transition:border-color var(--ohm-transition),background var(--ohm-transition);cursor:pointer;text-decoration:none;color:inherit}.ohm-brand-logo{width:44px;height:44px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;padding:4px}.ohm-brand-logo img,.ohm-page-img img{width:100%;height:100%;object-fit:contain}.ohm-brand-initial{font-size:18px;font-weight:700;color:var(--ohm-turquoise);line-height:1}.ohm-brand-info{flex:1;min-width:0}.ohm-brand-name{font-size:14px;font-weight:600;color:var(--ohm-text);line-height:1.3}.ohm-brand-cta{font-size:12px;font-weight:500;color:var(--ohm-turquoise);margin-top:2px}.ohm-page-cards{display:flex;flex-direction:column;gap:8px;margin-top:10px}.ohm-page-card{background:var(--ohm-surface);border:1px solid var(--ohm-border);border-radius:12px;padding:12px;display:flex;gap:12px;transition:border-color var(--ohm-transition),background var(--ohm-transition);cursor:pointer;text-decoration:none;color:inherit}.ohm-page-img{width:56px;height:56px;border-radius:8px;background:var(--ohm-darker);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px;overflow:hidden}.ohm-page-img img{object-fit:cover;border-radius:8px}.ohm-page-info{flex:1;min-width:0}.ohm-page-title{font-size:13px;font-weight:600;color:var(--ohm-text);margin-bottom:3px;line-height:1.3}.ohm-page-desc{font-size:12px;color:var(--ohm-text-muted);line-height:1.4;margin-bottom:4px}.ohm-page-cta,.ohm-page-type{font-size:12px;font-weight:600;color:var(--ohm-turquoise)}.ohm-page-type{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:4px;background:rgba(77,217,192,.1);margin-left:8px}.ohm-msg-bubble a.ohm-inline-link,.ohm-msg-bubble a.ohm-inline-link:visited{color:var(--ohm-turquoise)!important;text-decoration:underline!important;text-decoration-color:rgba(77,217,192,.4)!important;text-underline-offset:2px!important;transition:text-decoration-color .2s!important}.ohm-msg-bubble a.ohm-inline-link:hover{text-decoration-color:var(--ohm-turquoise)!important}.ohm-typing{display:flex;gap:5px;padding:12px 16px;align-items:center}.ohm-typing-dot{width:7px;height:7px;border-radius:50%;background:var(--ohm-text-muted);animation:ohm-typing-bounce 1.2s ease-in-out infinite}.ohm-typing-dot:nth-child(2){animation-delay:.15s}.ohm-typing-dot:nth-child(3){animation-delay:.3s}.ohm-mixing-link{display:flex;align-items:center;gap:8px;padding:10px 14px;margin-top:8px;background:var(--ohm-turquoise-dim);border:1px solid rgba(77,217,192,.3);border-radius:10px;color:var(--ohm-turquoise);font-size:13px;font-weight:500;text-decoration:none;transition:background var(--ohm-transition)}.ohm-mixing-link:hover{background:rgba(77,217,192,.25)}.ohm-chat-input{padding:8px 12px;border-top:1px solid var(--ohm-border);background:var(--ohm-dark);flex-shrink:0}.ohm-input-wrap{display:flex;align-items:flex-end;gap:8px;background:var(--ohm-surface);border:1px solid var(--ohm-border);border-radius:24px;padding:6px 6px 6px 18px;transition:border-color var(--ohm-transition)}.ohm-input-wrap:focus-within{border-color:var(--ohm-turquoise)}#ohm-input{flex:1;border:0!important;background:0 0!important;color:var(--ohm-text)!important;font-size:14px!important;font-family:var(--ohm-font)!important;resize:none!important;height:42px!important;min-height:42px!important;max-height:42px!important;line-height:1.5!important;padding:6px 0!important;outline:0!important;overflow-y:auto!important;box-sizing:border-box!important}#ohm-input::placeholder{color:var(--ohm-text-faint)}#ohm-send{width:38px;height:38px;border-radius:50%!important;border:0!important;background:0 0!important;color:#171717!important;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0;transition:transform var(--ohm-transition);padding:0!important}#ohm-send:hover{background:0 0!important;transform:scale(1.05)}#ohm-send:active{transform:scale(.95)}.ohm-input-footer{text-align:center;font-size:11px;color:var(--ohm-text-faint);padding-top:4px}.ohm-input-footer strong{color:var(--ohm-text-muted)}@media (max-width:480px){#ohm-chat{width:calc(100vw - 16px);height:calc(100vh - 100px);max-height:none;bottom:8px;right:8px;border-radius:14px 14px 0 0}#ohm-widget{bottom:140px;right:16px}#ohm-bubble{width:56px;height:56px}.ohm-bubble-icon{width:30px;height:30px}.ohm-quick-actions{padding-left:0}}