@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--primary-color:#0d2e67;--primary-light:#1a4a9e;--primary-dark:#081d44;--clr-accent:#ff6a00;--accent-hover:#e65c00;--primary:var(--primary-color);--clr-primary:var(--primary-color);--clr-primary-light:#e8edf8;--secondary:#64748b;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--bg-body:#fff;--bg-white:#fff;--bg-soft:#f8fafc;--text-dark:#1a1a2e;--text-main:#334155;--text-muted:#64748b;--text-light:#94a3b8;--border-light:#e8edf5;--border-main:#e2e8f0;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px #0000000d;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--shadow-xl:0 12px 48px #00000026;--grad-hero:linear-gradient(135deg, var(--primary-color) 0%, #1e40af 60%, #1a4a9e 100%);--grad-warm:linear-gradient(135deg, #ff6a00 0%, #ff8a00 100%);--grad-vibrant:linear-gradient(135deg, #ff6a00 0%, #ff0050 100%);--grad-page-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:auto;height:100%}body{background-color:var(--bg-body);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}.container{width:100%!important;max-width:none!important;margin:0!important;padding-left:8rem!important;padding-right:8rem!important}.container-fluid{width:100%!important;max-width:none!important;padding-left:8rem!important;padding-right:8rem!important}@media (max-width:1600px){.container,.container-fluid{padding-left:5rem!important;padding-right:5rem!important}}@media (max-width:1280px){.container,.container-fluid{padding-left:3rem!important;padding-right:3rem!important}}@media (max-width:768px){.container,.container-fluid{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width:1280px){.container,.container-fluid{padding-left:3rem;padding-right:3rem}}@media (max-width:768px){.container,.container-fluid{padding-left:1rem;padding-right:1rem}}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}.home-page{flex-direction:column;gap:0;display:flex}.section-block{margin-top:24px}.fade-in-up{animation:.6s forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{z-index:2000;border-bottom:1px solid var(--border-light);background:#fff;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.header.is-fixed{animation:.4s cubic-bezier(.165,.84,.44,1) headerAppear;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #00000014}@keyframes headerAppear{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.top-nav{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:13px;font-weight:500;display:flex}.main-nav{align-items:center;gap:32px;height:80px;padding:0 24px;display:flex}.logo-section .logo{color:var(--primary-color);letter-spacing:-1px;font-size:24px;font-weight:900}.search-section{flex:1;max-width:720px;position:relative}.glass-search-wrap{background:#f3f4f6;border:2px solid #0000;border-radius:50px;align-items:center;padding:2px;transition:all .2s;display:flex}.glass-search-wrap:focus-within{border-color:var(--clr-accent);background:#fff;box-shadow:0 0 0 4px #ff6a001a}.search-input{background:0 0;border:none;flex:1;padding:10px 20px;font-size:15px;font-weight:500}.search-btn{background:var(--clr-accent);color:#fff;border-radius:50px;padding:10px 28px;font-size:15px;font-weight:700}.nav-actions{align-items:center;gap:20px;display:flex}.action-item-v2{color:var(--text-main);cursor:pointer;flex-direction:column;align-items:center;font-size:12px;font-weight:600;transition:color .2s;display:flex}.action-item-v2:hover{color:var(--clr-accent)}.home-header-radiant{border-bottom:1px solid var(--border-light);background:#fff}.home-header-radiant:not(.is-fixed) .glass-search-wrap{background:#f3f4f6}.home-header-radiant:not(.is-fixed) .search-input{color:var(--text-dark)}.home-header-radiant:not(.is-fixed) .search-input::placeholder{color:var(--text-muted)}.home-header-radiant:not(.is-fixed) .action-item-v2{color:var(--text-dark)}.home-header-radiant:not(.is-fixed) .top-nav{border-bottom-color:var(--border-light);color:var(--text-muted)}.d-none-mobile{display:flex}@media (max-width:768px){.d-none-mobile{display:none!important}}.d-none-desktop{display:none}@media (max-width:767px){.d-none-desktop{display:flex!important}}.d-flex{display:flex}.align-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.flex-column{flex-direction:column}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:16px}.gap-4{gap:24px}.w-100{width:100%}.toast-container{pointer-events:none;flex-direction:column;gap:12px;display:flex;top:32px;right:32px;z-index:2147483647!important;position:fixed!important}@media (max-width:768px){.toast-container{align-items:flex-end!important;top:80px!important;left:auto!important;right:16px!important}}.toast-item{pointer-events:auto;border-left:6px solid var(--primary-color);box-sizing:border-box;background:#fff;border-radius:12px;align-items:flex-start;gap:14px;min-width:340px;max-width:460px;padding:18px 20px;animation:.45s cubic-bezier(.16,1,.3,1) toast-slide-in;display:flex;box-shadow:0 15px 50px #00000040}@media (max-width:768px){.toast-item{width:auto!important;min-width:280px!important;max-width:calc(100vw - 32px)!important;padding:14px 16px!important}}.toast-item.success{border-left-color:#10b981}.toast-item.error{border-left-color:#ef4444}.toast-item.warning{border-left-color:#f59e0b}.toast-item.info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;display:flex}.toast-item.success .toast-icon{color:#10b981}.toast-item.error .toast-icon{color:#ef4444}.toast-item.warning .toast-icon{color:#f59e0b}.toast-item.info .toast-icon{color:#3b82f6}.toast-content{flex-direction:column;flex:1;gap:4px;display:flex}.toast-title{color:#1a1a2e;letter-spacing:-.3px;font-size:15px;font-weight:800}.toast-message-text{color:#475569;font-size:13.5px;font-weight:500;line-height:1.5}.toast-close{cursor:pointer;color:#94a3b8;background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.toast-close:hover{color:#1e293b;background:#f1f5f9;transform:rotate(90deg)}.toast-exit{animation:.3s cubic-bezier(.16,1,.3,1) forwards toast-fade-out}@keyframes toast-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes toast-fade-out{to{opacity:0;transform:translate(20px)}}@media print{body *{visibility:hidden}.printable-area,.printable-area *{visibility:visible}.printable-area{width:100%;position:absolute;top:0;left:0}.no-print{display:none!important}}
.AiChatbotPopup-module__y5jRRa__ai-chat-root{z-index:9999;font-family:Outfit,Inter,sans-serif;position:fixed;bottom:18px;right:18px}.AiChatbotPopup-module__y5jRRa__ai-fab-container{justify-content:flex-end;align-items:center;display:flex;position:relative}.AiChatbotPopup-module__y5jRRa__ai-fab{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2s infinite AiChatbotPopup-module__y5jRRa__pulseShadow;display:flex;position:relative;box-shadow:0 4px 20px #ff4e2b59}.AiChatbotPopup-module__y5jRRa__ai-fab:hover{background:#ff5b33;transform:scale(1.08);box-shadow:0 8px 28px #ff4e2b80}.AiChatbotPopup-module__y5jRRa__ai-fab.AiChatbotPopup-module__y5jRRa__active{background:var(--primary-color);transform:scale(.95);box-shadow:0 4px 15px #ff4e2b59}.AiChatbotPopup-module__y5jRRa__ai-fab.AiChatbotPopup-module__y5jRRa__active:hover{background:#ff5b33}.AiChatbotPopup-module__y5jRRa__ai-sparkle-icon{width:26px;height:26px}.AiChatbotPopup-module__y5jRRa__ai-close-icon{color:#fff;font-size:20px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-fab-tooltip{white-space:nowrap;color:var(--primary-color);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e2e8f0cc;border-radius:30px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;right:70px;transform:translate(10px);box-shadow:0 4px 15px #00000014}.AiChatbotPopup-module__y5jRRa__ai-fab-container:hover .AiChatbotPopup-module__y5jRRa__ai-fab-tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.AiChatbotPopup-module__y5jRRa__ai-fab-tooltip:hover{border-color:var(--primary-color);background-color:#fffcfb}.AiChatbotPopup-module__y5jRRa__ai-popup-window{-webkit-backdrop-filter:blur(16px);overscroll-behavior:contain;background:#ffffffe6;border:1px solid #e2e8f0cc;border-radius:18px;flex-direction:column;width:380px;height:min(520px,100vh - 130px);animation:.3s cubic-bezier(.34,1.56,.64,1) AiChatbotPopup-module__y5jRRa__scaleUp;display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 20px 48px #0000001f,0 8px 20px #0000000d}.AiChatbotPopup-module__y5jRRa__ai-header{background:linear-gradient(135deg, var(--primary-color) 0%, #ff6a00 100%);color:#fff;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-header-left{align-items:center;gap:10px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-logo{color:#fff;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-title{letter-spacing:.2px;margin:0;font-size:14px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-online-status{color:#ffffffd9;align-items:center;gap:4px;margin-top:2px;font-size:11px;font-weight:500;display:flex}.AiChatbotPopup-module__y5jRRa__ai-online-dot{color:#4ade80;align-items:center;font-size:8px;line-height:1;display:inline-flex}.AiChatbotPopup-module__y5jRRa__ai-header-right{align-items:center;gap:10px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-clear-btn,.AiChatbotPopup-module__y5jRRa__ai-close-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;font-size:14px;transition:all .2s;display:flex}.AiChatbotPopup-module__y5jRRa__ai-clear-btn:hover,.AiChatbotPopup-module__y5jRRa__ai-close-btn:hover{color:#fff;background:#ffffff26}.AiChatbotPopup-module__y5jRRa__ai-chat-body{background:#f8fafc;flex-direction:column;flex:1;min-height:0;display:flex}.AiChatbotPopup-module__y5jRRa__ai-message-list{overscroll-behavior:contain;flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.AiChatbotPopup-module__y5jRRa__ai-message-wrapper{flex-direction:column;max-width:85%;animation:.32s cubic-bezier(.16,1,.3,1) forwards AiChatbotPopup-module__y5jRRa__messageSlideIn;display:flex}.AiChatbotPopup-module__y5jRRa__ai-message-wrapper.AiChatbotPopup-module__y5jRRa__user{align-self:flex-end}.AiChatbotPopup-module__y5jRRa__ai-message-wrapper.AiChatbotPopup-module__y5jRRa__ai{align-self:flex-start}.AiChatbotPopup-module__y5jRRa__ai-bubble{word-break:break-word;padding:12px 16px;font-size:13px;line-height:1.5}.AiChatbotPopup-module__y5jRRa__user .AiChatbotPopup-module__y5jRRa__ai-bubble{background:linear-gradient(135deg, var(--primary-color) 0%, #ff7849 100%);color:#fff;border-radius:20px 20px 4px;box-shadow:0 4px 14px #ff4e2b26}.AiChatbotPopup-module__y5jRRa__ai .AiChatbotPopup-module__y5jRRa__ai-bubble{color:#334155;background:#fff;border:1px solid #f1f5f9;border-radius:20px 20px 20px 4px;box-shadow:0 4px 12px #00000008}.AiChatbotPopup-module__y5jRRa__ai-typing{align-items:center;gap:4px;padding:4px 0;display:flex}.AiChatbotPopup-module__y5jRRa__ai-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both AiChatbotPopup-module__y5jRRa__bounceDot;display:inline-block}.AiChatbotPopup-module__y5jRRa__ai-typing span:first-child{animation-delay:-.32s}.AiChatbotPopup-module__y5jRRa__ai-typing span:nth-child(2){animation-delay:-.16s}.AiChatbotPopup-module__y5jRRa__ai-attachment-list{flex-direction:column;gap:8px;width:100%;margin-top:8px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-attachment-header{text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin:0;font-size:10px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-grid-products,.AiChatbotPopup-module__y5jRRa__ai-grid-suppliers{flex-direction:column;gap:8px;width:290px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:12px;padding:10px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 3px 10px #00000005}.AiChatbotPopup-module__y5jRRa__ai-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000d}.AiChatbotPopup-module__y5jRRa__ai-prod-img-wrap{border:1px solid #f1f5f9;border-radius:8px;flex-shrink:0;width:54px;height:54px;overflow:hidden}.AiChatbotPopup-module__y5jRRa__ai-prod-img-wrap img{object-fit:cover;width:100%;height:100%}.AiChatbotPopup-module__y5jRRa__ai-prod-body{flex-direction:column;flex:1;justify-content:space-between;min-width:0;display:flex}.AiChatbotPopup-module__y5jRRa__ai-prod-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:12px;font-weight:600;overflow:hidden}.AiChatbotPopup-module__y5jRRa__ai-prod-meta{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-prod-price{color:var(--primary-color);font-size:12.5px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-prod-moq{color:#64748b;font-size:10px;font-weight:500}.AiChatbotPopup-module__y5jRRa__ai-card-btn{color:#334155;cursor:pointer;text-align:center;background:#f1f5f9;border:none;border-radius:6px;width:100%;padding:6px 10px;font-size:11px;font-weight:700;transition:all .2s}.AiChatbotPopup-module__y5jRRa__ai-card-btn:hover{background:#e2e8f0}.AiChatbotPopup-module__y5jRRa__ai-card-btn.AiChatbotPopup-module__y5jRRa__primary{background:var(--primary-color);color:#fff}.AiChatbotPopup-module__y5jRRa__ai-card-btn.AiChatbotPopup-module__y5jRRa__primary:hover{background:var(--primary-light)}.AiChatbotPopup-module__y5jRRa__ai-supplier-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;transition:transform .2s,box-shadow .2s;box-shadow:0 3px 10px #00000005}.AiChatbotPopup-module__y5jRRa__ai-supplier-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000d}.AiChatbotPopup-module__y5jRRa__ai-sup-name{color:#1e293b;margin:0;font-size:12.5px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-sup-sub{color:#64748b;margin-top:2px;font-size:10.5px}.AiChatbotPopup-module__y5jRRa__ai-sup-actions{gap:6px;margin-top:8px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-quick-prompts{flex-direction:column;gap:8px;padding:0 16px 14px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-quick-title{color:#64748b;font-size:11px;font-weight:700}.AiChatbotPopup-module__y5jRRa__ai-prompt-chips{flex-direction:column;gap:6px;display:flex}.AiChatbotPopup-module__y5jRRa__ai-prompt-chip{color:#475569;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000003}.AiChatbotPopup-module__y5jRRa__ai-prompt-chip:hover{border-color:var(--primary-color);color:var(--primary-color);background:#fffcfb;transform:translateY(-2px);box-shadow:0 4px 12px #ff4e2b1a}.AiChatbotPopup-module__y5jRRa__ai-input-footer{background:#fff;border-top:1px solid #e2e8f0;padding:12px 16px}.AiChatbotPopup-module__y5jRRa__ai-input-row{background:#fff;border:1.5px solid #cbd5e1;border-radius:28px;align-items:center;gap:8px;padding:4px 6px 4px 16px;transition:all .25s;display:flex}.AiChatbotPopup-module__y5jRRa__ai-input-row:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff4e2b1f}.AiChatbotPopup-module__y5jRRa__ai-input-field{background:0 0;border:none;outline:none;flex:1;padding:6px 0;font-size:13px}.AiChatbotPopup-module__y5jRRa__ai-send-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;box-shadow:0 2px 6px #ff4e2b40}.AiChatbotPopup-module__y5jRRa__ai-send-btn:hover:not(:disabled){background:var(--primary-light);transform:scale(1.05)}.AiChatbotPopup-module__y5jRRa__ai-send-btn:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1}.AiChatbotPopup-module__y5jRRa__ai-login-footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;padding:18px}.AiChatbotPopup-module__y5jRRa__ai-login-footer p{color:#64748b;margin:0 0 10px;font-size:12.5px}.AiChatbotPopup-module__y5jRRa__ai-login-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:24px;padding:8px 20px;font-size:12.5px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #ff4e2b33}.AiChatbotPopup-module__y5jRRa__ai-login-btn:hover{background:var(--primary-light);transform:scale(1.03)}@keyframes AiChatbotPopup-module__y5jRRa__scaleUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes AiChatbotPopup-module__y5jRRa__bounceDot{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes AiChatbotPopup-module__y5jRRa__messageSlideIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes AiChatbotPopup-module__y5jRRa__pulseShadow{0%{box-shadow:0 0 #ff4e2b66}70%{box-shadow:0 0 0 12px #ff4e2b00}to{box-shadow:0 0 #ff4e2b00}}@media (max-width:480px){.AiChatbotPopup-module__y5jRRa__ai-popup-window{width:calc(100vw - 32px);height:calc(100vh - 100px);bottom:72px;right:-8px}}
