body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#111;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6}.chat-shell{bottom:88px;height:min(720px,calc(100vh - 104px));position:fixed;right:16px;width:min(420px,calc(100vw - 24px));z-index:40}.chat-shell.embed-mode{bottom:auto;height:100vh;margin:0;max-width:none;position:relative;right:auto;width:100%}.chat-panel{background:#fff;border:1px solid #00000014;border-radius:14px;box-shadow:0 22px 70px #0003;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.chat-shell.embed-mode .chat-panel{border:none;border-radius:0;box-shadow:none}.chat-overlay{background:#00000040;inset:0;position:fixed;z-index:35}.chat-launcher{align-items:center;background:#fff;border:none;border-radius:999px;bottom:16px;box-shadow:0 14px 40px #00000040;color:#111827;cursor:pointer;display:flex;height:56px;justify-content:center;overflow:hidden;position:fixed;right:16px;width:56px;z-index:50}.chat-launcher:after{background:#22c55e;border:2px solid #fff;border-radius:999px;bottom:2px;content:"";height:10px;position:absolute;right:2px;width:10px}.chat-launcher:hover{background:#f8fafc}.chat-launcher-img{border-radius:999px;display:block;height:100%;object-fit:cover;width:100%}.chat-launcher-fallback{align-items:center;display:none;font-size:22px;height:100%;justify-content:center;width:100%}.chat-title{font-weight:600;line-height:1.2}.chat-header-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.chat-status-row{align-items:center;display:inline-flex;gap:6px}.chat-status-dot{background:#22c55e;border-radius:999px;height:8px;width:8px}.chat-status-text{font-size:12px;font-weight:500;opacity:.9}.chat-close{align-items:center;background:#ffffff1a;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:22px;height:34px;justify-content:center;line-height:1;width:34px}.chat-close:hover{background:#ffffff29}@media (max-width:640px){.chat-shell{bottom:0;height:100vh;left:0;max-width:none;right:0;width:100vw}.chat-panel{border:none;border-radius:0}.chat-launcher{bottom:14px;right:14px}}.chat-header{align-items:center;background-color:#313131;border-bottom:1px solid #333;box-shadow:0 2px 10px #0003;color:#fff;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:16px 18px;text-align:left;z-index:2}.chat-messages{background:#fff;flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:20px 18px}.message{align-items:flex-start;animation:messageFadeIn .14s ease-out;display:flex;gap:12px;margin-bottom:18px}.message.user{justify-content:flex-end}.message-content{word-wrap:break-word;border-radius:12px;box-shadow:0 1px 0 #0000000a;max-width:74%;overflow-wrap:anywhere;padding:12px 16px}.message.user .message-content{background-color:#313131;border-bottom-right-radius:4px;color:#fff}.message.bot .message-content{background-color:#f1f0f0;border-bottom-left-radius:12px;color:#334155}.message-avatar{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;width:32px}.message.user .message-avatar{background-color:#313131;color:#fff;order:2}.message-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.message-text{line-height:1.45;margin-bottom:4px;white-space:pre-wrap;word-break:break-word}.product-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.product-card{background:#fff;border:1px solid #00000014;border-radius:12px;box-shadow:0 1px 0 #00000008;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:10px;text-align:left}.product-card:hover{border-color:#00000024;box-shadow:0 6px 18px #00000014}.product-image-wrap{align-items:center;aspect-ratio:1/1.2;background:#f3f4f6;border-radius:10px;display:flex;justify-content:center;overflow:hidden;width:100%}.product-image{display:block;height:100%;object-fit:cover;width:100%}.product-image--placeholder{color:#64748b;font-size:12px}.product-meta{display:flex;flex-direction:column;gap:4px}.product-name{color:#0f172a;font-size:13px;font-weight:600;line-height:1.2}.product-price{color:#111827;font-size:12px;font-weight:600}.product-sku{color:#64748b;font-size:11px}.message-metadata{display:flex;gap:5px;margin-top:5px}.new-messages-divider{align-items:center;color:#6b7280;display:flex;font-size:10px;font-weight:500;gap:10px;letter-spacing:.01em;margin:0 0 12px;opacity:.9;text-transform:none}.new-messages-divider:after,.new-messages-divider:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.badge{border-radius:12px;display:inline-block;font-size:10px;font-weight:600;padding:2px 6px;text-transform:uppercase}.sql-badge{background-color:#111827;color:#fff}.web-badge{background-color:#374151;color:#fff}.chat-input-container{background:#fff;border-top:1px solid #eee;padding:16px 18px;position:relative}.scroll-to-bottom-btn{animation:scrollBtnPop .35s ease-out;background:#111827;border:none;border-radius:999px;box-shadow:0 8px 20px #00000038;color:#fff;cursor:pointer;font-size:20px;height:38px;line-height:1;position:absolute;right:18px;top:-52px;transition:transform .15s ease,background-color .2s ease;width:38px;z-index:3}.scroll-to-bottom-btn:hover{background:#1f2937;transform:translateY(-1px)}.chat-input-form{align-items:center;display:flex;gap:10px}.chat-input{border:1px solid #d1d5db;border-radius:24px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.chat-input:focus{border-color:#313131;box-shadow:0 0 0 3px #11182714}.chat-send-button{align-items:center;background-color:#313131;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:background-color .2s,transform .15s ease,opacity .2s ease;width:48px}.chat-send-button:hover{background-color:#111827;transform:translateY(-1px)}.chat-send-button:disabled{background-color:#313131;cursor:not-allowed;opacity:.45;transform:none}.typing-indicator{align-items:center;background-color:#f1f0f0;border-radius:18px;border-bottom-left-radius:4px;display:flex;gap:8px;max-width:70%;padding:12px 16px}.typing-dot{animation:typing 1.4s ease-in-out infinite;background-color:#666;border-radius:50%;height:8px;width:8px}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@keyframes scrollBtnPop{0%{opacity:0;transform:translateY(6px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.contact-form{background:#fff;border-top:1px solid #eee;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.contact-form h3{color:#333;margin-bottom:15px;text-align:center}.contact-form input{border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:10px;padding:12px;width:100%}.contact-form button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;width:100%}.contact-form button,.contact-form button:hover{background-color:#313131}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:14px;margin-bottom:10px;padding:10px}.embed-only-container{align-items:center;background:#f5f5f5;display:flex;height:100vh;justify-content:center}.embed-only-message{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:40px;text-align:center}.embed-only-message h3{color:#333;margin-bottom:15px}.embed-only-message p{color:#666;line-height:1.5;margin-bottom:10px}.embed-only-message code{background:#f1f0f0;border-radius:4px;font-family:monospace;padding:2px 6px}@media (max-width:768px){.chat-shell{bottom:72px;height:min(680px,calc(100vh - 84px));right:8px;width:min(420px,calc(100vw - 16px))}.message-content{max-width:85%}.chat-messages{padding:15px}.product-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.chat-shell{bottom:0;height:100dvh;left:0;max-width:none;right:0;width:100vw}.chat-panel{border:none;border-radius:0;box-shadow:none}.chat-header{font-size:16px;padding:14px 12px}.chat-input-form{gap:8px}.chat-input{font-size:16px;padding:10px 14px}.chat-send-button{height:44px;width:44px}.message-avatar{font-size:12px;height:28px;width:28px}.message-content{max-width:90%;padding:10px 14px}.product-grid{gap:10px;grid-template-columns:1fr}.product-name{font-size:14px}.product-price{font-size:13px}}
/*# sourceMappingURL=main.c904e00e.css.map*/