:root{--brand:#ff7a1a;--brand-dark:#d95a00;--brand-soft:#fff1e6;--ink:#20252b;--muted:#69717a;--line:#e5e8eb;--surface:#fff;--canvas:#f4f6f8;--danger:#d92d20}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--canvas);min-width:320px;color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Microsoft YaHei,PingFang SC,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}h1,h2,h3,p{margin:0}a{color:var(--brand)}.login-shell{background:#eef1f4;place-items:center;min-height:100vh;padding:28px;display:grid}.login-panel{background:#fff;border:1px solid #dde2e6;border-radius:10px;grid-template-columns:290px 390px;display:grid;overflow:hidden;box-shadow:0 18px 44px #1c22281f}@media (width<=720px){.login-panel{grid-template-columns:1fr;max-width:420px}.login-brand{display:none!important}}.login-brand{color:#fff;background:#252b31;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;padding:42px 34px;display:flex}.login-brand .brand-logo{align-items:center;gap:12px;display:flex}.login-brand .brand-logo-img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:56px;display:block}.login-brand h1{letter-spacing:0;font-size:24px}.login-brand .brand-sub{color:#cbd1d6;font-size:13px}.login-form{padding:38px 36px 42px}.login-form h2{color:#20252b;margin:0 0 26px;font-size:21px}.login-field{margin-bottom:17px}.login-input{border:1px solid var(--line);background:#fff;border-radius:6px;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;min-height:46px;padding:0 11px;transition:border-color .15s,box-shadow .15s;display:grid}.login-input:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #ff7a1a1f}.login-input .prefix-icon{color:#8a929a;place-items:center;display:grid}.login-input input{color:#20252b;background:0 0;border:0;outline:0;min-width:0;height:42px;padding:0;font-size:14px}.login-input .toggle-pwd{color:#7d858d;cursor:pointer;background:0 0;border:0;place-items:center;width:32px;height:32px;padding:0;display:grid}.login-error{color:var(--danger);margin:-5px 0 13px;font-size:13px}.login-remember{color:#69717a;justify-content:flex-start;align-items:center;margin:-2px 0 14px;font-size:13px;display:flex}.login-submit{width:100%;min-height:46px;margin-top:5px}.cxy-products{--cxy-brand:#ff7a1a;--cxy-panel-border:#e5e8eb;--cxy-head-border:#edf0f2;--cxy-muted:#69717a;border:1px solid var(--cxy-panel-border);background:#fff;border-radius:8px;min-width:0}.cxy-products__head{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 16px;display:flex}.cxy-products__head-left{white-space:nowrap;flex-shrink:0;align-items:center;gap:18px;display:flex}.cxy-products__title{color:#20252b;margin:0;font-size:17px;font-weight:700}.cxy-products__tabs{display:flex}.cxy-products__head-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:100%;margin-left:auto;display:flex}.cxy-products__tab{cursor:pointer;color:var(--cxy-muted);background:0 0;border:none;margin-right:18px;padding:6px 2px;font-size:14px;font-weight:500;position:relative}.cxy-products__tab.is-active{color:#20252b;font-weight:700}.cxy-products__tab.is-active:after{content:"";background:var(--cxy-brand);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.cxy-products__filter{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;align-items:center;gap:9px;padding:13px 16px;display:flex}.cxy-products__filter>*{flex-shrink:0}.cxy-products__filter-search{flex:1 0 220px;min-width:220px;max-width:320px}.cxy-products__filter-group{align-items:center;gap:9px;display:inline-flex}.cxy-products__filter-group>*{flex-shrink:0}.cxy-products__filter-submit{margin-left:auto}.cxy-products__filter-search .ant-input{width:100%}.cxy-products__filter-sep{color:var(--cxy-muted)}.cxy-products__date-input{border:1px solid var(--cxy-panel-border);border-radius:6px;height:32px;padding:0 10px}.cxy-products__cell-full{width:100%}.cxy-products__img{object-fit:cover;background:#f5f6f7;border-radius:4px;width:40px;height:40px;display:block}.cxy-products__img-placeholder{color:#d95a00;background:#fff1e6;border-radius:4px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.cxy-products__thumb-btn{cursor:pointer;background:#f6f7f8;border:1px solid #e2e6e9;border-radius:5px;justify-content:center;align-items:center;width:58px;height:58px;padding:0;display:inline-flex;position:relative;overflow:hidden}.cxy-products__thumb-btn img{object-fit:cover;width:100%;height:100%}.cxy-products__thumb-btn--empty{color:#d95a00;background:#fff1e6;font-size:18px}.cxy-products__thumb-btn--empty>span:not(.cxy-products__thumb-eye){background:#00000052}.cxy-products__thumb-btn>span:not(.cxy-products__thumb-eye){color:#fff;background:#0000007a;padding:2px 0;font-size:10px;position:absolute;inset:auto 0 0}.cxy-products__thumb-eye{width:18px;height:18px;color:var(--cxy-brand);background:#ffffffe6;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:3px;right:3px}.cxy-products__thumb-eye svg{width:12px;height:12px}.cxy-products__img-viewer{background:#f5f7f8;border:1px solid #e3e7ea;border-radius:6px;place-items:center;gap:8px;min-height:360px;padding:12px;display:grid}.cxy-products__img-large{width:430px;height:430px}.cxy-products__img-viewer>span{color:var(--cxy-muted);font-size:12px}.cxy-products__img-grid{grid-template-columns:repeat(4,minmax(100px,1fr));gap:12px;max-height:360px;margin-top:12px;padding:4px;display:grid;overflow-y:auto}.cxy-products__img-item{background:#fafbfc;border:1px solid #e3e7ea;border-radius:6px;justify-items:center;gap:6px;padding:7px;display:grid;position:relative}.cxy-products__img-item.is-active{border-color:var(--cxy-brand);box-shadow:0 0 0 2px #f2711926}.cxy-products__img-thumb{width:100%;color:var(--cxy-muted);cursor:pointer;background:0 0;border:none;justify-items:center;gap:5px;padding:6px;font-size:12px;display:grid}.cxy-products__img-thumb img{object-fit:cover;border-radius:4px;width:112px;height:112px}.cxy-products__img-remove{color:#e34d59;cursor:pointer;background:#ffffffd9;border:none;border-radius:6px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:6px;right:6px}.cxy-products__img-remove svg{width:14px;height:14px}.cxy-products__img-empty,.cxy-products__img-empty-full{color:var(--cxy-muted);text-align:center;padding:36px}.cxy-products__img-empty-full{grid-column:1/-1}.cxy-products__img-upload{width:100%;min-height:100px;color:var(--cxy-muted);cursor:pointer;place-items:center;gap:4px;padding:12px;display:grid}.cxy-products .ant-upload-drag{background:#fafbfc;border-color:#d2d8dd;border-radius:6px;margin-top:12px}.cxy-products .ant-upload-drag-hover{border-color:var(--cxy-brand);background:#fff7ef}.cxy-products__img-upload svg{width:22px;height:22px;color:var(--cxy-brand)}.cxy-products__img-upload strong{font-size:12px;font-weight:600}.cxy-products__stock-warn{color:#e34d59;margin-left:4px;font-size:12px}.cxy-products__last-op-by{color:var(--cxy-muted)}.cxy-products__empty{color:var(--cxy-muted);text-align:center;padding:44px 20px}.cxy-products__form-wrap{margin-top:12px}.cxy-products__form-block{margin-bottom:16px}.cxy-products__form-label{color:#505962;margin-bottom:6px;font-size:13px;font-weight:600}.cxy-products__req{color:#e34d59}.cxy-products__import-modal{gap:16px;padding-top:8px;display:grid}.cxy-products__import-modal .ant-upload-drag{background:#fafbfc;border-color:#d2d8dd}.cxy-products__import-modal .ant-upload-drag:hover,.cxy-products__import-modal .ant-upload-drag-hover{border-color:var(--cxy-brand,#ff7a1a);background:#fff7ef}.cxy-products__import-modal .ant-upload-drag-icon .anticon{color:var(--cxy-brand,#ff7a1a)}.cxy-products__import-alert{margin-top:2px}.cxy-products__import-errors .ant-table{border:1px solid #edf0f2;border-radius:6px}.cxy-products__batch-images-modal{gap:16px;padding-top:8px;display:grid}.cxy-products__batch-images-rules{gap:4px;display:grid}.cxy-products__batch-images-modal .ant-upload-drag{background:#fafbfc;border-color:#d2d8dd}.cxy-products__batch-images-modal .ant-upload-drag:hover,.cxy-products__batch-images-modal .ant-upload-drag-hover{border-color:var(--cxy-brand,#ff7a1a);background:#fff7ef}.cxy-products__batch-images-modal .ant-upload-drag-icon .anticon{color:var(--cxy-brand,#ff7a1a)}.cxy-products__batch-images-issues .ant-table{border:1px solid #edf0f2;border-radius:6px}.cxy-products .ant-table-tbody>tr.cxy-inv-warn>td:first-child{box-shadow:inset 3px 0 0 var(--cxy-brand)}.cxy-products__print-add{background:#fff;border-bottom:1px solid #edf0f2;grid-template-columns:minmax(180px,1fr) 116px auto minmax(250px,1.15fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.cxy-products__print-add-field{align-items:center;gap:6px;min-width:0;display:flex}.cxy-products__print-add-field label,.cxy-products__print-code-field label,.cxy-products__print-qty-field label{color:#6b7480;white-space:nowrap;margin:0;font-size:12px}.cxy-products__print-add-btn{white-space:nowrap}.cxy-products__print-bulk{align-items:center;gap:8px;min-width:0;display:flex}.cxy-products__print-bulk label{color:#6b7480;white-space:nowrap;font-size:12px}.cxy-products__print-bulk .ant-input-number{flex:0 0 78px;width:78px;min-width:78px;min-height:34px}.cxy-products__print-list-head{color:#20252b;background:#f7f8f9;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:12px;padding:12px 13px;font-size:13px;display:flex}.cxy-products__print-list-head span{color:#6b7480;font-size:12px;font-weight:400}.cxy-products__print-list{background:#f7f8fa;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-content:start;gap:10px 16px;min-height:90px;max-height:70vh;padding:12px;display:grid;overflow:clip auto}.cxy-products__print-row{background:#fff;border:1px solid #e4e8ec;border-radius:6px;grid-template-columns:minmax(0,1fr) 88px 34px;align-items:center;gap:7px;min-height:48px;padding:5px 8px;display:grid;box-shadow:0 1px 2px #232a310a}.cxy-products__print-code-field,.cxy-products__print-qty-field{align-items:center;gap:6px;min-width:0;display:flex}.cxy-products__print-qty-field .ant-input-number{flex:0 0 64px;width:64px;min-width:64px}.cxy-products__print-remove{color:#ed1c24;width:34px;height:36px}.cxy-products__print-empty{color:#6b7480;text-align:center;grid-column:1/-1;place-items:center;min-height:90px;padding:20px;font-size:13px;display:grid}@media (width<=760px){.cxy-products__print-add{grid-template-columns:minmax(150px,1fr) 108px auto}.cxy-products__print-bulk{grid-column:1/-1;justify-content:flex-start}}.cxy-inventory-records{background:#fff;border:1px solid #e5e8eb;border-radius:8px;overflow:hidden}.cxy-inventory-records__head{border-bottom:1px solid #edf0f2;align-items:center;min-height:62px;padding:12px 16px;display:flex}.cxy-inventory-records__head h2{color:#20252b;margin:0;font-size:17px}.cxy-inventory-records__head p{color:#69717a;margin:4px 0 0;font-size:12px}.cxy-inventory-records__filter{border-bottom:1px solid #edf0f2;flex-wrap:wrap;align-items:center;gap:9px;padding:13px 16px;display:flex}.cxy-inventory-records__keyword{flex:1;min-width:260px}.cxy-inventory-records .ant-table-thead>tr>th{white-space:nowrap}.cxy-stores{--cxy-brand:#ff7a1a;--cxy-panel-border:#e5e8eb;--cxy-head-border:#edf0f2;--cxy-muted:#69717a;--cxy-row-active-bg:#fff7e6;--cxy-editor-width:390px;grid-template-columns:minmax(0, 1fr) var(--cxy-editor-width);align-items:start;gap:18px;display:grid}.cxy-stores--single{grid-template-columns:minmax(0,1fr)}.cxy-stores__panel{border:1px solid var(--cxy-panel-border);background:#fff;border-radius:8px;min-width:0}.cxy-stores__panel--sticky{position:sticky;top:0}.cxy-stores__panel-head{border-bottom:1px solid var(--cxy-head-border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 16px;display:flex}.cxy-stores__panel-title{color:#20252b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:700;line-height:1.3;overflow:hidden}.cxy-stores__filter{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.cxy-stores__search-input{flex:1;min-width:180px}.cxy-stores__city-select{width:120px}.cxy-stores__state-select{width:110px}.cxy-stores__code{background:#f0f0f0;border-radius:3px;padding:1px 6px;font-size:13px}.cxy-stores__qr-box{border:1px dashed var(--cxy-panel-border);text-align:center;border-radius:6px;margin-bottom:16px;padding:12px}.cxy-stores__qr-img{width:170px;height:170px;color:var(--cxy-muted);background:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;margin:0 auto 8px;font-size:12px;display:flex}.cxy-stores__qr-actions{justify-content:center;gap:8px;display:flex}.cxy-stores__form-wrap{padding:16px}.cxy-stores__form-actions{text-align:right;margin-top:8px}.cxy-stores__btn-brand,.cxy-stores__btn-brand:hover,.cxy-stores__btn-brand:focus{background:var(--cxy-brand);border-color:var(--cxy-brand)}.cxy-stores .ant-table-tbody>tr{cursor:pointer}.cxy-stores .ant-table-tbody>tr.cxy-stores__row--active>td{background:var(--cxy-row-active-bg)}.cxy-dict{--cxy-brand:#ff7a1a;--cxy-panel-border:#e5e8eb;--cxy-head-border:#edf0f2;--cxy-muted:#69717a;--cxy-row-active-bg:#fff7e6;grid-template-columns:minmax(0,1.35fr) minmax(0,1.65fr);align-items:start;gap:18px;display:grid}.cxy-dict .cxy-dict__panel{border:1px solid var(--cxy-panel-border);background:#fff;border-radius:8px;min-width:0}.cxy-dict .cxy-dict__panel-head{border-bottom:1px solid var(--cxy-head-border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 16px;display:flex}.cxy-dict .cxy-dict__panel-title{color:#20252b;margin:0;font-size:17px;font-weight:700;line-height:1.3}.cxy-dict .cxy-dict__panel-subtitle{color:var(--cxy-muted);margin:2px 0 0;font-size:12px}.cxy-dict .cxy-dict__filter{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.cxy-dict .cxy-dict__search-input{flex:1;min-width:160px}.cxy-dict .cxy-dict__state-select{width:100px}.cxy-dict .cxy-dict__full{width:100%}.cxy-dict .cxy-dict__code{background:#f0f0f0;border-radius:3px;padding:1px 6px;font-size:13px}.cxy-dict .cxy-dict__empty{color:var(--cxy-muted)}.cxy-dict .cxy-dict__btn-brand,.cxy-dict .cxy-dict__btn-brand:hover,.cxy-dict .cxy-dict__btn-brand:focus{background:var(--cxy-brand);border-color:var(--cxy-brand)}.cxy-dict .cxy-dict__row-actions{gap:4px;display:flex}.cxy-dict .cxy-dict__link{padding:0}.cxy-dict .cxy-dict__link--brand{color:var(--cxy-brand)}.cxy-users{--cxy-brand:#ff7a1a;--cxy-panel-border:#e5e8eb;--cxy-head-border:#edf0f2;--cxy-muted:#69717a;--cxy-row-active-bg:#fff7e6;--cxy-editor-width:520px;grid-template-columns:minmax(0, 1fr) var(--cxy-editor-width);align-items:start;gap:18px;display:grid}.cxy-users--single{grid-template-columns:minmax(0,1fr)}.cxy-users__panel{border:1px solid var(--cxy-panel-border);background:#fff;border-radius:8px;min-width:0}.cxy-users__panel--sticky{position:sticky;top:0}.cxy-users__panel-head{border-bottom:1px solid var(--cxy-head-border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 16px;display:flex}.cxy-users__panel-title{color:#20252b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:700;line-height:1.3;overflow:hidden}.cxy-users__filter{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.cxy-users__search-input{flex:1;min-width:180px}.cxy-users__role-select{width:130px}.cxy-users__state-select{width:110px}.cxy-users__code,.cxy-users__store-summary{font-size:13px}.cxy-users__form-wrap{padding:16px}.cxy-users__basic-grid{border-bottom:1px solid var(--cxy-head-border);padding-bottom:14px}.cxy-users__stores{margin-top:6px}.cxy-users__stores-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cxy-users__req-label{color:#20252b;font-size:13px;font-weight:600}.cxy-users__req{color:#ff4d4f}.cxy-users__store-search{margin-bottom:8px;position:relative}.cxy-users__store-search-icon{color:var(--cxy-muted);z-index:1;font-size:13px;position:absolute;top:10px;left:10px}.cxy-users__store-search-input{padding-left:28px}.cxy-users__store-tree{border:1px solid var(--cxy-head-border);border-radius:6px;max-height:320px;overflow:auto}.cxy-users__tree-province{border-bottom:1px solid var(--cxy-head-border)}.cxy-users__tree-province-sum{cursor:pointer;color:#20252b;background:#fafbfc;padding:8px 12px;font-size:13px;font-weight:700}.cxy-users__tree-count{color:var(--cxy-muted);margin-left:6px;font-weight:400}.cxy-users__tree-city{margin-left:8px}.cxy-users__tree-city-sum{cursor:pointer;color:#3b424a;padding:6px 12px;font-size:13px}.cxy-users__tree-stores{padding:2px 12px 8px 24px}.cxy-users__tree-store{align-items:center;gap:8px;padding:4px 0;font-size:13px;display:flex}.cxy-users__tree-code{color:var(--cxy-muted)}.cxy-users__tree-empty{text-align:center;color:var(--cxy-muted);padding:16px;font-size:13px}.cxy-users__enable-toggle{border:1px solid var(--cxy-panel-border);color:#59626b;cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:8px;width:max-content;min-height:38px;margin:0;padding:0 12px;font-size:13px;display:inline-flex}.cxy-users__enable-toggle.is-on{color:#18794e;background:#eefaf4;border-color:#9fd9bd}.cxy-users__enable-toggle-input{accent-color:#52c41a;width:16px;height:16px;margin:0}.cxy-users__form-actions{text-align:right;margin-top:14px}.cxy-users__btn-brand,.cxy-users__btn-brand:hover,.cxy-users__btn-brand:focus{background:var(--cxy-brand);border-color:var(--cxy-brand)}.cxy-users .ant-table-tbody>tr{cursor:pointer}.cxy-users .ant-table-tbody>tr.cxy-users__row--active>td{background:var(--cxy-row-active-bg)}.cxy-roles{--cxy-brand:#ff7a1a;--cxy-panel-border:#e5e8eb;--cxy-head-border:#edf0f2;--cxy-muted:#69717a;--cxy-row-active-bg:#fff1e4;--cxy-editor-width:390px;grid-template-columns:minmax(0, 1fr) var(--cxy-editor-width);align-items:start;gap:18px;display:grid}.cxy-roles__panel{border:1px solid var(--cxy-panel-border);background:#fff;border-radius:8px;min-width:0}.cxy-roles__panel--sticky{position:sticky;top:0}.cxy-roles__panel-head{border-bottom:1px solid var(--cxy-head-border);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 16px;display:flex}.cxy-roles__panel-title{color:#20252b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:700;overflow:hidden}.cxy-roles__filter{border-bottom:1px solid var(--cxy-head-border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.cxy-roles__search-input{flex:1;min-width:180px}.cxy-roles__state-select{width:110px}.cxy-roles__form-wrap{padding:16px}.cxy-roles__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.cxy-roles__field{gap:6px;display:grid}.cxy-roles__field-label{color:#505962;font-size:13px;font-weight:600}.cxy-roles__req{color:#ff4d4f}.cxy-roles__menu-block{grid-column:1/-1}.cxy-roles__menu-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.cxy-roles__menu-title{color:#505962;font-size:13px;font-weight:600}.cxy-roles__menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.cxy-roles__menu-item{border:1px solid var(--cxy-panel-border);color:#454e57;background:#fff;border-radius:6px;align-items:center;gap:7px;min-width:0;min-height:38px;margin:0;padding:0 9px;font-size:13px;display:flex}.cxy-roles__menu-item.is-selected{background:#fbfcfd}.cxy-roles__menu-check{width:16px;height:16px;accent-color:var(--cxy-brand);margin:0}.cxy-roles__form-actions{text-align:right;margin-top:14px}.cxy-roles__btn-brand,.cxy-roles__btn-brand:hover,.cxy-roles__btn-brand:focus{background:var(--cxy-brand);border-color:var(--cxy-brand)}.cxy-roles .ant-table-tbody>tr{cursor:pointer}.cxy-roles .ant-table-tbody>tr.cxy-roles__row--active>td{background:var(--cxy-row-active-bg)!important}.cxy-roles .ant-table-tbody>tr.cxy-roles__row--active>td:first-child{box-shadow:inset 3px 0 0 0 var(--cxy-brand)}.cxy-settings{width:100%;max-width:1040px;margin:0 auto}.cxy-settings__heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.cxy-settings__heading .ant-typography{margin-top:0;margin-bottom:4px}.cxy-settings__card{border-color:#e5e8eb;margin-top:18px}.cxy-settings__number{width:100%}.cxy-settings__actions{justify-content:flex-end;margin-top:20px;padding:18px 0 8px;display:flex}@media (width<=640px){.cxy-settings__heading,.cxy-settings__actions,.cxy-settings__actions .ant-space{flex-direction:column;align-items:stretch}.cxy-settings__actions .ant-btn{width:100%}}
