.aieo-chat-wrapper{font-family:inherit;max-width:95vw;margin:0 auto}.aieo-chat-container{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 10px 40px #03163c26;overflow:hidden;border:1px solid rgba(3,22,60,.1)}.aieo-chat-header{background:var(--aieo-chat-button-color, #03163C);color:#fff;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 10px #03163c4d}.aieo-chat-avatar{font-size:2.5em;line-height:1}.aieo-chat-title{flex:1;font-size:14px}.aieo-chat-title strong{display:block;font-size:1.3em;margin-bottom:3px}.aieo-chat-status{font-size:.85em;opacity:.9}.aieo-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;min-height:0}.aieo-chat-message{display:flex;gap:12px;margin-bottom:20px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aieo-chat-message-user{flex-direction:row-reverse}.aieo-chat-avatar-small{width:36px;height:36px;background:var(--aieo-chat-button-color, #03163C);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3em;flex-shrink:0}.aieo-chat-message-user .aieo-chat-avatar-small{background:var(--aieo-chat-primary-color, #47ACFE)}.aieo-chat-message-content{background:#fff;padding:12px 16px;border-radius:12px;max-width:70%;box-shadow:0 2px 8px #00000014;line-height:1.5;font-size:var(--aieo-chat-text-fs, 15px)}.aieo-chat-message-user .aieo-chat-message-content{background:var(--aieo-chat-primary-color, #47ACFE);color:#fff}.aieo-chat-typing-dots{display:flex;gap:4px;padding:8px 0}.aieo-chat-typing-dots span{width:8px;height:8px;background:var(--aieo-chat-button-color, #03163C);border-radius:50%;animation:typing 1.4s infinite}.aieo-chat-typing-dots span:nth-child(2){animation-delay:.2s}.aieo-chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.7}30%{transform:scale(1.3);opacity:1}}.aieo-chat-products{margin:20px 0;display:grid;gap:15px}.aieo-chat-product{background:#fff;border-radius:12px;padding:15px;display:flex;gap:15px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(3,22,60,.1);transition:all .3s ease}.aieo-chat-product:hover{box-shadow:0 4px 20px #03163c33;transform:translateY(-2px)}.aieo-chat-product-image{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6}.aieo-chat-product-image img{width:100%;height:100%;object-fit:cover}.aieo-chat-product-details{flex:1}.aieo-chat-product-details h4{margin:0 0 8px;font-size:1.1em}.aieo-chat-product-details h4 a{color:#1f2937;text-decoration:none;transition:color .2s}.aieo-chat-product-details h4 a:hover{color:var(--aieo-chat-primary-color, #47ACFE)}.aieo-chat-product-price{font-size:1.2em;font-weight:700;color:var(--aieo-chat-button-color, #03163C);margin-bottom:8px}.aieo-chat-product-details p{color:#6b7280;font-size:.9em;margin:8px 0}.aieo-chat-product-rating{font-size:.9em;color:#6b7280;margin:8px 0}.aieo-chat-product-stock{display:inline-block;padding:4px 12px;border-radius:6px;font-size:.85em;font-weight:600;margin:8px 0}.aieo-out-of-stock{background:#fee2e2;color:#dc2626}.aieo-on-sale{background:#dcfce7;color:#16a34a;margin-bottom:12px}.aieo-chat-product-btn{display:inline-block;background:var(--aieo-chat-button-color, #03163C);color:#fff!important;padding:8px 20px;border-radius:8px;text-decoration:none;font-weight:600;margin-top:10px;transition:all .3s ease;box-shadow:0 2px 8px #03163c4d}.aieo-chat-product-btn:hover{background:var(--aieo-chat-primary-color, #47ACFE);box-shadow:0 4px 12px #03163c80;transform:translateY(-1px)}.aieo-chat-input-area{background:#fff;padding:20px;border-top:1px solid #E5E7EB;flex-shrink:0}.aieo-chat-terms{font-size:.75em;line-height:1.4;color:#9ca3af;text-align:center;margin-bottom:12px;margin-top:0;padding:0 10px}.aieo-chat-input-wrapper{display:flex;gap:12px;align-items:center;padding:0 5px}.aieo-chat-input{flex:1;padding:12px 16px;border:2px solid #E5E7EB;border-radius:24px;font-size:1em;outline:none;transition:all .3s ease}.aieo-chat-input:focus{border-color:var(--aieo-chat-primary-color, #47ACFE);box-shadow:0 0 0 3px #47acfe1a}.aieo-chat-send-btn{width:48px;height:48px;background:var(--aieo-chat-button-color, #03163C);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #03163c4d}.aieo-chat-send-btn:hover:not(:disabled){background:var(--aieo-chat-primary-color, #47ACFE);transform:scale(1.05);box-shadow:0 4px 12px #03163c80}.aieo-chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.aieo-chat-loading{text-align:center;padding:40px;color:#6b7280;font-size:1.1em}.aieo-chat-error{background:#fee2e2;color:#dc2626;padding:20px;border-radius:8px;text-align:center}@media(max-width:768px){.aieo-chat-container{border-radius:0;height:100vh!important}.aieo-chat-message-content{max-width:85%}.aieo-chat-product{flex-direction:column}.aieo-chat-product-image{width:100%;height:200px}}.aieo-chat-messages::-webkit-scrollbar{width:8px}.aieo-chat-messages::-webkit-scrollbar-track{background:#f3f4f6}.aieo-chat-messages::-webkit-scrollbar-thumb{background:var(--aieo-chat-button-color, #03163C);border-radius:4px}.aieo-chat-messages::-webkit-scrollbar-thumb:hover{background:var(--aieo-chat-primary-color, #47ACFE)}.aieo-floating-trigger{position:fixed;width:60px;height:60px;background:var(--aieo-chat-button-color, #03163C);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #03163c66;transition:all .3s ease;z-index:999998}.aieo-floating-trigger.bottom-right{bottom:20px;right:20px}.aieo-floating-trigger.bottom-left{bottom:20px;left:20px}.aieo-floating-trigger.bottom-centre{bottom:20px;left:50%;transform:translate(-50%)}.aieo-floating-trigger.bottom-centre:hover{transform:translate(-50%) scale(1.1)}.aieo-floating-trigger.top-right{top:100px;right:20px}.aieo-floating-trigger.top-left{top:100px;left:20px}.aieo-floating-trigger:hover{background:var(--aieo-chat-primary-color, #47ACFE);transform:scale(1.1);box-shadow:0 6px 30px #03163c99}.aieo-floating-trigger svg{width:28px;height:28px}.aieo-floating-welcome-bubble{position:fixed;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 4px 16px #00000026;max-width:250px;z-index:999997;animation:aieo-bubble-appear .3s ease-out;cursor:pointer}.aieo-floating-welcome-bubble.hidden{display:none}.aieo-floating-welcome-bubble.bottom-right{bottom:90px;right:20px}.aieo-floating-welcome-bubble.bottom-left{bottom:90px;left:20px}.aieo-floating-welcome-bubble.bottom-centre{bottom:90px;left:50%;transform:translate(-50%)}.aieo-floating-welcome-bubble-content{font-size:14px;line-height:1.5;color:#333}.aieo-floating-welcome-bubble-arrow{position:absolute;bottom:-8px;right:25px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.aieo-floating-welcome-bubble.bottom-left .aieo-floating-welcome-bubble-arrow{right:auto;left:25px}.aieo-floating-welcome-bubble.bottom-centre .aieo-floating-welcome-bubble-arrow{right:auto;left:50%;transform:translate(-50%)}@media(max-width:768px){.aieo-floating-welcome-bubble.mobile-bottom-right{bottom:90px;right:20px;left:auto;transform:none}.aieo-floating-welcome-bubble.mobile-bottom-left{bottom:90px;left:20px;right:auto;transform:none}.aieo-floating-welcome-bubble.mobile-bottom-centre{bottom:90px;left:50%;right:auto;transform:translate(-50%)}.aieo-floating-welcome-bubble.mobile-bottom-right .aieo-floating-welcome-bubble-arrow{right:25px;left:auto;transform:none}.aieo-floating-welcome-bubble.mobile-bottom-left .aieo-floating-welcome-bubble-arrow{left:25px;right:auto;transform:none}.aieo-floating-welcome-bubble.mobile-bottom-centre .aieo-floating-welcome-bubble-arrow{left:50%;right:auto;transform:translate(-50%)}}@keyframes aieo-bubble-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aieo-floating-chat-window{position:fixed;width:520px;max-width:calc(100vw - 40px)!important;height:90vh;max-height:calc(100vh - 80px)!important;min-width:360px;min-height:480px;background:#fff;border-radius:16px;box-shadow:0 10px 50px #0003;display:flex;flex-direction:column;overflow:hidden;z-index:999999}.aieo-floating-chat-window.bottom-right{bottom:40px;right:20px}.aieo-floating-chat-window.bottom-left{bottom:40px;left:20px}.aieo-floating-chat-window.bottom-centre{bottom:40px;left:50%;transform:translate(-50%)}.aieo-floating-chat-window.top-right{top:80px;right:20px}.aieo-floating-chat-window.top-left{top:80px;left:20px}.aieo-floating-chat-window .aieo-chat-header{background:var(--aieo-chat-button-color, #03163C);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #03163c4d;flex-shrink:0}.aieo-floating-chat-window .aieo-chat-header h3{margin:0;font-size:1.1em;font-weight:600}.aieo-chat-close{background:#ffffff26;border:none;color:#fff;font-size:28px;line-height:1;cursor:pointer;padding:0;width:32px!important;height:32px!important;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0;margin-left:10px}.aieo-chat-close:hover{background:#ffffff4d;transform:rotate(90deg)}.aieo-floating-chat-window .aieo-chat-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;margin:0;max-width:none;width:100%}.aieo-floating-chat-window .aieo-chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.aieo-floating-chat-window .aieo-chat-messages{flex:1;overflow-y:auto;min-height:0}.aieo-floating-chat-window .aieo-chat-input-area{flex-shrink:0}@media(max-width:768px){.aieo-floating-trigger{width:56px;height:56px}.aieo-floating-trigger svg{width:24px;height:24px}.aieo-floating-trigger.mobile-bottom-right{bottom:10px!important;right:15px!important;left:auto!important;transform:none!important}.aieo-floating-trigger.mobile-bottom-left{bottom:10px!important;left:15px!important;right:auto!important;transform:none!important}.aieo-floating-trigger.mobile-bottom-centre{bottom:10px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.aieo-floating-chat-window{width:calc(100vw - 20px);max-width:calc(100vw - 20px);height:calc(100vh - var(--aieo-mbar-height, 0px) - 30px);max-height:calc(100vh - var(--aieo-mbar-height, 0px) - 30px);min-width:0;min-height:0;resize:none;top:auto;border-radius:12px}.aieo-resize-handle{display:none!important}.aieo-floating-chat-window.mobile-bottom-right{bottom:calc(var(--aieo-mbar-height, 0px) + 10px);right:10px;left:auto;transform:none}.aieo-floating-chat-window.mobile-bottom-left{bottom:calc(var(--aieo-mbar-height, 0px) + 10px);left:10px;right:auto;transform:none}.aieo-floating-chat-window.mobile-bottom-centre{bottom:calc(var(--aieo-mbar-height, 0px) + 10px);left:50%;right:auto;transform:translate(-50%)}}.aieo-chat-category-menu{background:#f9f9f9;border-bottom:2px solid #e0e0e0;padding:15px;margin-bottom:10px;box-shadow:0 2px 4px #0000001a}.aieo-chat-category-bubbles{display:flex;flex-wrap:wrap;gap:8px;margin:0}.aieo-chat-category-bubble{background:var(--aieo-chat-button-color, #03163C);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-family:inherit;font-size:var(--aieo-chat-btn-fs, 13px);font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #03163c33;white-space:nowrap}.aieo-chat-category-bubble:hover{background:var(--aieo-chat-primary-color, #45B1E8);transform:translateY(-2px);box-shadow:0 4px 12px #45b1e84d}.aieo-chat-category-bubble:active{transform:translateY(0)}.aieo-chat-category-bubble-highlight{background:var(--aieo-chat-primary-color, #45B1E8)!important;box-shadow:0 4px 12px #45b1e866!important;transform:scale(1.05)}.aieo-chat-category-selection .aieo-chat-message-content p{margin-bottom:10px}.aieo-chat-message-content a{color:var(--aieo-chat-primary-color, #45B1E8);text-decoration:none;font-weight:500;transition:color .2s ease}.aieo-chat-message-content a:hover{color:var(--aieo-chat-button-color, #03163C);text-decoration:underline}.aieo-chat-message-content-wrapper,.aieo-chat-message-user .aieo-chat-message-content-wrapper{max-width:70%}.aieo-chat-feedback{margin-top:8px;padding:6px 10px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;border:1px solid rgba(3,22,60,.08);box-sizing:border-box;min-width:250px;width:100%}.aieo-chat-feedback-label{font-size:10px;color:#6b7280;margin-bottom:4px;text-align:center}.aieo-chat-feedback-slider-container{display:flex;align-items:center;gap:6px}.aieo-chat-feedback-emoji{font-size:12px;line-height:1;flex-shrink:0}.aieo-chat-feedback-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:linear-gradient(to right,#ef4444,#f59e0b,#22c55e);outline:none;cursor:pointer;transition:all .2s ease}.aieo-chat-feedback-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid var(--slider-color, #F59E0B);cursor:pointer;box-shadow:0 1px 4px #00000026;transition:all .2s ease}.aieo-chat-feedback-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px #0003}.aieo-chat-feedback-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid var(--slider-color, #F59E0B);cursor:pointer;box-shadow:0 1px 4px #00000026;transition:all .2s ease}.aieo-chat-feedback-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 2px 6px #0003}.aieo-chat-feedback-slider::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,#ef4444,#f59e0b,#22c55e)}.aieo-chat-feedback-status{font-size:10px;text-align:center;margin-top:3px;min-height:12px;transition:all .3s ease}.aieo-chat-feedback-saved{color:#22c55e;font-weight:500}.aieo-chat-feedback-error{color:#ef4444;font-weight:500}@media(max-width:768px){.aieo-chat-message-content-wrapper{max-width:85%}.aieo-chat-feedback{padding:5px 8px}.aieo-chat-feedback-slider::-webkit-slider-thumb{width:16px;height:16px}.aieo-chat-feedback-slider::-moz-range-thumb{width:16px;height:16px}}.aieo-resize-handle{position:absolute;z-index:100;background:transparent}.aieo-resize-n{top:-4px;left:8px;right:8px;height:8px;cursor:ns-resize}.aieo-resize-s{bottom:-4px;left:8px;right:8px;height:8px;cursor:ns-resize}.aieo-resize-w{left:-4px;top:8px;bottom:8px;width:8px;cursor:ew-resize}.aieo-resize-e{right:-4px;top:8px;bottom:8px;width:8px;cursor:ew-resize}.aieo-resize-nw{top:-4px;left:-4px;width:14px;height:14px;cursor:nwse-resize;z-index:101}.aieo-resize-ne{top:-4px;right:-4px;width:14px;height:14px;cursor:nesw-resize;z-index:101}.aieo-resize-sw{bottom:-4px;left:-4px;width:14px;height:14px;cursor:nesw-resize;z-index:101}.aieo-resize-se{bottom:-4px;right:-4px;width:14px;height:14px;cursor:nwse-resize;z-index:101}
