:root{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;min-height:100%}body{background:#f0f2f5;color:#1a1a2e}.order-list-card{position:relative;overflow:hidden;cursor:pointer;border-radius:8px;border:1px solid #f0f0f0!important;background:#fff;box-shadow:0 1px 4px #0000000f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.order-list-card:focus-visible{outline:2px solid #4f7cff;outline-offset:2px}.order-list-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#1a365d,#c4933f);opacity:.85}.order-list-card:hover{transform:translateY(-2px);border-color:#d0d5dd!important;box-shadow:0 6px 16px #0000001a}.order-list-card--accent{border-color:#d0dce8!important;background:linear-gradient(180deg,#fff,#f8fafc)}.order-list-card--accent:before{background:linear-gradient(90deg,#2b6cb0,#1a365d)}.batch-card-selected{border-color:#1677ff!important;background:#f0f5ff!important;box-shadow:0 0 0 2px #1677ff26!important}.batch-card-selected:before{background:linear-gradient(90deg,#1677ff,#4096ff)!important}.batch-card-unselected{opacity:.55;border-color:#f0f0f0!important}.batch-card-unselected:hover{opacity:.85;border-color:#91caff!important}.order-list-card .ant-card-body{padding:16px 14px 14px}.order-card-no{font-size:15px;color:#0f172a;letter-spacing:.2px}.order-card-info-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.order-card-customer{font-size:14px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.order-card-meta{color:#64748b!important;font-size:12px;width:100%}.order-card-meta .order-card-meta-link{color:#2b6cb0;text-decoration:none;transition:color .15s ease}.order-card-meta .order-card-meta-link:hover{color:#1a4f85;text-decoration:underline}.order-card-summary{gap:4px!important;flex-shrink:0}.order-card-summary .ant-tag{border:none;border-radius:999px;padding-inline:9px;line-height:22px;font-weight:500}.order-card-actions{gap:8px!important;padding-top:4px;width:100%;justify-content:flex-end!important}.order-card-actions .ant-btn{border-radius:8px}.order-card-actions .ant-btn-primary{box-shadow:0 2px 4px #1a365d33}.order-card-time{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#8c8c8c;-webkit-user-select:none;user-select:none;flex-shrink:0}.order-card-time .time-icon{font-size:11px;opacity:.55}.warehouse-cart-row--shortage td{background:#fff2f0!important}.warehouse-cart-item-card--shortage{border-color:#ffccc7!important;background:#fff2f0!important}a{color:inherit;text-decoration:none}@keyframes order-card-flash{0%{border-color:#f0f0f0;box-shadow:0 1px 4px #0000000f}50%{border-color:#1a365d;box-shadow:0 0 16px #1a365d59}to{border-color:#f0f0f0;box-shadow:0 1px 4px #0000000f}}.order-card-flash{animation:order-card-flash 1s ease-in-out 3}@media(max-width:767px){:root{--mobile-padding: 12px}.order-list-card .ant-card-body{padding:12px 10px 10px}.order-card-no{font-size:14px}.order-card-summary .ant-tag{margin-inline-end:0!important;font-size:11px;line-height:18px;padding-inline:7px}.order-card-time{font-size:10px}.order-card-actions{gap:6px!important}.order-card-actions .ant-btn{height:28px;padding-inline:8px;font-size:12px}.mobile-fullscreen-modal .ant-modal-mask{backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);background:#00000059!important}.mobile-fullscreen-modal{margin:16px auto!important;max-width:calc(100vw - 24px);width:auto!important;top:0!important;bottom:0;left:0;right:0;height:100%!important;padding:0!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center}.mobile-fullscreen-modal .ant-modal-content{max-height:calc(100vh - 32px);width:100%;border-radius:20px;display:flex;flex-direction:column;box-shadow:0 12px 48px #00000026;animation:mobile-modal-pop .3s cubic-bezier(.32,.72,0,1);overflow:hidden}@keyframes mobile-modal-pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.mobile-fullscreen-modal .ant-modal-header{flex-shrink:0;background:#fff;padding:14px 16px;margin:0;border-bottom:1px solid #f0f0f0;border-radius:20px 20px 0 0}[data-theme=dark] .mobile-fullscreen-modal .ant-modal-header{background:#141414;border-bottom-color:#303030}[data-theme=dark] .mobile-fullscreen-modal .ant-modal-header:before{background:#434343}.mobile-fullscreen-modal .ant-modal-title{font-size:16px;font-weight:600;color:#1a1a1a;text-align:center}[data-theme=dark] .mobile-fullscreen-modal .ant-modal-title{color:#e8e8e8}.mobile-fullscreen-modal .ant-modal-close{top:14px;right:12px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.mobile-fullscreen-modal .ant-modal-close:hover{background:#0000000f}[data-theme=dark] .mobile-fullscreen-modal .ant-modal-close:hover{background:#ffffff14}.mobile-fullscreen-modal .ant-modal-body{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.mobile-fullscreen-modal .ant-modal-footer{flex-shrink:0;background:#ffffffeb;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));margin:0;border-top:1px solid rgba(0,0,0,.06);display:flex;gap:10px;border-radius:0 0 20px 20px}[data-theme=dark] .mobile-fullscreen-modal .ant-modal-footer{background:#141414e0;border-top-color:#ffffff14}.mobile-fullscreen-modal .ant-modal-footer .ant-btn{flex:1;height:44px;font-size:15px;font-weight:500;border-radius:12px;transition:transform .15s ease,box-shadow .15s ease}.mobile-fullscreen-modal .ant-modal-footer .ant-btn:active{transform:scale(.97)}.mobile-fullscreen-modal .ant-modal-footer .ant-btn-primary{box-shadow:0 4px 14px #1677ff4d}.mobile-fullscreen-modal .ant-modal-footer .ant-btn-primary:active{box-shadow:0 2px 8px #1677ff33}.mobile-fullscreen-modal .ant-form-item{margin-bottom:16px}.mobile-fullscreen-modal .ant-form-item:last-child{margin-bottom:0}.mobile-fullscreen-modal .ant-form-item-label>label{font-size:13px;color:#595959;font-weight:500}[data-theme=dark] .mobile-fullscreen-modal .ant-form-item-label>label{color:#a0a0a0}.mobile-fullscreen-modal .ant-input,.mobile-fullscreen-modal .ant-input-number,.mobile-fullscreen-modal .ant-select-selector,.mobile-fullscreen-modal .ant-input-number-input{border-radius:10px!important;border-color:#e8e8e8!important;transition:border-color .2s ease,box-shadow .2s ease}.mobile-fullscreen-modal .ant-input:focus,.mobile-fullscreen-modal .ant-input-focused,.mobile-fullscreen-modal .ant-select-focused .ant-select-selector{border-color:#1677ff!important;box-shadow:0 0 0 2px #1677ff1a!important}.mobile-fullscreen-modal .ant-checkbox-group{display:flex!important;flex-wrap:wrap;gap:8px}.mobile-fullscreen-modal .ant-checkbox-wrapper{width:auto!important;margin-inline-end:0!important;padding:5px 12px;border-radius:8px;border:1px solid #e8e8e8;background:#fafafa;transition:all .2s ease}.mobile-fullscreen-modal .ant-checkbox-wrapper-checked{border-color:#1677ff;background:#1677ff0f}.mobile-fullscreen-modal .ant-checkbox-wrapper-checked .ant-checkbox-inner{background-color:#1677ff;border-color:#1677ff}.mobile-fullscreen-modal .ant-typography{font-size:12px}.mobile-fullscreen-modal .product-form-section{margin:20px 0 8px;padding-top:16px;border-top:1px solid #f0f0f0}.mobile-fullscreen-modal .product-form-section:first-child{margin-top:0;padding-top:0;border-top:none}.mobile-fullscreen-modal .product-form-section-title{font-size:12px;font-weight:600;color:#b0b0b0;margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}.ant-space-vertical{gap:12px!important}.ant-card{border-radius:10px!important}.ant-card-head{min-height:44px;padding:0 12px}.ant-card-body{padding:14px 12px}.ant-btn{height:34px;padding:0 12px;font-size:13px}.ant-btn-sm{height:26px;padding:0 8px;font-size:12px}.ant-form-item{margin-bottom:12px}.ant-form-item-label>label{font-size:13px}.ant-descriptions-item-label{font-size:12px;padding:8px 10px!important}.ant-descriptions-item-content{font-size:13px;padding:8px 10px!important}.ant-table{font-size:12px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 6px}.ant-pagination{flex-wrap:wrap;justify-content:center;gap:8px}.ant-tabs-nav{margin-bottom:12px}.ant-input,.ant-input-number,.ant-select-selector{font-size:14px!important}.ant-tag{font-size:11px;padding:0 6px;line-height:18px}.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4{margin-top:0}.ant-typography h3{font-size:16px}.ant-typography h4{font-size:15px}.ant-typography,.ant-typography p{font-size:13px}.mobile-compact-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;font-size:12px;line-height:1.4}.mobile-compact-row .label{color:#94a3b8;flex-shrink:0}.mobile-compact-row .value{color:#334155;font-weight:500}.mobile-compact-row .separator{color:#e2e8f0;margin:0 2px}.mobile-item-grid{display:grid;grid-template-columns:1fr 1fr 40px 1fr;gap:0 4px;align-items:center;font-size:12px;line-height:1.5;width:100%}.mobile-item-grid .col-code{color:#94a3b8;font-size:11px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-item-grid .col-spec{color:#64748b;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-item-grid .col-qty{color:#1e293b;font-weight:600;text-align:center}.mobile-item-grid .col-price{color:#1e293b;text-align:right}.mobile-subtotal-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 6px;align-items:center;font-size:12px;line-height:1.5;width:100%}.mobile-subtotal-grid .subtotal-code{color:#94a3b8;font-size:11px;text-align:left}.mobile-subtotal-grid .subtotal-qty{color:#1e293b;font-weight:600;text-align:center}.mobile-subtotal-grid .subtotal-amount{color:#1e293b;text-align:right}.mobile-card-compact{font-size:12px}.mobile-card-compact .ant-space{gap:8px!important}.mobile-card-compact .ant-card-body{padding:10px 12px}.mobile-btn-group{display:flex;flex-wrap:wrap;gap:6px}.mobile-btn-group .ant-btn{height:26px;padding:0 8px;font-size:11px}}.product-modal .ant-modal-header{padding:16px 24px;border-bottom:1px solid #f0f0f0}.product-modal .ant-modal-title{font-size:16px;font-weight:600;color:#1a1a1a}.product-modal .ant-modal-body{padding:20px 24px 24px;max-height:65vh;overflow-y:auto}.product-modal .ant-modal-footer{padding:12px 24px;border-top:1px solid #f0f0f0}.product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.product-form-grid .ant-form-item{margin-bottom:18px}.product-form-grid .form-item-full{grid-column:1 / -1}.product-form-section{margin:20px 0 16px;padding-top:16px;border-top:1px dashed #e8e8e8}.product-form-section:first-child{margin-top:0;padding-top:0;border-top:none}.product-form-section-title{font-size:13px;font-weight:600;color:#8c8c8c;margin-bottom:14px;letter-spacing:.5px}.product-form-color-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:6px 0}.product-form-size-grid{display:flex!important;flex-wrap:wrap;gap:8px}.product-form-size-grid .ant-checkbox-wrapper{width:64px}.product-form-spec-hint{display:block;font-size:12px;color:#8c8c8c;line-height:1.6;margin-top:8px}.product-modal .ant-radio-group{display:flex;flex-wrap:wrap;gap:6px}.product-modal .ant-radio-wrapper{padding:4px 14px;border-radius:8px;border:1px solid #e8e8e8;background:#fafafa;transition:all .2s ease;margin-inline-end:0!important}.product-modal .ant-radio-wrapper-checked{border-color:#1677ff;background:#1677ff0f}.product-modal .ant-radio-wrapper-checked .ant-radio-inner{background-color:#1677ff;border-color:#1677ff}[data-theme=dark] .product-modal .ant-radio-wrapper{border-color:#434343;background:#262626}[data-theme=dark] .product-modal .ant-radio-wrapper-checked{border-color:#1668dc;background:#1677ff1a}.custom-option-input{max-width:260px}.custom-option-input .ant-input-wrapper .ant-input-group-addon{background:#fafafa;color:#8c8c8c;font-size:12px;border-radius:10px 0 0 10px}.custom-option-input .ant-input{border-radius:0 10px 10px 0!important}.custom-option-input .ant-input-affix-wrapper{border-radius:10px!important}[data-theme=dark] .custom-option-input .ant-input-wrapper .ant-input-group-addon{background:#262626;color:#8c8c8c}.radio-group-with-input{align-items:center}.report-filter{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.report-filter .ant-segmented{flex-shrink:0}.report-filter .ant-segmented-item{font-size:13px;padding:3px 14px}.report-date-custom-row{display:flex;align-items:center;gap:8px;flex:1;min-width:200px}.report-date-custom-row .ant-picker{flex:1}.report-date-sep{color:#94a3b8;font-size:16px;flex-shrink:0;line-height:1}.report-filter .ant-btn{flex-shrink:0}.report-filter--mobile{flex-direction:column;align-items:stretch}.report-filter--mobile .ant-segmented{width:100%}.report-filter--mobile .ant-segmented-item{flex:1;justify-content:center}.report-filter--mobile .ant-btn{width:100%}@media(max-width:480px){.report-filter{flex-direction:column;align-items:stretch}.report-filter .ant-segmented{width:100%}.report-filter .ant-segmented-item{flex:1;justify-content:center}.report-filter .ant-btn{width:100%}}
