:root{font-family:PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1e2939;background:#e8e8e8;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #a18072;--primary-soft: #b29588;--ink: #1e2939;--muted: #8b8f97;--page: #f5f5f5;--line: #ededed;--danger: #ff2d2d}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:#e7e7e7}button,input,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid rgba(161,128,114,.42);outline-offset:2px}.phone-page{position:relative;display:flex;flex-direction:column;width:min(448px,100vw);height:100dvh;min-height:640px;margin:0 auto;overflow:hidden;background:var(--page);box-shadow:0 0 30px #0000001f}.status-bar{display:flex;flex:0 0 36px;align-items:center;justify-content:space-between;padding:8px 17px 4px;color:#111;background:#fff;font-size:13px;font-weight:600}.status-bar--inverse{color:#fff;background:transparent}.status-icons{font-size:10px;letter-spacing:2px}.mobile-header{position:relative;display:grid;flex:0 0 52px;grid-template-columns:54px 1fr 94px;align-items:center;border-bottom:1px solid #f1f1f1;background:#fff}.mobile-header--transparent{border-bottom:0;background:transparent}.mobile-header h1{margin:0;color:#111;font-size:16px;font-weight:600;line-height:24px;text-align:center}.mobile-header__right{display:flex;justify-content:flex-end;padding-right:16px}.order-log-entry{display:inline-flex;gap:4px;align-items:center;padding:6px 0;border:0;background:transparent;color:#8f7064;font-size:12px;white-space:nowrap}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer}.bottom-nav{z-index:10;display:grid;flex:0 0 calc(64px + env(safe-area-inset-bottom));grid-template-columns:repeat(4,1fr);padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fffffffa}.bottom-nav__item{display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#667085;font-size:11px;cursor:pointer}.bottom-nav__item.is-active{color:var(--primary)}.sheet-layer{z-index:100;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#00000061;animation:fade-in .16s ease-out}.bottom-sheet{width:min(448px,100vw);padding:8px 14px calc(24px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1)}.sheet-handle{width:38px;height:4px;margin:0 auto 8px;border-radius:999px;background:#dedede}.bottom-sheet__header{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px}.bottom-sheet__header h2{margin:0;color:var(--ink);font-size:16px;font-weight:600}.bottom-sheet__header .icon-button{position:absolute;right:-6px}.bottom-sheet__options{display:flex;flex-direction:column;gap:20px;padding-top:6px}.bottom-sheet__options button{min-height:42px;padding:10px 18px;border:0;border-radius:6px;background:#0000000f;color:var(--ink);font-size:14px;cursor:pointer}.bottom-sheet__options button:active{background:#a180722e}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.home-page{background:#f6f6f6}.home-top{position:relative;z-index:12;flex:0 0 152px;padding-bottom:12px;background:var(--primary);color:#fff}.home-top.is-store-open{flex-basis:84px;padding-bottom:0}.home-heading{display:grid;height:48px;grid-template-columns:54px minmax(0,1fr) 54px;align-items:center}.home-scan-button{display:flex;width:48px;height:44px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#fff}.home-title{display:inline-flex;min-width:0;gap:4px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#fff;font-size:16px;font-weight:600}.home-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-search{display:flex;height:36px;margin:4px 20px 0;gap:8px;align-items:center;padding:0 16px;border-radius:999px;background:#fff;color:#00000047;font-size:12px;white-space:nowrap}.home-top.is-store-open .home-search{display:none}.home-store-layer{position:absolute;z-index:9;top:84px;right:0;bottom:calc(64px + env(safe-area-inset-bottom));left:0;overflow:hidden;background:#00000094}.home-store-dropdown{max-height:100%;overflow-y:auto;padding:14px 14px 18px;background:#f7f7f7;scrollbar-width:none}.home-store-dropdown::-webkit-scrollbar{display:none}.home-store-dropdown>button{display:flex;width:100%;min-height:70px;align-items:center;justify-content:space-between;margin-bottom:8px;padding:12px 15px;border:1px solid transparent;border-radius:8px;background:#fff;box-shadow:0 5px 14px #191f280f;color:#1d2734;text-align:left}.home-store-dropdown>button.is-selected{border-color:#d7b962;background:#fffaf0}.home-store-dropdown>button>span{display:flex;min-width:0;flex-direction:column;gap:5px}.home-store-dropdown strong{overflow:hidden;font-size:17px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.home-store-dropdown small{color:#6f747b;font-size:12px}.home-store-dropdown i{display:flex;width:23px;height:23px;flex:0 0 23px;align-items:center;justify-content:center;border:1px solid #d5d7da;border-radius:50%;background:#fff}.home-store-dropdown i b{width:10px;height:10px;border-radius:50%;background:var(--primary)}.home-scroll{flex:1;min-height:0;padding:11px 16px 18px;overflow-y:auto;scrollbar-width:none}.home-scroll::-webkit-scrollbar,.detail-scroll::-webkit-scrollbar,.inbound-scroll::-webkit-scrollbar,.product-list::-webkit-scrollbar{display:none}.hero-banner{position:relative;display:flex;height:160px;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:linear-gradient(155deg,#05070b,#151821 62%,#050609);color:#ffffffbd}.hero-banner__shine{position:absolute;width:210px;height:210px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 80px #c2a08629}.hero-banner__brand{letter-spacing:6px;font-family:Georgia,serif;font-size:18px}.hero-dots{position:absolute;bottom:16px;display:flex;gap:8px}.hero-dots i{width:16px;height:4px;border-radius:999px;background:#fff}.hero-dots i:first-child{width:32px}.module-card{margin-top:12px;padding:16px;border:1px solid #ececec;border-radius:14px;background:#fff;box-shadow:0 1px 3px #00000014}.module-card h2,.peer-market>h2{margin:0 0 14px;color:var(--ink);font-size:14px;font-weight:600}.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:17px 12px}.module-grid button{display:flex;min-width:0;flex-direction:column;gap:6px;align-items:center;padding:0;border:0;background:transparent;color:#111827;cursor:pointer}.module-grid span{font-size:11px;white-space:nowrap}.peer-market{padding-top:18px}.peer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.peer-grid article{overflow:hidden;border:1px solid #e8e8e8;border-radius:8px;background:#fff}.peer-grid img{display:block;width:100%;aspect-ratio:1.34;object-fit:cover}.peer-grid h3{display:-webkit-box;margin:8px 8px 4px;overflow:hidden;color:#273142;font-size:12px;font-weight:400;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.peer-grid p{margin:0 8px 9px;color:var(--primary);font-size:12px}.product-list-page{background:#f5f5f5}.list-tools{flex:0 0 94px;padding:12px 20px 9px;background:#fff}.list-search{display:flex;height:36px;gap:8px;align-items:center;padding:0 16px;border-radius:999px;background:#f4f4f4;color:#8b8f97}.list-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.list-search input::placeholder{color:#00000040}.filter-bar{display:flex;align-items:center;justify-content:space-between;padding-top:9px}.filter-bar button{display:inline-flex;gap:4px;align-items:center;padding:0;border:0;background:transparent;color:#364153;font-size:13px}.product-list{display:flex;flex:1;min-height:0;flex-direction:column;gap:10px;padding:14px 20px 30px;overflow-y:auto}.product-list-card{display:flex;width:100%;flex:0 0 auto;flex-direction:column;gap:9px;padding:10px;border:0;border-radius:7px;background:#fff;text-align:left;cursor:pointer}.product-list-card__top{display:flex;gap:8px}.product-list-card__top>img{width:79px;height:77px;flex:0 0 79px;border-radius:6px;object-fit:cover}.product-list-card__main{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.product-card-meta{display:flex;gap:8px;align-items:center;justify-content:space-between}.product-tags{display:flex;gap:7px}.product-tags span,.warm-tag{padding:2px 9px;border-radius:4px;background:var(--primary);color:#fff;font-size:10px;font-weight:400;line-height:16px}.product-card-meta strong{overflow:hidden;color:#101828;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.product-list-card h2{margin:0;overflow:hidden;color:#101828;font-size:14px;font-weight:400;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.product-subline{display:flex;justify-content:space-between;color:#6a7282;font-size:10px}.product-prices{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 26px}.product-prices p{display:flex;margin:0;align-items:center;justify-content:space-between;color:#687082;font-size:10px}.product-prices b,.product-prices strong{color:#344054;font-size:12px;font-weight:400}.product-prices strong{color:var(--danger)}.order-management-page{background:#f6f6f6}.order-management-scroll{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.order-management-scroll::-webkit-scrollbar,.order-status-tabs::-webkit-scrollbar{display:none}.order-management-search-wrap{padding:11px 20px 10px;background:#fff}.order-management-search{display:flex;height:38px;gap:8px;align-items:center;padding:0 14px;border-radius:999px;background:#f4f4f4;color:#91959c}.order-management-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#30343a;font-size:12px}.order-management-search input::placeholder{color:#00000040}.order-kind-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #ededed;background:#fff}.order-kind-tabs button{position:relative;height:50px;padding:0 4px;border:0;background:transparent;color:#777;font-size:14px;white-space:nowrap}.order-kind-tabs button.is-active{color:#1c1c1c;font-weight:600}.order-kind-tabs button.is-active:after,.order-status-tabs button.is-active:after{position:absolute;bottom:0;left:50%;width:32px;height:3px;transform:translate(-50%);border-radius:999px;background:#caa66b;content:""}.order-status-tabs{display:flex;height:52px;overflow-x:auto;border-bottom:1px solid #ececec;background:#fff;scrollbar-width:none}.order-status-tabs button{position:relative;min-width:max-content;flex:0 0 auto;padding:0 17px;border:0;background:transparent;color:#747474;font-size:14px}.order-status-tabs button.is-active{color:#151515;font-weight:600}.order-management-tools{padding:10px 20px 0;background:#fff}.order-tool-row{display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.order-tool-row button{display:flex;height:38px;gap:5px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#303742;font-size:14px;white-space:nowrap}.order-date-range{display:grid;grid-template-columns:1fr 26px 1fr;gap:7px;align-items:center;margin-top:5px}.order-date-range input{width:100%;height:43px;padding:0 8px;border:0;border-radius:7px;outline:0;background:#f7f7f7;color:#8e9299;font-size:12px;text-align:center}.order-date-range span{text-align:center}.order-quick-periods{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.order-quick-periods button{height:39px;border:0;border-radius:5px;background:#f7f7f7;color:#252d38;font-size:14px}.order-quick-periods button.is-active{background:#a1807221;color:var(--primary)}.order-statistics{display:grid;grid-template-columns:repeat(2,1fr);margin-top:13px;padding:15px 0 17px;border-top:1px solid #ededed}.order-statistics p{display:flex;margin:0;flex-direction:column;gap:3px;align-items:center}.order-statistics strong{color:#a9897d;font-size:20px;font-weight:400}.order-statistics span{color:#777c84;font-size:13px}.order-card-list{display:flex;flex-direction:column;gap:10px;padding:12px 12px 28px;background:#f5f5f5}.management-order-card{padding:14px 12px 12px;border-radius:7px;background:#fff;cursor:pointer}.management-order-card:focus-visible{outline:2px solid rgba(161,128,114,.45);outline-offset:2px}.management-order-card header{display:flex;justify-content:space-between}.management-order-card header>div{display:flex;flex-direction:column;gap:6px}.management-order-card header>div:last-child{align-items:flex-end}.management-order-card header strong,.management-order-card header span,.management-order-card header time{color:#6c7179;font-size:14px;font-weight:400}.management-order-card header b{color:#252b34;font-size:15px;font-weight:500}.management-order-card__product{display:flex;gap:9px;margin-top:10px}.management-order-card__product>img{width:82px;height:82px;flex:0 0 82px;border-radius:5px;object-fit:cover}.management-order-card__product>div{min-width:0;flex:1}.management-order-tags{display:flex;flex-wrap:wrap;gap:6px}.management-order-tags span{padding:3px 9px;border-radius:5px;background:#b08d7e;color:#fff;font-size:11px}.management-order-card h2{margin:8px 0 5px;overflow:hidden;color:#151a22;font-size:15px;font-weight:500;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.management-order-card small{color:#969aa1;font-size:11px}.management-order-card footer{display:flex;align-items:center;justify-content:space-between;margin-top:13px;color:#696e76;font-size:14px}.management-order-card footer b{color:#f04438;font-size:16px;font-weight:400}.management-order-card footer strong{color:#262c35;font-weight:400}.order-filter-sheet{width:min(448px,100vw);padding:8px 18px calc(18px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1)}.order-filter-sheet__header{position:relative;display:flex;height:47px;align-items:center;justify-content:center}.order-filter-sheet__header h2,.order-filter-sheet h3{margin:0;font-size:16px}.order-filter-sheet__header button{position:absolute;right:-8px;width:42px;height:42px;border:0;background:transparent}.order-filter-sheet h3{margin-top:10px;font-size:14px;font-weight:500}.order-filter-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.order-filter-options button{height:39px;border:1px solid transparent;border-radius:5px;background:#f4f4f4;font-size:13px}.order-filter-options button.is-active{border-color:var(--primary);color:var(--primary)}.order-filter-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.order-filter-actions button{height:46px;border:1px solid var(--primary);border-radius:5px;background:#fff;color:var(--primary)}.order-filter-actions button.is-primary{background:var(--primary-soft);color:#fff}.download-action{display:inline-flex;gap:4px;align-items:center;padding:0;border:0;background:transparent;color:#1f2937;font-size:13px;white-space:nowrap}.detail-scroll{flex:1;min-height:0;padding-bottom:12px;overflow-y:auto;background:#f5f5f5}.detail-hero{display:block;width:calc(100% - 40px);height:398px;margin:0 20px 18px;border-radius:6px;background:#eee;object-fit:cover}.detail-summary{padding:0 20px 14px;background:#fff}.detail-summary__meta{display:flex;align-items:center;justify-content:space-between}.detail-summary__meta strong{font-size:14px}.detail-title-row{display:flex;gap:8px;align-items:flex-start;margin-top:12px}.detail-title-row h2{margin:0;flex:1;color:#1f2937;font-size:15px;font-weight:500;line-height:23px}.detail-title-row svg{flex:0 0 auto;color:#9aa0a7}.detail-price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px 8px;padding-top:9px}.detail-price-grid p{display:flex;margin:0;flex-direction:column;gap:4px;font-size:12px}.detail-price-grid b{color:#1f2937;font-size:13px;font-weight:500}.detail-price-grid span{color:#8b8f97}.detail-price-grid .sale-price b{color:#f04438;font-size:15px;font-weight:600}.stock-line{display:flex;align-items:center;justify-content:space-between;margin-top:14px;color:#848993;font-size:12px}.stock-line button{display:inline-flex;gap:4px;align-items:center;padding:0;border:0;background:transparent;color:#b7b7b7;font-size:12px}.detail-tabs{display:grid;grid-template-columns:repeat(2,1fr);margin-top:8px;border-bottom:1px solid #ededed;background:#fff}.detail-tabs button{position:relative;height:54px;border:0;background:transparent;color:#424242;font-size:15px}.detail-tabs button.is-active{color:var(--primary)}.detail-tabs button.is-active:after{position:absolute;bottom:0;left:50%;width:46px;height:2px;transform:translate(-50%);background:var(--primary);content:""}.detail-rows{padding-bottom:18px;background:#fff}.detail-row{display:grid;min-height:49px;grid-template-columns:minmax(108px,auto) 1fr auto;gap:8px;align-items:center;padding:0 18px;border-bottom:1px solid #ededed;font-size:14px}.detail-row>span{color:#282b30}.detail-row>strong{color:#41454d;font-weight:400;text-align:right}.detail-row>svg{color:#a0a4ab}.detail-row--stack{min-height:94px;grid-template-columns:1fr auto;align-content:center}.detail-row--stack>strong{grid-column:1 / -1;padding:9px 13px;border-radius:6px;background:#f5f5f5;text-align:left}.detail-row--stack>svg{grid-column:2;grid-row:1}.detail-note-card,.detail-note-block p{margin:10px 18px;padding:12px 15px;border-radius:10px;background:#f6f6f6}.detail-note-card p{display:flex;margin:0;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e8e8e8;font-size:14px}.detail-note-card p:last-child{border-bottom:0}.detail-note-card b{font-weight:400}.detail-note-block>span{display:block;padding:8px 18px 0;font-size:14px}.detail-note-block p{color:#42474f;font-size:14px;line-height:21px}.detail-actions{z-index:5;display:grid;flex:0 0 calc(72px + env(safe-area-inset-bottom));grid-template-columns:72px 72px 1fr;gap:10px;align-items:center;padding:8px 16px calc(8px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.detail-actions button{display:flex;height:52px;flex-direction:column;gap:3px;align-items:center;justify-content:center;border:0;background:transparent;color:#344054;font-size:12px}.detail-actions .detail-actions__primary{flex-direction:row;gap:7px;border-radius:10px;background:var(--primary-soft);color:#fff;font-size:15px}.inbound-scroll{flex:1;min-height:0;overflow-y:auto;background:#f6f6f6}.form-block,.cost-panel{margin-bottom:10px;background:#fff}.form-block--padded,.form-padding{padding:16px 20px}.form-padding+.form-row{border-top:1px solid var(--line)}.form-section-title{margin:0 0 13px;color:#20242a;font-size:16px;font-weight:500}.upload-box{display:flex;width:126px;height:126px;flex-direction:column;gap:7px;align-items:center;justify-content:center;border:1px dashed #d5d5d5;border-radius:7px;background:#f9f9f9;color:#8e8e8e;font-size:14px}.textarea-field{display:flex;flex-direction:column;gap:12px;color:#252930;font-size:16px}.textarea-field i,.form-row__label i{margin-left:4px;color:#e74747;font-style:normal}.textarea-field textarea{width:100%;height:128px;resize:none;padding:14px 16px;border:1px solid #dcdcdc;border-radius:9px;outline:0;color:var(--ink);background:#fff;font-size:14px}.textarea-field textarea::placeholder{color:#aaa}.form-row{display:grid;width:100%;min-height:49px;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:0 20px;border:0;border-bottom:1px solid var(--line);background:#fff;font-size:14px;text-align:left}.form-row__label{color:#252930}.form-row__value{overflow:hidden;color:#b2b2b2;text-align:right;text-overflow:ellipsis;white-space:nowrap}.form-row__value.has-value{color:#34383f}.form-row__value.is-accent{color:#c59f63}.form-row__arrow{color:#bfc1c5}.upload-pair-section .textarea-field{margin-top:16px}.upload-pair{display:flex;gap:12px}.upload-pair .upload-box{width:80px;height:80px;font-size:11px}.cost-panel{padding:18px 14px 10px}.cost-panel__total{display:flex;align-items:center;justify-content:space-between;padding:0 6px 16px;color:#252930;font-size:17px}.cost-panel__total strong{font-size:18px;font-weight:400}.cost-card{position:relative;overflow:hidden;padding:8px 15px 38px;border-radius:8px;background:#f6f6f6}.cost-card p{display:flex;margin:0;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid #e9e9e9;font-size:15px}.cost-card b{color:#8c8c8c;font-weight:400}.cost-card button{position:absolute;right:13px;bottom:10px;display:inline-flex;gap:3px;align-items:center;padding:0;border:0;background:transparent;color:#c69f5d;font-size:13px}.inbound-actions{z-index:5;display:grid;flex:0 0 calc(72px + env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;gap:14px;align-items:center;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.inbound-actions--single{grid-template-columns:1fr}.inbound-actions button{height:48px;border-radius:4px;font-size:15px}.supplement-save-tip{display:flex;min-height:42px;gap:7px;align-items:center;justify-content:center;margin-bottom:10px;background:#f6ffed;color:#389e0d;font-size:14px}.supplement-image-block,.supplement-attachment-block,.supplement-detail-block{display:flex;flex-direction:column;gap:16px}.supplement-upload-field{display:flex;flex-direction:column;gap:12px;color:#252930;font-size:16px}.supplement-upload-field>span i,.supplement-form-row>span i{margin-left:4px;color:#e74747;font-style:normal}.supplement-upload{display:flex;width:104px;height:104px;flex-direction:column;gap:6px;align-items:center;justify-content:center;overflow:hidden;border:1px dashed #d5d5d5;border-radius:7px;background:#f9f9f9;color:#8e8e8e;font-size:12px}.supplement-upload input{position:absolute;width:1px;height:1px;opacity:0}.supplement-upload img{width:100%;height:100%;object-fit:cover}.supplement-form-row{display:grid;width:100%;min-height:49px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:0 20px;border-bottom:1px solid var(--line);color:#252930;font-size:14px}.supplement-form-row input{min-width:0;height:40px;padding:0;border:0;outline:0;color:#34383f;background:transparent;font-size:14px;text-align:right}.supplement-form-row input::placeholder{color:#b2b2b2}.supplement-form-row svg{color:#bfc1c5}.supplement-attachment-block .upload-pair{align-items:flex-end}.supplement-attachment-block .supplement-upload-field>span{font-size:13px}.supplement-detail-block .supplement-form-row{padding:0}.primary-button{border:1px solid var(--primary);background:var(--primary-soft);color:#fff}.secondary-button{border:1px solid #d7d7d7;background:#fff;color:#222}.empty-page{display:flex;flex:1;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:#9a9a9a}.order-page{background:#f6f6f6}.order-form{display:flex;flex:1;min-height:0;flex-direction:column}.order-scroll{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.order-scroll::-webkit-scrollbar{display:none}.order-section{margin-bottom:10px;padding:0 20px 10px;background:#fff}.order-section>h2{display:flex;height:44px;margin:0;align-items:center;color:#000000e0;font-size:14px;font-weight:600}.order-field{display:grid;min-height:44px;grid-template-columns:auto minmax(0,1fr);gap:14px;align-items:center;border-bottom:1px solid rgba(0,0,0,.13);color:#000000e0;font-size:14px}.order-field__label{white-space:nowrap}.order-field i,.order-upload-field i,.service-field i{margin-left:3px;color:#ff4d4f;font-style:normal}.order-field>input,.order-field>textarea,.order-money-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#30343a;font-size:14px;text-align:right}.order-field input::placeholder,.order-field textarea::placeholder,.order-money-input input::placeholder{color:#00000040}.order-field input[type=date]{min-height:38px}.order-field--stacked{grid-template-columns:1fr;gap:9px;padding:11px 0}.order-field--stacked textarea{min-height:76px;resize:none;padding:11px 12px;border:1px solid #e1e1e1;border-radius:7px;text-align:left}.order-select{display:flex;width:100%;min-width:0;align-items:center;justify-content:flex-end;padding:0;border:0;background:transparent;color:#00000040;cursor:pointer}.order-select input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#34383f;font-size:14px;text-align:right;cursor:pointer}.order-select input::placeholder{color:#00000040}.order-select svg{color:#bfc1c5}.order-product-card{display:flex;gap:9px;padding:3px 0 12px}.order-product-card>img{width:79px;height:77px;flex:0 0 79px;border-radius:6px;object-fit:cover}.order-product-card>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.order-product-tags{display:flex;gap:8px}.order-product-tags span{padding:2px 9px;border-radius:4px;background:var(--primary);color:#fff;font-size:10px;line-height:16px}.order-product-card h3{margin:0;overflow:hidden;color:#101828;font-size:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.order-product-card p{margin:0;color:#6a7282;font-size:10px}.order-product-card b{margin-left:5px;color:#fb2c36;font-size:12px;font-weight:500}.order-money-input{display:flex;min-width:0;align-items:center;justify-content:flex-end;color:#5d626b}.order-money-input input{flex:1}.order-amount-group{border-bottom:1px solid rgba(0,0,0,.13)}.order-amount-group .order-field{border-bottom:0}.order-outstanding{margin:-3px 0 8px;color:#ff4d4f;font-size:12px;text-align:right}.order-upload-grid{display:grid;grid-template-columns:1fr;gap:0;padding:14px 0 6px}.order-upload-grid .order-upload-field{padding:2px 0 14px;border-bottom:1px solid rgba(0,0,0,.13)}.order-upload-grid .order-upload-field+.order-upload-field{padding-top:14px}.order-upload-field{display:flex;flex-direction:column;gap:10px;color:#252930;font-size:14px}.order-upload{display:flex;width:80px;height:80px;flex-direction:column;gap:4px;align-items:center;justify-content:center;border:1px dashed #d6d6d6;border-radius:7px;background:#fafafa;color:#a9adb3;cursor:pointer}.order-upload>input{position:absolute;width:1px;height:1px;opacity:0}.order-upload.has-preview{overflow:hidden;border-style:solid}.order-upload.has-preview img{width:100%;height:100%;object-fit:cover}.order-upload small{font-size:11px}.order-product-editor{padding:2px 0 10px}.order-product-editor>.order-upload-field .order-upload{width:126px;height:126px;font-size:14px}.order-product-editor>.order-field{margin-top:7px}.service-field{padding:13px 0;border-bottom:1px solid rgba(0,0,0,.13);color:#000000e0;font-size:14px}.service-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.service-tags button{min-width:63px;height:31px;padding:0 14px;border:1px solid #dedede;border-radius:5px;background:#fff;color:#666;font-size:13px}.service-tags button.is-selected{border-color:var(--primary);background:#a180721a;color:var(--primary)}.order-submit-bar{z-index:5;display:grid;flex:0 0 calc(68px + env(safe-area-inset-bottom));grid-template-columns:1fr 176px;gap:14px;align-items:center;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.order-submit-bar p{margin:0;color:#59606a;font-size:13px}.order-submit-bar strong{margin-left:6px;color:#f04438;font-size:17px;font-weight:600}.order-submit-bar button{height:48px;border:0;border-radius:5px;background:var(--primary-soft);color:#fff;font-size:15px;cursor:pointer}.order-cost-panel{margin-bottom:10px;padding:13px 20px 15px;background:#fff}.order-cost-panel__total{display:flex;height:49px;align-items:center;justify-content:space-between;color:#252525;font-size:17px}.order-cost-panel__total strong{font-size:18px;font-weight:400}.order-cost-card{position:relative;overflow:hidden;padding:7px 16px 42px;border-radius:8px;background:#f5f5f5}.order-cost-card p{display:flex;min-height:47px;margin:0;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8;color:#292929;font-size:16px}.order-cost-card p:last-of-type{border-bottom:0}.order-cost-card strong{font-size:17px;font-weight:400}.order-cost-card button{position:absolute;right:15px;bottom:12px;padding:0;border:0;background:transparent;color:#c5a35f;font-size:14px}.order-option-sheet{display:flex;width:min(448px,100vw);max-height:72dvh;flex-direction:column;padding:8px 16px calc(20px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1)}.order-sheet-header{position:relative;display:flex;min-height:46px;align-items:center;justify-content:center;border-bottom:1px solid #f0f0f0}.order-sheet-header h2{margin:0;color:#20242a;font-size:16px;font-weight:600}.order-sheet-header>button{position:absolute;right:-8px;display:flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;background:transparent}.order-option-sheet__scroll{min-height:0;overflow-y:auto}.order-option-group{padding-top:10px}.order-option-group+.order-option-group{border-top:8px solid #f7f7f7}.order-option-group h3{margin:0;padding:7px 5px;color:#8a8f98;font-size:12px;font-weight:500}.order-option-group>button{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;padding:0 7px;border:0;border-bottom:1px solid #ededed;background:#fff;color:#252930;font-size:14px;text-align:left}.order-option-group>button.is-selected{color:var(--primary)}.cost-sheet-layer{background:#0000009e}.cost-sheet{display:flex;width:min(448px,100vw);height:min(590px,72dvh);max-height:calc(100dvh - 110px);flex-direction:column;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1)}.cost-sheet>.sheet-handle{display:none}.cost-sheet__header{display:flex;flex:0 0 62px;align-items:center;justify-content:center;border-bottom:1px solid #f1f1f1}.cost-sheet__header h2{margin:0;color:#1f2733;font-size:19px;font-weight:600}.cost-sheet__body{flex:1;min-height:0;padding:13px 18px 10px;overflow-y:auto}.cost-type-field{display:flex;flex-direction:column;gap:14px;color:#252930;font-size:16px}.cost-type-field>span i{margin-left:3px;color:#ff4d4f;font-style:normal}.cost-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.cost-type-grid button{min-width:0;min-height:48px;padding:7px 5px;border:1px solid transparent;border-radius:7px;background:#f3f3f3;color:#26303d;font-size:14px;line-height:20px}.cost-type-grid button.is-selected{border-color:var(--primary);background:#a180721f;color:var(--primary)}.cost-amount-field{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px;align-items:center;margin-top:20px;color:#252930;font-size:15px}.cost-amount-field i{margin-left:3px;color:#ff4d4f;font-style:normal}.cost-amount-field input{width:100%;height:43px;padding:0 14px;border:1px solid #d9d9d9;border-radius:7px;outline:0;color:#30343a;text-align:right}.cost-amount-field input::placeholder{color:#9b9b9b}.cost-photo-field{display:flex;flex-direction:column;gap:13px;margin-top:17px;color:#252930;font-size:15px}.cost-photo-upload{display:flex;width:102px;height:102px;flex-direction:column;gap:7px;align-items:center;justify-content:center;overflow:hidden;border:1px dashed #d5d5d5;border-radius:7px;background:#f6f6f6;color:#8e8e8e;cursor:pointer}.cost-photo-upload small{font-size:13px}.cost-photo-upload input{position:absolute;width:1px;height:1px;opacity:0}.cost-photo-upload img{width:100%;height:100%;object-fit:cover}.cost-sheet__actions{display:grid;flex:0 0 calc(75px + env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;gap:14px;padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f2f2f2;background:#fff}.cost-sheet__actions button{height:49px;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#26303d;font-size:16px}.cost-sheet__actions button.is-confirm{border-color:var(--primary);background:var(--primary-soft);color:#fff}.cost-sheet__actions button:disabled{opacity:.55}.sale-order-detail-page,.audit-history-page{background:#f5f5f5}.sale-order-detail-scroll,.audit-history-scroll{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.sale-order-detail-scroll::-webkit-scrollbar,.audit-history-scroll::-webkit-scrollbar{display:none}.sale-order-detail-section{margin-bottom:10px;padding:0 14px 13px;background:#fff}.sale-order-detail-section>h2,.sale-order-detail-section>header h2{display:flex;min-height:47px;margin:0;align-items:center;color:#1e2939;font-size:16px;font-weight:600}.sale-order-detail-row{display:grid;min-height:44px;grid-template-columns:minmax(105px,auto) minmax(0,1fr);gap:14px;align-items:center;border-bottom:1px solid #ededed;color:#3f4650;font-size:14px}.sale-order-detail-row>div{overflow-wrap:anywhere;color:#40464f;text-align:right}.sale-order-detail-row .is-danger,.audit-history-card .is-danger{color:#ff4d4f}.sale-order-detail-row .is-success{color:#52c41a}.sale-order-detail-row .is-pending{color:#d89614}.sale-order-product{display:flex;gap:9px;padding:3px 0 5px}.sale-order-product>img{width:77px;height:77px;flex:0 0 77px;border-radius:5px;object-fit:cover}.sale-order-product>div{min-width:0;flex:1}.sale-order-product p{display:flex;gap:5px;margin:0 0 6px}.sale-order-product p span{padding:2px 8px;border-radius:4px;background:#a18072;color:#fff;font-size:10px}.sale-order-product h3{margin:0;overflow:hidden;color:#18202c;font-size:14px;font-weight:600;line-height:21px;text-overflow:ellipsis;white-space:nowrap}.sale-order-deal-price{margin:0 0 9px;color:#727780;font-size:12px}.sale-order-deal-price strong{margin-left:5px;color:#f04438;font-size:14px;font-weight:500}.sale-order-copy{display:inline-flex;gap:6px;align-items:center;justify-content:flex-end}.sale-order-copy svg{color:#9aa0a8}.sale-order-cost-block{padding:14px 0 4px}.sale-order-cost-block>p,.sale-order-cost-block>div p{display:flex;min-height:42px;margin:0;align-items:center;justify-content:space-between;color:#444a53;font-size:14px}.sale-order-cost-block strong{font-weight:400}.sale-order-cost-block>div{padding:1px 14px;border-radius:5px;background:#f5f5f5}.sale-order-cost-block>div p+p{border-top:1px solid #e7e7e7}.sale-order-content-block{padding-top:13px}.sale-order-content-block h3{margin:0 0 12px;color:#3e4550;font-size:14px;font-weight:400}.sale-order-content-block>p:not(.sale-order-note-box){margin:0;color:#555b64;font-size:14px}.sale-order-voucher{position:relative;display:flex;width:110px;height:102px;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;background:#101010}.sale-order-voucher__phone{display:flex;width:48px;height:76px;flex-direction:column;gap:5px;align-items:center;justify-content:center;border-radius:3px;background:#f6f6f6;color:#202020;font-size:6px}.sale-order-voucher__phone i{width:14px;height:14px;border-radius:50%;background:#56c28d}.sale-order-voucher__phone b{font-size:7px;font-weight:600}.sale-order-voucher__phone small{color:#888;font-size:5px}.sale-order-voucher>span{position:absolute;bottom:5px;left:6px;padding:2px 5px;border-radius:3px;background:#ffffff1f;color:#fff;font-size:8px}.sale-order-note-box{min-height:92px;margin:0;padding:14px;border-radius:5px;background:#f6f6f6;color:#555b64;font-size:14px}.sale-order-state-section>header{display:flex;align-items:center;justify-content:space-between}.sale-order-state-section>header button{display:flex;gap:3px;align-items:center;padding:0;border:0;background:transparent;color:#a18072;font-size:14px}.sale-order-detail-actions{position:relative;z-index:5;display:grid;flex:0 0 calc(68px + env(safe-area-inset-bottom));gap:9px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.sale-order-detail-actions.action-count-4{grid-template-columns:1fr 1.12fr .82fr 1.2fr;gap:6px;padding-right:9px;padding-left:9px}.sale-order-detail-actions.action-count-5{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding-right:6px;padding-left:6px}.sale-order-detail-actions.action-count-5 button{gap:3px;padding:0 3px;font-size:12px}.sale-order-detail-actions.action-count-3{grid-template-columns:92px 82px 1fr}.sale-order-detail-actions.action-count-2{grid-template-columns:1fr 1.7fr}.sale-order-detail-actions.action-count-1{grid-template-columns:1fr}.sale-order-detail-actions button{display:flex;height:48px;gap:5px;align-items:center;justify-content:center;padding:0 8px;border:1px solid #d9d9d9;border-radius:5px;background:#fff;color:#3d444e;font-size:13px;white-space:nowrap}.sale-order-detail-actions button.is-primary{border-color:#b29588;background:#b29588;color:#fff}.sale-order-more-wrap{position:relative;min-width:0}.sale-order-more-wrap>.sale-order-more-button{width:100%}.sale-order-more-menu{position:absolute;z-index:8;bottom:calc(100% + 8px);left:0;display:flex;width:144px;flex-direction:column;padding:5px 0;border:1px solid #ececec;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1018282e}.sale-order-more-menu button{height:42px;justify-content:flex-start;padding:0 17px;border:0;border-radius:0;font-size:14px}.sale-order-more-menu button+button{border-top:1px solid #f0f0f0}.sale-order-sheet-layer{background:#0000006b}.sale-order-action-sheet{width:min(448px,100vw);padding:15px 15px calc(14px + env(safe-area-inset-bottom));border-radius:0;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1);max-height:82dvh;overflow-y:auto}.sale-order-action-sheet h2{margin:0;padding:3px 0 22px;color:#1e2939;font-size:21px;text-align:center}.sale-order-sheet-line{display:flex;min-height:49px;align-items:center;justify-content:space-between;border-bottom:1px solid #ededed;color:#252b34;font-size:16px}.sale-order-sheet-line>span i,.sale-order-sheet-note>span i{margin-left:3px;color:#f04438;font-style:normal}.sale-order-sheet-line>div{display:flex;gap:14px}.sale-order-radio{display:flex;gap:5px;align-items:center;padding:0;border:0;background:transparent;font-size:15px}.sale-order-radio i{display:flex;width:19px;height:19px;align-items:center;justify-content:center;border:2px solid #d8d8d8;border-radius:50%;color:#fff}.sale-order-radio.is-checked i{border-color:#a18072;background:#a18072}.sale-order-sheet-input input{min-width:0;border:0;outline:0;text-align:right}.sale-order-sheet-input input::placeholder,.sale-order-sheet-note textarea::placeholder{color:#a0a0a0}.sale-order-sheet-note{display:flex;flex-direction:column;gap:13px;padding-top:14px;color:#252b34;font-size:16px}.sale-order-sheet-note textarea{min-height:145px;padding:13px 14px;resize:none;border:1px solid #d9d9d9;border-radius:9px;outline:0;font-size:15px}.sale-order-sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.sale-order-sheet-actions button{height:48px;border:1px solid #d9d9d9;border-radius:9px;background:#fff;color:#26303d;font-size:16px}.sale-order-sheet-actions button.is-primary{border-color:#b29588;background:#b29588;color:#fff}.sale-order-sheet-actions button:disabled{opacity:.5}.sale-order-sheet-summary{margin-bottom:5px}.sale-order-sheet-summary p{display:flex;min-height:44px;margin:0;align-items:center;justify-content:space-between;color:#363c45;font-size:15px}.sale-order-sheet-summary strong{font-weight:400}.sale-order-form-line{display:grid;min-height:49px;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;color:#252b34;font-size:15px}.sale-order-form-line span i,.sale-order-sheet-upload-field>span i,.sale-order-cost-types>span i{margin-left:3px;color:#ff4d4f;font-style:normal}.sale-order-form-line input{width:100%;height:39px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;outline:0;text-align:right}.sale-order-form-line input::placeholder{color:#b0b0b0}.sale-order-sheet-upload-field{display:flex;flex-direction:column;gap:10px;padding-top:8px;color:#252b34;font-size:15px}.sale-order-payment-method{display:grid;min-height:49px;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;color:#252b34;font-size:15px}.sale-order-payment-method>span i{margin-left:3px;color:#ff4d4f;font-style:normal}.sale-order-payment-method>div{display:flex;gap:9px;justify-content:flex-end}.sale-order-payment-method button{min-width:76px;height:38px;border:1px solid transparent;border-radius:6px;background:#f3f3f3;color:#3d434c;font-size:14px}.sale-order-payment-method button.is-selected{border-color:#a18072;background:#a1807214;color:#a18072}.shipping-action-sheet{padding-top:18px}.shipping-action-sheet .shipping-upload-field{margin-bottom:8px}.sale-order-cost-types{display:flex;flex-direction:column;gap:11px;margin-bottom:8px;color:#252b34;font-size:14px}.sale-order-cost-types>div{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.sale-order-cost-types button{min-height:41px;padding:5px 4px;border:1px solid transparent;border-radius:6px;background:#f3f3f3;color:#3d434c;font-size:13px}.sale-order-cost-types button.is-selected{border-color:#a18072;background:#a1807214;color:#a18072}.sale-order-void-sheet{padding-top:20px}.sale-order-void-sheet h2{padding-bottom:13px}.sale-order-void-warning{margin:0 0 10px;color:#ff4d4f;font-size:14px}.sale-order-void-upload{display:flex;width:102px;height:102px;flex-direction:column;gap:7px;align-items:center;justify-content:center;margin-top:10px;overflow:hidden;border:1px dashed #d6d6d6;border-radius:7px;background:#f7f7f7;color:#929292}.sale-order-void-upload input{position:absolute;width:1px;height:1px;opacity:0}.sale-order-void-upload img{width:100%;height:100%;object-fit:cover}.sale-order-payment-section>h2{min-height:38px}.sale-order-payment-record+.sale-order-payment-record{margin-top:34px}.sale-order-payment-record>header{display:flex;min-height:34px;align-items:center;justify-content:space-between}.sale-order-payment-record>header h3{margin:0;color:#000000e0;font-size:14px;font-weight:600}.sale-order-payment-record>header div{display:flex;gap:13px}.sale-order-payment-record>header button{padding:0;border:0;background:transparent;color:#a18072;font-size:12px}.sale-order-payment-proof{display:flex;width:104px;height:104px;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.15);border-radius:6px;background:#0000000a;color:#8e8e8e}.sale-order-payment-proof img{width:100%;height:100%;border-radius:6px;object-fit:cover}.prepurchase-order-product{padding-bottom:12px;border-bottom:1px solid #ededed}.prepurchase-order-product>img{width:92px;height:92px;flex-basis:92px}.prepurchase-order-product h3{white-space:normal}.prepurchase-order-product small{display:block;margin-top:7px;color:#8d9299;font-size:12px}.prepurchase-price{color:#f04438;font-weight:500}.prepurchase-purchase-section{padding-bottom:16px}.prepurchase-purchase-row{display:grid;width:100%;min-height:49px;grid-template-columns:90px minmax(0,1fr) auto;gap:8px;align-items:center;padding:0;border:0;border-bottom:1px solid #ededed;background:#fff;color:#3f4650;font-size:14px;text-align:left}.prepurchase-purchase-row strong{overflow:hidden;color:#40464f;font-weight:400;text-align:right;text-overflow:ellipsis;white-space:nowrap}.prepurchase-purchase-row--readonly{grid-template-columns:90px minmax(0,1fr);cursor:default}.prepurchase-purchase-row strong.is-placeholder{color:#aaa}.prepurchase-purchase-row svg{color:#bfc1c5}.prepurchase-purchase-row:disabled{cursor:default;opacity:.72}.prepurchase-purchase-row .purchase-status{color:#d89614}.prepurchase-purchase-row .purchase-status--采购中,.prepurchase-purchase-row .purchase-status--鉴定中{color:#1677ff}.prepurchase-purchase-row .purchase-status--已入库{color:#52c41a}.prepurchase-supplement-button{display:flex;width:100%;height:44px;align-items:center;justify-content:center;margin-top:14px;border:1px solid #a18072;border-radius:6px;background:#a1807214;color:#a18072;font-size:14px}.prepurchase-supplement-button.is-complete{border-color:#52c41a;background:#52c41a14;color:#389e0d}.prepurchase-option-sheet{width:min(448px,100vw);max-height:70dvh;padding:8px 0 calc(12px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;background:#fff;animation:sheet-up .22s cubic-bezier(.2,.78,.35,1)}.prepurchase-option-sheet h2{margin:0;padding:9px 18px 15px;color:#1e2939;font-size:18px;text-align:center}.prepurchase-option-scroll{max-height:52dvh;overflow-y:auto;padding:0 16px}.prepurchase-option-group h3{margin:0;padding:12px 2px 6px;color:#92979e;font-size:12px;font-weight:400}.prepurchase-option-group button{display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;padding:0 4px;border:0;border-bottom:1px solid #ededed;background:#fff;color:#333a44;font-size:15px}.prepurchase-option-group button.is-selected{color:#a18072}.order-log-page{background:#f5f5f5}.order-log-scroll{flex:1;min-height:0;overflow-y:auto;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.order-log-summary{margin-bottom:10px;padding:8px 16px;background:#fff}.order-log-summary p{display:flex;min-height:42px;align-items:center;justify-content:space-between;margin:0;border-bottom:1px solid #ededed;color:#69707a;font-size:14px}.order-log-summary p:last-child{border-bottom:0}.order-log-summary strong{color:#303640;font-weight:500}.order-log-timeline{margin:0;padding:18px 16px 4px;list-style:none;background:#fff}.order-log-timeline li{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;padding-bottom:24px}.order-log-timeline li:not(:last-child):before{position:absolute;top:22px;bottom:2px;left:10px;width:1px;background:#dedede;content:""}.order-log-timeline__icon{position:relative;z-index:1;display:flex;color:#c8c8c8;background:#fff}.order-log-timeline li.is-completed .order-log-timeline__icon{color:#9b786b}.order-log-timeline article{min-width:0;padding-bottom:4px}.order-log-timeline header{display:flex;gap:8px;align-items:flex-start;justify-content:space-between}.order-log-timeline h2{margin:0;color:#20262f;font-size:15px;font-weight:600}.order-log-timeline time{display:inline-flex;gap:3px;align-items:center;color:#a0a4aa;font-size:11px;white-space:nowrap}.order-log-timeline p{margin:8px 0 6px;color:#5e6570;font-size:13px;line-height:1.55}.order-log-change-list{margin:11px 0 10px;overflow:hidden;border:1px solid #ece7e4;border-radius:7px;background:#faf9f8}.order-log-change-list>div{display:grid;grid-template-columns:78px minmax(0,1fr);padding:10px;border-bottom:1px solid #ece7e4}.order-log-change-list>div:last-child{border-bottom:0}.order-log-change-list>div>strong{grid-row:1 / span 2;align-self:center;color:#303640;font-size:12px;font-weight:600}.order-log-change-list p{display:grid;grid-template-columns:43px minmax(0,1fr);gap:5px;margin:0;color:#6d737c;font-size:12px;line-height:1.55}.order-log-change-list p+p{margin-top:4px}.order-log-change-list p span{color:#a0a4aa}.order-log-change-list del,.order-log-change-list ins{overflow-wrap:anywhere;text-decoration:none}.order-log-change-list del{color:#a66060}.order-log-change-list ins{color:#31835a}.order-log-timeline small{color:#9a9fa6;font-size:12px}.order-outbound-page,.shipping-management-page{background:#f5f5f5}.order-outbound-scroll,.shipping-management-scroll{flex:1;min-height:0;overflow-y:auto}.order-outbound-hero{display:block;width:calc(100% - 28px);height:330px;margin:14px;border-radius:8px;object-fit:cover}.order-outbound-summary{padding:15px 18px;background:#fff}.order-outbound-summary p{display:flex;gap:7px;margin:0 0 8px}.order-outbound-summary p span{padding:3px 9px;border-radius:4px;background:#a18072;color:#fff;font-size:11px}.order-outbound-summary h2{margin:0 0 12px;color:#202731;font-size:17px;line-height:24px}.order-outbound-summary strong{color:#f04438;font-size:16px;font-weight:500}.order-outbound-rows{margin-top:10px;padding:0 18px 16px;background:#fff}.order-outbound-rows>div{display:grid;min-height:47px;grid-template-columns:105px 1fr auto;gap:8px;align-items:center;border-bottom:1px solid #ededed;color:#454b55;font-size:14px}.order-outbound-rows strong{font-weight:400;text-align:right}.order-outbound-rows svg{color:#a0a5ad}.order-outbound-action{flex:0 0 calc(68px + env(safe-area-inset-bottom));padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.order-outbound-action button{display:flex;width:100%;height:48px;gap:7px;align-items:center;justify-content:center;border:0;border-radius:5px;background:#b29588;color:#fff;font-size:16px}.shipping-management-scroll{padding:10px 0}.shipping-management-scroll>section{min-height:390px;padding:18px 14px;background:#fff}.shipping-type-field{display:flex;flex-direction:column;gap:11px;color:#252b34;font-size:14px}.shipping-type-field>span i{margin-left:3px;color:#ff4d4f;font-style:normal}.shipping-type-field>div{display:flex;gap:10px}.shipping-type-field button{min-width:86px;height:42px;padding:0 13px;border:1px solid transparent;border-radius:6px;background:#f3f3f3;color:#3d434c;font-size:14px}.shipping-type-field button.is-selected{border-color:#a18072;background:#a1807214;color:#a18072}.shipping-input-line{display:grid;grid-template-columns:72px 1fr;gap:8px;align-items:center;margin-top:20px;color:#3d434c;font-size:14px}.shipping-input-line input{width:100%;height:39px;padding:0 12px;border:1px solid #d9d9d9;border-radius:6px;outline:0;text-align:right}.shipping-upload-field{display:flex;flex-direction:column;gap:11px;margin-top:20px;color:#3d434c;font-size:14px}.shipping-upload{display:flex;width:104px;height:104px;flex-direction:column;gap:7px;align-items:center;justify-content:center;overflow:hidden;border:1px dashed #d6d6d6;border-radius:6px;background:#f7f7f7;color:#929292}.shipping-upload input{position:absolute;width:1px;height:1px;opacity:0}.shipping-upload img{width:100%;height:100%;object-fit:cover}.shipping-management-actions{display:grid;flex:0 0 calc(68px + env(safe-area-inset-bottom));grid-template-columns:1fr 1fr;gap:12px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #e8e8e8;background:#fff}.shipping-management-actions button{height:48px;border:1px solid #d9d9d9;border-radius:7px;background:#fff;color:#26303d;font-size:16px}.shipping-management-actions button.is-primary{border-color:#b29588;background:#b29588;color:#fff}.shipping-management-actions button:disabled{opacity:.5}.audit-history-scroll{padding:12px}.audit-history-card{padding:3px 16px;border-radius:8px;background:#fff}.audit-history-card p{display:flex;min-height:46px;margin:0;align-items:center;justify-content:space-between;border-bottom:1px solid #ededed;color:#303640;font-size:14px}.audit-history-card p:last-child{border-bottom:0}.audit-history-card strong{font-weight:400}@media (max-width: 520px){body{background:var(--page)}.phone-page{box-shadow:none}}@media (max-width: 370px){.module-grid{grid-template-columns:repeat(4,1fr)}.detail-price-grid{grid-template-columns:repeat(3,1fr)}}
