#integra-ai-root{--ia-color:#0b63ce;--ia-color-dark:#073e84;--ia-link-color:#0b63ce;--ia-panel-bg:#fff;--ia-messages-bg:#f5f7fa;--ia-bot-bg:#fff;--ia-text:#162033;--ia-radius:18px;--ia-side-offset:22px;--ia-effective-side:var(--ia-side-offset);--ia-bottom-offset:22px;--ia-collision-offset:0px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:fixed;right:max(var(--ia-effective-side),env(safe-area-inset-right,0px));left:auto;bottom:calc(var(--ia-bottom-offset) + var(--ia-collision-offset) + env(safe-area-inset-bottom,0px));z-index:999999;color:var(--ia-text);pointer-events:none;transition:bottom .18s ease}
#integra-ai-root.ia-position-left{left:max(var(--ia-effective-side),env(safe-area-inset-left,0px));right:auto}
#integra-ai-toggle,#integra-ai-panel{pointer-events:auto}
#integra-ai-root button,#integra-ai-root select,#integra-ai-root textarea,#integra-ai-root summary,#integra-ai-root a{touch-action:manipulation}
#integra-ai-toggle{border:2px solid #fff;border-radius:28px;background:var(--ia-color);color:#fff;padding:11px 17px;box-shadow:0 0 0 1px #0002,0 8px 28px #0005;cursor:pointer;font-size:14px;font-weight:600;display:flex;gap:8px;align-items:center;-webkit-tap-highlight-color:transparent}
#integra-ai-toggle span{font-size:19px}
#integra-ai-panel{position:absolute;right:0;left:auto;bottom:62px;width:min(380px,calc(100vw - 24px));height:min(570px,calc(100vh - 100px));height:min(570px,calc(100dvh - 100px));background:var(--ia-panel-bg);border-radius:var(--ia-radius);box-shadow:0 18px 55px #0004;overflow:hidden;overscroll-behavior:contain;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .18s,transform .18s,visibility .18s;display:flex;flex-direction:column}
#integra-ai-root.ia-position-left #integra-ai-panel{left:0;right:auto}
#integra-ai-panel[hidden]{display:none!important;visibility:hidden!important;pointer-events:none!important}
#integra-ai-panel.open:not([hidden]){opacity:1;visibility:visible;pointer-events:auto;transform:none}
#integra-ai-panel header{background:linear-gradient(135deg,var(--ia-color),var(--ia-color-dark));color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex:0 0 auto}
#integra-ai-panel header>div:first-child{min-width:0}
.ia-header-title{cursor:pointer;user-select:none;-webkit-user-select:none;outline-offset:4px}
#integra-ai-panel header strong{display:block;font-size:16px}
#integra-ai-panel header small{display:block;margin-top:4px;opacity:.9}
#integra-ai-panel header small i{display:inline-block;width:7px;height:7px;background:#52e08c;border-radius:50%}
.ia-header-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.ia-header-actions select{max-width:92px;border:1px solid #ffffff66;border-radius:7px;background:#ffffff20;color:#fff;padding:4px;font-size:11px}.ia-header-actions select option{color:var(--ia-text);background:var(--ia-panel-bg)}
#integra-ai-close{border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}
#integra-ai-messages{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;padding:16px;background:var(--ia-messages-bg)}
.ia-msg{display:flex;margin:9px 0;flex-direction:column;align-items:flex-start}
.ia-msg>div{max-width:84%;padding:10px 12px;border-radius:calc(var(--ia-radius) * .78);background:var(--ia-bot-bg);box-shadow:0 1px 3px #0001;line-height:1.42;font-size:14px;white-space:pre-wrap}
.ia-msg.user{align-items:flex-end}
.ia-msg.user>div{background:var(--ia-color);color:#fff;border-bottom-right-radius:4px}
.ia-msg.bot>div{border-bottom-left-radius:4px}
.ia-msg nav{max-width:84%;margin-top:5px;display:flex;flex-direction:column;gap:3px}
.ia-msg nav a{font-size:12px;color:var(--ia-link-color);text-decoration:none;background:var(--ia-bot-bg);padding:8px 10px;border-radius:7px;min-height:32px;box-sizing:border-box}
.ia-msg>.ia-product-choices{width:88%;max-width:88%;margin-top:7px;padding:0;background:transparent;box-shadow:none;border-radius:0;display:flex;flex-direction:column;gap:5px}
.ia-product-choices button{text-align:left;border:1px solid var(--ia-link-color);background:var(--ia-bot-bg);color:var(--ia-link-color);padding:9px 10px;border-radius:8px;font-size:12px;line-height:1.3;cursor:pointer}
.ia-product-choices button:hover,.ia-product-choices button:focus{background:#eef5fd;border-color:var(--ia-color);outline:none}
.ia-product-choices button:disabled{opacity:.55;cursor:default}
.ia-quick{padding:7px 10px;display:flex;gap:5px;overflow-x:auto;border-top:1px solid #edf0f4}
.ia-quick button{white-space:nowrap;border:1px solid #dbe3ed;background:var(--ia-bot-bg);color:var(--ia-text);padding:6px 9px;border-radius:13px;font-size:11px;cursor:pointer}
.ia-faq{border-top:1px solid #edf0f4;background:var(--ia-panel-bg);padding:7px 10px}
.ia-faq summary{cursor:pointer;color:var(--ia-link-color);font-size:12px;font-weight:600}
.ia-faq:not([open])>div{display:none!important}
.ia-faq div{display:flex;flex-direction:column;gap:4px;padding-top:7px;max-height:128px;overflow:auto}
.ia-faq button{text-align:left;border:0;background:var(--ia-messages-bg);color:var(--ia-text);border-radius:7px;padding:6px 8px;font-size:11px;cursor:pointer}
#integra-ai-root[dir="rtl"] .ia-msg{align-items:flex-end}#integra-ai-root[dir="rtl"] .ia-msg.user{align-items:flex-start}
#integra-ai-form{display:flex;flex:0 0 auto;gap:8px;padding:10px;border-top:1px solid #e7ebf0}
#integra-ai-form textarea{flex:1;min-width:0;resize:none;border:1px solid #d7dee7;border-radius:12px;padding:10px;max-height:80px;background:var(--ia-panel-bg);color:var(--ia-text);font:inherit;font-size:16px}
#integra-ai-form button{width:40px;border:0;border-radius:12px;background:var(--ia-color);color:#fff;cursor:pointer}
#integra-ai-root.ia-request-busy .ia-quick button:disabled,#integra-ai-root.ia-request-busy .ia-faq button:disabled,#integra-ai-root.ia-request-busy #integra-ai-form button:disabled{opacity:.55;cursor:wait}
#integra-ai-form #integra-ai-voice{background:#edf3fa;color:var(--ia-link-color);font-size:17px;flex:0 0 40px}
#integra-ai-form #integra-ai-voice.listening{background:#d63638;color:#fff;animation:ia-voice 1s infinite alternate}
#integra-ai-form #integra-ai-voice[hidden]{display:none}
#integra-ai-panel footer{text-align:center;font-size:10px;color:#728095;padding:0 8px 8px}
#integra-ai-panel footer small{display:block;margin-top:3px;font-size:9px;color:#929cab}
#integra-ai-root .typing i{display:inline-block;width:6px;height:6px;margin:0 2px;background:#94a1b2;border-radius:50%;animation:integra-ai-typing .9s infinite alternate}
#integra-ai-root .typing i:nth-child(2){animation-delay:.2s}
#integra-ai-root .typing i:nth-child(3){animation-delay:.4s}
@keyframes integra-ai-typing{to{opacity:.25;transform:translateY(-3px)}}
@keyframes ia-voice{to{box-shadow:0 0 0 4px #d6363830}}
@media(min-width:521px) and (max-width:1024px){#integra-ai-panel{width:min(380px,calc(100vw - 40px));height:min(540px,68vh);height:min(540px,68dvh)}}
@media(max-width:520px){#integra-ai-root{--ia-effective-side:min(var(--ia-side-offset),24px)}#integra-ai-panel{position:fixed;left:auto;right:max(var(--ia-effective-side),env(safe-area-inset-right,0px));top:auto;bottom:calc(var(--ia-bottom-offset) + var(--ia-collision-offset) + 60px + env(safe-area-inset-bottom,0px));width:calc(100vw - var(--ia-effective-side) - var(--ia-effective-side));height:min(500px,68vh);height:min(500px,68dvh);max-height:calc(100vh - var(--ia-bottom-offset) - var(--ia-collision-offset) - 84px);max-height:calc(100dvh - var(--ia-bottom-offset) - var(--ia-collision-offset) - 84px);border-radius:min(var(--ia-radius),14px)}#integra-ai-root.ia-position-left #integra-ai-panel{left:max(var(--ia-effective-side),env(safe-area-inset-left,0px));right:auto}#integra-ai-panel header{padding:12px}.ia-header-actions{gap:4px}.ia-header-actions select{max-width:76px}#integra-ai-toggle b{display:none}#integra-ai-toggle{padding:10px 12px}#integra-ai-messages{padding:12px}.ia-quick{padding:6px 8px}#integra-ai-form{padding:8px;gap:6px}#integra-ai-form button{flex:0 0 40px}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#444;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:var(--wp-admin-theme-color,#0073aa);color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#444}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--wp-admin-theme-color,#0073aa)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--wp-admin-theme-color,#0073aa)}