.AiChat-module__yiVFda__fab{z-index:1000;color:#fff;cursor:pointer;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;background:linear-gradient(135deg,#16456e,#15598c);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:700;transition:transform .18s,box-shadow .18s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #15598c66}.AiChat-module__yiVFda__fab:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 10px 30px #15598c80}.AiChat-module__yiVFda__fab:active{transform:translateY(0)scale(.98)}.AiChat-module__yiVFda__fabIcon{align-items:center;font-size:18px;display:flex}.AiChat-module__yiVFda__fabLabel{letter-spacing:.2px}.AiChat-module__yiVFda__fabBadge{background:#e8730c;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:6px;right:8px}.AiChat-module__yiVFda__panel{z-index:1001;width:380px;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;color:#28323c;background:#f5f6f9;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 32px #16456e2e}@keyframes AiChat-module__yiVFda__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes AiChat-module__yiVFda__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.AiChat-module__yiVFda__panelOpening{animation:.28s cubic-bezier(.34,1.2,.64,1) forwards AiChat-module__yiVFda__slideIn}.AiChat-module__yiVFda__panelClosing{animation:.24s ease-in forwards AiChat-module__yiVFda__slideOut}.AiChat-module__yiVFda__header{color:#fff;background:linear-gradient(135deg,#16456e,#15598c);flex:none;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.AiChat-module__yiVFda__headerLeft{align-items:center;gap:12px;display:flex}.AiChat-module__yiVFda__headerAvatar{background:#ffffff2e;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:relative}.AiChat-module__yiVFda__onlineDot{background:#2ecc71;border:2px solid #15598c;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.AiChat-module__yiVFda__headerName{margin:0;font-size:15px;font-weight:800}.AiChat-module__yiVFda__headerStatus{color:#ffffffbf;margin:0;font-size:11.5px}.AiChat-module__yiVFda__headerActions{gap:4px;display:flex}.AiChat-module__yiVFda__headerBtn{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .15s;display:flex}.AiChat-module__yiVFda__headerBtn:hover{background:#ffffff42}.AiChat-module__yiVFda__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:14px;padding:16px 14px;display:flex;overflow-y:auto}.AiChat-module__yiVFda__messages::-webkit-scrollbar{width:4px}.AiChat-module__yiVFda__messages::-webkit-scrollbar-track{background:0 0}.AiChat-module__yiVFda__messages::-webkit-scrollbar-thumb{background:#cdd6de;border-radius:4px}.AiChat-module__yiVFda__msgRow{align-items:flex-end;gap:8px;max-width:100%;display:flex}.AiChat-module__yiVFda__msgRowUser{flex-direction:row-reverse}.AiChat-module__yiVFda__msgRowAi{flex-direction:row}.AiChat-module__yiVFda__avatar{color:#15598c;background:#eef4f9;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:flex}.AiChat-module__yiVFda__avatarUser{color:#fff;background:linear-gradient(135deg,#16456e,#15598c)}.AiChat-module__yiVFda__bubble{border-radius:14px;max-width:260px;padding:11px 14px;font-size:14px;line-height:1.6;position:relative}.AiChat-module__yiVFda__bubbleAi:has(.AiChat-module__yiVFda__cards){width:320px;max-width:320px}.AiChat-module__yiVFda__bubbleText{word-break:break-word}.AiChat-module__yiVFda__bubbleAi{color:#28323c;background:#fff;border:1px solid #e4e9ee;border-bottom-left-radius:4px}.AiChat-module__yiVFda__bubbleUser{color:#fff;background:linear-gradient(135deg,#15598c,#16456e);border-bottom-right-radius:4px}.AiChat-module__yiVFda__bubbleLoading{padding:14px 16px}.AiChat-module__yiVFda__msgTime{color:#a0aab2;text-align:right;margin-top:5px;font-size:10.5px;display:block}.AiChat-module__yiVFda__bubbleUser .AiChat-module__yiVFda__msgTime{color:#ffffffa6}.AiChat-module__yiVFda__typingDots{align-items:center;gap:5px;height:16px;display:flex}.AiChat-module__yiVFda__typingDots span{background:#a0aab2;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite AiChat-module__yiVFda__bounce}.AiChat-module__yiVFda__typingDots span:nth-child(2){animation-delay:.2s}.AiChat-module__yiVFda__typingDots span:nth-child(3){animation-delay:.4s}@keyframes AiChat-module__yiVFda__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.AiChat-module__yiVFda__quickPrompts{flex-direction:column;flex:none;gap:6px;padding:4px 14px 10px;display:flex}.AiChat-module__yiVFda__quickBtn{text-align:left;color:#15598c;font-size:13.5px;font-weight:600;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;cursor:pointer;background:#fff;border:1px solid #e4e9ee;border-radius:10px;padding:9px 14px;transition:background .12s,border-color .12s,transform .1s}.AiChat-module__yiVFda__quickBtn:hover{background:#eef4f9;border-color:#c3d4e2;transform:translate(3px)}.AiChat-module__yiVFda__quickChips{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:16px;padding:0;display:flex}.AiChat-module__yiVFda__quickChipBtn{color:#16456e;font-size:13px;font-weight:600;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;cursor:pointer;background:#fff;border:1px solid #dde4ea;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;transition:background .12s,border-color .12s,transform .1s;display:inline-flex}.AiChat-module__yiVFda__quickChipBtn:hover{background:#eef4f9;border-color:#15598c;transform:translateY(-1px)}.AiChat-module__yiVFda__quickChipIcon{color:#6366f1;font-size:11px}.AiChat-module__yiVFda__inputShell{flex-direction:column;flex:none;display:flex}.AiChat-module__yiVFda__inputShellHero{width:100%;max-width:760px;margin:0 auto}.AiChat-module__yiVFda__inputArea{background:#fff;border-top:1px solid #e4e9ee;flex:none;align-items:flex-end;gap:10px;padding:12px 14px 10px;display:flex}.AiChat-module__yiVFda__textarea{resize:none;font-size:14px;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;color:#28323c;background:#f8fafc;border:1.5px solid #dde4ea;border-radius:12px;outline:none;flex:1;max-height:120px;padding:10px 14px;line-height:1.5;transition:border-color .15s;overflow-y:auto}.AiChat-module__yiVFda__textarea:focus{background:#fff;border-color:#15598c}.AiChat-module__yiVFda__textarea::placeholder{color:#b0bcc7;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.AiChat-module__yiVFda__textarea:disabled{opacity:.6;cursor:not-allowed}.AiChat-module__yiVFda__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16456e,#15598c);border:none;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;transition:opacity .15s,transform .12s;display:flex}.AiChat-module__yiVFda__sendBtn:hover:not(:disabled){opacity:.88;transform:scale(1.06)}.AiChat-module__yiVFda__sendBtn:disabled{opacity:.4;cursor:not-allowed}.AiChat-module__yiVFda__micBtn{color:#5a6b7b;cursor:pointer;background:#f8fafc;border:1.5px solid #dde4ea;border-radius:12px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;min-height:44px;font-size:17px;transition:color .15s,border-color .15s,background .15s,transform .12s;display:flex}.AiChat-module__yiVFda__micBtn:hover:not(:disabled){color:#15598c;background:#fff;border-color:#15598c}.AiChat-module__yiVFda__micBtn:focus-visible{outline-offset:2px;outline:2px solid #15598c}.AiChat-module__yiVFda__micBtn:active:not(:disabled){transform:scale(.96)}.AiChat-module__yiVFda__micBtn:disabled{opacity:.4;cursor:not-allowed}.AiChat-module__yiVFda__micBtnOn,.AiChat-module__yiVFda__micBtnOn:hover:not(:disabled){color:#fff;background:#dc2626;border-color:#dc2626;animation:1.4s ease-in-out infinite AiChat-module__yiVFda__micPulse}.AiChat-module__yiVFda__micBtnHero{border-radius:12px}@keyframes AiChat-module__yiVFda__micPulse{0%,to{box-shadow:0 0 #dc262673}50%{box-shadow:0 0 0 6px #dc262600}}@media (prefers-reduced-motion:reduce){.AiChat-module__yiVFda__micBtnOn{animation:none}}.AiChat-module__yiVFda__voiceError{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:6px 14px 0;padding:6px 10px;font-size:12px;line-height:1.45}.AiChat-module__yiVFda__inputAreaHero{background:#fff;border:1.5px solid #dde4ea;border-radius:18px;padding:10px 10px 10px 20px;transition:border-color .15s;box-shadow:0 8px 28px #16456e14}.AiChat-module__yiVFda__inputAreaHero:focus-within{border-color:#15598c}.AiChat-module__yiVFda__textareaHero{background:0 0;border:none;min-height:26px;padding:8px 0;font-size:15px}.AiChat-module__yiVFda__textareaHero:focus{background:0 0;border-color:#0000}.AiChat-module__yiVFda__sendBtnHero{border-radius:12px;gap:8px;width:auto;padding:0 18px;font-size:13.5px;font-weight:700}.AiChat-module__yiVFda__sendBtnHeroLabel{font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif}.AiChat-module__yiVFda__disclaimer{color:#a0aab2;text-align:center;background:#fff;flex:none;margin:0;padding:6px 14px 10px;font-size:11px}@media (max-width:480px){.AiChat-module__yiVFda__panel{width:100%}.AiChat-module__yiVFda__fab{padding:11px 16px;bottom:20px;right:16px}}.AiChat-module__yiVFda__cards{flex-direction:column;gap:10px;margin-top:12px;display:flex}.AiChat-module__yiVFda__conflictBox{color:#b35309;background:#fff4e6;border:1px solid #ffd8a8;border-radius:8px;align-items:flex-start;gap:6px;padding:8px 10px;font-size:12px;line-height:1.5;display:flex}.AiChat-module__yiVFda__prodGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.AiChat-module__yiVFda__prodGridWide{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.AiChat-module__yiVFda__prodGridWide .AiChat-module__yiVFda__prodThumb{height:150px}.AiChat-module__yiVFda__prodGridWide .AiChat-module__yiVFda__prodThumbLetter{font-size:40px}.AiChat-module__yiVFda__prodGridWide .AiChat-module__yiVFda__prodName{font-size:13.5px}.AiChat-module__yiVFda__prodGridWide .AiChat-module__yiVFda__prodPrice{font-size:14px}.AiChat-module__yiVFda__prodCard{color:inherit;cursor:pointer;background:#fff;border:1px solid #e4e9ee;border-radius:10px;flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex;overflow:hidden}.AiChat-module__yiVFda__prodCard:hover{border-color:#15598c;transform:translateY(-2px);box-shadow:0 4px 12px #16456e1a}.AiChat-module__yiVFda__prodThumb{flex:none;justify-content:center;align-items:center;height:64px;display:flex;position:relative;overflow:hidden}.AiChat-module__yiVFda__prodThumbImg{object-fit:cover;width:100%;height:100%}.AiChat-module__yiVFda__prodThumbLetter{color:#6366f1;opacity:.85;font-size:26px;font-weight:800}.AiChat-module__yiVFda__reqBadge{z-index:1;color:#16456e;cursor:default;background:#ffffffeb;border-radius:5px;padding:2px 6px;font-size:9.5px;font-weight:700;line-height:1.4;position:absolute;top:5px;left:5px;box-shadow:0 1px 3px #00000026}.AiChat-module__yiVFda__reqTooltipList{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.AiChat-module__yiVFda__reqTooltipItemOn,.AiChat-module__yiVFda__reqTooltipItemOff{white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:flex}.AiChat-module__yiVFda__reqTooltipItemOn{color:#fff}.AiChat-module__yiVFda__reqTooltipItemOff{color:#c9d3dc;text-decoration:line-through}.AiChat-module__yiVFda__prodBody{flex-direction:column;gap:2px;padding:8px 9px 10px;display:flex}.AiChat-module__yiVFda__prodName{color:#16456e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.AiChat-module__yiVFda__prodCompany{color:#7b8894;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:2px 0 0;font-size:10.5px;line-height:1.3;display:-webkit-box;overflow:hidden}.AiChat-module__yiVFda__prodPrice{color:#1e7a46;margin:4px 0 0;font-size:12.5px;font-weight:800}.AiChat-module__yiVFda__prodMoq{color:#97a1ab;margin:1px 0 0;font-size:10.5px}.AiChat-module__yiVFda__pagination{justify-content:center;align-items:center;gap:6px;margin-top:4px;display:flex}.AiChat-module__yiVFda__pageNavBtn,.AiChat-module__yiVFda__pageBtn{color:#28323c;cursor:pointer;background:#fff;border:1px solid #dde4ea;border-radius:7px;min-width:30px;height:30px;padding:0 8px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .13s}.AiChat-module__yiVFda__pageNavBtn:hover:not(:disabled),.AiChat-module__yiVFda__pageBtn:hover{color:#15598c;border-color:#15598c}.AiChat-module__yiVFda__pageNavBtn:disabled{opacity:.4;cursor:not-allowed}.AiChat-module__yiVFda__pageBtnActive{color:#fff;background:#15598c;border-color:#15598c}.AiChat-module__yiVFda__pageEllipsis{color:#97a1ab;padding:0 2px;font-size:12.5px}.AiChat-module__yiVFda__viewMore{text-align:center;color:#15598c;background:#eef4f9;border:1px solid #cfe0ec;border-radius:8px;padding:8px;font-size:12.5px;font-weight:700;text-decoration:none;display:block}.AiChat-module__yiVFda__viewMore:hover{background:#cfe0ec}.AiChat-module__yiVFda__suggestRow{z-index:2;flex-wrap:wrap;gap:6px;margin-top:4px;display:flex;position:relative}.AiChat-module__yiVFda__suggestChip{color:#15598c;cursor:pointer;text-align:left;pointer-events:auto;background:#eef4f9;border:1px solid #cfe0ec;border-radius:14px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;line-height:1.3;transition:background .15s,border-color .15s;display:inline-block}.AiChat-module__yiVFda__suggestChip:hover{background:#cfe0ec;border-color:#15598c}.AiChat-module__yiVFda__suggestChip:active{transform:scale(.97)}.AiChat-module__yiVFda__filterBox{background:#f8fafc;border:1px solid #e4e9ee;border-radius:10px;flex-direction:column;gap:9px;margin-top:4px;padding:11px;display:flex}.AiChat-module__yiVFda__filterRow{flex-direction:column;gap:5px;display:flex}.AiChat-module__yiVFda__filterLabel{color:#16456e;font-size:11.5px;font-weight:700}.AiChat-module__yiVFda__chipWrap{flex-wrap:wrap;gap:5px;display:flex}.AiChat-module__yiVFda__filterChip{color:#28323c;cursor:pointer;background:#fff;border:1px solid #dde4ea;border-radius:13px;padding:4px 10px;font-family:inherit;font-size:11px;font-weight:600;transition:all .13s}.AiChat-module__yiVFda__filterChip:hover{color:#15598c;border-color:#15598c}.AiChat-module__yiVFda__filterChipOn{color:#fff;background:#15598c;border-color:#15598c}.AiChat-module__yiVFda__applyBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px;font-family:inherit;font-size:12.5px;font-weight:700;transition:background .13s;display:flex}.AiChat-module__yiVFda__applyBtn:hover{background:#1d4ed8}.AiChat-module__yiVFda__filterBarWide{background:#f8fafc;border:1px solid #e4e9ee;border-radius:10px;flex-wrap:wrap;align-items:center;gap:14px 22px;margin-bottom:4px;padding:12px 14px;display:flex}.AiChat-module__yiVFda__filterRowWide{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.AiChat-module__yiVFda__filterRowWide .AiChat-module__yiVFda__filterLabel{white-space:nowrap;flex:none}.AiChat-module__yiVFda__filterBarWide .AiChat-module__yiVFda__applyBtn{width:auto;padding:8px 16px}.AiChat-module__yiVFda__filterBarWide .AiChat-module__yiVFda__viewTabs{flex:none;width:200px;margin-left:auto}.AiChat-module__yiVFda__viewTabs{background:#e9edf1;border-radius:9px;gap:3px;padding:3px;display:flex}.AiChat-module__yiVFda__viewTab{color:#5b6770;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:7px;font-family:inherit;font-size:12px;font-weight:700;transition:all .13s}.AiChat-module__yiVFda__viewTab:hover{color:#16456e}.AiChat-module__yiVFda__viewTabOn{color:#fff;background:#16456e}.AiChat-module__yiVFda__supList{flex-direction:column;gap:10px;display:flex}.AiChat-module__yiVFda__supCard{background:#fff;border:1px solid #e4e9ee;border-radius:10px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.AiChat-module__yiVFda__supCard:hover{border-color:#15598c;box-shadow:0 4px 12px #16456e1a}.AiChat-module__yiVFda__supCardWide{flex-direction:row}.AiChat-module__yiVFda__supMain{color:inherit;flex:1;align-items:center;gap:10px;min-width:0;padding:9px 10px;text-decoration:none;display:flex}.AiChat-module__yiVFda__supCardWide .AiChat-module__yiVFda__supMain{border-right:1px solid #e4e9ee}.AiChat-module__yiVFda__supLogo{color:#6366f1;border-radius:9px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex}.AiChat-module__yiVFda__supBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AiChat-module__yiVFda__supNameRow{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.AiChat-module__yiVFda__supVerifiedBadge{color:#1e7a46;background:#ecfdf5;border:1px solid #c6f0d8;border-radius:4px;flex:none;align-items:center;gap:3px;padding:1px 5px;font-size:9.5px;font-weight:700;display:inline-flex}.AiChat-module__yiVFda__supCerts{flex-wrap:wrap;gap:4px;margin-top:3px;display:flex}.AiChat-module__yiVFda__supCertBadge{color:#1e7a46;background:#ecfdf5;border:1px solid #c6f0d8;border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:700}.AiChat-module__yiVFda__supArrow{color:#aab4bd;flex:none}.AiChat-module__yiVFda__supEmpty{color:#8a97a3;padding:10px 2px;font-size:13px}.AiChat-module__yiVFda__supProductPreview{cursor:pointer;background:#fafbfc;border-top:1px solid #eef2f5;align-items:center;gap:8px;padding:9px 10px;display:flex}.AiChat-module__yiVFda__supCardWide .AiChat-module__yiVFda__supProductPreview{border-top:none;flex:none;width:220px}.AiChat-module__yiVFda__supProductPreview:hover{background:#f0f4f8}.AiChat-module__yiVFda__supProductThumb{border-radius:8px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.AiChat-module__yiVFda__supProductThumb .AiChat-module__yiVFda__prodThumbLetter{font-size:16px}.AiChat-module__yiVFda__supProductInfo{flex-direction:column;gap:1px;min-width:0;display:flex}.AiChat-module__yiVFda__supProductName{color:#1f2a37;white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.AiChat-module__yiVFda__supViewAll{color:#15598c;font-size:11px;font-weight:600}.AiChat-module__yiVFda__thinkingBox{flex-direction:column;gap:7px;min-width:200px;display:flex}.AiChat-module__yiVFda__thinkingStep{align-items:center;gap:8px;font-size:12.5px;line-height:1.4;animation:.25s AiChat-module__yiVFda__thinkFadeIn;display:flex}@keyframes AiChat-module__yiVFda__thinkFadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.AiChat-module__yiVFda__thinkingIcon{flex:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.AiChat-module__yiVFda__thinkingDone{color:#1e7a46}.AiChat-module__yiVFda__thinkingSpin{color:#15598c;animation:.8s linear infinite AiChat-module__yiVFda__thinkSpin}@keyframes AiChat-module__yiVFda__thinkSpin{to{transform:rotate(360deg)}}.AiChat-module__yiVFda__thinkingText{color:#97a1ab}.AiChat-module__yiVFda__thinkingTextActive{color:#16456e;font-weight:600}.AiChat-module__yiVFda__thinkingToggle{color:#6b7c8d;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:12px;display:flex}.AiChat-module__yiVFda__thinkingToggle:hover{color:#15598c}@media (max-width:1000px){.AiChat-module__yiVFda__panel{width:min(380px,92vw)}.AiChat-module__yiVFda__bubbleAi:has(.AiChat-module__yiVFda__cards){width:min(320px,80vw);max-width:min(320px,80vw)}}.AiChat-module__yiVFda__fullPage{height:100vh;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;color:#28323c;background:#fff;display:flex;overflow:hidden}.AiChat-module__yiVFda__fpSidebar{background:#f5f6f9;border-right:1px solid #e4e9ee;flex-direction:column;flex:none;width:280px;transition:margin-left .2s;display:flex;position:relative}.AiChat-module__yiVFda__fpSidebarResizer{cursor:col-resize;z-index:5;background:0 0;width:6px;transition:background .15s;position:absolute;top:0;bottom:0;right:-3px}.AiChat-module__yiVFda__fpSidebarResizer:hover,.AiChat-module__yiVFda__fpSidebarResizerActive{background:#15598c40}.AiChat-module__yiVFda__fpSidebarHead{border-bottom:1px solid #e4e9ee;flex:none;padding:14px}.AiChat-module__yiVFda__fpBackLink{color:#6b7c8d;align-items:center;gap:8px;margin-bottom:14px;font-size:12.5px;font-weight:700;text-decoration:none;display:flex}.AiChat-module__yiVFda__fpBackLink:hover{color:#15598c}.AiChat-module__yiVFda__fpNewChatBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16456e,#15598c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-family:inherit;font-size:13.5px;font-weight:700;transition:opacity .15s;display:flex}.AiChat-module__yiVFda__fpNewChatBtn:hover{opacity:.9}.AiChat-module__yiVFda__fpSidebarList{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex;overflow-y:auto}.AiChat-module__yiVFda__fpSidebarLabel{color:#97a1ab;text-transform:uppercase;letter-spacing:.4px;padding:12px 10px 4px;font-size:11px;font-weight:800}.AiChat-module__yiVFda__fpHistItem{color:#28323c;border-radius:8px;align-items:center;gap:6px;padding:0;font-size:13px;display:flex}.AiChat-module__yiVFda__fpHistItem:hover{background:#e9edf1}.AiChat-module__yiVFda__fpHistItemActive{background:#dfe7ee}.AiChat-module__yiVFda__fpHistItemBtn{text-align:left;min-width:0;color:inherit;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;flex:1;padding:9px 4px 9px 10px;font-family:inherit;font-size:13px;overflow:hidden}.AiChat-module__yiVFda__fpHistItemActive .AiChat-module__yiVFda__fpHistItemBtn{color:#16456e;font-weight:700}.AiChat-module__yiVFda__fpHistItemDelete{opacity:0;color:#97a1ab;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin-right:6px;font-size:12px;transition:opacity .1s;display:flex}.AiChat-module__yiVFda__fpHistItem:hover .AiChat-module__yiVFda__fpHistItemDelete{opacity:1}.AiChat-module__yiVFda__fpHistItemDelete:hover{color:#d9433c;background:#fdecea}.AiChat-module__yiVFda__fpEmptyHistory{color:#97a1ab;text-align:center;padding:22px 16px;font-size:12.5px;line-height:1.65}.AiChat-module__yiVFda__fpMain{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.AiChat-module__yiVFda__fpMainHeader{border-bottom:1px solid #e4e9ee;flex:none;align-items:center;gap:12px;padding:14px 24px;display:flex}.AiChat-module__yiVFda__fpMenuToggle{color:#16456e;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:18px;display:none}.AiChat-module__yiVFda__fpMainTitle{color:#16456e;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:800;display:flex}.AiChat-module__yiVFda__messagesWide{width:100%;max-width:1800px;margin:0 auto;padding:28px 24px}.AiChat-module__yiVFda__bubbleWide{max-width:640px}.AiChat-module__yiVFda__bubbleWide.AiChat-module__yiVFda__bubbleAi:has(.AiChat-module__yiVFda__cards){width:100%;max-width:100%}.AiChat-module__yiVFda__fpMainInner{flex:none;width:100%;max-width:1080px;margin:0 auto;padding:0 24px}.AiChat-module__yiVFda__fpMainFooter{border-top:1px solid #e4e9ee;flex:none;padding-top:4px}.AiChat-module__yiVFda__heroScroll{flex:1;overflow-y:auto}.AiChat-module__yiVFda__hero{width:100%;max-width:1080px;margin:0 auto;padding:48px 24px 56px}.AiChat-module__yiVFda__heroTop{text-align:center;flex-direction:column;align-items:center;display:flex}.AiChat-module__yiVFda__heroBrand{color:#15598c;align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:800;display:flex}.AiChat-module__yiVFda__heroHeadline{color:#16456e;max-width:720px;margin:0 0 24px;font-size:32px;font-weight:800;line-height:1.3}.AiChat-module__yiVFda__heroSection{max-width:1080px;margin:48px auto 0}.AiChat-module__yiVFda__heroSectionTitle{color:#16456e;text-align:center;margin:0 0 16px;font-size:22px;font-weight:800}.AiChat-module__yiVFda__heroTabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px;display:flex}.AiChat-module__yiVFda__heroTab{color:#5b6770;cursor:pointer;font-size:13px;font-weight:700;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;background:#fff;border:1px solid #dde4ea;border-radius:20px;padding:8px 16px;transition:all .13s}.AiChat-module__yiVFda__heroTab:hover{color:#15598c;border-color:#15598c}.AiChat-module__yiVFda__heroTabOn{color:#fff;background:#15598c;border-color:#15598c}.AiChat-module__yiVFda__heroGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.AiChat-module__yiVFda__heroCard{text-align:left;cursor:pointer;font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;background:#fff;border:1px solid #e4e9ee;border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:18px;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.AiChat-module__yiVFda__heroCard:hover{border-color:#15598c;transform:translateY(-2px);box-shadow:0 6px 20px #16456e1a}.AiChat-module__yiVFda__heroCardIcon{color:#6366f1;background:#eef4f9;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.AiChat-module__yiVFda__heroCardTitle{color:#16456e;font-size:14.5px;font-weight:800}.AiChat-module__yiVFda__heroCardDesc{color:#6b7c8d;font-size:12.5px;line-height:1.5}.AiChat-module__yiVFda__fpOverlay{display:none}@media (max-width:900px){.AiChat-module__yiVFda__fpSidebar{z-index:1002;margin-left:-280px;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 24px #16456e2e}.AiChat-module__yiVFda__fpSidebarOpen{margin-left:0}.AiChat-module__yiVFda__fpSidebarResizer{display:none}.AiChat-module__yiVFda__fpMenuToggle{display:flex}.AiChat-module__yiVFda__fpOverlay{z-index:1001;background:#0f192359;display:block;position:fixed;inset:0}.AiChat-module__yiVFda__messagesWide,.AiChat-module__yiVFda__fpMainInner,.AiChat-module__yiVFda__hero{padding-left:16px;padding-right:16px}.AiChat-module__yiVFda__heroGrid{grid-template-columns:repeat(2,1fr)}.AiChat-module__yiVFda__heroHeadline{font-size:26px}}@media (max-width:600px){.AiChat-module__yiVFda__fab{justify-content:center;gap:0;width:52px;height:52px;padding:0;bottom:16px;right:14px}.AiChat-module__yiVFda__fabLabel{display:none}.AiChat-module__yiVFda__fabIcon{font-size:20px}.AiChat-module__yiVFda__fabBadge{top:5px;right:6px}.AiChat-module__yiVFda__panel{width:100%}.AiChat-module__yiVFda__headerBtn{width:40px;height:40px}.AiChat-module__yiVFda__bubble{max-width:78vw}.AiChat-module__yiVFda__bubbleAi:has(.AiChat-module__yiVFda__cards){width:min(300px,82vw);max-width:min(300px,82vw)}.AiChat-module__yiVFda__textarea,.AiChat-module__yiVFda__textareaHero{font-size:16px}.AiChat-module__yiVFda__hero{padding:28px 16px 40px}.AiChat-module__yiVFda__heroHeadline{font-size:22px}.AiChat-module__yiVFda__heroSectionTitle{font-size:18px}.AiChat-module__yiVFda__heroSection{margin-top:36px}.AiChat-module__yiVFda__heroGrid{grid-template-columns:1fr}.AiChat-module__yiVFda__inputAreaHero{border-radius:14px;padding:8px 8px 8px 14px}.AiChat-module__yiVFda__voiceError{margin:6px 0 0}.AiChat-module__yiVFda__sendBtnHero{padding:0 14px}.AiChat-module__yiVFda__micBtn{width:44px;height:44px;font-size:18px}}@media (max-width:480px){.AiChat-module__yiVFda__inputAreaHero{gap:6px}.AiChat-module__yiVFda__sendBtnHeroLabel{display:none}.AiChat-module__yiVFda__sendBtnHero{width:44px;padding:0}}
.rfq,.rfq-vars{--rfq-navy:#16456e;--rfq-navy-dark:#0f3354;--rfq-accent:#15598c;--rfq-orange:#e8730c;--rfq-orange-dark:#cf6309;--rfq-ink:#28323c;--rfq-mut:#8b97a2;--rfq-line:#e2e8ee;--rfq-bg:#f5f6fa;--rfq-card:#fff;--rfq-radius:14px;--rfq-max:880px}.rfq{background:var(--rfq-bg);color:var(--rfq-ink);font-family:var(--font-be-vietnam), "Be Vietnam Pro", system-ui, -apple-system, sans-serif;min-height:100%}.rfq a:not(.ant-btn){color:var(--rfq-accent)}.rfq-container{max-width:var(--rfq-max);margin:0 auto;padding:32px 20px 64px}.rfq-title{text-align:center;letter-spacing:-.01em;max-width:620px;color:var(--rfq-navy);margin:0 auto 12px;font-size:28px;font-weight:800;line-height:1.25}.rfq-intro{text-align:center;color:#51606c;max-width:620px;margin:0 auto 28px;font-size:15px;line-height:1.6}.rfq-target-company{border:1px solid var(--rfq-line);background:#fff;border-radius:10px;align-items:center;gap:14px;max-width:620px;margin:0 auto 20px;padding:14px 18px;display:flex}.rfq-target-company img{object-fit:contain;border-radius:6px;flex:none;width:40px;height:40px}.rfq-target-company-name{color:var(--rfq-mut);margin:0;font-size:13.5px}.rfq-target-company-name b{color:var(--rfq-ink)}.rfq-target-company-note{color:var(--rfq-mut);margin:2px 0 0;font-size:12px}.rfq-card{background:var(--rfq-card);border:1px solid var(--rfq-line);border-radius:var(--rfq-radius);padding:30px 34px;box-shadow:0 8px 28px #1e2d3c0f}.rfq-form{flex-direction:column;display:flex}.rfq-note-inline{color:#51606c;background:#eef7f1;border:1px solid #cfe8d8;border-radius:10px;margin:4px 0 20px;padding:12px 14px;font-size:13px;line-height:1.6}.rfq-field{margin-bottom:18px}.rfq-field-label{letter-spacing:.6px;text-transform:uppercase;color:var(--rfq-navy);margin-bottom:8px;font-size:12.5px;font-weight:700;display:block}.rfq-req{color:var(--rfq-orange)}.rfq-field-error{color:#d9433c;margin:6px 0 0;font-size:12.5px}.rfq-row-2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.rfq-select{width:100%}.rfq-vars .ant-input,.rfq-vars .ant-input-affix-wrapper,.rfq-vars .ant-select-selector{border-radius:8px!important}.rfq-vars .ant-input::placeholder,.rfq-vars textarea::placeholder{color:#aab4bd}.rfq-divider{border:none;border-top:1px solid var(--rfq-line);margin:8px 0 20px}.rfq-step-foot{justify-content:flex-end;align-items:center;gap:20px;display:flex}.rfq-vars .rfq-next-btn.ant-btn-primary{background:var(--rfq-orange);border-color:var(--rfq-orange);border-radius:8px;height:46px;padding-inline:24px;font-weight:700}.rfq-vars .rfq-next-btn.ant-btn-primary:hover{background:var(--rfq-orange-dark)!important;border-color:var(--rfq-orange-dark)!important}.rfq-badges{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;display:grid}.rfq-badge{background:var(--rfq-card);border:1px solid var(--rfq-line);border-radius:12px;align-items:center;gap:14px;padding:16px 18px;display:flex}.rfq-badge-icon{width:40px;height:40px;color:var(--rfq-accent);background:#eef4f9;border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:19px;display:flex}.rfq-badge-title{letter-spacing:.4px;text-transform:uppercase;color:var(--rfq-navy);margin:0 0 3px;font-size:13px;font-weight:800}.rfq-badge-desc{color:var(--rfq-mut);margin:0;font-size:12.5px;line-height:1.5}.rfq-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:56px 32px;display:flex}.rfq-success-icon{color:#52c41a;font-size:56px}.rfq-success-title{margin:0;font-size:22px;font-weight:800}.rfq-success-desc{color:var(--rfq-mut);max-width:480px;margin:0;font-size:14px;line-height:1.65}@media (max-width:720px){.rfq-card{padding:22px 18px}.rfq-row-2{grid-template-columns:1fr;gap:0}.rfq-badges{grid-template-columns:1fr}.rfq-step-foot{flex-direction:column-reverse;align-items:stretch}.rfq-step-foot .rfq-next-btn{justify-content:center;width:100%}}@media (max-width:1000px){.rfq-container{padding:28px 20px 56px}.rfq-title{font-size:24px}}@media (max-width:600px){.rfq-container{padding:20px 14px 40px}.rfq-card{padding:18px 14px}.rfq-title{margin-bottom:8px;font-size:21px}.rfq-intro{margin-bottom:20px;font-size:13.5px}.rfq-badge{gap:10px;padding:14px}.rfq-success{padding:40px 20px}.rfq-success-title{font-size:19px}.rfq-success-icon{font-size:44px}}.pq-modal .ant-modal-content{border-radius:14px;overflow:hidden}.pq-product{background:var(--rfq-bg);border:1px solid var(--rfq-line);border-radius:10px;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:flex}.pq-product-thumb{background:#eef1f4;border-radius:8px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.pq-product-thumb img{object-fit:cover;width:100%;height:100%}.pq-product-info{min-width:0}.pq-product-name{color:var(--rfq-ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14.5px;font-weight:700;overflow:hidden}.pq-product-sku{color:var(--rfq-mut);margin:2px 0 0;font-size:12.5px}.pq-form .rfq-field{margin-bottom:16px}.pq-foot{justify-content:flex-end;margin-top:4px;display:flex}.pq-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:24px 8px 8px;display:flex}.pq-success-icon{color:#52c41a;font-size:44px}.pq-success-title{margin:0;font-size:17px;font-weight:800}.pq-success-desc{color:var(--rfq-mut);margin:0;font-size:13.5px;line-height:1.6}
