@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-layout .chat-interface .chat-scroll-area .chat-message{display:flex;flex-direction:column;width:100%;max-width:880px;margin:0 auto clamp(18px,18px + 14*(100vw - 430px)/1010,32px)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble{max-width:100%;font-size:16px;line-height:1.7;color:var(--color-text,var(--color-fg))}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body{width:100%;overflow-x:auto}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body p{display:block;margin-top:0;margin-bottom:1.25em!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body>:last-child{margin-bottom:0!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h1,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h2,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h3,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h4,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h5,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h6{margin-top:1.5em!important;margin-bottom:1em!important;font-weight:700;line-height:1.3;color:var(--color-fg)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h1,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body h2{padding-bottom:.3em;border-bottom:1px solid var(--border-color)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body ol,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body ul{padding-left:2em!important;margin-bottom:1.25em!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body ul{list-style:disc outside!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body ol{list-style:decimal outside!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body li{margin-bottom:.25em}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table{width:100%!important;display:table;border-collapse:collapse;margin-bottom:1.25em!important;border:1px solid var(--border-color)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table tr{background:var(--color-bg);border-top:1px solid var(--border-color)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table tr:nth-child(2n){background:var(--ant-table-header-bg,#f6f8fa)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table td,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table th{padding:10px 14px;border:1px solid var(--border-color);text-align:left;word-break:break-word}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body table th{font-weight:600;background:var(--ant-table-header-bg,#f6f8fa);white-space:nowrap}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body pre{padding:16px;margin-bottom:1.25em!important;background:var(--color-icon-bg,#f6f8fa);border-radius:6px;overflow:auto}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body code{font-family:monospace;font-size:85%;background:rgba(175,184,193,.2);padding:.2em .4em;border-radius:6px}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body pre code{background:rgba(0,0,0,0);padding:0}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body blockquote{padding:0 1em;margin-bottom:1.25em!important;color:var(--color-li);border-left:.25em solid var(--border-color)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body b,.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body strong{font-weight:700}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body a{color:var(--primary-color);text-decoration:none}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .markdown-body a:hover{text-decoration:underline}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .error-inline{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .error-inline .markdown-body{display:inline;width:auto}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .error-inline .markdown-body p{display:inline;margin:0!important}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .chat-retry-btn{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(239,68,68,.45);background:var(--color-bg);color:#ef4444;padding:4px 10px;font-size:12px;cursor:pointer;transition:all .18s ease}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .chat-retry-btn .icon{width:14px;height:14px}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .chat-retry-btn:hover{background:rgba(239,68,68,.08)}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .typing-indicator{display:flex;align-items:center;gap:4px;padding:8px 0}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .typing-indicator span{width:8px;height:8px;display:inline-block;background:var(--color-li);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .typing-indicator span:first-child{animation-delay:-.32s}.chat-layout .chat-interface .chat-scroll-area .chat-message .bubble .typing-indicator span:nth-child(2){animation-delay:-.16s}.chat-layout .chat-interface .chat-scroll-area .chat-message.user{align-items:flex-end}.chat-layout .chat-interface .chat-scroll-area .chat-message.user .bubble{max-width:85%;padding:14px 20px;background:var(--color-bg);border-radius:12px;text-align:left}.chat-layout .chat-interface .chat-scroll-area .chat-message.assistant{align-items:flex-start}.chat-layout .chat-interface .chat-scroll-area .chat-message.assistant .bubble{width:100%;padding-bottom:20px}.product-list-box{background:var(--color-bg);border-radius:8px;padding:24px clamp(8px,8px + 8*(100vw - 430px)/1010,16px)}.product-list-box.product-list-box--reveal{opacity:0;transform:translateY(8px);animation:product-list-reveal .36s ease forwards}.product-list-box .product-list{width:100%;margin:20px 0}.product-list-box .product-list .explore-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(8px,8px + 4*(100vw - 430px)/1010,12px);margin-top:12px;width:100%}@media(max-width:1080px){.product-list-box .product-list .explore-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:871px){.product-list-box .product-list .explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.product-list-box .product-list .explore-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.product-list-box .product-list .explore-grid .explore-card{margin-bottom:0!important}.product-list-box .product-list .selection-hint{margin-top:12px;padding:10px;background:#ecfdf5;border:1px solid #10b981;border-radius:8px;color:#047857;text-align:center;font-size:14px}@keyframes product-list-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.product-list-box.product-list-box--reveal{animation:none;opacity:1;transform:none}}.payment-modal .ui-modal__box{padding:22px 22px 24px;max-width:520px;width:100%}.payment-modal .ui-modal__body{width:100%}.payment-modal__content{display:flex;flex-direction:column;gap:18px;color:var(--color-text)}.payment-modal__header{display:flex;align-items:center;justify-content:space-between}.payment-modal__title{font-size:17px;font-weight:600}.payment-modal__close{font-size:18px;line-height:1;height:28px;width:28px;min-width:28px}.payment-modal__summary{padding:14px;border-radius:14px;background:#f8fafc;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.payment-modal__thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.payment-modal__thumb img{width:100%;height:100%;object-fit:cover}.payment-modal__thumb-placeholder{width:32px;height:32px;border-radius:10px;background:#cbd5f5}.payment-modal__meta{display:flex;flex-direction:column;gap:6px}.payment-modal__name{font-size:14px;font-weight:600}.payment-modal__quantity{font-size:12px;color:#64748b}.payment-modal__total{text-align:right;display:flex;flex-direction:column;gap:6px}.payment-modal__total-label{font-size:12px;color:var(--color-li)}.payment-modal__total-value{font-size:16px;font-weight:600;display:flex;align-items:baseline;justify-content:flex-end;gap:6px}.payment-modal__unit{font-size:11px;text-transform:uppercase}.payment-modal__price--empty,.payment-modal__unit{color:var(--color-li)}.payment-modal__options{display:grid;gap:12px}.payment-modal__option{border:1px solid var(--border-color);border-radius:14px;padding:14px;background:var(--color-bg);display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;color:inherit}.payment-modal__option:hover{border-color:var(--main-color);transform:translateY(-1px)}.payment-modal__option:hover .payment-modal__option-icon,.payment-modal__option:hover .payment-modal__option-text{color:var(--main-color)!important}.payment-modal__option:hover .payment-modal__option-sub{color:var(--color-text)!important}.payment-modal__option-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:all .36s}.payment-modal__option-icon svg{width:24px;height:24px}.payment-modal__option-text{display:flex;flex-direction:column;transition:all .36s;gap:4px}.payment-modal__option-title{font-size:14px;font-weight:600}.payment-modal__option-sub{font-size:12px;color:var(--color-li);transition:all .36s}@media(max-width:480px){.payment-modal__summary{grid-template-columns:auto 1fr;text-align:left}.payment-modal__total{grid-column:span 2;align-items:flex-start}}.explore-card{position:relative;background:var(--color-bg);border:1px solid var(--border-color);border-radius:14px;padding:12px;display:inline-flex;flex-direction:column;gap:10px;min-height:140px;width:100%;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.explore-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.explore-card.selected{border-color:var(--main-color);box-shadow:0 10px 15px -3px rgba(16,163,127,.3);outline:2px solid rgba(16,163,127,.35)}.explore-card--skeleton{pointer-events:none}.explore-card--skeleton:hover{transform:none;box-shadow:none}.product-checkbox{position:absolute;top:10px;left:10px;z-index:2}.checkbox-button{width:22px;height:22px;border-radius:999px;border:2px solid var(--border-color-4);background:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer}.checkbox-button.checked,.checkbox-button:hover{border-color:var(--main-color)}.checkbox-button.checked{background:var(--main-color)}.checkbox-dot{width:8px;height:8px;border-radius:999px;background:#fff;opacity:0}.checkbox-button.checked .checkbox-dot{opacity:1}.product-selected-badge{position:absolute;top:10px;right:10px;z-index:2;padding:4px 8px;background:var(--main-color);color:#fff;font-size:12px;font-weight:500;border-radius:9999px}.card-media{width:100%;height:100%;object-fit:cover;display:block}.card-media-wrap{width:100%;aspect-ratio:1/1;border-radius:8px;background:var(--color-icon-bg);overflow:hidden}.card-body{display:flex;flex-direction:column;gap:6px}.card-title{font-size:clamp(16px,16px + 2*(100vw - 430px)/1010,18px);color:var(--color-text);font-weight:500}.card-subtitle,.card-title{line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-width:100%;white-space:normal}.card-subtitle{font-size:clamp(12px,12px + 2*(100vw - 430px)/1010,14px);color:var(--color-li)}.card-footer{display:flex;flex-direction:column;margin-top:auto}.card-price{display:flex;align-items:center;line-height:clamp(22px,22px + 2*(100vw - 430px)/1010,24px);margin-bottom:clamp(9px,9px + 9*(100vw - 430px)/1010,18px);color:var(--color-text)}.before-dollar,.card-price{font-size:clamp(22px,22px + 2*(100vw - 430px)/1010,24px);font-weight:700}.before-dollar{display:block}.after-dollar{display:block;margin-left:6px;font-size:12px}.card-price.empty{visibility:hidden}.btn-row{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px}.btn-row div{flex:1}.btn-row button{min-width:0!important}.btn-row .btn-row-detail{border:1px solid var(--border-color-4)}.btn-row .btn-row-detail:hover{color:var(--default-color);background:var(--default-bg);border:1px solid var(--main-color)}.status-bar{margin-top:10px;padding:6px;font-size:12px;text-align:center;border-radius:6px;font-weight:500}.status-bar.pending{background:#fff7ed;color:#ea580c}.status-bar.success{background:#f0fdf4;color:#16a34a}.status-bar.error{background:#fef2f2;color:#dc2626}.pd-chat-item{width:100%;background:var(--color-bg);border-radius:8px;padding:24px}.pd-chat-item .pd-box{padding:12px 0}.product-card-2{border:1px solid var(--border-color);padding:18px;background:var(--color-bg);border-radius:18px}.product-card-2 .product-card-t{display:flex;align-items:center}@media(max-width:590px){.product-card-2 .product-card-t{flex-direction:column;gap:12px}.product-card-2 .product-card-t .product-card-img{width:100%}}.product-card-2 .product-card-t .product-card-img .product-card-img-box{width:300px;height:240px;border-radius:12px;overflow:hidden;margin-right:24px}@media(max-width:590px){.product-card-2 .product-card-t .product-card-img .product-card-img-box{width:100%;height:350px;margin-right:0}}@media(max-width:490px){.product-card-2 .product-card-t .product-card-img .product-card-img-box{height:250px}}.product-card-2 .product-card-t .product-card-img .product-card-img-box img{width:100%;height:100%;object-fit:cover}.product-card-2 .product-card-t .product-card-img .product-card-bottom{color:var(--color-text);font-size:14px;line-height:18px;margin-top:12px}.product-card-2 .product-card-t .product-card-right{flex:1;align-self:flex-start}@media(max-width:590px){.product-card-2 .product-card-t .product-card-right{width:100%}.product-card-2 .product-card-t .product-card-right .ui-button{width:100%!important}}.product-card-2 .product-card-t .product-card-right .product-card-name-item{display:flex;align-items:center;justify-content:space-between}@media(max-width:590px){.product-card-2 .product-card-t .product-card-right .product-card-name-item{align-items:flex-start;flex-direction:column}}.product-card-2 .product-card-t .product-card-right .product-card-name-item .product-card-name{font-size:18px;font-weight:500;color:var(--color-text)}.product-card-2 .product-card-t .product-card-right .product-card-name-item .product-card-price{display:flex;align-items:center;font-size:18px;line-height:18px;font-weight:500;color:var(--color-text)}.product-card-2 .product-card-t .product-card-right .product-card-name-item .product-card-price .product-card-before-dollar{display:block;font-size:18px;font-weight:500;color:var(--color-text)}.product-card-2 .product-card-t .product-card-right .product-card-name-item .product-card-price .product-card-after-dollar{display:block;margin-left:8px;font-size:12px}.product-card-2 .product-card-t .product-card-right .product-card-descriptions{margin-top:12px;font-size:14px;line-height:18px;color:var(--color-tips)}.product-card-2 .product-card-t .product-card-right .product-card-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.product-card-2 .product-card-t .product-card-right .product-card-tags .product-card-tag-item{padding:4px 12px;background:var(--main-color-2);border-radius:12px;font-size:12px;color:var(--main-color)}.product-card-2 .product-card-t .product-card-right .product-card-buy-btn{margin-top:18px}@media(max-width:590px){.product-card-2 .product-card-t .product-card-right .product-card-buy-btn{width:105px}}.c-suggested{display:flex;align-items:center}@media(max-width:400px){.c-suggested{flex-direction:column;gap:12px}}.c-suggested .c-suggested-img{display:block;width:36px;min-width:36px;height:36px;min-height:36px;margin-right:12px;background:var(--danger-bg);border-radius:999px}.c-suggested .c-suggested-ttile{font-weight:700;font-size:20px;line-height:24px}.c-footer{font-size:14px;line-height:22px;color:var(--color-tips)}.c-footer .footer-item{display:flex;align-items:center;padding:10px;transition:background-color .2s ease;border-radius:12px}.c-footer .footer-item .svg-box{width:20px;height:20px;margin-right:12px}.c-footer .footer-item:hover{background-color:rgba(0,0,0,.04);opacity:.8;cursor:pointer}.PaymentStatus_card__x9bsL{width:100%;background:var(--default-bg-4);border-radius:12px;border:1px solid var(--success-border);overflow:hidden}.PaymentStatus_card__x9bsL .PaymentStatus_header__I6Ppa{padding:12px 18px}.PaymentStatus_card__x9bsL .PaymentStatus_header__I6Ppa .PaymentStatus_title__MoGTn{font-size:18px;font-weight:500;color:var(--text-color);margin:0}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5{padding:0 18px}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5 .PaymentStatus_inputWrapper__eWY_c{display:flex;align-items:center;justify-content:space-between;background:var(--color-bg);border-radius:12px;padding:12px}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5 .PaymentStatus_inputWrapper__eWY_c .PaymentStatus_recipient__GrB9k{font-size:14px;color:var(--color-li);word-break:break-all}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5 .PaymentStatus_inputWrapper__eWY_c .PaymentStatus_sendButton__Ka17d{min-width:32px;width:32px;height:32px;background:var(--success-bg);border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5 .PaymentStatus_inputWrapper__eWY_c .PaymentStatus_sendButton__Ka17d:hover{opacity:.8}.PaymentStatus_card__x9bsL .PaymentStatus_inputArea__JC7U5 .PaymentStatus_inputWrapper__eWY_c .PaymentStatus_sendButton__Ka17d .PaymentStatus_sendIcon__Q7qHK{width:16px;height:16px;color:var(--color-bg)}.PaymentStatus_card__x9bsL .PaymentStatus_footer__vAQk7{padding:12px 18px;display:flex;align-items:center;justify-content:space-between}.PaymentStatus_card__x9bsL .PaymentStatus_footer__vAQk7 .PaymentStatus_label__gRMQg{font-size:14px;color:var(--color-li)}.PaymentStatus_card__x9bsL .PaymentStatus_footer__vAQk7 .PaymentStatus_time__ZYzdP{font-size:14px;color:var(--text-color)}.PaymentStatus_failedCard__i0AZw{width:100%;background:var(--default-bg-5);border:1px solid #d4101a;border-radius:12px;padding:18px}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedTitle__mrPsq{font-weight:500;font-size:14px;color:var(--text-color);margin:0 0 12px}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe{background:var(--color-bg);border-radius:12px;padding:12px;margin-bottom:12px}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsTitle__28kms{font-size:18px;font-weight:500;color:var(--text-color);margin:0 0 12px}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K{list-style:none;margin:0;padding:0}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K .PaymentStatus_failedReasonItem__bUegV{display:flex;align-items:center;gap:6px;margin-bottom:12px}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K .PaymentStatus_failedReasonItem__bUegV:last-child{margin-bottom:0}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K .PaymentStatus_failedReasonItem__bUegV .PaymentStatus_failedIcon__yjlYm{width:22px;height:22px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K .PaymentStatus_failedReasonItem__bUegV .PaymentStatus_failedIcon__yjlYm .PaymentStatus_failedXIcon__kPdtJ{width:5.5px;height:5.5px;color:var(--highlighted-item)}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedReasonsBox__lLdYe .PaymentStatus_failedReasonsList__vfn9K .PaymentStatus_failedReasonItem__bUegV .PaymentStatus_failedReasonText__5x_Yz{font-size:14px;color:var(--text-color)}.PaymentStatus_failedCard__i0AZw .PaymentStatus_failedFooter__24tAY{font-weight:500;font-size:14px;color:var(--text-color);margin:0}.OrderDetail_container__6SO9w{width:100%;border-radius:12px;margin:0 auto;padding:24px;background:var(--color-bg)}.OrderDetail_container__6SO9w .OrderDetail_header__cAfR_{display:flex;align-items:center;gap:12px;margin-bottom:20px}.OrderDetail_container__6SO9w .OrderDetail_header__cAfR_ .OrderDetail_headerIcon__0z0v6{width:36px;height:36px;background:var(--danger-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-color2)}.OrderDetail_container__6SO9w .OrderDetail_header__cAfR_ .OrderDetail_headerIcon__0z0v6 .OrderDetail_IconOrderDetail___RlK5{width:18px;height:18px}.OrderDetail_container__6SO9w .OrderDetail_header__cAfR_ .OrderDetail_title__Nuke5{font-size:20px;font-weight:600;color:var(--text-color);margin:0}.OrderDetail_container__6SO9w .OrderDetail_card__lBpFm{background:var(--color-bg);border-radius:12px;padding:20px;margin-bottom:16px;border:1px solid var(--border-color)}@media(max-width:415px){.OrderDetail_container__6SO9w .OrderDetail_card__lBpFm{align-items:flex-start;gap:6px;flex-direction:column}}.OrderDetail_container__6SO9w .OrderDetail_orderInfo__b4SxU{display:flex;flex-direction:column;gap:12px}.OrderDetail_container__6SO9w .OrderDetail_orderInfo__b4SxU .OrderDetail_infoRow__FuMD_{display:flex;align-items:center;gap:16px}.OrderDetail_container__6SO9w .OrderDetail_orderInfo__b4SxU .OrderDetail_label__QlU5W{width:100px;color:var(--color-li);font-size:14px;flex-shrink:0}.OrderDetail_container__6SO9w .OrderDetail_orderInfo__b4SxU .OrderDetail_value__iU0zm{color:var(--text-color);font-size:14px;font-weight:500;flex:1}.OrderDetail_container__6SO9w .OrderDetail_statusBadge__9t4wV{padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500;display:inline-flex;align-items:center}.OrderDetail_container__6SO9w .OrderDetail_statusBadge__9t4wV.OrderDetail_statusPaid___7m8F{background:var(--default-bg-4);color:var(--success-bg);border:1px solid var(--success-bg)}.OrderDetail_container__6SO9w .OrderDetail_statusBadge__9t4wV.OrderDetail_statusTransit__nfBUS{background:#dbeafe;color:#2563eb;border:1px solid #bfdbfe}.OrderDetail_container__6SO9w .OrderDetail_statusBadge__9t4wV .OrderDetail_planBadge__mElgG{padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500}.OrderDetail_container__6SO9w .OrderDetail_statusBadge__9t4wV .OrderDetail_planBadge__mElgG.OrderDetail_planPro__Xwl3C{background:var(--default-bg-5);color:var(--primary-color);border:1px solid #fecaca}.OrderDetail_container__6SO9w .OrderDetail_sectionTitle__QJ77R{font-size:16px;font-weight:600;color:var(--color-text);margin-bottom:12px;margin-top:24px}.OrderDetail_container__6SO9w .OrderDetail_sectionSubtitle__t1i2k{font-size:15px;font-weight:600;color:var(--color-text);margin-bottom:12px;margin-top:0}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi{display:flex;gap:16px;align-items:flex-start}@media(max-width:590px){.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi{flex-direction:column}}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productImage__relaI{width:120px;height:120px;background:#f3f4f6;border-radius:8px;overflow:hidden;flex-shrink:0}@media(max-width:590px){.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productImage__relaI{width:100%;height:150px}}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productImage__relaI img{width:100%;height:100%;object-fit:cover}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg{flex:1;display:flex;flex-direction:column;gap:12px}@media(max-width:590px){.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg{width:100%}}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productHeader__XuFqT{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productHeader__XuFqT .OrderDetail_productName__USpqh{font-size:16px;font-weight:600;color:var(--color-text);margin:0;flex:1}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productHeader__XuFqT .OrderDetail_productPrice__jZHnZ{font-size:20px;font-weight:700;color:var(--color-text);flex-shrink:0}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productMeta__mbFJP{display:flex;flex-direction:column;gap:8px}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productMeta__mbFJP .OrderDetail_metaRow__OzLPp{display:flex;align-items:center;gap:12px}@media(max-width:590px){.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productMeta__mbFJP .OrderDetail_metaRow__OzLPp{width:100%;justify-content:space-between}}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productMeta__mbFJP .OrderDetail_metaRow__OzLPp .OrderDetail_metaLabel__C_OTy{width:60px;color:var(--color-li);font-size:14px}.OrderDetail_container__6SO9w .OrderDetail_productCard__TDyKi .OrderDetail_productDetails__qo9Sg .OrderDetail_productMeta__mbFJP .OrderDetail_metaRow__OzLPp .OrderDetail_metaValue__91j9X{color:var(--color-text);font-size:14px;font-weight:500}.OrderDetail_container__6SO9w .OrderDetail_detailsGrid__sc_iT{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:768px){.OrderDetail_container__6SO9w .OrderDetail_detailsGrid__sc_iT{grid-template-columns:1fr;gap:24px}}.OrderDetail_container__6SO9w .OrderDetail_detailsGrid__sc_iT .OrderDetail_gridSection__rSNVp .OrderDetail_sectionSubtitle__t1i2k{font-size:16px;font-weight:500;color:var(--color-text);margin-bottom:16px;margin-top:0}.OrderDetail_container__6SO9w .OrderDetail_infoCard__cQu_H{background:var(--color-bg);display:flex;flex-direction:column;gap:8px}.OrderDetail_container__6SO9w .OrderDetail_infoItem___4O7L{display:flex;justify-content:space-between;align-items:center;gap:16px}.OrderDetail_container__6SO9w .OrderDetail_infoItem___4O7L .OrderDetail_infoLabel__zErfK{color:var(--color-li);font-size:14px;font-weight:400;flex-shrink:0}.OrderDetail_container__6SO9w .OrderDetail_infoItem___4O7L .OrderDetail_infoValue__HdrCQ{color:var(--color-text);font-size:14px;font-weight:500;text-align:right;word-break:break-all}.OrderDetail_container__6SO9w .OrderDetail_infoItem___4O7L .OrderDetail_infoValue__HdrCQ.OrderDetail_infoValueCopy__U1yu0{cursor:pointer}.OrderDetail_container__6SO9w .OrderDetail_statusTag__XJXxb{padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500;display:inline-flex;align-items:center}.OrderDetail_container__6SO9w .OrderDetail_statusTag__XJXxb.OrderDetail_statusInTransit__B7Gsm{background:var(--default-bg-3);color:var(--default-bg-1);border:1px solid var(--default-bg-1)}.OrderDetail_container__6SO9w .OrderDetail_statusTag__XJXxb.OrderDetail_statusPlan__8yBeL{background:rgba(23,88,250,.2);color:var(--main-color);border:1px solid var(--main-color)}.OrderDetail_container__6SO9w .OrderDetail_actions__XSKyh{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.OrderDetail_container__6SO9w .OrderDetail_button__j4YiG{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s}.OrderDetail_container__6SO9w .OrderDetail_button__j4YiG:hover{transform:translateY(-1px)}.OrderDetail_container__6SO9w .OrderDetail_button__j4YiG:active{transform:translateY(0)}.OrderDetail_container__6SO9w .OrderDetail_buttonIcon__xVOOD{width:18px;height:18px}.OrderDetail_container__6SO9w .OrderDetail_buttonPrimary__b_eOI{background:var(--default-bg-1);color:var(--text-color2)}.OrderDetail_container__6SO9w .OrderDetail_buttonSecondary__pLWhZ{background:var(--default-bg-6);color:var(--text-color2)}.OrderDetail_container__6SO9w .OrderDetail_buttonTertiary__MAyKL{background:var(--color-bg);color:var(--text-color);border:1px solid var(--border-color)}.OrderDetail_container__6SO9w .OrderDetail_buttonTertiary__MAyKL:hover{background:#f9fafb}.OrderDetail_container__6SO9w .OrderDetail_footer__lBQQh{margin-top:20px;text-align:left}.OrderDetail_container__6SO9w .OrderDetail_footer__lBQQh p{color:var(--color-li);font-size:14px;margin:0}.ShipingStatus_container__PGesd{width:100%;margin:0 auto;padding:24px;background:var(--color-bg);border-radius:12px}.ShipingStatus_header__WkzLc{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ShipingStatus_headerIcon__Ntnz_{width:36px;height:36px;background:var(--danger-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-color2)}.ShipingStatus_headerIcon__Ntnz_ svg{width:20px;height:20px}.ShipingStatus_title__O6QTB{font-size:20px;font-weight:600;color:#111827;margin:0}.ShipingStatus_card__02Fik{background:var(--color-bg);border-radius:16px;padding:24px;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid var(--border-color)}.ShipingStatus_trackingHeader__Vb0cW{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.ShipingStatus_trackingInfo__lbsdk{display:flex;flex-direction:column;gap:12px;flex:1}.ShipingStatus_infoRow__L6PFI{display:flex;align-items:center;gap:12px}@media(max-width:465px){.ShipingStatus_infoRow__L6PFI{align-items:flex-start;gap:6px;flex-direction:column}}.ShipingStatus_infoRow__L6PFI .ShipingStatus_label__ToPZ7{color:#9ca3af;font-size:14px;min-width:120px;font-weight:400}.ShipingStatus_infoRow__L6PFI .ShipingStatus_value__LGnCP{color:#111827;font-size:15px;font-weight:500}.ShipingStatus_statusBadge__eR06x{padding:3px 16px;border-radius:20px;font-size:14px;font-weight:500;border:1.5px solid;background:rgba(36,159,86,.12)}.ShipingStatus_statusBadge__eR06x.ShipingStatus_statusInTransit__gDotp{color:#22c55e;border-color:#22c55e}.ShipingStatus_divider__FmH_Y{height:1px;background:#e5e7eb;margin:20px 0}.ShipingStatus_timelineSection__Vvb2L{margin-top:8px}.ShipingStatus_timelineHeader__g1rKa{display:flex;align-items:center;gap:10px;margin-bottom:20px}.ShipingStatus_timelineHeader__g1rKa .ShipingStatus_timelineIcon__QK4kr{width:24px;height:24px;color:var(--default-bg-1);display:flex;align-items:center;justify-content:center}.ShipingStatus_timelineHeader__g1rKa .ShipingStatus_timelineIcon__QK4kr svg{width:20px;height:20px}.ShipingStatus_timelineHeader__g1rKa .ShipingStatus_timelineTitle__owBje{font-size:16px;font-weight:600;color:#111827;margin:0}.ShipingStatus_timelineList___ndBZ{display:flex;flex-direction:column;gap:20px;position:relative}.ShipingStatus_timelineList___ndBZ:before{content:"";position:absolute;left:16px;top:8px;bottom:16px;width:2px;background:#f3f4f6;z-index:0}.ShipingStatus_timelineItem__MPwD7{display:flex;align-items:flex-start;gap:16px;position:relative;z-index:1}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemIcon__tOCcX{width:32px;height:32px;background:#f9fafb;border:1px solid var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0;margin-top:2px}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemIcon__tOCcX svg{width:16px;height:16px}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemContent__FLUSP{flex:1;display:flex;flex-direction:column;gap:4px}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemContent__FLUSP .ShipingStatus_itemTitle__YIad1{font-size:14px;color:#6b7280;line-height:1.4}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemContent__FLUSP .ShipingStatus_itemContentTitle___LTgQ{display:flex;width:100%;justify-content:space-between;align-items:center}@media(max-width:590px){.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemContent__FLUSP .ShipingStatus_itemContentTitle___LTgQ{flex-direction:column;align-items:flex-start}}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemContent__FLUSP .ShipingStatus_itemDescription__68Lah{font-size:14px;color:#111827;font-weight:500;line-height:1.4}.ShipingStatus_timelineItem__MPwD7 .ShipingStatus_itemTime__tIVW6{font-size:13px;color:#111827;font-weight:500;flex-shrink:0;padding-top:2px}.ShipingStatus_footer__IUEC7{margin-top:20px;text-align:left}.ShipingStatus_footer__IUEC7 p{color:var(--color-li);font-size:14px;margin:0}