:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;--app-bg: #eef2f6;--surface: #ffffff;--surface-subtle: #f8fafc;--border: #d8dee9;--border-subtle: #e2e8f0;--ink: #172033;--ink-soft: #334155;--ink-muted: #475569;--ink-faint: #64748b;--track: #f1f5f9;--header-bg: rgba(255, 255, 255, .96);--row-selected: #e6fffb;--row-error: #fff1f0;--warn-bg: #fff7ed;--warn-ink: #9a3412;--danger-bg: #fef2f2;--danger-ink: #991b1b;--brand: #0f766e;color:var(--ink);background:var(--app-bg)}[data-theme=dark]{--app-bg: #0b1220;--surface: #131c2e;--surface-subtle: #1a2438;--border: #2b3648;--border-subtle: #243043;--ink: #e5eaf2;--ink-soft: #cbd5e1;--ink-muted: #94a3b8;--ink-faint: #7c8aa0;--track: #273347;--header-bg: rgba(15, 20, 32, .92);--row-selected: #0c3b34;--row-error: #3a1a1a;--warn-bg: #3a2712;--warn-ink: #fbbf24;--danger-bg: #3a1717;--danger-ink: #fca5a5}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--app-bg)}#root{min-height:100vh}button,input{font:inherit}.app-layout{min-height:100vh}.auth-loading{min-height:100vh;display:grid;place-items:center;background:var(--app-bg)}.route-loading{min-height:280px;display:grid;place-items:center}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--app-bg)}.login-panel{width:min(420px,100%);display:grid;gap:18px;padding:24px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.login-brand{display:flex;align-items:center;gap:12px}.login-brand h3.ant-typography{margin:0 0 2px}.app-sider{position:sticky;top:0;height:100vh;overflow:hidden;border-right:1px solid var(--border);background:#111827!important}.brand{height:64px;display:flex;align-items:center;gap:12px;padding:0 16px;color:#f8fafc;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:6px;background:var(--brand);color:#fff;font-size:14px;font-weight:800}.brand strong,.brand span{display:block;line-height:1.2}.brand span{margin-top:2px;color:#cbd5e1;font-size:12px}.side-nav{display:grid;gap:4px;padding:12px 10px}.side-nav a{min-height:40px;display:flex;align-items:center;gap:12px;padding:0 12px;border-radius:6px;color:#cbd5e1;text-decoration:none;white-space:nowrap}.side-nav a:hover{color:#fff;background:#ffffff14}.side-nav a.active{color:#fff;background:var(--brand)}.app-header{position:sticky;z-index:20;top:0;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid var(--border);background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-title{min-width:180px}.page-title .ant-typography{display:block;margin:0;line-height:1.2}.page-title h4.ant-typography{margin-top:2px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.global-search{width:min(38vw,420px);min-width:220px}.user-chip{height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--ink-soft);font-size:13px;white-space:nowrap;cursor:pointer}.app-content{min-height:calc(100vh - 64px);padding:20px;background:var(--app-bg)}.page-frame{display:grid;gap:16px}.page-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{min-height:112px;border-radius:8px}.metric-card .ant-statistic-title{margin-bottom:10px;color:var(--ink-muted);font-size:13px}.metric-card .ant-statistic-content{color:var(--ink)}.tone-green{border-top:4px solid #0f766e}.tone-blue{border-top:4px solid #2563eb}.tone-amber{border-top:4px solid #d97706}.tone-red{border-top:4px solid #dc2626}.surface,.queue-column{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:16px}.section-header{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-header h5.ant-typography{margin:0}.toolbar-row{display:grid;grid-template-columns:minmax(220px,1fr) 190px 190px;gap:10px}.detail-panel{min-height:100%}.info-line{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid var(--border-subtle)}.info-line span:last-child{text-align:right}.progress-stack{display:grid;gap:14px}.progress-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:6px;background:var(--surface-subtle)}.progress-line.warning{background:var(--warn-bg);color:var(--warn-ink)}.progress-line.danger{background:var(--danger-bg);color:var(--danger-ink)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.inventory-panel{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.bar-list{display:grid;gap:12px;padding-top:4px}.bar-row{display:grid;grid-template-columns:minmax(88px,170px) 1fr auto;align-items:center;gap:12px}.bar-label{font-size:13px;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{height:12px;background:var(--track);border-radius:4px;overflow:hidden}.bar-fill{height:100%;min-width:3px;border-radius:4px;transition:width .35s ease}.bar-value{min-width:44px;text-align:right;font-size:13px;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums}.bar-empty{padding:10px 0;font-size:13px;color:var(--ink-faint)}.warehouse-card{min-height:188px;border-radius:8px}.warehouse-card h5.ant-typography{margin:0}.inventory-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.inventory-header h4.ant-typography{margin:0 0 6px}.full-width{width:100%}.table-row-error>td{background:var(--row-error)!important}.table-row-selected>td{background:var(--row-selected)!important}.ticket-row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--surface-subtle)}.ticket-row span{display:block}.mobile-record-list,.mobile-record-list .ant-list-items{display:grid;gap:10px}.mobile-record-list-item{display:block!important;padding:0!important;border-block-end:0!important}.mobile-record-card{width:100%;display:grid;gap:10px;padding:12px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface-subtle);color:inherit;font:inherit;text-align:left;cursor:pointer}button.mobile-record-card{-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-record-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-record-title{min-width:0;display:block;font-weight:700;color:var(--ink);overflow-wrap:anywhere}.mobile-record-subtitle{display:block;margin-top:2px;color:var(--ink-muted);font-size:12px;overflow-wrap:anywhere}.mobile-record-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.mobile-record-field{min-width:0;display:grid;gap:2px}.mobile-record-field span:first-child{color:var(--ink-faint);font-size:11px}.mobile-record-field span:last-child{color:var(--ink-soft);font-size:13px;overflow-wrap:anywhere}.mobile-record-actions{display:flex;gap:8px;flex-wrap:wrap}.mobile-record-actions .ant-btn{flex:1 1 120px}.mobile-record-pagination{display:flex;justify-content:center;margin-top:12px}.upload-zone{min-height:150px;display:flex;align-items:center;gap:18px;padding:24px;border:1px dashed var(--border);border-radius:8px;background:var(--surface)}.upload-zone .anticon{color:var(--brand);font-size:42px}.upload-zone h4.ant-typography{margin:0 0 6px}.scan-card{overflow:hidden}.scan-viewfinder{position:relative;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:14px;border-radius:8px;background:#020617}.scan-video{width:100%;height:100%;display:block;object-fit:cover}.scan-frame{position:absolute;top:20%;right:20%;bottom:20%;left:20%;border:2px solid #14b8a6;border-radius:8px;box-shadow:0 0 0 999px #02061752;pointer-events:none}.scan-frame:after{content:"";position:absolute;left:10%;right:10%;top:50%;height:2px;background:#f43f5e;box-shadow:0 0 12px #f43f5eb8}.scan-top-actions{justify-content:flex-end}.scan-serial-actions .ant-btn{min-width:72px}.scan-serial-list .ant-list-item{align-items:stretch;padding-inline:0}.ant-table-wrapper{overflow:hidden}.ant-table-thead>tr>th{white-space:nowrap}.ant-card-body{padding:16px!important}.ant-table-wrapper{max-width:100%}.ant-table-content,.ant-table-body{scrollbar-width:thin}.ant-table-cell{vertical-align:top}.ant-form-item{margin-bottom:14px}@media (max-width: 1100px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.global-search{display:none}}@media (max-width: 760px){body{overflow-x:hidden}.app-sider{display:none}.app-header{height:56px;gap:8px;padding:0 12px}.app-header .ant-space{min-width:0}.app-content{min-height:calc(100vh - 56px);padding:8px}.page-title{min-width:0;max-width:calc(100vw - 148px)}.page-title .ant-typography-secondary{display:none}.page-title h4.ant-typography{max-width:100%;overflow:hidden;font-size:16px;white-space:nowrap;text-overflow:ellipsis}.header-actions{gap:6px}.header-actions>.ant-btn,.header-actions>.ant-badge{display:none}.page-frame{gap:8px}.page-actions{position:sticky;z-index:15;top:56px;margin:-8px -8px 0;padding:8px;border-bottom:1px solid var(--border);background:var(--app-bg)}.page-actions,.page-actions .ant-space,.scan-top-actions{width:100%}.scan-top-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.scan-top-actions .ant-space-item,.scan-top-actions .ant-btn{width:100%}.scan-card{margin-inline:-2px}.scan-viewfinder{height:min(48vh,430px);min-height:300px;aspect-ratio:auto;margin:-2px -2px 12px;border-radius:8px}.scan-frame{top:28%;right:8%;bottom:28%;left:8%}.scan-serial-actions{width:100%;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important}.scan-serial-actions .ant-space-item,.scan-serial-actions .ant-btn{width:100%}.metric-grid,.toolbar-row{grid-template-columns:1fr}.user-chip span{display:none}.page-actions{justify-content:flex-start}.page-actions>*{min-width:0}.page-actions>.ant-btn{flex:1 1 calc(50% - 4px);min-width:0}.ant-btn>span:not(.anticon){min-width:0;overflow:hidden;text-overflow:ellipsis}.page-actions>.ant-space,.page-actions .ant-space{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.page-actions .ant-space-item,.page-actions .ant-btn,.page-actions .ant-select,.page-actions .ant-input-affix-wrapper,.page-actions .ant-picker{width:100%}.section-header{align-items:flex-start;flex-direction:column;gap:8px}.section-header>*{width:100%}.section-header .ant-space,.section-header .ant-btn{width:100%}.surface,.queue-column{padding:12px}.metric-card{min-height:92px}.metric-card .ant-statistic-title{min-height:auto;margin-bottom:6px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.info-line{display:grid;gap:4px}.info-line span:last-child{text-align:left;font-weight:600}.bar-row{grid-template-columns:1fr auto;gap:8px}.bar-track{grid-column:1 / -1;order:3}.upload-zone{align-items:flex-start;flex-direction:column;min-height:0;padding:16px}.ant-card{border-radius:8px}.ant-card-body{padding:12px!important}.ant-table-wrapper{margin-inline:-4px;overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{font-size:13px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:10px 8px!important}.ant-table-pagination{align-items:stretch!important;justify-content:center!important;margin:12px 0 0!important}.ant-pagination-options{display:none!important}.ant-modal{top:0;max-width:100vw;margin:0;padding-bottom:0}.ant-modal-wrap{padding:0}.ant-modal-content{min-height:100dvh;border-radius:0!important}.ant-modal-body{max-height:calc(100dvh - 132px);overflow:auto;padding:12px!important}.ant-modal-header,.ant-modal-footer{padding-inline:12px!important}.ant-drawer-content-wrapper{width:min(86vw,320px)!important}.ant-form-item{margin-bottom:12px}.ant-form .ant-row{row-gap:0!important}.ant-picker,.ant-input-number,.ant-select,.ant-input-affix-wrapper,.ant-input{max-width:100%}.ant-btn{min-height:36px}.ant-tabs-nav{max-width:100%;overflow-x:auto;overflow-y:hidden;margin-bottom:10px!important;-webkit-overflow-scrolling:touch}.ant-tabs,.ant-tabs-content-holder,.ant-tabs-content,.ant-tabs-tabpane{max-width:100%;min-width:0}.ant-tabs-nav-list{min-width:max-content}.ant-tabs-tab{flex:0 0 auto}.ant-tabs-nav:before,.ant-tabs-nav-operations{display:none!important}.ant-alert{align-items:flex-start}.ant-alert-action{margin-inline-start:0!important;margin-top:8px}.login-page{align-items:start;padding:14px}.login-panel{margin-top:7vh;padding:18px}.login-brand{align-items:flex-start}.login-brand h3.ant-typography{font-size:20px}}
