@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-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{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.App{background:#f8fafc;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.chat-section{background:linear-gradient(135deg,#667eea,#4facfe);min-height:100vh;padding:40px 0;position:relative}.chat-section:before{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#ffffff0d;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.chat-wrapper{position:relative;z-index:1}.chat-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 25px #0000001a;gap:15px;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:800px;padding:20px}.bot-avatar,.chat-header{align-items:center;display:flex}.bot-avatar{background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:50%;color:#fff;flex-shrink:0;font-size:24px;font-weight:700;height:50px;justify-content:center;width:50px}.chat-title h2{color:#2d3748;font-size:1.8rem;font-weight:600;margin:0 0 8px}.chat-title p{color:#718096;font-size:1rem;margin:0}.status-indicator{background:#48bb78;border-radius:50%;box-shadow:0 0 0 3px #48bb784d;height:14px;margin-left:auto;width:14px}.chat-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden}.messages-container{display:flex;flex-direction:column;gap:20px;height:500px;overflow-y:auto;padding:30px}.message{animation:slideIn .3s ease-out;display:flex;gap:15px;max-width:80%}.message.user{align-self:flex-end;flex-direction:row-reverse}.message.assistant{align-self:flex-start}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.message.user .message-avatar{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.message.assistant .message-avatar{background:linear-gradient(135deg,#95a5a6,#bdc3c7);color:#2c3e50}.message-bubble{word-wrap:break-word;background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;color:#2d3748;font-size:15px;line-height:1.5;max-width:100%;padding:18px 24px}.message.user .message-bubble{background:linear-gradient(135deg,#2c3e50,#34495e);border-bottom-right-radius:4px;color:#fff}.message.assistant .message-bubble{background:#fff;border-bottom-left-radius:4px;color:#2d3748}.cart-summary{background:#fff9f9e6;border:1px solid #2e7d3233;border-radius:12px;box-shadow:inset 0 1px 3px #0000001a;margin-top:16px;padding:20px}.cart-header{align-items:center;border-bottom:2px solid #2e7d321a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:12px}.cart-header h4{color:#2d3748;font-size:1.3rem;font-weight:600;margin:0}.cart-total{background:#4caf501a;border:1px solid #4caf5033;border-radius:20px;color:#4caf50;font-size:1.2rem;font-weight:700;padding:8px 16px}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{background:#fff;border:1px solid #0000000d;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;gap:12px;padding:12px;transition:all .2s ease}.cart-item:hover{box-shadow:0 4px 12px #0000001a}.cart-item-image{align-items:center;background:#f8fafc;border-radius:6px;display:flex;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.cart-item-name{color:#2d3748;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.cart-item-sku{color:#718096;font-size:.8rem;font-weight:500;margin:0}.cart-item-details{align-items:center;display:flex;justify-content:space-between;margin-top:4px}.cart-item-price{color:#667eea;font-size:.95rem;font-weight:700}.cart-item-qty{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;color:#4a5568;font-size:.85rem;font-weight:500;padding:2px 8px}.product-cards{grid-gap:16px;background:#fffc;border:1px solid #fff3;border-radius:12px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-top:16px;padding:16px}.product-card{background:#fff;border:1px solid #fffc;border-radius:16px;box-shadow:0 8px 25px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 12px 35px #00000026;transform:translateY(-4px)}.product-image{align-items:center;background:#f8fafc;display:flex;height:180px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-image:hover img{transform:scale(1.05)}.no-image{color:#a0aec0;font-size:3rem}.product-info{padding:16px}.product-name{color:#2d3748;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0 0 8px}.product-sku{color:#718096;font-size:.85rem;font-weight:500;margin:0 0 12px}.product-price{color:#667eea;font-size:1.2rem;font-weight:700;margin-bottom:12px}.product-options{margin-bottom:16px}.option-group{margin-bottom:8px}.option-label{color:#4a5568;display:block;font-size:.85rem;font-weight:600;margin-bottom:4px;text-transform:capitalize}.option-values{display:flex;flex-wrap:wrap;gap:6px}.option-value{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;color:#475569;font-size:.75rem;font-weight:500;padding:4px 8px}.option-more{color:#94a3b8;font-size:.75rem;font-style:italic}.add-to-cart-btn{background:linear-gradient(135deg,#3498db,#2c3e50);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-transform:uppercase;transition:all .3s ease;width:100%}.add-to-cart-btn:hover{box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}.add-to-cart-btn:active{transform:translateY(0)}.typing-indicator{align-self:flex-start;display:flex;gap:15px}.typing-indicator .message-avatar{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);color:#4a5568}.typing-bubble{align-items:center;background:#fff;border-radius:20px;border-bottom-left-radius:4px;box-shadow:0 4px 12px #0000001a;padding:18px 24px}.typing-bubble,.typing-dots{display:flex;gap:4px}.typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#a0aec0;border-radius:50%;height:6px;width:6px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}.input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #fff3;padding:25px 30px}.input-form{align-items:flex-end;display:flex;gap:15px;margin:0 auto;max-width:800px}.input-wrapper{flex:1 1}.input-form input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #0000;border-radius:25px;font-family:inherit;font-size:16px;outline:none;padding:18px 24px;transition:all .3s ease;width:100%}.input-form input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.input-form input:disabled{background:#ffffff80;cursor:not-allowed;opacity:.7}.input-form button{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:25px;box-shadow:0 4px 12px #3498db4d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;padding:18px 28px;transition:all .3s ease}.input-form button:hover:not(:disabled){box-shadow:0 6px 20px #3498db66;transform:translateY(-2px)}.input-form button:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.send-icon{height:18px;width:18px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.chat-section{padding:20px 0}.chat-header{margin-bottom:15px;padding:15px}.bot-avatar{font-size:20px;height:40px;width:40px}.chat-title h2{font-size:1.5rem}.messages-container{height:400px;padding:20px}.message{max-width:90%}.input-container{padding:20px}.input-form{flex-direction:column;gap:10px}.input-form button{justify-content:center;width:100%}.product-cards{grid-template-columns:repeat(1,1fr)}}@media (max-width:480px){.container{padding:0 15px}.input-form button{justify-content:center;width:100%}}
/*# sourceMappingURL=main.6cb3dbd4.css.map*/