@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Light-IqwJ_ZjS.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Regular-CPM9dct4.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Medium-ByP-Zb-9.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Bold-Bd5kKQ_U.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/assets/Satoshi-Black-DjnQuuRz.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}.chat-widget-button{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;border:none;color:#fff;cursor:pointer;box-shadow:0 8px 24px #7c3aed66;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;animation:pulse 2s infinite}.chat-widget-button:hover{transform:scale(1.1);box-shadow:0 12px 32px #7c3aed80}.chat-widget-button:active{transform:scale(.95)}@keyframes pulse{0%,to{box-shadow:0 8px 24px #7c3aed66}50%{box-shadow:0 8px 24px #7c3aed99,0 0 0 8px #7c3aed1a}}.chat-widget-container{position:fixed;bottom:24px;right:24px;width:400px;height:650px;max-height:calc(100vh - 48px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .4s cubic-bezier(.4,0,.2,1);z-index:9999}.chat-widget-container.minimized{height:64px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget-container.tab-view-active{width:1000px;height:700px}@media (max-width: 480px){.chat-widget-container{bottom:0;right:0;left:0;width:100%;height:100vh;max-height:100vh;border-radius:0}.chat-widget-button{bottom:16px;right:16px}}.chat-widget-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #F3F4F6;background:#fff;flex-shrink:0;position:relative}.brand-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;position:absolute;left:40%;transform:translate(-50%)}.brand-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-name{font-size:18px;font-weight:700}.header-actions{display:flex;gap:4px}.icon-button{background:none;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-button:hover{background:#f3f4f6;color:#374151}.icon-button:active{transform:scale(.95)}.icon-button.active{background:#7c3aed;color:#fff}.icon-button.active:hover{background:#6d28d9;color:#fff}.icon-button-placeholder{width:36px;height:36px}.chat-widget-content{flex:1;overflow-y:auto;background:#fafafa;display:flex;flex-direction:column}.chat-widget-content::-webkit-scrollbar{width:6px}.chat-widget-content::-webkit-scrollbar-track{background:transparent}.chat-widget-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-widget-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.tab-view-layout{display:flex;height:100%;overflow:hidden}.tab-view-history{width:320px;border-right:1px solid #E5E7EB;background:#fff;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.tab-view-chat{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff}.chat-widget-footer{padding:12px 20px;text-align:center;font-size:11px;color:#9ca3af;border-top:1px solid #F3F4F6;background:#fff;flex-shrink:0}.chat-widget-footer span{font-weight:600}.registration-screen{padding:24px;display:flex;flex-direction:column;height:100%}.registration-header{margin-bottom:24px}.registration-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.registration-brand-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.registration-brand-name{font-size:28px;font-weight:800}.registration-info{background:#f3e8ff;border-radius:12px;padding:20px;margin-bottom:24px}.registration-info h2{font-size:16px;font-weight:700;color:#1f2937;margin-bottom:8px}.registration-info p{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:4px}.registration-info p:last-child{font-size:11px;color:#9ca3af;margin-bottom:0}.registration-form{flex:1;display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.form-input{width:100%;padding:12px 16px;border:1px solid #E5E7EB;border-radius:10px;font-size:14px;transition:all .2s;background:#fff}.form-input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-checkbox-group{display:flex;align-items:start;gap:8px;margin-bottom:24px}.form-checkbox{margin-top:2px;cursor:pointer;accent-color:#7C3AED}.form-checkbox-label{font-size:13px;color:#6b7280;cursor:pointer}.submit-button{width:100%;padding:14px 24px;border:none;border-radius:10px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin-top:auto}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #7c3aed4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.5;cursor:not-allowed}.chat-screen{display:flex;flex-direction:column;height:100%;background:#fff}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 24px;text-align:center;background:#fff}.empty-state-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.empty-state h2{font-size:14px;color:#6b7280;margin-bottom:0}.empty-state h1{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:24px;margin-top:0}.chat-input-container{padding:16px 20px;background:#fff;border-top:1px solid #F3F4F6;flex-shrink:0}.chat-input-wrapper{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:14px 16px;transition:all .2s}.chat-input-wrapper:focus-within{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed14}.chat-input{width:100%;border:none;background:none;outline:none;font-size:14px;resize:none;max-height:120px;min-height:24px;padding:0;font-family:inherit;line-height:1.5;color:#1f2937}.chat-input::placeholder{color:#9ca3af}.chat-input-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.attach-button{background:#fff;border:1px solid #E5E7EB;cursor:pointer;padding:8px 14px;border-radius:20px;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;color:#374151;font-size:13px;font-weight:500}.attach-button:hover{background:#f9fafb;border-color:#d1d5db}.attach-button span{font-size:13px;line-height:1}.send-button{background:none;border:none;cursor:pointer;padding:0;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;width:36px;height:36px}.send-button:hover:not(:disabled){transform:scale(1.05)}.send-button:disabled{opacity:.5;cursor:not-allowed}.message-group{display:flex;gap:12px;animation:fadeIn .3s ease-out}.message-group.user{flex-direction:row-reverse}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;object-fit:cover}.message-content{display:flex;flex-direction:column;gap:4px;max-width:75%}.message-group.user .message-content{align-items:flex-end}.message-bubble{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;word-wrap:break-word;animation:messageSlide .3s ease-out}@keyframes messageSlide{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.message-bubble.bot{background:#fff;color:#374151;border-top-left-radius:4px;box-shadow:0 2px 8px #0000000d}.message-bubble.user{background:#7c3aed;color:#fff;border-top-right-radius:4px}.message-time{font-size:11px;color:#9ca3af;padding:0 4px}.product-cards{display:flex;gap:12px;margin-top:8px;overflow-x:auto;padding:4px 0}.product-cards::-webkit-scrollbar{height:4px}.product-cards::-webkit-scrollbar-track{background:transparent}.product-cards::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.product-card{background:#fff;border-radius:12px;overflow:hidden;min-width:160px;box-shadow:0 2px 8px #00000014;transition:all .2s;cursor:pointer}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.product-image{width:100%;height:120px;object-fit:cover;background:#f3f4f6}.product-info{padding:12px}.product-name{font-size:13px;font-weight:600;color:#1f2937;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price{font-size:14px;font-weight:700;color:#7c3aed}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.quick-reply-button{padding:8px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:20px;font-size:13px;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}.quick-reply-button:hover{background:#7c3aed;color:#fff;border-color:#7c3aed;transform:translateY(-2px)}.typing-indicator{display:flex;gap:12px;padding:12px 0}.typing-indicator .message-avatar{width:36px;height:36px}.typing-dots{background:#fff;border-radius:4px 16px 16px;padding:12px 16px;display:flex;gap:4px;box-shadow:0 2px 8px #0000000d}.typing-dot{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.history-screen{display:flex;flex-direction:column;height:100%;background:#fff}.history-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.history-list{flex:1;overflow-y:auto;padding:0}.history-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:background .2s}.history-item:hover{background:#fafafa}.history-item:last-child{border-bottom:none}.history-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.history-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.history-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-item-name{font-size:15px;font-weight:600;color:#1f2937;flex-shrink:0}.history-item-date{font-size:12px;color:#9ca3af;flex-shrink:0}.history-item-preview{font-size:14px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-delete-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s;flex-shrink:0}.history-delete-btn:hover{opacity:.7}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px;text-align:center}.history-empty h3{font-size:16px;font-weight:600;color:#1f2937;margin-top:12px}.history-empty p{font-size:14px;color:#9ca3af;margin-top:8px}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px}.history-error{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px;text-align:center}.retry-button{margin-top:16px;padding:10px 20px;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.retry-button:hover{background:#6d28d9}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.delete-modal{background:#fff;border-radius:16px;padding:24px;width:90%;max-width:360px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}.delete-modal-icon{width:48px;height:48px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.delete-modal-title{font-size:18px;font-weight:700;color:#1f2937;text-align:center;margin-bottom:8px}.delete-modal-text{font-size:14px;color:#6b7280;text-align:center;line-height:1.5;margin-bottom:24px}.delete-modal-actions{display:flex;gap:12px}.delete-modal-cancel,.delete-modal-confirm{flex:1;padding:12px 24px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.delete-modal-cancel{background:#f3f4f6;color:#4b5563}.delete-modal-cancel:hover{background:#e5e7eb}.delete-modal-confirm{background:#ef4444;color:#fff}.delete-modal-confirm:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}
