.spx-ai-root{--spx-black: #000000;--spx-white: #ffffff;--spx-gray: #f2f2f5;--spx-gray-light: #f8f8fa;--spx-gray-100: #f5f5f5;--spx-gray-200: #e5e5e5;--spx-gray-400: #a3a3a3;--spx-gray-600: #525252;--spx-gray-700: #404040;--spx-gray-800: #262626;--spx-text: #1d1d1f;--spx-text-secondary: #86868b;--spx-accent: #000000;--spx-accent-hover: #222222;--spx-shadow-sm: 0 2px 8px rgba(0,0,0,.04);--spx-shadow-md: 0 8px 24px rgba(0,0,0,.08);--spx-shadow-lg: 0 20px 60px rgba(0,0,0,.12);--spx-border: rgba(0,0,0,.05);--spx-bubble-user: #1d1d1f;--spx-bubble-assistant: #f2f2f5;--spx-link: #0a84ff;--spx-link-hover: #0066cc;--spx-radius-sm: 8px;--spx-radius-md: 12px;--spx-radius-lg: 16px;--spx-radius-xl: 24px;--spx-radius-full: 9999px;--spx-ease: cubic-bezier(.4, 0, .2, 1);--spx-safe-bottom: env(safe-area-inset-bottom, 0px);--spx-safe-top: env(safe-area-inset-top, 0px);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.spx-ai-bubble{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border-radius:32px;background:var(--spx-black);cursor:pointer;box-shadow:var(--spx-shadow-lg);display:flex;align-items:center;justify-content:center;z-index:999997;opacity:0;transform:scale(.8) translateY(20px);transition:opacity .5s cubic-bezier(.32,.72,0,1),transform .5s cubic-bezier(.32,.72,0,1),box-shadow .3s ease;-webkit-tap-highlight-color:transparent}.spx-ai-bubble.visible{opacity:1;transform:scale(1) translateY(0)}.spx-ai-bubble:hover{transform:scale(1.08);box-shadow:0 24px 48px #0000002e}.spx-ai-bubble:active{transform:scale(.96)}.spx-ai-bubble:focus-visible{outline:3px solid var(--spx-accent);outline-offset:2px}.spx-ai-bubble svg{width:30px;height:30px;fill:var(--spx-white)}.spx-ai-tooltip{position:fixed;bottom:100px;right:32px;background:#1d1d1f;color:#fff;padding:10px 14px;border-radius:var(--spx-radius-sm);font-size:13px;font-weight:500;letter-spacing:-.01em;z-index:999999;opacity:0;transform:translateY(8px);transition:all .4s var(--spx-ease);box-shadow:var(--spx-shadow-lg);pointer-events:none;white-space:nowrap}.spx-ai-tooltip.show{opacity:1;transform:translateY(0)}.spx-ai-sheet{position:fixed;bottom:24px;right:24px;width:400px;height:640px;max-height:calc(100vh - 80px);z-index:999999;background:var(--spx-gray-800);border-radius:var(--spx-radius-xl);display:flex;flex-direction:column;opacity:0;transform:scale(.96) translateY(12px);pointer-events:none;transition:transform .5s cubic-bezier(.32,.72,0,1),opacity .4s cubic-bezier(.32,.72,0,1),height .4s cubic-bezier(.32,.72,0,1),border-radius .4s cubic-bezier(.32,.72,0,1);overflow:hidden;will-change:transform,opacity}.spx-ai-sheet.open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto;transition:transform .45s cubic-bezier(.32,.72,0,1),opacity .35s cubic-bezier(.32,.72,0,1),height .4s cubic-bezier(.32,.72,0,1),border-radius .4s cubic-bezier(.32,.72,0,1)}.spx-ai-drag-handle{display:none}.spx-ai-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--spx-black);flex-shrink:0;position:relative;overflow:hidden}.spx-ai-sheet-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.spx-ai-header-content{display:flex;align-items:center;gap:12px}.spx-ai-logo{width:40px;height:40px;border-radius:10px;overflow:hidden;flex-shrink:0}.spx-ai-logo img{width:100%;height:100%;object-fit:cover}.spx-ai-header-text{display:flex;flex-direction:column}.spx-ai-header-title{color:#fff;font-size:17px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.spx-ai-header-subtitle{color:#fff9;font-size:12px;margin-top:2px;font-weight:400}.spx-ai-sheet-close{width:36px;height:36px;border-radius:18px;background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s var(--spx-ease);-webkit-tap-highlight-color:transparent}.spx-ai-sheet-close:hover{background:#fff3;transform:scale(1.05)}.spx-ai-sheet-close:active{transform:scale(.95)}.spx-ai-sheet-close:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.spx-ai-sheet-close svg{width:18px;height:18px;fill:#fff}.spx-ai-sheet-body{flex:1;overflow-y:auto;padding:20px 24px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.spx-ai-sheet-body::-webkit-scrollbar{width:0;display:none}.spx-ai-section-title{color:#fff;font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:20px}.spx-ai-faq-card{background:var(--spx-white);border-radius:var(--spx-radius-lg);overflow:hidden;margin-bottom:12px}.spx-ai-faq-item{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;cursor:pointer;transition:background .15s var(--spx-ease);-webkit-tap-highlight-color:transparent;border-bottom:1px solid var(--spx-gray-200)}.spx-ai-faq-item:last-child{border-bottom:none}.spx-ai-faq-item:hover{background:var(--spx-gray)}.spx-ai-faq-item:active{background:var(--spx-gray-200)}.spx-ai-faq-text{color:var(--spx-text);font-size:15px;font-weight:500;letter-spacing:-.01em;flex:1;padding-right:12px}.spx-ai-faq-chevron{width:18px;height:18px;fill:none;stroke:var(--spx-gray-400);stroke-width:2;flex-shrink:0}.spx-ai-action-card{background:var(--spx-white);border-radius:var(--spx-radius-lg);display:flex;align-items:center;padding:16px 18px;gap:14px;cursor:pointer;transition:background .15s var(--spx-ease);-webkit-tap-highlight-color:transparent;margin-bottom:12px}.spx-ai-action-card:hover{background:var(--spx-gray)}.spx-ai-action-icon{width:44px;height:44px;background:var(--spx-gray-100);border-radius:var(--spx-radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.spx-ai-action-icon svg{width:22px;height:22px;fill:none;stroke:var(--spx-text);stroke-width:1.5}.spx-ai-action-content{flex:1}.spx-ai-action-title{color:var(--spx-text);font-size:15px;font-weight:600;letter-spacing:-.01em}.spx-ai-action-subtitle{color:var(--spx-text-secondary);font-size:13px;margin-top:2px}.spx-ai-action-chevron{width:18px;height:18px;fill:none;stroke:var(--spx-gray-400);stroke-width:2;flex-shrink:0}.spx-ai-sheet-input{padding:20px 24px calc(24px + var(--spx-safe-bottom));background:var(--spx-gray-800);border-top:1px solid var(--spx-gray-700);flex-shrink:0}.spx-ai-input-wrapper{display:flex;align-items:center;background:var(--spx-white);border-radius:28px;padding:6px 6px 6px 20px;min-height:52px;transition:all .3s var(--spx-ease);box-shadow:0 2px 8px #00000005}.spx-ai-input-wrapper:focus-within{box-shadow:0 0 0 2px var(--spx-accent),0 4px 12px #00000014}.spx-ai-input{flex:1;border:none;background:none;outline:none;font-size:16px;padding:10px 4px;color:var(--spx-text);font-family:inherit;font-weight:400;letter-spacing:-.01em}.spx-ai-input::placeholder{color:var(--spx-text-secondary);font-weight:500}.spx-ai-send{width:40px;height:40px;border-radius:50%;background:var(--spx-accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s var(--spx-ease);-webkit-tap-highlight-color:transparent}.spx-ai-send:hover:not(:disabled){background:var(--spx-accent-hover);transform:scale(1.05)}.spx-ai-send:active:not(:disabled){transform:scale(.9)}.spx-ai-send:disabled{opacity:.4;cursor:not-allowed}.spx-ai-send:focus-visible{outline:3px solid var(--spx-accent);outline-offset:2px}.spx-ai-send svg{width:20px;height:20px;fill:#fff;transform:translate(1px)}.spx-ai-chat{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--spx-white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .45s cubic-bezier(.32,.72,0,1);z-index:2}.spx-ai-chat.active{transform:translate(0)}.spx-ai-chat-header{display:flex;align-items:center;gap:12px;padding:20px 24px;background:var(--spx-black);flex-shrink:0;position:relative;overflow:hidden}.spx-ai-chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.spx-ai-chat-back{width:36px;height:36px;border-radius:18px;background:#ffffff1a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s var(--spx-ease);-webkit-tap-highlight-color:transparent}.spx-ai-chat-back:hover{background:#fff3}.spx-ai-chat-back svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2}.spx-ai-chat-logo{width:36px;height:36px;border-radius:8px;overflow:hidden;flex-shrink:0}.spx-ai-chat-logo img{width:100%;height:100%;object-fit:cover}.spx-ai-chat-header-text{flex:1}.spx-ai-chat-title{color:#fff;font-size:16px;font-weight:600;letter-spacing:-.02em}.spx-ai-chat-subtitle{color:#fff9;font-size:12px;margin-top:1px}.spx-ai-messages{flex:1;overflow-y:auto;padding:24px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--spx-white)}.spx-ai-messages::-webkit-scrollbar{width:6px}.spx-ai-messages::-webkit-scrollbar-track{background:transparent}.spx-ai-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.spx-ai-messages::-webkit-scrollbar-thumb:hover{background:#00000026}.spx-ai-message{margin-bottom:16px;display:flex;align-items:flex-end;gap:8px;opacity:0;animation:spxFadeIn .4s ease forwards}@keyframes spxFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.spx-ai-message.user{flex-direction:row-reverse}.spx-ai-avatar{width:28px;height:28px;border-radius:14px;background:var(--spx-gray);border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--spx-shadow-sm);overflow:hidden}.spx-ai-avatar img{width:100%;height:100%;object-fit:cover}.spx-ai-avatar span{font-size:12px;font-weight:600;color:var(--spx-text)}.spx-ai-message.user .spx-ai-avatar{background:var(--spx-bubble-user);border:none}.spx-ai-message.user .spx-ai-avatar span{color:#fff}.spx-ai-message-content{max-width:75%}.spx-ai-message-bubble{padding:12px 16px;border-radius:20px;font-size:15px;line-height:1.6;letter-spacing:-.01em;word-wrap:break-word;font-weight:400;box-shadow:var(--spx-shadow-sm)}.spx-ai-message.user .spx-ai-message-bubble{background:var(--spx-bubble-user);color:#fff;border-bottom-right-radius:6px}.spx-ai-message.assistant .spx-ai-message-bubble{background:var(--spx-bubble-assistant);color:var(--spx-text);border-bottom-left-radius:6px}.spx-ai-message-bubble a{color:var(--spx-link);font-weight:500;text-decoration:none;transition:color .2s var(--spx-ease);word-break:break-word}.spx-ai-message-bubble a:hover{color:var(--spx-link-hover);text-decoration:underline}.spx-ai-typing{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;padding:16px 20px;background:var(--spx-bubble-assistant);border-radius:20px 20px 20px 6px;box-shadow:var(--spx-shadow-sm);min-width:140px}.spx-ai-typing-text{font-size:13px;color:var(--spx-text-secondary);margin-right:10px;font-weight:500;white-space:nowrap}.spx-ai-typing-dots{display:flex;gap:4px;flex-shrink:0}.spx-ai-typing-dots span{width:8px;height:8px;background:var(--spx-text-secondary);border-radius:50%;animation:spxTyping 1.4s infinite}.spx-ai-typing-dots span:nth-child(2){animation-delay:.2s}.spx-ai-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes spxTyping{0%,60%,to{transform:translateY(0) scale(1);opacity:.5}30%{transform:translateY(-12px) scale(1.1);opacity:1}}.spx-ai-chat-input{padding:20px 24px calc(24px + var(--spx-safe-bottom));background:var(--spx-white);border-top:1px solid var(--spx-border);flex-shrink:0}.spx-ai-chat-input .spx-ai-input-wrapper{background:var(--spx-gray-light)}.spx-ai-chat-input .spx-ai-input-wrapper:focus-within{background:var(--spx-white);box-shadow:0 0 0 2px var(--spx-accent),0 4px 12px #0071e31a}.spx-ai-error{background:#fff5f5;color:#d73502;padding:16px 20px;border-radius:var(--spx-radius-md);margin:16px 0;font-size:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--spx-shadow-sm);font-weight:500}.spx-ai-retry{background:#d73502;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s var(--spx-ease);flex-shrink:0}.spx-ai-retry:hover{background:#c02e02;transform:scale(1.02)}.spx-ai-retry:active{transform:scale(.98)}@media(max-width:480px){html.spx-locked,body.spx-locked{overflow:hidden;touch-action:none;overscroll-behavior:none}}.spx-ai-root *:focus-visible{outline:2px solid var(--spx-accent);outline-offset:2px}@media(max-width:480px){.spx-ai-bubble{bottom:16px;right:16px;width:60px;height:60px}.spx-ai-tooltip{bottom:88px;right:24px}.spx-ai-sheet{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-height:none;border-radius:0;transform:translateY(100%);transition:transform .5s cubic-bezier(.32,.72,0,1),height .4s cubic-bezier(.32,.72,0,1),border-radius .4s cubic-bezier(.32,.72,0,1),top .4s cubic-bezier(.32,.72,0,1)}.spx-ai-sheet.open{transform:translateY(0)}.spx-ai-sheet.minimized{top:50%;height:50%;border-radius:var(--spx-radius-xl) var(--spx-radius-xl) 0 0}.spx-ai-drag-handle{display:flex;justify-content:center;padding:10px 0 6px;background:var(--spx-black);cursor:grab;touch-action:none}.spx-ai-drag-handle:active{cursor:grabbing}.spx-ai-drag-handle-bar{width:36px;height:4px;background:#ffffff4d;border-radius:2px;transition:background .2s}.spx-ai-drag-handle:hover .spx-ai-drag-handle-bar{background:#ffffff80}.spx-ai-sheet-header,.spx-ai-chat-header{padding:12px 20px 16px}.spx-ai-sheet-body{padding:16px 20px}.spx-ai-messages{padding:20px}.spx-ai-section-title{font-size:26px;font-weight:700}.spx-ai-faq-text,.spx-ai-message-bubble{font-size:15px}.spx-ai-input-wrapper{padding:6px 6px 6px 18px;min-height:56px}.spx-ai-input{font-size:17px;font-weight:500}.spx-ai-input::placeholder{font-weight:500;color:var(--spx-text-secondary)}.spx-ai-send{width:44px;height:44px}.spx-ai-sheet-input,.spx-ai-chat-input{padding:16px 20px calc(20px + var(--spx-safe-bottom))}}.spx-ai-sheet,.spx-ai-chat,.spx-ai-bubble{will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*# sourceMappingURL=/cdn/shop/t/2/assets/spongex-ai-assistant.css.map */
