*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{color:#333;-webkit-font-smoothing:antialiased;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;font-size:16px;overflow-x:hidden}#root,.page{background:#f5f5f5;min-height:100vh}.page-with-tabbar{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.card{background:#fff;border-radius:12px;margin:12px;padding:16px}.btn-primary{color:#fff;text-align:center;cursor:pointer;background:#e4393c;border:none;border-radius:44px;width:auto;height:48px;padding:0 24px;font-size:16px;line-height:48px;display:inline-block}.btn-primary:active{opacity:.85}.btn-ghost{color:#e4393c;text-align:center;cursor:pointer;background:0 0;border:1px solid #e4393c;border-radius:44px;height:44px;padding:0 24px;font-size:15px;line-height:44px;display:inline-block}.price{color:#e4393c;font-weight:700}.price-unit{font-size:13px}.text-gray{color:#999}.text-sm{font-size:12px}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.row{align-items:center;display:flex}.empty{color:#999;flex-direction:column;justify-content:center;align-items:center;padding:60px 0;font-size:15px;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea{font-family:inherit;font-size:inherit;touch-action:manipulation;background:0 0;border:none;outline:none}.no-return-tag{color:#e4393c;font-size:inherit;margin-right:2px;font-weight:500}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.toast-item{color:#fff;text-align:center;background:#000000bf;border-radius:8px;max-width:280px;padding:10px 20px;font-size:14px;animation:.2s toast-fade}@keyframes toast-fade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.tabbar{z-index:1000;padding-top:10px;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #e5e5e5;align-items:flex-start;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px 8px #0000000f}.tabbar-item{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:2px;padding-bottom:4px;display:flex}.tabbar-icon{font-size:24px;line-height:1}.tabbar-text{color:#999;font-size:11px}.active .tabbar-text,.tabbar-item.active .tabbar-text{color:#e4393c}.search-bar{z-index:10;cursor:pointer;background:#fff;padding:12px 16px;position:sticky;top:0}.search-bar .search-input{background:#f5f5f5;border-radius:20px;align-items:center;padding:10px 16px;display:flex}.search-bar .search-placeholder{color:#bbb;font-size:15px}.category-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:1px solid #f5f5f5;gap:6px;padding:0 10px 10px;display:flex;overflow-x:auto}.category-scroll::-webkit-scrollbar{display:none}.category-scroll .category-item{color:#666;cursor:pointer;white-space:nowrap;background:#f5f5f5;border-radius:20px;flex-shrink:0;padding:6px 16px;font-size:13px}.category-scroll .category-item.active{color:#fff;background:#e4393c}.icp-footer{text-align:center;padding:20px 0 16px}.icp-footer .icp-link{color:#bbb;font-size:12px;text-decoration:none}.icp-footer .icp-link:hover{color:#999}.product-grid .product-card .product-info{padding:10px}.product-grid .product-card .product-info .product-price-row{align-items:baseline;gap:6px;margin-top:8px;display:flex}.product-grid .product-card .product-info .original-price{color:#bbb;font-size:12px;text-decoration:line-through}.product-grid .product-card .product-info .product-sales{margin-top:4px;display:block}.cart-list{padding-bottom:80px}.cart-item{align-items:center;gap:10px;margin:8px 12px;padding:12px;display:flex}.cart-item .checkbox{cursor:pointer;border:2px solid #ddd;border-radius:50%;flex-shrink:0;width:22px;height:22px}.cart-item .checkbox.checked{background:#e4393c;border-color:#e4393c;position:relative}.cart-item .checkbox.checked:after{content:"✓";color:#fff;font-size:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-item .item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:80px}.cart-item .item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-item .item-info .item-name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.cart-item .item-info .item-sku{font-size:12px}.cart-item .item-info .item-bottom{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.qty-ctrl .qty-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;display:flex}.cart-bar{bottom:calc(env(safe-area-inset-bottom,0px) + 64px);z-index:499;background:#fff;align-items:center;gap:10px;padding:10px 16px;display:flex;position:fixed;left:0;right:0;box-shadow:0 -1px 8px #0000000f}.cart-bar .select-all{color:#666;cursor:pointer;align-items:center;gap:6px;font-size:14px;display:flex}.cart-bar .select-all .checkbox.small{width:20px;height:20px}.cart-bar .total-area{flex:1;justify-content:flex-end;align-items:baseline;margin-right:10px;display:flex}.cart-bar .total-area .total-label{color:#666;font-size:13px}.cart-bar .total-area .total-price{font-size:18px}.cart-bar .checkout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e4393c;border:none;border-radius:44px;min-width:100px;height:44px;padding:0 20px;font-size:15px;line-height:44px}.cart-bar .checkout-btn:active{opacity:.85}.login-area{flex-direction:column;align-items:center;padding:60px 20px;display:flex}.login-area .avatar-placeholder{margin-bottom:16px;font-size:64px}.login-area .login-hint{color:#666;margin-bottom:24px;font-size:15px}.login-area .login-btn{text-align:center;width:200px}.user-header{background:#e4393c;padding:32px 20px 20px}.user-header .user-header-main{align-items:center;gap:16px;margin-bottom:16px;display:flex}.user-header .user-header-main .avatar{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;flex-shrink:0;width:64px;height:64px}.user-header .user-header-main .avatar-placeholder-sm{background:#ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.user-header .user-header-main .user-info{flex-direction:column;gap:4px;display:flex}.user-header .user-header-main .user-info .nickname{color:#fff;font-size:18px;font-weight:600}.user-header .user-header-main .user-info .phone{color:#fffc;font-size:13px}.user-header .user-header-actions{gap:10px;display:flex}.user-header .user-header-actions .header-action-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff80;border-radius:17px;flex:1;height:34px;font-size:13px}.user-header .user-header-actions .header-action-btn:active{background:#ffffff40}.order-shortcuts-card{border-radius:0;margin:12px 0 0;padding:0 0 4px}.order-shortcuts-card .order-shortcuts-title{color:#333;padding:14px 16px 4px;font-size:14px;font-weight:600}.menu-grid{grid-template-columns:repeat(3,1fr);gap:0;padding:0;display:grid}.menu-grid .menu-item{cursor:pointer;flex-direction:column;align-items:center;padding:14px 8px;display:flex}.menu-grid .menu-item:active{background:#f9f9f9}.menu-grid .menu-item .menu-icon{margin-bottom:6px;font-size:24px}.menu-grid .menu-item .menu-label{color:#555;text-align:center;font-size:12px}.logout-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:24px;width:100%;height:48px;font-size:15px}.logout-btn:active{background:#f5f5f5}.login-page{background:#f7f7f7;flex-direction:column;align-items:center;min-height:100vh;padding-bottom:40px;display:flex}.login-header{background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;width:100%;padding:12px 16px;display:flex}.login-header .back-btn{color:#333;cursor:pointer;background:0 0;border:none;margin-right:8px;padding:4px 8px;font-size:28px;line-height:1}.login-header .login-title{color:#333;font-size:18px;font-weight:600}.login-page .tab-bar{background:#fff;border-radius:40px;margin:32px 0 28px;padding:4px;display:flex;box-shadow:0 1px 8px #00000014}.login-page .tab-item{color:#666;cursor:pointer;border-radius:40px;padding:10px 24px;font-size:15px;transition:all .2s}.login-page .tab-item.active{color:#fff;background:#e4393c;font-weight:600}.qr-section{background:#fff;border-radius:16px;flex-direction:column;align-items:center;width:320px;padding:32px 24px;display:flex;box-shadow:0 1px 12px #0000000f}.qr-image{width:200px;height:200px;margin-bottom:16px}.qr-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:200px;height:200px;display:flex}.qr-hint{color:#333;font-size:15px;font-weight:500}.qr-steps{flex-direction:column;gap:12px;width:100%;margin-top:20px;display:flex}.qr-step{color:#555;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.qr-step .qr-step-num{color:#fff;background:#e4393c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:12px;font-weight:600;display:flex}.refresh-btn{color:#fff;cursor:pointer;background:#e4393c;border-radius:20px;margin-top:12px;padding:8px 20px;font-size:14px}.phone-section{background:#fff;border-radius:16px;width:320px;padding:24px;box-shadow:0 1px 12px #0000000f}.mode-switch{align-items:center;gap:8px;margin-bottom:24px;display:flex}.mode-active{color:#e4393c;cursor:pointer;font-size:18px;font-weight:700}.mode-inactive{color:#999;cursor:pointer;font-size:16px}.mode-sep{color:#ccc;font-size:15px}.form-item{margin-bottom:18px}.form-label{color:#666;margin-bottom:6px;font-size:13px;display:block}.form-input{color:#333;box-sizing:border-box;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;height:44px;padding:0 14px;font-size:15px}.form-input:focus{background:#fff;border-color:#e4393c}.submit-btn{color:#fff;cursor:pointer;background:#e4393c;border-radius:24px;justify-content:center;align-items:center;height:48px;margin-top:24px;font-size:16px;font-weight:600;display:flex}.submit-btn.loading{opacity:.7;cursor:not-allowed}.search-bar-row{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:10px 12px;display:flex;position:sticky;top:0}.search-bar-row .back-btn{color:#333;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:28px;line-height:1}.search-bar-row .search-input-box{background:#f5f5f5;border:none;border-radius:18px;outline:none;flex:1;height:36px;padding:0 14px;font-size:14px}.search-bar-row .search-btn{color:#e4393c;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0 4px;font-size:14px}.product-grid{flex-wrap:wrap;gap:8px;padding:8px;display:flex}.product-grid .product-card{cursor:pointer;background:#fff;border-radius:10px;width:calc(50% - 4px);overflow:hidden}.product-grid .product-card .product-img{object-fit:cover;width:100%;height:180px;display:block}.product-grid .product-card .product-info{flex-direction:column;gap:6px;padding:10px;display:flex}.product-grid .product-card .product-info .product-name{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.pd-page{flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.pd-header{z-index:10;padding:8px;position:absolute;top:0;left:0;right:0}.pd-header .back-btn{cursor:pointer;color:#333;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;line-height:1;display:flex}.pd-scroll{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.swiper-wrap{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.swiper-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:100%;display:flex;overflow-x:auto}.swiper-track::-webkit-scrollbar{display:none}.swiper-slide{scroll-snap-align:start;flex-shrink:0;width:100%}.cover-img{object-fit:cover;width:100%;height:100%;display:block}.img-dots{justify-content:center;gap:5px;display:flex;position:absolute;bottom:10px;left:0;right:0}.img-dots .dot{background:#ffffff80;border-radius:50%;width:6px;height:6px}.img-dots .dot.active{background:#fff;border-radius:3px;width:14px}.detail-images .detail-img{width:100%;display:block}.price-row{align-items:baseline;gap:8px;display:flex}.price-row .original-price{color:#bbb;font-size:13px;text-decoration:line-through}.price{color:#e4393c;font-size:26px;font-weight:700}.price .price-unit{font-size:15px}.product-title{color:#333;margin-top:8px;font-size:17px;line-height:1.5;display:block}.sku-list{flex-wrap:wrap;gap:10px;display:flex}.sku-list .sku-tag{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #0000;border-radius:20px;padding:6px 16px;font-size:13px}.sku-list .sku-tag.selected{color:#e4393c;background:#fff5f5;border-color:#e4393c}.sku-list .sku-tag.disabled{opacity:.4;cursor:not-allowed}.desc-text{color:#666;white-space:pre-wrap;font-size:14px;line-height:1.8}.bottom-bar{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#fff;align-items:center;gap:0;display:flex;position:relative;box-shadow:0 -1px 8px #0000000f}.bottom-bar .bar-icons{align-items:center;gap:4px;margin-right:12px;display:flex}.bottom-bar .bar-icon{cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.bottom-bar .bar-icon:active{background:#f5f5f5}.bottom-bar .bar-icon .bar-icon-emoji{font-size:20px;line-height:1}.bottom-bar .bar-icon .bar-icon-text{color:#666;margin-top:2px;font-size:10px}.bottom-bar .bar-divider{background:#eee;flex-shrink:0;width:1px;height:28px;margin-right:12px}.bottom-bar .bar-buttons{gap:8px;margin-left:auto;display:flex}.bottom-bar .btn-cart,.bottom-bar .btn-buy{color:#fff;cursor:pointer;border-radius:22px;justify-content:center;align-items:center;width:100px;height:44px;font-size:14px;font-weight:500;display:flex}.bottom-bar .btn-cart:active,.bottom-bar .btn-buy:active{opacity:.85}.bottom-bar .btn-cart{background:#ff976a}.bottom-bar .btn-buy{background:#e4393c}.spec-group{margin-bottom:12px}.spec-group:last-child{margin-bottom:0}.spec-group .spec-group-label{color:#666;margin-bottom:8px;font-size:13px;font-weight:500}.spec-group .spec-value-list{flex-wrap:wrap;gap:8px;display:flex}.spec-group .spec-value-tag{color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e8e8e8;border-radius:4px;align-items:center;gap:4px;padding:5px 12px;font-size:13px;transition:all .15s;display:flex}.spec-group .spec-value-tag .spec-value-img{object-fit:cover;border-radius:2px;width:20px;height:20px}.spec-group .spec-value-tag.selected{color:#e4393c;background:#fff5f5;border-color:#e4393c}.spec-group .spec-value-tag.disabled{color:#bbb;cursor:not-allowed;background:#fafafa;border-color:#eee;text-decoration:line-through}.address-card{cursor:pointer;align-items:center;display:flex}.address-card .address-info{flex:1}.address-card .address-info .address-top{gap:12px;margin-bottom:4px;display:flex}.address-card .address-info .address-top .addr-name{font-size:15px;font-weight:600}.address-card .address-info .address-top .addr-phone{color:#666;font-size:14px}.address-card .address-info .addr-detail{font-size:13px}.address-card .no-address{color:#999;flex:1;font-size:14px}.address-card .arrow{color:#ccc;flex-shrink:0;font-size:20px}.section-title{color:#999;margin-bottom:12px;font-size:14px;display:block}.order-item .item-info .item-price-row{justify-content:space-between;align-items:center;display:flex}.amount-card{margin:0 12px 12px}.amount-card .amount-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;display:flex}.submit-bar{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#fff;justify-content:flex-end;align-items:center;gap:16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px 8px #0000000f}.submit-bar .total-wrap{align-items:baseline;gap:4px;font-size:14px;display:flex}.submit-bar .total-wrap .total{font-size:20px}.submit-bar .submit-btn{color:#fff;cursor:pointer;background:#e4393c;border:none;border-radius:24px;height:44px;padding:0 24px;font-size:15px}.submit-bar .submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-bar .submit-btn:active:not(:disabled){opacity:.85}.page{padding-bottom:80px}.page-header .page-title{color:#333;font-size:17px;font-weight:600}.tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tabs .tab-item{color:#666;cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;padding:12px 16px;font-size:14px}.tabs .tab-item.active{color:#e4393c;border-bottom-color:#e4393c;font-weight:600}.order-list{padding:4px 0}.order-card{cursor:pointer}.order-card .order-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.order-card .order-header .order-status{color:#e4393c;font-size:13px}.order-card .order-header .order-countdown{color:#ff6900;margin-top:1px;font-size:11px}.order-card .order-header .order-countdown.expired{color:#999}.order-card .order-items{align-items:center;gap:8px;margin-bottom:12px;display:flex}.order-card .order-items .item-thumb-wrap{flex-direction:column;align-items:center;gap:3px;display:flex}.order-card .order-items .item-thumb-wrap .item-thumb{object-fit:cover;border-radius:6px;width:64px;height:64px;display:block}.order-card .order-items .item-thumb-wrap .item-refund-label{color:#e4393c;white-space:nowrap;font-size:11px}.order-card .order-items .more-items{font-size:13px}.order-card .order-footer{justify-content:space-between;align-items:center;display:flex}.order-card .order-footer .order-total{font-size:14px}.order-card .order-footer .order-footer-right{align-items:center;gap:10px;display:flex}.order-card .order-footer .cancel-order-btn{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:16px;height:32px;padding:0 16px;font-size:13px}.order-card .order-footer .cancel-order-btn:disabled{opacity:.6}.order-card .order-footer .pay-now-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e4393c;border:none;border-radius:16px;height:32px;padding:0 16px;font-size:13px;font-weight:500}.order-card .order-footer .pay-now-btn:disabled{opacity:.6}.status-header{background:#e4393c;flex-direction:column;gap:6px;padding:20px 16px;display:flex}.status-header .order-countdown{color:#ffffffe6;font-size:12px}.status-header .order-countdown.expired{color:#fff9}.status-header .status-actions{align-self:flex-start;gap:12px;margin-top:12px;display:flex}.status-header .cancel-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff9;border-radius:20px;padding:8px 20px;font-size:14px}.status-header .cancel-btn:disabled{opacity:.6}.status-header .pay-btn{color:#e4393c;cursor:pointer;background:#fff;border:none;border-radius:20px;padding:8px 24px;font-size:15px;font-weight:600}.status-header .pay-btn:disabled{opacity:.7;cursor:not-allowed}.logistics{flex-direction:column;gap:4px;display:flex}.logistics .tracking-no{color:#333;word-break:break-all;font-size:14px;font-weight:500}.addr-top{gap:12px;margin-bottom:4px;display:flex}.addr-top .addr-name{font-size:15px;font-weight:600}.addr-top .addr-phone{font-size:14px}.addr-detail{font-size:13px}.order-item{border-top:1px solid #f5f5f5;gap:10px;padding:10px 0;display:flex}.order-item:first-of-type{border-top:none}.order-item .item-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:64px;height:64px}.order-item .item-info{flex-direction:column;flex:1;gap:4px;display:flex}.order-item .item-info .item-name-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.order-item .item-info .item-name{color:#333;font-size:14px}.order-item .item-info .item-refund-tag{color:#e4393c;white-space:nowrap;border:1px solid #e4393c;border-radius:3px;padding:0 4px;font-size:10px;line-height:16px;display:inline-block}.order-item .item-info .item-price-row{justify-content:space-between;display:flex}.return-entry{cursor:pointer;border-bottom:1px solid #f5f5f5;padding:10px 0}.return-entry:last-child{border-bottom:none}.return-entry .return-entry-info{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.return-entry .return-entry-reason{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px;font-size:14px;overflow:hidden}.return-entry .return-entry-amount{font-size:14px}.return-entry .return-entry-footer{justify-content:space-between;align-items:center;display:flex}.return-entry .return-entry-status{font-size:12px}.return-entry .return-entry-arrow{color:#ccc;font-size:18px;line-height:1}.refund-entry-btn{color:#e4393c;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e4393c;border-radius:14px;padding:4px 14px;font-size:12px}.refund-entry-btn:active{background:#fff5f5}.refund-sheet-mask{z-index:999;background:#00000073;align-items:flex-end;display:flex;position:fixed;inset:0}.refund-sheet{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;width:100%;max-height:90vh;display:flex}.refund-sheet .refund-sheet-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.refund-sheet .refund-sheet-header .refund-sheet-title{font-size:16px;font-weight:600}.refund-sheet .refund-sheet-header .refund-sheet-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px}.refund-sheet .refund-sheet-body{flex:1;padding:12px 16px;overflow-y:auto}.refund-sheet .refund-section-label{color:#999;margin-bottom:8px;font-size:12px}.refund-sheet .refund-item-row{border-bottom:1px solid #f8f8f8;align-items:center;gap:10px;padding:10px 0;display:flex}.refund-sheet .refund-item-row.refund-item-disabled{opacity:.5}.refund-sheet .refund-item-row .refund-item-check{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:flex}.refund-sheet .refund-item-row .refund-item-check input[type=checkbox]{accent-color:#e4393c;width:18px;height:18px}.refund-sheet .refund-item-row .refund-applied-tag{color:#999;white-space:nowrap;border:1px solid #ddd;border-radius:8px;padding:1px 5px;font-size:11px}.refund-sheet .refund-item-row .refund-type-tag{white-space:nowrap;border-radius:3px;margin-left:5px;padding:1px 4px;font-size:10px}.refund-sheet .refund-item-row .refund-type-tag.refund-type-return{color:#d46b08;background:#fff7e6;border:1px solid #ffd591}.refund-sheet .refund-item-row .refund-type-tag.refund-type-direct{color:#096dd9;background:#e6f7ff;border:1px solid #91d5ff}.refund-sheet .refund-item-row .refund-item-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:52px;height:52px}.refund-sheet .refund-item-row .refund-item-info{flex:1;min-width:0}.refund-sheet .refund-item-row .refund-item-info .refund-item-name{color:#333;text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-size:13px;overflow:hidden}.refund-sheet .refund-item-row .refund-item-info .refund-item-price-row{align-items:center;gap:8px;font-size:13px;display:flex}.refund-sheet .refund-item-row .refund-item-info .refund-item-price-row .refund-item-price{color:#e4393c;font-weight:500}.refund-sheet .refund-item-row .refund-item-info .refund-item-price-row .refund-item-qty{color:#999}.refund-sheet .refund-item-row .refund-item-info .refund-item-price-row .refund-item-subtotal{color:#e4393c;margin-left:auto;font-size:12px}.refund-sheet .refund-qty-ctrl{align-items:center;gap:6px;display:flex}.refund-sheet .refund-qty-ctrl button{cursor:pointer;color:#333;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;line-height:1;display:flex}.refund-sheet .refund-qty-ctrl span{text-align:center;min-width:16px;font-size:14px}.refund-sheet .refund-shipping-row{border-bottom:1px solid #f8f8f8;padding:12px 0}.refund-sheet .refund-shipping-row .refund-shipping-label{color:#333;cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.refund-sheet .refund-shipping-row .refund-shipping-label input[type=checkbox]{accent-color:#e4393c;width:18px;height:18px}.refund-sheet .refund-total-row{color:#666;text-align:right;padding:12px 0 4px;font-size:14px}.refund-sheet .refund-total-row .refund-total-amount{color:#e4393c;margin-left:4px;font-size:18px;font-weight:700}.refund-sheet .refund-reason-list{border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;gap:0;display:flex;overflow:hidden}.refund-sheet .refund-reason-item{color:#333;cursor:pointer;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:12px 14px;font-size:14px;transition:background .15s;display:flex}.refund-sheet .refund-reason-item:last-child{border-bottom:none}.refund-sheet .refund-reason-item:active{background:#fafafa}.refund-sheet .refund-reason-item.selected{color:#e4393c;background:#fff5f5;font-weight:500}.refund-sheet .refund-reason-item.selected .refund-reason-radio{background:#e4393c;border-color:#e4393c}.refund-sheet .refund-reason-item.selected .refund-reason-radio:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;margin:3px auto auto;display:block}.refund-sheet .refund-reason-radio{box-sizing:border-box;background:#fff;border:1.5px solid #ccc;border-radius:50%;flex-shrink:0;width:16px;height:16px}.refund-sheet .refund-sheet-footer{background:#fff;border-top:1px solid #f0f0f0;padding:12px 16px}.refund-sheet .refund-sheet-footer .refund-submit-btn{color:#fff;cursor:pointer;background:#e4393c;border:none;border-radius:23px;width:100%;height:46px;font-size:16px;font-weight:600}.refund-sheet .refund-sheet-footer .refund-submit-btn:disabled{opacity:.6;cursor:not-allowed}.refund-sheet .refund-sheet-footer .refund-submit-btn:active{background:#cc2f32}.amount-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;display:flex}.amount-row.total-row{border-top:1px solid #f5f5f5;margin-top:4px;padding-top:10px;font-weight:500}.amount-row .total-price{font-size:18px}.info-row{justify-content:space-between;align-items:flex-start;gap:16px;padding:6px 0;font-size:14px;display:flex}.info-row span:last-child{text-align:right;color:#555}.addr-list{padding-bottom:16px}.addr-card{cursor:pointer}.addr-card:active{opacity:.9}.addr-card .addr-top{align-items:center;gap:10px;margin-bottom:6px;display:flex}.addr-card .addr-top .addr-name{font-size:15px;font-weight:600}.addr-card .addr-top .addr-phone{font-size:14px}.addr-card .addr-top .default-tag{color:#e4393c;border:1px solid #e4393c;border-radius:4px;padding:1px 5px;font-size:11px}.addr-card .addr-detail{margin-bottom:10px;font-size:13px;display:block}.addr-card .addr-actions{justify-content:flex-end;gap:16px;display:flex}.addr-card .addr-actions .action-edit,.addr-card .addr-actions .action-delete{cursor:pointer;font-size:13px}.addr-card .addr-actions .action-edit{color:#666}.addr-card .addr-actions .action-delete{color:#f44}.rp-overlay{z-index:2000;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.rp-sheet{width:100%;padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:16px 16px 0 0}.rp-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.rp-header .rp-title{color:#333;font-size:16px;font-weight:600}.rp-header .rp-cancel{color:#999;cursor:pointer;padding:4px 0;font-size:14px}.rp-header .rp-confirm{color:#e4393c;cursor:pointer;padding:4px 0;font-size:14px;font-weight:600}.rp-labels{border-bottom:1px solid #f5f5f5;padding:8px 0;display:flex}.rp-labels span{text-align:center;color:#bbb;flex:1;font-size:12px}.rp-labels span.active{color:#e4393c;font-weight:500}.rp-columns{height:220px;display:flex}.rp-col{-webkit-overflow-scrolling:touch;border-right:1px solid #f5f5f5;flex:1;overflow-y:auto}.rp-col:last-child{border-right:none}.rp-col.rp-col-full{border-right:none;flex:3}.rp-item{color:#333;text-align:center;cursor:pointer;padding:11px 6px;font-size:13px;line-height:1.4;transition:background .1s}.rp-item.active{color:#e4393c;background:#fff5f5;font-weight:600}.rp-item:active{background:#f5f5f5}.smart-parse-bar{padding:12px 16px 0}.smart-parse-bar .smart-parse-btn{color:#e4393c;cursor:pointer;background:#fff7f0;border:1px dashed #e4393c;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;height:42px;font-size:14px;display:flex}.smart-parse-bar .smart-parse-panel{background:#fff;border:1px solid #e4393c;border-radius:10px;padding:14px}.smart-parse-bar .smart-parse-panel .smart-parse-label{color:#999;margin-bottom:8px;font-size:13px}.smart-parse-bar .smart-parse-panel .smart-parse-textarea{color:#333;box-sizing:border-box;resize:none;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:10px 12px;font-size:14px;line-height:1.6}.smart-parse-bar .smart-parse-panel .smart-parse-textarea:focus{background:#fff;border-color:#e4393c;outline:none}.smart-parse-bar .smart-parse-panel .smart-parse-actions{gap:10px;margin-top:10px;display:flex}.smart-parse-bar .smart-parse-panel .smart-parse-actions button{cursor:pointer;border:none;border-radius:8px;flex:1;height:38px;font-size:14px}.smart-parse-bar .smart-parse-panel .smart-parse-actions .smart-cancel-btn{color:#666;background:#f5f5f5}.smart-parse-bar .smart-parse-panel .smart-parse-actions .smart-confirm-btn{color:#fff;background:#e4393c;font-weight:500}.form .form-item{margin-bottom:16px}.form .form-item:last-child{margin-bottom:0}.form .form-label{color:#666;margin-bottom:6px;font-size:13px;display:block}.form .form-input{color:#333;box-sizing:border-box;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;height:44px;padding:0 14px;font-size:16px;display:block}.form .form-input:focus{background:#fff;border-color:#e4393c;outline:none}.form .form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%23999'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:32px}.form .form-region-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.form .form-region-trigger.placeholder{color:#aaa}.form .form-region-trigger .region-arrow{color:#ccc;font-size:18px;line-height:1}.form .optional{color:#bbb;font-size:12px}.form .form-switch{justify-content:space-between;align-items:center;display:flex}.form .form-switch .form-label{margin-bottom:0}.form .form-switch .form-checkbox{cursor:pointer;accent-color:#e4393c;width:20px;height:20px}.parsed-tip{color:#7d6200;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;align-items:flex-start;gap:8px;margin:10px 16px 0;padding:10px 12px;font-size:13px;line-height:1.5;display:flex}.parsed-tip .parsed-tip-icon{flex-shrink:0;font-size:15px;line-height:1.5}.parsed-tip .parsed-tip-text{flex:1}.parsed-tip .parsed-tip-close{color:#aaa;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:-1px;padding:0 2px;font-size:16px;line-height:1}.item-name{color:#333;font-size:15px;display:block}.qty-ctrl{align-items:center;gap:14px;display:flex}.qty-ctrl .qty-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;display:flex}.qty-ctrl .qty-num{text-align:center;min-width:24px;font-size:16px}.refund-amount{font-size:22px;display:block}.reason-input{color:#333;resize:none;box-sizing:border-box;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;width:100%;min-height:100px;padding:10px 12px;font-size:14px;display:block}.reason-input:focus{background:#fff;border-color:#e4393c;outline:none}.char-count{text-align:right;margin-top:6px;display:block}.page-header{background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 16px;display:flex}.page-header .back-btn{color:#333;cursor:pointer;background:0 0;border:none;margin-right:8px;font-size:28px;line-height:1}.page-header .page-title{font-size:17px;font-weight:600}.status-header{flex-direction:column;gap:6px;padding:20px 16px;display:flex}.status-header .status-text{color:#fff;font-size:20px;font-weight:700}.status-header .status-desc{color:#ffffffe6;font-size:13px}.return-addr-card .addr-row{gap:12px;margin-bottom:6px;display:flex}.return-addr-card .addr-row .addr-name{font-size:15px;font-weight:600}.return-addr-card .addr-row .addr-phone{color:#666;font-size:14px}.return-addr-card .addr-detail{color:#333;margin-bottom:12px;font-size:14px;display:block}.return-addr-card .copy-btn{color:#e4393c;cursor:pointer;border:1px solid #e4393c;border-radius:16px;padding:6px 16px;font-size:13px;display:inline-block}.return-addr-card .copy-btn:active{background:#fff5f5}.section-label{color:#999;margin-bottom:10px;font-size:13px;display:block}.info-row{border-bottom:1px solid #f8f8f8;justify-content:space-between;align-items:flex-start;gap:16px;padding:8px 0;font-size:14px;display:flex}.info-row:last-child{border-bottom:none}.info-row.reason-row{flex-direction:column;gap:8px}.reason-display{align-items:flex-start;gap:10px;width:100%;display:flex}.reason-display span{color:#333;flex:1;line-height:1.5}.reason-display .edit-btn{color:#e4393c;cursor:pointer;background:0 0;border:1px solid #e4393c;border-radius:10px;flex-shrink:0;padding:2px 10px;font-size:12px}.reason-edit{width:100%}.reason-edit .reason-textarea{color:#333;resize:none;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:8px 12px;font-size:14px;line-height:1.5}.reason-edit .reason-textarea:focus{border-color:#e4393c;outline:none}.reason-edit .reason-edit-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.reason-edit .reason-edit-actions button{cursor:pointer;border:none;border-radius:16px;padding:6px 18px;font-size:13px}.reason-edit .reason-edit-actions .reason-cancel-btn{color:#666;background:#f5f5f5}.reason-edit .reason-edit-actions .reason-save-btn{color:#fff;background:#e4393c}.reason-edit .reason-edit-actions .reason-save-btn:disabled{opacity:.6}.return-ship-card .tip-text{color:#888;margin:0 0 14px;font-size:13px}.return-ship-card .form-item{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.return-ship-card .form-item label{color:#555;font-size:13px;font-weight:500}.return-ship-card .form-input{color:#333;box-sizing:border-box;border:1px solid #e5e5e5;border-radius:8px;width:100%;height:40px;padding:0 12px;font-size:14px}.return-ship-card .form-input:focus{border-color:#52c41a;outline:none}.return-ship-card .form-input::placeholder{color:#bbb}.return-ship-card .submit-ship-btn{color:#fff;cursor:pointer;background:#52c41a;border:none;border-radius:22px;width:100%;height:44px;margin-top:4px;font-size:15px;font-weight:600}.return-ship-card .submit-ship-btn:disabled{opacity:.6}.return-ship-card .submit-ship-btn:active{background:#3d9d14}.carrier-detected{color:#389e0d;background:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:8px 12px;font-size:13px;display:flex}.carrier-detected button{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;text-decoration:underline}.withdraw-btn{color:#999;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:22px;width:100%;height:44px;font-size:15px}.withdraw-btn:disabled{opacity:.6}.withdraw-btn:active{background:#f9f9f9}.tracking-page-header{background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 16px;display:flex}.tracking-page-header .back-btn{color:#333;cursor:pointer;background:0 0;border:none;margin-right:8px;font-size:28px;line-height:1}.tracking-page-header .page-title{font-size:17px;font-weight:600}.tracking-header-bar{color:#fff;background:#e4393c;padding:20px 16px 18px}.tracking-header-bar .tracking-carrier-name{opacity:.85;margin-bottom:4px;font-size:13px}.tracking-header-bar .tracking-number-text{letter-spacing:.5px;font-family:SF Mono,Courier New,monospace;font-size:18px;font-weight:700}.tracking-header-bar .tracking-state-badge{background:#ffffff40;border-radius:12px;margin-top:8px;padding:2px 12px;font-size:12px;display:inline-block}.tracking-confirm-wrap{background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:8px;margin:12px 12px 0;padding:14px 16px;display:flex}.tracking-confirm-btn{color:#fff;cursor:pointer;background:#e4393c;border:none;border-radius:23px;width:100%;height:46px;font-size:16px;font-weight:500}.tracking-confirm-btn:active{opacity:.85}.tracking-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.tracking-countdown{color:#aaa;text-align:center;font-size:12px}.tracking-confirmed-tip{color:#52c41a;padding:4px 0;font-size:14px;font-weight:500}.tracking-loading{text-align:center;color:#999;padding:48px 0;font-size:14px}.tracking-empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:36px 16px;display:flex}.tracking-empty p{color:#999;font-size:14px;line-height:1.6}.tracking-timeline-wrap{padding:20px 16px}.tracking-timeline .tracking-event{gap:12px;display:flex}.tracking-timeline .tracking-event .event-line{flex-direction:column;flex-shrink:0;align-items:center;width:14px;display:flex}.tracking-timeline .tracking-event .event-line .event-dot{background:#ddd;border:2px solid #ddd;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px}.tracking-timeline .tracking-event .event-line .event-connector{background:#eee;flex:1;width:2px;min-height:20px;margin-top:3px}.tracking-timeline .tracking-event .event-body{flex:1;padding-bottom:20px}.tracking-timeline .tracking-event .event-body .event-header{align-items:center;gap:6px;margin-bottom:4px;display:flex}.tracking-timeline .tracking-event .event-body .event-status{color:#333;font-size:14px;font-weight:600}.tracking-timeline .tracking-event .event-body .event-time{color:#999;font-size:12px}.tracking-timeline .tracking-event .event-body .event-context{color:#888;font-size:13px;line-height:1.6}.tracking-timeline .tracking-event .event-body .event-location{color:#bbb;margin-top:2px;font-size:12px}.tracking-timeline .tracking-event.active .event-dot{background:#e4393c;border-color:#e4393c;width:12px;height:12px}.tracking-timeline .tracking-event.active .event-status,.tracking-timeline .tracking-event.active .event-time{color:#e4393c}.tracking-timeline .tracking-event.active .event-context{color:#555;font-weight:500}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.profile-edit-page{background:#f5f5f5;min-height:100vh}.profile-edit-page .nav-bar{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;height:48px;padding:0 12px;display:flex;position:sticky;top:0}.profile-edit-page .nav-bar .back-btn{color:#333;cursor:pointer;background:0 0;border:none;padding:0 8px 0 0;font-size:24px;line-height:1}.profile-edit-page .nav-bar .nav-title{text-align:center;color:#222;flex:1;font-size:16px;font-weight:600}.profile-edit-page .nav-bar .save-btn-nav{color:#e4393c;cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:500}.profile-edit-page .nav-bar .save-btn-nav:disabled{color:#ccc}.profile-edit-page .avatar-section{cursor:pointer;background:#fff;flex-direction:column;align-items:center;margin-bottom:12px;padding:36px 0 24px;display:flex}.profile-edit-page .avatar-section .avatar-wrap{width:88px;height:88px;margin-bottom:10px;position:relative}.profile-edit-page .avatar-section .avatar-wrap .avatar-img{object-fit:cover;border:2px solid #eee;border-radius:50%;width:88px;height:88px}.profile-edit-page .avatar-section .avatar-wrap .avatar-placeholder{background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:44px;display:flex}.profile-edit-page .avatar-section .avatar-wrap .avatar-edit-badge{color:#fff;background:#e4393c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;display:flex;position:absolute;bottom:2px;right:2px}.profile-edit-page .avatar-section .avatar-hint{color:#999;margin:0;font-size:13px}.profile-edit-page .edit-card{border-radius:0;margin:0 0 12px}.profile-edit-page .edit-card .field-row{border-bottom:1px solid #f5f5f5;align-items:center;padding:16px;display:flex}.profile-edit-page .edit-card .field-row:last-child{border-bottom:none}.profile-edit-page .edit-card .field-row .field-label{color:#333;flex-shrink:0;width:64px;font-size:15px}.profile-edit-page .edit-card .field-row .field-input{color:#222;text-align:right;background:0 0;border:none;outline:none;flex:1;font-size:15px}.profile-edit-page .edit-card .field-row .field-input::placeholder{color:#bbb}.profile-edit-page .save-tip{text-align:center;padding:12px;font-size:14px}.profile-edit-page .save-tip.success{color:#52c41a}.profile-edit-page .save-tip.error{color:#e4393c}.crop-overlay{z-index:100;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.crop-overlay .crop-header{background:#111;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.crop-overlay .crop-header .crop-cancel,.crop-overlay .crop-header .crop-confirm{cursor:pointer;background:0 0;border:none;padding:0;font-size:15px}.crop-overlay .crop-header .crop-cancel{color:#aaa}.crop-overlay .crop-header .crop-confirm{color:#e4393c;font-weight:600}.crop-overlay .crop-header .crop-title{color:#fff;font-size:16px;font-weight:600}.crop-overlay .crop-container{flex:1;position:relative}.crop-overlay .crop-hint{text-align:center;color:#888;background:#111;flex-shrink:0;padding:12px 0;font-size:12px}
