.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (min-width: 1600px){.container{max-width:1600px}}@media (min-width: 1920px){.container{max-width:1920px}}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.grow{flex-grow:1}.flex-row{flex-direction:row}.border{border-width:1px}.px{padding-left:1rem;padding-right:1rem}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.toast-container{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px}.toast{padding:12px 16px;border-radius:4px;box-shadow:0 2px 8px #00000026;animation:toastSlideIn .3s ease-out;min-width:200px;max-width:400px;word-wrap:break-word;opacity:1;transition:opacity .3s ease-out}.toast--success{background-color:#f6ffed;border:1px solid #b7eb8f;color:#52c41a}.toast--warning{background-color:#fffbe6;border:1px solid #ffe58f;color:#faad14}.toast--error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f}.toast--info{background-color:#e6f7ff;border:1px solid #91d5ff;color:#1890ff}.toast__content{font-size:14px;line-height:1.4}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast-exit{animation:toastSlideOut .3s ease-out}.error-card{padding:12px 16px;display:flex;align-items:center;gap:12px}.error-card__content{display:flex;align-items:center;gap:8px;flex:1 1}.error-card__icon{font-size:18px;width:28px;height:28px}.error-card__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.error-card__message{flex:1 1;font-size:14px;line-height:1.4;text-align:left;color:#1e1f26}.error-card__retry-button{font-size:12px;padding:4px 8px;border-radius:4px;background:transparent}.error-card__retry-button:hover:not(:disabled){color:#1e1f26;font-weight:500}.error-card__retry-button:disabled{opacity:.5;cursor:not-allowed}.custom-message-container{position:absolute;top:40vh;left:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;width:384px;max-width:100%;pointer-events:none}.custom-message{color:#333;animation:fadeIn .3s;pointer-events:auto;padding:20px 40px;font-size:14px;box-shadow:none;line-height:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.custom-message-success{background-color:#f6ffed;border:1px solid #b7eb8f}.custom-message-error{background-color:#ffedec;border-color:#ffbcb2}.custom-message-warning{background-color:#fff3e2;border-color:#ffd494}.custom-message-success-icon{color:#1dc11d}.custom-message-error-icon{color:#f33}.custom-message-warning-icon{color:#ffa003}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message-card__session-feedback-message{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;background:#fff}.message-card__session-feedback-message-tips{width:308px;position:absolute;top:48px;left:16px}.message-card__session-feedback-message-title{color:#1e1f26;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.message-card__session-feedback-message-subtitle{display:flex;height:54px;padding:8px;justify-content:space-between;align-items:flex-start;background:#f8f9f8}.message-card__session-feedback-message-content{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch;background:#f5f5f5}.message-card__session-feedback-message-content-field{width:100%;display:flex;flex-direction:column;gap:8px}.message-card__session-feedback-message-content-field-title{color:#1e1f26;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-align:left}.message-card__session-feedback-message-content-field-wrapper{display:flex;gap:8px;justify-content:space-between}.message-card__session-feedback-message-content-field-wrapper-item{display:flex;height:32px;padding:8px;justify-content:center;align-items:center;flex:1 0;border:1px solid #e0e0e0;background:#fff;cursor:pointer}.message-card__session-feedback-message-content-field-wrapper-item:hover,.message-card__session-feedback-message-content-field-wrapper-select{display:flex;height:32px;padding:8px;justify-content:center;align-items:center;flex:1 0;border:1px solid #0068ff;background:#ecf3ff;color:#0068ff;text-align:center;font-family:Avenir Next;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.message-card__session-feedback-message-content-field-rate-wrapper{display:flex;height:32px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border:1px solid #e0e0e0;background:#fff}.message-card__session-feedback-message-content-field-reason{display:flex;flex-direction:column;justify-content:flex-start}.message-card__session-feedback-message-content-field-reason .next-radio-group-ver .next-radio-wrapper{text-align:left}.chat-dialog__markdown-body-content ol{list-style-type:decimal;margin:6px 0;padding-left:24px}.chat-dialog__markdown-body-content ol li{margin:2px 0;padding-left:4px;line-height:1.5}.chat-dialog__markdown-body-content ol li p{margin:0;display:inline}.chat-dialog__markdown-body-content ol li strong{font-weight:600}.chat-dialog__markdown-body-content ul{list-style-type:disc;margin:4px 0;padding-left:24px}.chat-dialog__markdown-body-content ul li{margin:2px 0;padding-left:4px;line-height:1.5}.chat-dialog__markdown-body-content ul li p{margin:0;display:inline}.chat-dialog__markdown-body-content ul li strong{font-weight:500}.chat-dialog__markdown-body-content ol ol,.chat-dialog__markdown-body-content ul ul,.chat-dialog__markdown-body-content ol ul,.chat-dialog__markdown-body-content ul ol{margin:4px 0;padding-left:20px}.chat-dialog__markdown-body-content b,.chat-dialog__markdown-body-content strong{font-weight:500}.list-actions-card{padding:16px;width:100%;box-sizing:border-box}.list-actions-card__header{display:flex;flex-direction:row;gap:12px;margin-bottom:12px}.list-actions-card__header-text{display:flex;flex-direction:column;gap:4px}.list-actions-card__icon{width:40px;height:40px;flex-shrink:0}.list-actions-card__icon-inner{width:100%;height:100%;position:relative}.list-actions-card__title{font-family:Avenir Next,sans-serif;font-size:15px;font-weight:600;color:#1e1f26;line-height:1.4;border-bottom:1px solid #e0e0e0;padding-bottom:6px}.list-actions-card__description{font-family:Avenir Next,sans-serif;font-size:14px;font-weight:400;color:#4d5360}.list-actions-card__description h3{font-size:14px;font-weight:500;color:#1e1f26;margin-bottom:4px}.list-actions-card__actions{display:flex;flex-direction:column;gap:8px}.list-actions-card__action{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#f5f5f5;border-radius:8px;cursor:pointer;transition:background-color .2s ease;text-decoration:none;color:inherit}.list-actions-card__action:hover{background-color:#e0e0e0}.list-actions-card__action--disabled{cursor:not-allowed;opacity:.5}.list-actions-card__action--disabled:hover{background-color:#f5f5f5}.list-actions-card__action-text{font-family:Avenir Next,sans-serif;font-size:14px;font-weight:500;color:#1e1f26;line-height:1.4}.list-actions-card__action-icon{flex-shrink:0;margin-left:12px}.copy-text{display:inline-flex;align-items:center}.copy-text .icon-copy-icon{display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2e9cc3;color:var(--main-color, #2e9cc3);cursor:pointer;width:16px;height:16px}.copy-text .icon-copy-icon.next-success{color:#2cb360;color:var(--success-color, #2cb360)}.copy-text .icon-copy-icon.next-icon:before{font-size:1em;width:1em;margin-left:.2em}.copy-text .fade-enter{opacity:.01}.copy-text .fade-enter.fade-enter-active{opacity:1;transition:opacity 20ms ease}.copy-text .fade-leave{opacity:1}.copy-text .fade-leave.fade-leave-active{opacity:.01;transition:opacity .2s cubic-bezier(.39,.83,.41,.99)}.copy-text-balloon.next-balloon-medium{background:#fff;padding:1px 6px;min-width:34px;border-radius:6px}.copy-text-balloon.next-balloon-medium.next-balloon-primary:after{background:#fff}.batch-pack-list .header-products{display:flex;align-items:center;gap:16px}.batch-pack-list .product-cell{display:flex;align-items:flex-start;gap:8px}.batch-pack-list .product-cell .product-image{width:40px;height:40px;border:1px solid #ebecf0}.batch-pack-list .product-cell .product-details{display:flex;flex-direction:column;gap:4px;width:198px}.batch-pack-list .product-cell .product-details .product-title{color:#1e1f26;font-family:Avenir Next;font-size:14px;font-style:normal;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-pack-list .product-cell .product-details .product-order{display:flex;align-items:center;justify-content:space-between}.batch-pack-list .product-cell .product-details .order-copy-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#858b9c;flex:1 1;gap:4px}.batch-pack-list .product-cell .product-details .order-copy-text .copy-text-item{max-width:80%}.batch-pack-list .product-cell .product-details .order-copy-text .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.batch-pack-list .product-cell .product-details .product-quantity{font-size:12px;color:#858b9c;font-weight:400;margin-top:2px;flex:0 0 30px;text-align:right}.batch-pack-list .product-cell .product-details .seller-sku{color:#858b9c;font-family:Avenir Next;font-size:12px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center}.batch-pack-list .carrier-cell{display:flex;align-items:center;justify-content:center;max-width:118px}.batch-pack-list .tracking-input{max-width:138px}.batch-pack-list .action-cell{max-width:148px}.batch-pack-list-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;position:sticky;bottom:0;background:#fff;z-index:1;padding:10px 0}.batch-pack-drawer{right:464px!important}.batch-pack-drawer-title{display:flex;align-items:center;gap:16px}.batch-pack-drawer-sub-title{color:#4d5360;font-size:12px;font-weight:400}.batch-pack-drawer .next-drawer-header{color:#1e1f26;font-family:Avenir Next;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.batch-pack-drawer .processed-row{opacity:.6;pointer-events:none}.batch-pack-drawer .processed-row .product-select{cursor:not-allowed}.batch-pack-drawer .invalid-row{background-color:#fff0f0!important;border:1px solid #ff4d4f!important}.batch-pack-drawer .invalid-row .carrier-cell,.batch-pack-drawer .invalid-row .carrier-cell .next-select-inner{background-color:#fff0f0!important;border-color:#ff4d4f!important}.batch-pack-drawer .next-drawer-body{padding:4px 20px 0}.batch-pack-drawer .next-pagination-pages{margin-left:0}.batch-ship-list .header-products{display:flex;align-items:center;gap:16px}.batch-ship-list .product-cell{display:flex;align-items:flex-start;gap:8px}.batch-ship-list .product-cell .product-item,.batch-ship-list .product-cell .product-content{display:flex;flex-direction:column;gap:8px}.batch-ship-list .product-cell .product-item:last-child .next-divider{display:none}.batch-ship-list .product-cell .product-content-cell{display:flex;gap:8px}.batch-ship-list .product-cell .product-content-cell .product-image{width:40px;height:40px;border:1px solid #ebecf0}.batch-ship-list .product-cell .product-content-cell .product-details{display:flex;flex-direction:column;gap:4px;width:198px}.batch-ship-list .product-cell .product-content-cell .product-details .product-title{color:#1e1f26;font-family:Avenir Next;font-size:14px;font-style:normal;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-ship-list .product-cell .product-content-cell .product-details .product-order{display:flex;align-items:center;justify-content:space-between}.batch-ship-list .product-cell .product-content-cell .product-details .order-copy-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#858b9c;flex:1 1;gap:4px}.batch-ship-list .product-cell .product-content-cell .product-details .order-copy-text .copy-text-item{max-width:80%}.batch-ship-list .product-cell .product-content-cell .product-details .order-copy-text .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.batch-ship-list .product-cell .product-content-cell .product-details .product-quantity{font-size:12px;color:#858b9c;font-weight:400;margin-top:2px;flex:0 0 30px;text-align:right}.batch-ship-list .product-cell .product-content-cell .product-details .seller-sku{color:#858b9c;font-family:Avenir Next;font-size:12px;font-style:normal;font-weight:500;line-height:normal;display:flex;align-items:center}.batch-ship-list .carrier-cell{display:flex;align-items:center;justify-content:center;max-width:118px}.batch-ship-list .tracking-cell{display:flex;align-items:center;justify-content:center;max-width:138px}.batch-ship-list .action-cell{max-width:148px}.batch-ship-list-footer{display:flex;align-items:center;justify-content:flex-end;gap:16px;position:sticky;bottom:0;background:#fff;z-index:1;padding:16px 0}.batch-ship-drawer{right:464px!important}.batch-ship-drawer-title{display:flex;align-items:center;gap:16px}.batch-ship-drawer-sub-title{color:#4d5360;font-size:12px;font-weight:400}.batch-ship-drawer .next-drawer-header{color:#1e1f26;font-family:Avenir Next;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.batch-ship-drawer .next-drawer-body{padding:4px 20px 0}.batch-ship-drawer .invalid-row{background-color:#fff0f0!important;border:1px solid #ff4d4f!important}.batch-ship-drawer .invalid-row .carrier-cell,.batch-ship-drawer .invalid-row .carrier-cell .next-select-inner{background-color:#fff0f0!important;border-color:#ff4d4f!important}.batch-ship-drawer tr[data-disabled=true]{opacity:.6;pointer-events:none}.batch-ship-drawer tr[data-disabled=true] .next-checkbox-wrapper,.batch-ship-drawer tr[data-disabled=true] .next-select,.batch-ship-drawer tr[data-disabled=true] .next-input{cursor:not-allowed}.batch-ship-drawer .processed-row{background-color:#f5f5f5}.batch-ship-drawer .processed-row{opacity:.6;pointer-events:none}.batch-ship-drawer .processed-row .product-select{cursor:not-allowed}.batch-ship-drawer .next-pagination-pages{margin-left:0}.order-batch-process-card{overflow:hidden;width:368px;max-width:100%}.order-batch-process-card__info{padding:14px;color:#333;height:100%;display:flex;flex-direction:column}.order-batch-process-card__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:16px}.order-batch-process-card__subtitle{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}.order-batch-process-card__content{font-size:14px;color:#6b7280;margin:0 0 18px;line-height:1.4}.order-batch-process-card__title{font-size:14px;font-family:Avenir Next,sans-serif;font-weight:600;color:#272833;padding:0 0 8px;border-bottom:1px solid #e0e0e0}.order-batch-process-card__list{flex:1 1;margin-bottom:24px}.order-batch-process-card__item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #f3f4f6}.order-batch-process-card__item:last-child{border-bottom:none}.order-batch-process-card__item--more{color:#6b7280;font-style:italic}.order-batch-process-card__number{width:16px;height:16px;background:#f1f3f7;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#6b7280;flex-shrink:0}.order-batch-process-card__image{width:56px;height:56px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.order-batch-process-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-batch-process-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.order-batch-process-card__details{flex:1 1;min-width:0}.order-batch-process-card__name{font-size:12px;font-weight:500;color:#1f2937;margin-bottom:4px;line-height:1.3;display:flex;justify-content:space-between}.order-batch-process-card__name-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-batch-process-card__price{font-size:12px;font-weight:500;color:#1f2937;text-align:right;display:flex;flex-direction:column;align-items:flex-end;flex:0 0 60px}.order-batch-process-card__meta{font-size:12px;color:#858b9c;margin-bottom:4px;font-weight:400;display:flex;align-items:center;gap:6px}.order-batch-process-card__copy-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;gap:4px}.order-batch-process-card__copy-text .copy-text-item{max-width:90%}.order-batch-process-card__copy-text .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.order-batch-process-card__order-quantity{font-size:12px;color:#858b9c;font-weight:400;margin-top:2px;flex:0 0 30px;text-align:right}.order-batch-process-card__empty-order{font-size:14px;color:#9ca3af;font-style:italic;flex:1 1;padding:8px 0}.order-batch-process-card__more-text{font-size:15px;color:#6b7280;flex:1 1}.order-batch-process-card .expand-container{margin-bottom:8px}.order-batch-process-card .expand-container .expand-trigger{color:#4d5360}.order-batch-process-card__actions{display:flex;gap:10px;width:100%}.order-batch-process-card__btn-secondary{flex:1 1;padding:12px 16px;background:#f8f9fa;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.order-batch-process-card__btn-secondary:hover{background:#f1f3f4;border-color:#d1d5db;color:#4b5563}.order-batch-process-card__btn-secondary:disabled{opacity:.6;cursor:not-allowed}.order-batch-process-card__btn-primary{flex:1 1;padding:12px 16px;background:#007aff;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:0;max-width:336px}.order-batch-process-card__btn-primary .next-btn-helper{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-batch-process-card__btn-primary:hover{background:#0056cc}.order-batch-process-card__btn-primary:active{background:#049}.order-batch-process-card__btn-primary:disabled{opacity:.6;cursor:not-allowed}.expand-container .expand-trigger.expand-trigger-normal{width:100%;border:none;border-radius:20px}.expand-container .expand-trigger.expand-trigger-embed{position:absolute;top:0;transform:translateY(-50%);border-radius:20px;z-index:1}.expand-container .expand-footer-normal.expand-footer-left>.expand-trigger-normal{text-align:left}.expand-container .expand-footer-normal.expand-footer-right>.expand-trigger-normal{text-align:right}.expand-container .expand-footer-embed{position:relative}.expand-container .expand-footer-embed.expand-footer-left>.expand-trigger-embed{left:0;right:auto}.expand-container .expand-footer-embed.expand-footer-center>.expand-trigger-embed{left:50%;right:auto;transform:translate(-50%,-50%)}.expand-container .expand-footer-embed.expand-footer-right>.expand-trigger-embed{left:auto;right:0}.expand-container .expand-footer-text{margin-top:8px}.expand-container .expand-footer-text.expand-footer-left{text-align:left}.expand-container .expand-footer-text.expand-footer-center{text-align:center}.expand-container .expand-footer-text.expand-footer-right{text-align:right}.order-dbs-card{overflow:hidden;width:368px;max-width:100%}.order-dbs-card__info{padding:14px;color:#333;height:100%;display:flex;flex-direction:column}.order-dbs-card__title{font-size:14px;font-family:Avenir Next,sans-serif;font-weight:600;color:#272833;padding:0 0 8px;border-bottom:1px solid #e0e0e0}.order-dbs-card__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:16px}.order-dbs-card__error{display:flex;align-items:center;justify-content:center;height:200px;color:#ef4444;font-size:16px;font-weight:500}.order-dbs-card__product{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px;padding-bottom:2px}.order-dbs-card__image{width:56px;height:56px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.order-dbs-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-dbs-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.order-dbs-card__details{flex:1 1;min-width:0}.order-dbs-card__name{font-size:12px;font-weight:500;color:#1f2937;margin-bottom:6px;line-height:1.3;display:flex;justify-content:space-between}.order-dbs-card__name-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-dbs-card__price{font-size:12px;font-weight:500;color:#1f2937;text-align:right;display:flex;flex-direction:column;align-items:flex-end;flex:0 0 60px}.order-dbs-card__meta{font-size:12px;color:#858b9c;font-weight:400;margin-bottom:3px;display:flex;align-items:center;gap:6px}.order-dbs-card__copy-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;gap:4px}.order-dbs-card__copy-text .copy-text-item{max-width:90%}.order-dbs-card__copy-text .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.order-dbs-card__order-quantity{font-size:12px;color:#858b9c;font-weight:400;margin-top:2px;flex:0 0 30px;text-align:right}.order-dbs-card__form{margin-bottom:8px}.order-dbs-card__form .next-form-item{margin-bottom:16px}.order-dbs-card__form .next-form-item-label{color:#1e1f26;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.order-dbs-card__select-wrapper{position:relative}.order-dbs-card__form-select{width:100%;color:#1f2937}.order-dbs-card__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.order-dbs-card__form-input{width:100%;border:1px solid #cbced5;border-radius:4px;font-size:12px;background:#fff;color:#1f2937;box-sizing:border-box}.order-dbs-card__form-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #3b82f61a}.order-dbs-card__company-link{color:#007aff;text-decoration:none;font-size:15px;font-weight:500}.order-dbs-card__company-link:hover{text-decoration:underline}.order-dbs-card .expand-container{margin-bottom:8px}.order-dbs-card .expand-container .expand-trigger{color:#4d5360}.order-dbs-card__actions{display:flex;gap:10px;width:100%}.order-dbs-card__btn-primary{flex:1 1;line-height:32px;color:#1e1f26;border:1px solid #e0e0e0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:transparent;display:flex;align-items:center;justify-content:center;min-width:0;max-width:336px}.order-dbs-card__btn-primary .next-btn-helper{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-dbs-card__btn-primary:disabled{opacity:.6;cursor:not-allowed}.order-card-description{font-size:12px;line-height:1}.order-card-description-label{width:-moz-max-content;width:max-content;color:#858b9c;margin-right:4px;font-weight:300}.order-card-description-value{flex:1 1;flex-basis:0;line-height:1;word-break:break-word}.order-card-description-value .next-btn{display:inline-flex}.order-card-description .copy-item:not(:hover) .icon-copy-text{color:#858b9c}.order-header-wrap{width:100%;flex:1 1;overflow:hidden;justify-content:space-between;align-items:center;align-content:center}.order-header-wrap-left{display:flex;align-items:center;gap:16px}.order-header-wrap-left .country-tag{display:flex;align-items:center;gap:4px}.order-header-wrap-left .country-tag .channel-img{width:16px;height:16px}.order-header-wrap-left .country-tag .text{color:#1e1f26;text-align:center;font-size:14px;font-weight:500}.order-header-wrap-left .country-tag .country-img{width:14px;height:14px}.order-header-wrap-left .return-tag{color:#1e1f26;text-align:center;font-size:14px;font-weight:600}.order-header-wrap-right .chat-button .user-avatar{display:none}.order-header-wrap-right .chat-button .next-btn-helper{font-size:14px;font-weight:400;color:#1e1f26}.order-header-wrap-right .chat-button .icon-open-chat{font-size:12px;line-height:12px}.order-header-wrap-right .expand-container{display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:flex-end}.order-header-wrap-right .expand-container .expand-footer{margin-top:0}.order-header-wrap-right .expand-footer .next-btn{color:#1e1f26;font-weight:400}.order-header-wrap-right .order-link{color:#4d5360!important}.order-header-wrap-right .order-link{font-size:14px;font-weight:500;text-decoration:underline}.order-header-wrap-right .order-link:hover{color:#0068ff!important}.order-header-wrap-right .order-link:hover{text-decoration:underline}.order-header-wrap-right .grey-text{white-space:nowrap}.order-header-wrap-right .grey-text .description-item-label,.order-header-wrap-right .grey-text .description-item-content{color:#858b9c}.order-header-wrap-right .actions{display:flex;flex-direction:column;gap:8px;max-width:140px}.order-header-wrap-right .actions .next-btn{height:24px;font-size:12px}.order-header-wrap-right .actions .next-btn-helper{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.number-text-scope{font-size:1em}.number-text-scope.is-empty{color:#858b9c;color:var(--disabled-color, #858B9C)}.currency-text-scope{font-size:1em;white-space:nowrap}.currency-text-scope>.currency-text{color:#999;font-size:.8em;font-weight:300}.currency-text-scope>.currency-text:first-child:not(:last-child){margin-right:.2em}.currency-text-scope>.currency-text:last-child:not(:first-child){margin-left:.2em}.date-range-text{display:inline-block;width:-moz-fit-content;width:fit-content;font-size:1em}.date-range-text .date-weakness{color:#999}.date-range-text>.content{display:flex}.date-range-text>.content .date-weakness{margin-inline-end:5px;text-align:right;width:35px}.date-range-text>.content .date-weakness:empty{margin-inline-end:0}.copy-text-item{display:inline-flex}.copy-text-item.is-clickable{cursor:pointer}.copy-text-item.is-clickable:hover{color:#666}.copy-text-item.hover-show-edit>.icon-wrap{display:none}.copy-text-item.hover-show-edit:hover>.icon-wrap{display:inherit}.copy-text-item .icon-copy-text{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2e9cc3;color:var(--main-color, #2e9cc3);cursor:pointer}.copy-text-item .icon-copy-text.next-success{color:#2cb360;color:var(--success-color, #2cb360)}.copy-text-item .icon-copy-text.next-icon:before{font-size:1em;width:1em;margin-inline-start:.2em}.copy-text-item .fade-enter{opacity:.01}.copy-text-item .fade-enter.fade-enter-active{opacity:1;transition:opacity 20ms ease}.copy-text-item .fade-leave{opacity:1}.copy-text-item .fade-leave.fade-leave-active{opacity:.01;transition:opacity .2s cubic-bezier(.39,.83,.41,.99)}.copy-text-balloon.next-balloon-medium{background:#333;padding:1px 6px;min-width:34px;border-radius:6px}.copy-text-balloon.next-balloon-medium.next-balloon-primary:after{background:#333;bottom:-2px}.help-tip{display:inline-flex;align-items:center}.help-tip.has-help{cursor:help}.help-tip>.next-icon{color:inherit;opacity:.85;margin-inline-start:.2em;margin-inline-end:.1em;display:flex;cursor:help}.help-tip>.next-icon.next-xs:before{width:1em!important;font-size:1em!important}.help-tip>.next-icon.next-medium{margin-inline-start:8px}.help-tip>.next-icon.next-small{margin-inline-start:6px}.help-tip-popup.fadeIn,.help-tip-popup.fadeOut{animation-duration:.15s!important}.help-tip-popup.dark{border-color:#2f333e;background-color:#2f333e;color:#fff}.help-tip-popup.dark .next-balloon-arrow .next-balloon-arrow-content{background-color:#2f333e;border-color:#2f333e}.description-scope{gap:calc(32px - 16px*1.7);gap:calc(var(--form-height, 32px) - var(--form-font-size, 16px)*1.7)}.description-scope .description-item-scope .description-item-label{align-items:baseline}.description-scope.is-label-align .description-item-label{flex:0 0;flex-basis:25%;flex-basis:var(--label-offset, 25%);justify-content:flex-end}.description-item-scope{font-size:16px;font-size:var(--form-font-size, 16px);display:flex}.description-item-scope .description-item-label{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-inline-end:.4em;font-weight:300;color:#2b2b2bcc}.description-item-scope .description-item-content{flex:1 1;display:inline-flex;align-items:baseline;justify-content:flex-start;justify-content:var(--content-justify, flex-start)}.description-item-scope .description-item-content .empty-item-text{color:#858b9c;color:var(--disabled-color, #858b9c)}.next-state-bar{display:inline-flex;align-items:center}.next-state-bar-text{margin-inline-start:3px;color:#0009}.next-state-bar-dot{width:6px;height:6px;border-radius:3px;margin:3px;background:#4070f4;background:var(--color-notice-3, #4070f4);display:inline-block}.next-state-bar-dot.__notice{background:#4070f4;background:var(--color-notice-3, #4070f4)}.next-state-bar-dot.__success{background:#2cb360;background:var(--color-success-3, #2cb360)}.next-state-bar-dot.__warning{background:#f9ac2a;background:var(--color-warning-3, #f9ac2a)}.next-state-bar-dot.__error{background:#e64a4a;background:var(--color-error-3, #e64a4a)}.next-state-bar-dot.__inactive{background:#e0e0e0;background:var(--color-inactive-3, #e0e0e0)}.next-state-bar-dot.__breathing{animation:.8s linear infinite noticeDotBreath}.next-state-bar-dot.__breathing.__success{animation:.8s linear infinite successDotBreath}.next-state-bar-dot.__breathing.__warning{animation:.8s linear infinite warningDotBreath}.next-state-bar-dot.__breathing.__error{animation:.8s linear infinite errorDotBreath}@keyframes noticeDotBreath{0%{box-shadow:0 0 0 1px #e2efff;box-shadow:0 0 0 1px var(--color-notice-1, #e2efff)}50%{box-shadow:0 0 0 3px #e2efff;box-shadow:0 0 0 3px var(--color-notice-1, #e2efff)}to{box-shadow:0 0 0 1px #e2efff;box-shadow:0 0 0 1px var(--color-notice-1, #e2efff)}}@keyframes successDotBreath{0%{box-shadow:0 0 0 1px #d8f3de;box-shadow:0 0 0 1px var(--color-success-1, #d8f3de)}50%{box-shadow:0 0 0 3px #d8f3de;box-shadow:0 0 0 3px var(--color-success-1, #d8f3de)}to{box-shadow:0 0 0 1px #d8f3de;box-shadow:0 0 0 1px var(--color-success-1, #d8f3de)}}@keyframes warningDotBreath{0%{box-shadow:0 0 0 1px #fdefdb;box-shadow:0 0 0 1px var(--color-warning-1, #fdefdb)}50%{box-shadow:0 0 0 3px #fdefdb;box-shadow:0 0 0 3px var(--color-warning-1, #fdefdb)}to{box-shadow:0 0 0 1px #fdefdb;box-shadow:0 0 0 1px var(--color-warning-1, #fdefdb)}}@keyframes errorDotBreath{0%{box-shadow:0 0 0 1px #fde7e7;box-shadow:0 0 0 1px var(--color-error-1, #fde7e7)}50%{box-shadow:0 0 0 3px #fde7e7;box-shadow:0 0 0 3px var(--color-error-1, #fde7e7)}to{box-shadow:0 0 0 1px #fde7e7;box-shadow:0 0 0 1px var(--color-error-1, #fde7e7)}}.skeleton-scope{border-radius:2px;display:inline-block;background:linear-gradient(90deg,#bebebe33 25%,#8181813d 37%,#bebebe33 63%);background-size:400% 100%;animation:skeleton-loading 1.4s ease infinite}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.black{color:#1e1f26}.bold{font-weight:500}.mt-4{margin-bottom:0!important}.mt-4{margin-top:4px}.mb-4{margin-top:4px!important}.fz-14{font-size:14px}.ship{line-height:normal}.text-warp{line-height:normal!important}.text-warp{text-wrap:wrap;text-align:left}.flex-row{display:flex;align-items:center;justify-content:center;gap:8px}.order-return-detail-list{border:1px solid #e0e0e0}.order-return-detail-list .todo-list-row{padding:8px;border-bottom:1px solid #e0e0e0}.order-return-detail-list .todo-list-row .todo-list-wrap{display:flex;width:100%;padding:6px 8px;gap:16px;align-items:center;background:#fff;border-top:1px solid #1a71ff;border-right:1px solid #1a71ff;border-bottom:1px solid #1a71ff;border-left:6px solid #1a71ff}.order-return-detail-list .todo-list-row .todo-list-wrap-left{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e1f26;font-size:14px;font-weight:400;line-height:normal}.order-return-detail-list .todo-list-row .todo-list-wrap-right{flex-shrink:0;width:-moz-fit-content;width:fit-content}.order-return-detail-list .todo-list-row .todo-list-wrap-right .countdown-format{color:#1e1f26;font-size:12px;font-weight:400;display:flex;align-items:center;gap:4px}.order-return-detail-list .todo-list-row .todo-list-wrap-right .countdown-format .countdown-item{border-radius:0%;border:none;background:#1a71ff;color:#fff}.order-return-detail-list .todo-list-row .lessThan24HoursTodo{border-top:1px solid #f9ac2a;border-right:1px solid #f9ac2a;border-bottom:1px solid #f9ac2a;border-left:6px solid #f9ac2a}.order-return-detail-list .todo-list-row .lessThan24HoursTodo .countdown-format .countdown-item{background:#eb7e10}.order-return-detail-list .next-list-items .next-list-item{padding:0}.order-return-detail-list .next-list-items .next-list-item .order-body{margin:0!important}.order-return-detail-list .next-list-items .next-list-item .order-body .border{border-right:1px solid #e0e0e0}.order-return-detail-list .next-list-items .next-list-item .order-body .help-tips{font-weight:400;display:inline-flex;color:#858b9c;align-items:center;font-size:12px;line-height:normal;cursor:pointer}.order-return-detail-list .next-list-items .next-list-item .order-body .order-filed{font-size:12px;color:#858b9c;margin:4px 0;font-weight:400}.order-return-detail-list .next-list-items .next-list-item .order-body .order-card-description-label,.order-return-detail-list .next-list-items .next-list-item .order-body .order-card-description-value{color:#858b9c;font-weight:400}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col{padding:8px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .item-check{width:32px!important;flex-basis:32px!important;padding:0 16px 0 0!important;flex:none!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .left-cell .image-card{width:40px!important;height:40px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell{margin-left:12px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .product-title{width:100%;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e1f26;font-size:12px;font-weight:500;max-height:16px;line-height:normal;margin-bottom:4px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .product-title a{display:flex}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .product-title .product-title-text{overflow:hidden}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .order-count{display:flex;align-items:center;justify-content:flex-end;color:#1e1f26;font-weight:500;font-size:12px;height:16px;line-height:normal}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .copy-text{width:100%}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-product-col .right-cell .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col{padding:8px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col .order-card-description-label{display:inline-block;width:100%;font-weight:400}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col .order-body-price-col-tip span{color:#1e1f26}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col .order-card-description-value,.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col .currency-text-scope{color:#1e1f26;font-weight:500}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col .currency-text{color:#858b9c}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change{flex-flow:column!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change .help-tip{color:#858b9c}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change .order-card-description-label{margin-bottom:4px;margin-right:0}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change{overflow:hidden}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change .copy-text-item{max-width:100%}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change .order-card-description-label{width:100%;text-wrap:wrap}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-price-col-change .help-tip{display:flex;height:14px;align-items:center}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col{padding:8px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col .company-link{display:block;color:#858b9c;text-decoration:underline;margin-bottom:4px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col .company-link:hover{color:#0068ff;text-decoration:underline}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col .shipping-type{display:contents}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col .show-text{display:flex}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col .show-text .order-field-node{width:-moz-min-content;width:min-content;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-shipping-col div>:first-child{margin-top:0}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-status-col{padding:8px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-status-col .status span{font-weight:600;color:#1e1f26;display:inline-flex;align-items:center;font-size:14px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-status-col .status .next-btn-text{height:auto}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-status-col .non-returnable{background-color:#ecebfc;font-size:12px;display:flex;align-content:center;justify-content:center;font-weight:600;padding:5px;width:-moz-fit-content;width:fit-content;margin-top:10px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col{padding:8px!important}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .list-item-actions-col{display:flex;width:142px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .list-item-actions-col button,.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .list-item-actions-col span{width:100%;overflow:hidden;text-overflow:ellipsis}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .list-item-actions-col>*:not(:last-child){margin-bottom:4px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .order-action-more{width:142px}.order-return-detail-list .next-list-items .next-list-item .order-body .order-body-actions-col .order-action-more:hover{width:142px;color:#0068ff;border:1px solid #0068ff}.order-action-more-dropdown{border:1px solid #c4c6cf;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px;width:142px}.order-action-more-dropdown .next-btn{padding:0!important}.order-action-more-dropdown .next-btn{background-color:#fff;color:#1e1f26;height:auto;font-size:14px;line-height:normal;display:flex;white-space:pre-wrap;word-wrap:break-word;word-break:break-all}.order-action-more-dropdown .next-btn-primary:hover{color:#1e1f26!important;background:#fff!important;padding:0!important}.order-action-more-dropdown .next-btn-helper:hover{color:#0068ff!important}.reverse_view_logistic{color:#1e1f26!important;font-size:14px!important}.reverse_view_logistic{font-weight:400}.next-dialog-body .next-divider-hoz{display:none}.next-dialog-body .order-return-detail-list{margin-top:16px;border:solid 1px #e3e7f1}.next-dialog-body .order-return-detail-list .next-list-header{padding:16px}.next-dialog-body .order-return-detail-list .next-col-4{flex:1 1}.next-dialog-body .order-return-detail-list .order-body-status-col{margin-left:32px}.next-dialog-body .icon-wrap .icon-copy-text{color:#858b9c!important}.dada-product-cell{display:flex;align-items:flex-start;font-size:.9em;position:relative;z-index:0}.dada-product-cell .left-cell .image-card{border-radius:4px;border-radius:var(--corner-2, 4px);border:1px solid #ebecf0}.dada-product-cell .right-cell{line-height:1.2;width:0;flex:1 1}.dada-product-cell .right-cell:not(:first-child){margin-inline-start:8px}.dada-product-cell .right-cell>*:not(:last-child){margin-bottom:.2em}.dada-product-cell .right-cell>.id-scope{display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;color:#858b9c;overflow:hidden;font-size:12px;align-items:center}.dada-product-cell .right-cell>.id-scope>span:not(.icon-wrap){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dada-product-cell .right-cell>.id-scope:hover .icon-copy-text{color:#1a71ff;color:var(--main-color, #1a71ff)}.dada-product-cell .right-cell>.id-scope .icon-copy-text{color:inherit}.dada-product-cell .right-cell>.id-scope+.id-scope{margin-top:-.2em}.dada-product-cell .product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.3em;max-height:2.6em;overflow-y:hidden;text-overflow:ellipsis;font-size:14px;color:#4f5669}.product-cell-balloon{max-width:300px!important}.deep-image-viewer{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1002}.deep-image-viewer.no-rgba .album-overlay .album-control,.deep-image-viewer.no-rgba .album-overlay .album-carousel-control{background-color:#0006}.deep-image-viewer .album-cover{position:relative;overflow:hidden;writing-mode:initial}.deep-image-viewer .album-cover>.deep-album-item{position:relative;width:100%;height:100%;transition:transform cubic-bezier(.23,1,.32,1) .3s}.deep-image-viewer .album-cover>.deep-album-item>img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%}.deep-image-viewer .album-cover:before{content:"\e656";position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:16px;background-color:#3339;border-radius:16px;z-index:2;color:#fff;text-align:center;line-height:32px;cursor:pointer;opacity:0;transform:scale(1.2);transition-property:transform,opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:0s}.deep-image-viewer .album-cover:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#0000;z-index:1;transition-property:background-color;transition-duration:.3s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:0s}.deep-image-viewer .album-cover:hover>.deep-album-item{transform:scale(1.1)}.deep-image-viewer .album-cover:hover:before{opacity:1;transform:scale(1)}.deep-image-viewer .album-cover:hover:after{background-color:#0000001a}.deep-image-viewer .album-overlay{height:100%;width:100%}.deep-image-viewer .album-overlay-hide{display:none}.deep-image-viewer .album-overlay>.album-control{position:absolute;z-index:1;top:50%;margin-top:-70px;width:60px;height:80px;padding:4px;background-color:#0006;font-size:50px;color:#fff;line-height:80px;text-align:center}.deep-image-viewer .album-overlay>.album-control:hover{background-color:#0009;text-decoration:none;cursor:pointer}.deep-image-viewer .album-overlay>.album-control.disabled{background-color:#ffffff1a;color:#fff3;cursor:default}.deep-image-viewer .album-overlay>.album-control.album-prev{left:0}.deep-image-viewer .album-overlay>.album-control.album-prev:before{content:"\e84f"}.deep-image-viewer .album-overlay>.album-control.album-next{right:0}.deep-image-viewer .album-overlay>.album-control.album-next:before{content:"\e84e"}.deep-image-viewer .album-overlay.album-overlay-no-control .album-stage{padding:20px}.deep-image-viewer .album-overlay .album-stage{margin-bottom:-100px;padding:20px 20px 120px;height:100%;position:relative}.deep-image-viewer .album-overlay .album-stage>.deep-album-item{position:relative;width:100%;height:100%}.deep-image-viewer .album-overlay .album-stage>.deep-album-item .album-loading{z-index:-1}.deep-image-viewer .album-overlay .album-stage>.deep-album-item>.album-loading,.deep-image-viewer .album-overlay .album-stage>.deep-album-item>img,.deep-image-viewer .album-overlay .album-stage>.deep-album-item video{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:0s;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.deep-image-viewer .album-overlay .album-stage .album-func-button{position:absolute;left:50%;transform:translate(-50%);bottom:150px;background:#0009;border:1px solid rgba(255,255,255,.4);border-radius:80px;overflow:hidden}.deep-image-viewer .album-overlay .album-stage .album-func-button-item{display:inline-block;width:40px;height:26px;color:#fff;text-align:center;cursor:pointer;position:relative;vertical-align:top}.deep-image-viewer .album-overlay .album-stage .album-func-button-item svg{width:20px;height:26px}.deep-image-viewer .album-overlay .album-stage .album-func-button-item:before{content:"";width:1px;height:16px;position:absolute;top:5px;left:-1px;font-size:16px;border:1px solid rgba(255,255,255,.2)}.deep-image-viewer .album-overlay .album-stage .album-func-button-item.album-func-button-item__first:before{display:none}.deep-image-viewer .album-overlay .album-stage .album-func-button-item>.merlion-icon{display:inline-block;height:26px;line-height:26px}.deep-image-viewer .album-overlay .album-stage .album-func-button-item>.merlion-icon:hover{background-color:#000;opacity:.8}.deep-image-viewer .album-overlay .album-stage .album-func-button-item.disabled>.merlion-icon{color:#fff3}.deep-image-viewer .album-overlay .album-close{position:absolute;cursor:pointer;right:16px;top:16px;font-size:25px;line-height:1;color:#fff}.deep-image-viewer .album-overlay .album-close:hover{text-decoration:none}.deep-image-viewer .album-overlay .album-close:after{content:"\e626"}.deep-image-viewer .album-overlay .album-carousel-list{margin:0}.deep-image-viewer .album-overlay .album-carousel-list .item-active{position:absolute;left:0;top:0;width:120px;height:72px;border:2px solid #fff;transition-property:transform,left;transition-duration:.3s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:0s}.deep-image-viewer .album-carousel{position:relative;margin:0 20px;padding:0 36px;z-index:1}.deep-image-viewer .album-carousel-container{overflow:hidden;text-align:center}.deep-image-viewer .album-carousel-list{position:relative;display:inline-block;white-space:nowrap;transition:transform cubic-bezier(.6,0,.3,1) 1s;margin:0}.deep-image-viewer .album-carousel-list>.item{position:relative;display:inline-block;overflow:hidden;margin:0 6px;width:120px;height:72px}.deep-image-viewer .album-carousel-list>.item:hover .deep-album-item{transform:scale(1.1)}.deep-image-viewer .album-carousel-list>.item-border{display:none}.deep-image-viewer .album-carousel-list>.item .deep-album-item{position:absolute;left:0;top:0;width:120px;height:72px;z-index:-1;text-align:center;opacity:.6;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:0s}.deep-image-viewer .album-carousel-list>.item img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;max-width:100%;max-height:100%}.deep-image-viewer .album-carousel-list>.item.active .deep-album-item{opacity:1}.deep-image-viewer .album-carousel-control{position:absolute;display:inline-block;cursor:pointer;width:24px;height:72px;background-color:#0006;color:#fff;line-height:72px;font-size:26px}.deep-image-viewer .album-carousel-control:hover{background-color:#00000080;text-decoration:none}.deep-image-viewer .album-carousel-control.disabled{background-color:#ffffff1a;color:#fff3;cursor:default}.deep-image-viewer .album-carousel-control.control-prev{left:0;top:0}.deep-image-viewer .album-carousel-control.control-prev:before{content:"\e84f"}.deep-image-viewer .album-carousel-control.control-next{right:0;top:0}.deep-image-viewer .album-carousel-control.control-next:before{content:"\e84e"}.deep-image-viewer.has-thumb.thumb-placement-right{direction:ltr}.deep-image-viewer.has-thumb.thumb-placement-left{direction:rtl}.deep-image-viewer.has-thumb.thumb-placement-left .album-overlay{direction:ltr}.deep-image-viewer.has-thumb.thumb-placement-top{writing-mode:vertical-lr;direction:rtl}.deep-image-viewer.has-thumb.thumb-placement-top .album-overlay{writing-mode:horizontal-tb;direction:ltr}.deep-image-viewer.has-thumb.thumb-placement-bottom{writing-mode:vertical-lr}.deep-image-viewer.has-thumb.thumb-placement-bottom .album-overlay{writing-mode:horizontal-tb}.deep-image-viewer.has-thumb .deep-thumbs-preview{display:inline-block;margin:0;padding:0}.deep-image-viewer.has-thumb .deep-thumbs-preview .album-carousel-control{background:#1f38580f;color:#fff;text-align:center}.deep-image-viewer.has-thumb .deep-thumbs-preview .album-carousel-control:hover{cursor:pointer;background:#1f38581a;color:#1f385899}.deep-image-viewer.has-thumb .deep-thumbs-preview .album-carousel-control.disabled{background:#1f38580a;color:#1f38584d}.deep-image-viewer.has-thumb .deep-thumbs-preview .album-carousel-list .item-active{display:none}.deep-image-viewer.has-thumb.thumb-placement-left .album-cover,.deep-image-viewer.has-thumb.thumb-placement-right .album-cover{display:inline-block;margin:0 5px}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-control,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-control{width:120px;height:20px;line-height:20px;font-size:20px}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-control.control-up,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-control.control-up{top:0}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-control.control-up:before,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-control.control-up:before{content:"\e625"}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-control.control-down,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-control.control-down{bottom:0}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-control.control-down:before,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-control.control-down:before{content:"\e63d"}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-container,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-container{margin:25px 0;position:absolute;top:0;overflow:hidden}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-container .album-carousel-list,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-container .album-carousel-list{width:120px;white-space:normal}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-container .album-carousel-list>.item,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-container .album-carousel-list>.item{margin:6px 0;display:block;width:120px;height:72px;cursor:pointer;background:#fff;border:1px solid #ededed;overflow:hidden}.deep-image-viewer.has-thumb.thumb-placement-left .deep-thumbs-preview .album-carousel-container .album-carousel-list .deep-album-item,.deep-image-viewer.has-thumb.thumb-placement-right .deep-thumbs-preview .album-carousel-container .album-carousel-list .deep-album-item{z-index:1}.deep-image-viewer.has-thumb.thumb-placement-top .album-cover,.deep-image-viewer.has-thumb.thumb-placement-bottom .album-cover{display:inline-block;margin:5px 0}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-container,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-container{margin:0 25px;position:absolute;left:0;overflow:hidden}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-container .album-carousel-list,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-container .album-carousel-list{white-space:normal}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-container .album-carousel-list>.item,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-container .album-carousel-list>.item{width:120px;height:72px;writing-mode:horizontal-tb;margin:0 6px;display:block;cursor:pointer;border:1px solid #ededed;background:#fff}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-container .album-carousel-list .deep-album-item,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-container .album-carousel-list .deep-album-item{z-index:1}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-control,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-control{writing-mode:horizontal-tb;width:20px;height:70px;line-height:70px;font-size:20px}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-control.control-up,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-control.control-up{left:0}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-control.control-up:before,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-control.control-up:before{content:"\e61d"}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-control.control-down,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-control.control-down{right:0}.deep-image-viewer.has-thumb.thumb-placement-top .deep-thumbs-preview .album-carousel-control.control-down:before,.deep-image-viewer.has-thumb.thumb-placement-bottom .deep-thumbs-preview .album-carousel-control.control-down:before{content:"\e619"}.deep-image-viewer .deep--preload-hidden{display:none}.image-card{display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;z-index:0}.image-card .image-skeleton{z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%}.image-card-img.image-mode-aspectFill{width:auto;width:initial;height:inherit}.image-card-img.image-mode-aspectFit,.image-card-img.image-mode-scaleToFill{width:100%;height:100%}.list-check-cell{padding-inline-end:16px}.list-frame .list-toolbar{display:flex}.list-frame .list-toolbar-head{display:flex;align-items:center;margin-inline-end:10px}.list-frame .list-toolbar-wrapper{flex:1 1}.list-frame .list-toolbar-left .list-toolbar-wrapper{text-align:left}.list-frame .list-toolbar-right .list-toolbar-wrapper{text-align:right}.list-frame .list-header{display:flex}.list-frame .list-header-head{display:flex;align-items:center}.list-frame .list-header-wrapper{flex:1 1}.list-frame .list-item-header{display:flex;align-items:center;margin-bottom:20px}.list-frame .list-item-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:20px}.list-frame .list-item-body{display:flex;align-items:center}.list-frame .list-item-wrapper{flex:1 1}.list-description{font-size:14px;line-height:1}.list-description-label{display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;color:#858b9c;margin-inline-end:4px;font-weight:300}.list-description-value{flex:1 1;flex-basis:0;line-height:1;word-break:break-word}.list-description-value .next-btn{display:inline-flex}.list-description .copy-text-item:not(:hover) .icon-copy-text{color:#858b9c}.list-frame-loading{display:block}.list-frame .list-toolbar,.list-frame .list-header,.list-frame .list-item,.list-frame .list-empty{padding:20px}.list-frame .list-toolbar,.list-frame .list-header{padding-top:12px;padding-bottom:12px;margin-bottom:16px}.list-frame .list-body .list-item{margin-bottom:15px}.list-frame .list-body .list-item:last-child{margin-bottom:0}.list-frame .list-body .list-empty{line-height:60px;color:#ccc;text-align:center}.list-frame .list-toolbar.affixed{border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 6px 12px #8498d012;clip-path:inset(0 -12px -18px)}.list-frame .list-toolbar.affixed.grouped{border-bottom-left-radius:0;border-bottom-right-radius:0}.list-frame .list-header.affixed.grouped{border-top:1px solid #c4c6cf;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 6px 12px #8498d012;clip-path:inset(0 -12px -18px)}.list-frame .next-affix{z-index:10}.image-viewer-gallery-scope{display:flex}.image-viewer-gallery-scope>:not([hidden])~:not([hidden]){margin-inline-start:8px}.image-viewer-gallery-scope .image-viewer-thumbnail{position:relative;overflow:hidden;border-radius:4px;border-radius:var(--corner-2, 4px)}.image-viewer-gallery-scope .image-viewer-thumbnail .mask{position:absolute;cursor:pointer;z-index:2;width:100%;height:100%;border-radius:4px;border-radius:var(--corner-2, 4px)}.image-viewer-gallery-scope .image-viewer-thumbnail .mask:hover{background:#0009}.image-viewer-gallery-scope .image-viewer-thumbnail .icon-before{transition:all .3s ease-out;z-index:3;position:absolute;cursor:pointer;top:0;left:0;bottom:0;right:0;margin:auto;color:#fff;font-size:20px;display:flex;opacity:0}.image-viewer-gallery-scope .image-viewer-thumbnail:hover .icon-before{opacity:1}.image-viewer-gallery-scope [data-type=video] .icon-before{color:#fff;opacity:1}.image-viewer-gallery-scope .image-card-img{border-radius:4px;border-radius:var(--corner-2, 4px);border:1px solid #ebecf0;position:relative;z-index:1;cursor:pointer;transition:all .3s ease}.image-viewer-gallery-scope .image-viewer-thumbnail svg{pointer-events:none}.image-viewer-gallery-scope .image-viewer-thumbnail:hover .image-card-img{transform:scale(1.2)}.cancel-order-dialog .next-dialog-body{padding-top:0;padding-bottom:0}.cancel-order-dialog-footer{float:right;margin-top:36px;margin-bottom:12px}.cancel-order-dialog-footer-ok{margin-left:12px}.cancel-order-content{width:680px}.cancel-order-content>.next-message{margin-bottom:12px}.cancel-order-content>.next-table{margin-bottom:12px}.cancel-order-content>.next-form .next-select{width:100%}.cancel-order-content>.next-form .next-form-item .next-form-item:last-child{margin-bottom:0}.cancel-order-dialog-pop-confirm .next-balloon-content div.next-box:last-child{margin-top:12px!important;justify-content:flex-start!important}.cancel-order-dialog-pop-confirm .next-balloon-content div.next-box:last-child button{margin-right:10px!important}.cancel-order-dialog-pop-confirm .next-balloon-content .pop-confirm-content{margin-bottom:6px}.cancel-order-dialog-pop-confirm .next-balloon-content .pop-confirm-content span{color:#333;font-weight:600}.double-confirm{display:flex;flex-direction:column}.double-confirm-head{display:flex;align-items:center;gap:2px}.double-confirm-btn{display:flex;justify-content:flex-end}.pop-confirm-content{display:flex;align-items:center;gap:8px}.pop-confirm-content .icon-notice-warning{color:#faad14;color:var(--color-warning, #faad14)}.pop-confirm-footer{display:flex;justify-content:flex-end;gap:8px}.dialog-confirm-content .next-dialog-header{display:flex;align-items:center}.dialog-confirm-content .next-dialog-header .next-icon{margin-inline-end:.5em;color:#faad14;color:var(--color-warning, #faad14)}.dialog-confirm-content.next-dialog-v2>.next-dialog-body{padding:0;padding-inline-end:0}.order-single-process-card{overflow:hidden;width:368px;max-width:100%}.order-single-process-card__info{padding:16px;color:#333;height:100%;display:flex;flex-direction:column}.order-single-process-card__empty{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:16px}.order-single-process-card__error{display:flex;align-items:center;justify-content:center;height:200px;color:#ef4444;font-size:16px;font-weight:500}.order-single-process-card__title{font-size:14px;font-family:Avenir Next,sans-serif;font-weight:600;color:#272833;padding:0 0 8px;border-bottom:1px solid #e0e0e0}.order-single-process-card__subtitle{font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px}.order-single-process-card__content{font-size:14px;color:#6b7280;margin:0 0 18px;line-height:1.4}.order-single-process-card__product{display:flex;align-items:flex-start;gap:12px;margin-bottom:8px;padding-bottom:2px}.order-single-process-card__image{width:56px;height:56px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.order-single-process-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.order-single-process-card__details{flex:1 1;min-width:0}.order-single-process-card__name{font-size:12px;font-weight:500;color:#1f2937;margin-bottom:4px;line-height:1.3;display:flex;justify-content:space-between}.order-single-process-card__name-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-single-process-card__price{font-size:12px;font-weight:500;color:#1f2937;text-align:right;display:flex;flex-direction:column;align-items:flex-end;flex:0 0 60px}.order-single-process-card__meta{font-size:12px;color:#858b9c;margin-bottom:4px;font-weight:400;display:flex;align-items:center;gap:6px}.order-single-process-card__copy-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;gap:4px}.order-single-process-card__copy-text .copy-text-item{max-width:90%}.order-single-process-card__copy-text .copy-text-wrap{overflow:hidden;text-overflow:ellipsis;width:-moz-min-content;width:min-content;white-space:nowrap}.order-single-process-card__order-quantity{font-size:12px;color:#858b9c;font-weight:400;margin-top:2px;flex:0 0 30px;text-align:right}.order-single-process-card__summary{margin-bottom:20px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb}.order-single-process-card__total{font-size:14px;font-weight:500;color:#1f2937;text-align:center}.order-single-process-card .expand-container{margin-bottom:8px}.order-single-process-card .expand-container .expand-trigger{color:#4d5360}.order-single-process-card__actions{display:flex;gap:10px;width:100%}.order-single-process-card__btn-primary{flex:1 1;line-height:32px;color:#1e1f26;border:1px solid #e0e0e0;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:transparent;display:flex;align-items:center;justify-content:center;min-width:0;max-width:336px}.order-single-process-card__btn-primary .next-btn-helper{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-single-process-card__btn-primary:disabled{opacity:.6;cursor:not-allowed}.order-single-process-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.session-end-message{width:100%;display:flex;justify-content:flex-end}.session-end-message__text{display:flex;padding:12px 16px;justify-content:flex-end;flex-direction:column;gap:19px;border-radius:12px 0 12px 12px;background:#1e1f26;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.streaming-list-actions-card__cursor{display:inline-block;width:2px;height:1em;background-color:#1e1f26;margin-left:2px;animation:blink 1s infinite}.list-actions-card__description{position:relative}.list-actions-card__description a{pointer-events:auto}.streaming-text-message{position:relative}.streaming-text-message__cursor{display:inline-block;width:1px;height:1em;background-color:#666;margin-left:2px;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.text-message{white-space:pre-wrap;line-height:1.5;word-break:break-all;padding:12px 16px}.timeout-message{text-align:center;padding:16px;background:#fff3cd;color:#856404;border-radius:12px;margin:8px 0;border:1px solid #ffeaa7}.timeout-message__icon{font-size:20px;margin-bottom:8px}.timeout-message__text{font-size:14px;line-height:1.5}.message-tools{position:relative;transition:opacity .2s ease;display:flex;align-items:center;justify-content:flex-start;gap:12px}.message-tools__actions{display:flex;align-items:center;gap:2px;padding:4px;width:-moz-fit-content;width:fit-content}.message-tools__button{background:none;border:none;width:22px;height:22px;padding:2px;margin:2px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease;color:#666;position:relative}.message-tools__button:hover{background:#fff;transform:scale(1.1)}.message-tools__button:active{transform:scale(.95)}.message-tools__button--active-like{color:#28a745;background:#28a7451a}.message-tools__button--active-like:hover{background:#28a74526}.message-tools__button--active-dislike{color:#dc3545;background:#dc35451a}.message-tools__button--active-dislike:hover{background:#dc354526}.message-tools__button--success{color:#28a745;background:#28a7451a;animation:successPulse .3s ease}.message-tools__button--more{font-weight:700;letter-spacing:-1px}.message-tools__button--disabled{cursor:not-allowed;opacity:.5}.message-tools__button--disabled:hover{background:none;transform:none}.message-tools__button--disabled:active{transform:none}.message-tools__tooltip{background-color:#1d1e25;color:#fff;font-size:12px;font-weight:300;padding:4px 8px}.message-tools__tooltip:after{bottom:-2px!important}.message-tools__tooltip:after{border-color:#1e1f26;background-color:#1e1f26;width:6px;height:6px}.message-tools__tooltip .next-balloon-title{font-size:12px;font-weight:300;padding:0;margin:0}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.message-card--ai .message-tools__actions{margin-left:0}.message-card--user .message-tools{display:flex;justify-content:flex-end}.message-card--user .message-tools__actions{margin-right:0}@media (max-width: 768px){.message-tools__button{width:28px;height:28px;font-size:12px}.message-tools__actions{gap:1px;padding:2px}}.message-card{display:flex;align-items:flex-start;gap:8px;margin-right:-6px}.message-card--user{justify-content:flex-end}.message-card--ai{justify-content:flex-start}.message-card--system{width:100%}.message-card__avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message-card__avatar--user{display:none}.message-card__avatar--ai{display:block}.message-card__bubble{width:100%;max-width:100%;position:relative;word-wrap:break-word}.message-card__bubble--user{max-width:90%;display:flex;flex-direction:column;align-items:flex-start;gap:19px;border-radius:12px 0 12px 12px;background:#1e1f26;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden}.message-card__bubble--ai{color:#333}.message-card__bubble--system{background-color:transparent;color:#666;max-width:100%;width:100%;font-size:13px;text-align:center;border-radius:12px}.message-card__bubble--system.system-notification{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.message-card__content{margin:0;font-size:14px;line-height:1.5;background-color:#fff;border-radius:0 12px 12px;position:relative;z-index:1}.message-card__content p{margin:0 0 8px}.message-card__content p:last-child{margin-bottom:0}.message-card--user .message-card__content,.message-card--system .message-card__content{background-color:transparent}.message-card__timestamp{font-size:12px;color:#999;margin-top:4px;text-align:center}.message-card__alternative-replies{margin-top:8px;padding:8px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.message-card__alternative-replies-title{font-size:11px;color:#666;margin-bottom:4px}.message-card__alternative-replies-button{border:1px solid #ddd;padding:4px 8px;border-radius:4px;font-size:11px;cursor:pointer;margin-right:4px;margin-bottom:4px;transition:all .2s ease}.message-card__alternative-replies-button--active{background:#007aff;color:#fff}.message-card__alternative-replies-button--active:hover{background:#0056b3}.message-card__alternative-replies-button--inactive{background:#fff;color:#666}.message-card__alternative-replies-button--inactive:hover{background:#f8f9fa}.message-card__bubble{position:relative}.message-card__feedback-container,.message-card__action-container{display:none}.biz-faq-message{background:#fff;border:1px solid #e1e8ed;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;max-width:100%}.biz-faq-message__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px}@media (max-width: 768px){.biz-faq-message__header{flex-direction:column;align-items:flex-start;gap:12px}}.biz-faq-message__title-group{flex:1 1}.biz-faq-message__title{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.3}.biz-faq-message__subtitle{margin:0;font-size:14px;color:#666;line-height:1.4}.biz-faq-message__confidence{display:flex;flex-direction:column;align-items:center;padding:8px 12px;background:#f8f9fa;border-radius:8px;min-width:80px}.biz-faq-message__confidence-label{font-size:11px;color:#666;margin-bottom:2px}.biz-faq-message__confidence-value{font-size:14px;font-weight:600;color:#28a745}.biz-faq-message__description{margin-bottom:16px;font-size:14px;line-height:1.6;color:#333}.biz-faq-message__description a{color:#007bff;text-decoration:none}.biz-faq-message__description a:hover{text-decoration:underline}.biz-faq-message__actions{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 768px){.biz-faq-message__actions{flex-direction:column}}.biz-faq-message__action{display:flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.biz-faq-message__action--primary{background:#007bff;color:#fff}.biz-faq-message__action--primary:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 2px 4px #007bff4d}.biz-faq-message__action--primary:disabled{background:#b3d7ff;cursor:not-allowed;transform:none;box-shadow:none}.biz-faq-message__action--outline{background:transparent;color:#007bff;border:1px solid #007bff}.biz-faq-message__action--outline:hover:not(:disabled){background:#007bff;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #007bff4d}.biz-faq-message__action--outline:disabled{color:#b3d7ff;border-color:#b3d7ff;cursor:not-allowed;transform:none;box-shadow:none}.biz-faq-message__action-text{white-space:nowrap}@media (max-width: 768px){.biz-faq-message{padding:16px}.biz-faq-message__title{font-size:16px}.biz-faq-message__subtitle,.biz-faq-message__description{font-size:13px}.biz-faq-message__actions .biz-faq-message__action{width:100%;justify-content:center}}.infinite-scroll-container{height:100%;padding:0 16px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px}.infinite-scroll-container .loading-container{width:100%;display:flex;justify-content:center;align-items:center;margin-top:16px}.infinite-scroll-container .end-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-top:16px}.infinite-scroll-container .end-container .end-icon-left,.infinite-scroll-container .end-container .end-icon-right{width:64px;height:1px;border-bottom:1px solid #e0e0e0}.result-contaienr{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;gap:12px;margin-top:48px}.result-contaienr .subtitle{color:#4d5360;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.result-contaienr .action{display:flex;width:198px;height:40px;padding:8px 12px;justify-content:center;align-items:center;gap:8px;background:#0068ff;cursor:pointer;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.history-overlay{background:#00000080;width:400px;height:100vh;padding-top:40px;z-index:1001}.history-container{width:100%;height:100%}.history-header{height:59px;padding:16px;display:flex;justify-content:space-between;align-items:center}.header-title{color:#222329;text-align:right;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.header-title .header-title-left{display:flex;justify-content:flex-start;align-items:center;color:#1e1f26;font-size:20px;font-style:normal;font-weight:600;line-height:normal;gap:8px}.header-title .header-title-left .header-left-icon{display:flex;align-items:center;cursor:pointer}.header-title .header-title-left .header-left-text{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:300px}.header-icon{cursor:pointer}.close-button{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.close-button:hover{color:#333}.history-list{height:calc(100vh - 75px);padding:0 0 48px}.history-item-container .item-summary-time{color:#4d5360;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:8px 0;text-align:left}.history-item-container .history-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;background-color:#f5f5f5;padding:12px;cursor:pointer}.history-item-container .history-item.active,.history-item-container .history-item:hover{background:#f8f9fa}.history-item-container .item-header{width:100%}.history-item-container .item-header .item-title{color:#1e1f26;word-break:break-all;font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:300px}.history-item-container .item-message{color:#4d5360;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-align:left;white-space:wrap;word-break:break-all}.history-item-container .item-bottom{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center}.history-item-container .item-bottom .item-time{color:#858b9c;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.history-item-container .item-bottom .feedback-card-container{position:absolute;top:40px;left:-4px;border:1px solid #e0e0e0;background:#fff;z-index:1000}.history-item-container .item-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.message-count{background:#e9ecef;padding:2px 6px;border-radius:10px;font-size:11px}.duration-badge{background:#e3f2fd;color:#1976d2;padding:2px 6px;border-radius:10px;font-size:11px}.status-badge{padding:2px 6px;border-radius:10px;font-size:11px}.status-badge.active{background:#d4edda;color:#155724}.status-badge.ended{background:#f8d7da;color:#721c24}.status-badge.timeout{background:#fff3cd;color:#856404}.status-badge.default{background:#e9ecef;color:#6c757d}.empty-state{padding:40px 20px;text-align:center;color:#666}.empty-icon{font-size:48px;margin-bottom:16px}.empty-text{font-size:16px;margin-bottom:8px}.empty-subtext{font-size:14px;color:#999}.meta-badges{display:flex;gap:8px}.messages-list{height:calc(100vh - 75px);padding:0 0 48px}.custom-balloon-container{padding:0;width:368px}.chat-dialog__overlay{z-index:1000;background-color:#0000001a}.chat-dialog__overlay--hidden{display:none!important}.chat-dialog__container{display:flex!important;pointer-events:auto!important}.chat-dialog__container{flex-direction:column;justify-content:space-between;transition:all .3s ease;overflow:hidden;border-left:1px solid #ecf3ff;background:url(https://img.alicdn.com/imgextra/i1/O1CN0174an1j23KbPkIjbms_!!6000000007237-55-tps-400-1500.svg);z-index:30}.chat-dialog__container--normal{width:400px!important;height:100vh!important;z-index:1001!important}.chat-dialog__container--minimized{display:none!important}.chat-dialog__header{width:400px;height:806px;height:72px;padding:16px;display:flex;justify-content:space-between;align-items:center}.chat-dialog__header-title{font-weight:700;font-size:16px;display:flex;justify-content:flex-start;align-items:center;gap:8px}.chat-dialog__header-title img{margin-top:4px}.chat-dialog__header-title-text{color:#1e1f26;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.chat-dialog__header-title-text-name{display:flex;align-items:center;justify-content:flex-start}.chat-dialog__header-title-text-name b{font-size:20px;font-weight:600}.chat-dialog__header-title-text-name b:after{content:"-";padding:0 4px}.chat-dialog__header-actions{display:flex;gap:16px}.chat-dialog__header-scheme-indicator{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff3;border-radius:4px;font-size:12px;cursor:default;transition:all .2s ease}.chat-dialog__header-scheme-indicator:hover{background:#ffffff4d}.chat-dialog__header-button-settings{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff1a;border-radius:6px;cursor:pointer;transition:all .2s ease}.chat-dialog__header-button-settings:hover{background:#fff3}.chat-dialog__header-button-settings svg{width:16px;height:16px}.chat-dialog__header-button-history,.chat-dialog__header-button-close{cursor:pointer}.chat-dialog__content{height:calc(100vh - 72px);display:flex;flex-direction:column;justify-content:space-between}.chat-dialog__content-messages{display:flex;flex-direction:column;gap:24px;overflow-y:scroll;overflow-x:hidden;padding:0 16px}.chat-dialog__content-reply-container-startnew{padding:16px}.chat-dialog__content-reply-container-startnew-icon{display:flex;width:100%;height:40px;padding:8px 12px;justify-content:center;align-items:center;gap:8px;background:#0068ff;cursor:pointer;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:16px}.chat-dialog__input-container{position:relative;padding:8px 16px}.chat-dialog__input-container--disabled{opacity:.6;pointer-events:none}.chat-dialog__input-form{position:relative;max-height:364px}.chat-dialog__content-reply-container{max-height:340px;padding:4px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;position:relative}.chat-dialog__content-reply-container-endchat{cursor:pointer;width:80px;display:flex;padding:5px 8px 4px;justify-content:center;align-items:center;border:1px solid #e0e0e0;background:#fff;color:#1e1f26;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.chat-dialog__content-reply-container-inputarea{width:100%!important}.chat-dialog__content-reply-container-inputarea{outline:none;resize:none;font-family:inherit;line-height:20px;padding-bottom:24px}.chat-dialog__content-reply-container-inputarea:hover{border:1px solid #1e1f26;outline:#1e1f26}.chat-dialog__content-reply-container-inputarea textarea{width:100%}.chat-dialog__content-reply-container-inputarea textarea:disabled{background:#f8f9fa;cursor:not-allowed}.chat-dialog__content-reply-container-send{position:absolute;bottom:12px;right:12px;cursor:pointer}.chat-dialog__send-button{position:absolute;bottom:17px;right:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.chat-dialog__minimized-button{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 16px #0003;transition:transform .2s ease}.chat-dialog__minimized-button:hover{transform:scale(1.05)}.chat-dialog__waiting-indicator{width:100%;display:flex;align-items:center;gap:8px;padding:12px;border-radius:0 12px 12px;margin:8px 0;font-size:14px;font-weight:500;color:#2b323b}.chat-dialog__waiting-indicator.processing{background:#fff}.chat-dialog__spinner{width:28px;height:28px;border-radius:50%}.chat-dialog__spinner img{width:100%;height:100%}.next-focus{border:1px solid #1e1f26!important;box-shadow:none!important}.next-focus{background-color:red}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-dialog__end-session-dialog,.chat-dialog__end-session-dialog .next-overlay-backdrop{position:absolute;width:100%;height:100vh}.chat-dialog__end-session-dialog .next-dialog-header{font-size:16px}.chat-dialog__end-session-dialog .next-dialog-body{font-size:14px}.chat-dialog__end-session-dialog .next-overlay-inner{position:absolute}.chat-dialog__end-session-dialog .next-dialog-footer{padding:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-content{height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;z-index:100}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#1e293b}.logo i{font-size:24px;color:#4f46e5}.header-actions{display:flex;align-items:center;gap:16px}.chat-toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:14px;position:relative}.chat-toggle-btn:hover{background:#f1f5f9;border-color:#4f46e5;color:#4f46e5}.chat-toggle-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.notification-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.user-info{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px}.user-info i{font-size:24px}.content{flex:1 1;overflow:hidden}.chat-sidebar{position:fixed;top:0;right:65px;height:100vh;box-shadow:-4px 0 12px #00000026;transform:translate(100%);transition:transform .3s ease;z-index:1000;display:flex;flex-direction:column;background:radial-gradient(40.49% 91.46% at 15% 2.34%,#b4ceff 7.21%,#c5ebff 49.28%,#effbff)}.chat-sidebar.open{transform:translate(0)}.chat-sidebar-header{width:400px;height:806px;display:flex;height:72px;padding:16px;justify-content:space-between;align-items:flex-start}.chat-sidebar-header .chat-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b}.chat-sidebar-header .chat-title i{color:#4f46e5;font-size:18px;width:32px;height:32px;border-radius:50%;background-color:#ecf3ff}.chat-sidebar-header .chat-sidebar-header-chat-btn{display:flex;justify-content:center;align-items:center;gap:8px}.chat-sidebar-header .chat-sidebar-header-chat-btn .close-chat-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;font-size:16px}.chat-sidebar-header .chat-sidebar-header-chat-btn .close-chat-btn:hover{background:#f1f5f9;color:#ef4444}.chat-sidebar-content{width:400px;height:calc(100vh - 72px);padding:0 16px 16px}.chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;animation:fadeIn .3s ease forwards}@keyframes fadeIn{to{opacity:1}}.dashboard{padding:24px;background:#f8fafc;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}

/*# sourceMappingURL=index.css.map*/