:root{--erp-primary: #1a56db;--erp-primary-light: #3b82f6;--erp-primary-dark: #1e40af;--erp-success: #16a34a;--erp-warning: #f59e0b;--erp-danger: #dc2626;--erp-info: #0891b2;--erp-bg: #f5f7fa;--erp-bg-container: #ffffff;--erp-text: #1f2937;--erp-text-secondary: #6b7280;--erp-border: #e5e7eb;--erp-card-shadow: 0 1px 3px rgba(0, 0, 0, .1);--erp-card-shadow-hover: 0 4px 12px rgba(0, 0, 0, .12);--erp-radius: 8px;--erp-radius-lg: 12px;--erp-spacing: 24px;--erp-gradient-primary: linear-gradient(135deg, #1a56db 0%, #2563eb 50%, #1e40af 100%);--erp-gradient-success: linear-gradient(135deg, #16a34a 0%, #15803d 100%);--erp-gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--erp-gradient-danger: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);--erp-gradient-info: linear-gradient(135deg, #0891b2 0%, #0e7490 100%)}body{background:var(--erp-bg);color:var(--erp-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}::-webkit-scrollbar-track{background:transparent}@media (max-width: 768px){.erp-hide-mobile{display:none!important}.erp-mobile-full{width:100%!important}.erp-mobile-stack{flex-direction:column!important}.erp-mobile-stack>*{width:100%!important;margin-bottom:12px}.erp-mobile-stack>*:last-child{margin-bottom:0}.ant-table-cell{padding-left:8px!important;padding-right:8px!important}}@media (max-width: 1200px) and (min-width: 769px){.erp-hide-tablet{display:none!important}}.erp-stat-card{position:relative;overflow:hidden;border-radius:var(--erp-radius-lg);border:none;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.erp-stat-card:hover{transform:translateY(-2px);box-shadow:var(--erp-card-shadow-hover)}.erp-stat-card .ant-statistic-content,.erp-stat-card .ant-statistic-title,.erp-stat-card .ant-typography{color:#fff!important}.erp-stat-card .ant-statistic-content-value{color:#fff}.erp-stat-card .ant-card-body{position:relative;z-index:1}.erp-stat-card:after{content:"";position:absolute;top:-40px;right:-40px;width:140px;height:140px;border-radius:50%;background:#ffffff1f;pointer-events:none}.erp-stat-card-primary{background:var(--erp-gradient-primary)}.erp-stat-card-success{background:var(--erp-gradient-success)}.erp-stat-card-warning{background:var(--erp-gradient-warning)}.erp-stat-card-info{background:var(--erp-gradient-info)}.erp-stat-card-danger{background:var(--erp-gradient-danger)}.erp-mobile-drawer .ant-drawer-body{padding:0;background:#001529}.erp-batch-bar{background:#e6f4ff;border:1px solid #91caff;border-radius:var(--erp-radius);padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.erp-todo-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--erp-border)}.erp-todo-item:last-child{border-bottom:none}.erp-todo-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}body.erp-dark,[data-theme=dark] body{--erp-bg: #0f172a;--erp-bg-container: #1f1f1f;--erp-text: #e5e7eb;--erp-text-secondary: #9ca3af;--erp-border: #374151;--erp-card-shadow: 0 1px 3px rgba(0, 0, 0, .4);--erp-card-shadow-hover: 0 4px 12px rgba(0, 0, 0, .55)}body.erp-dark{background:var(--erp-bg);color:var(--erp-text)}body.erp-dark .erp-batch-bar{background:#1a56db2e;border-color:#1a56db73;color:var(--erp-text)}body.erp-dark ::-webkit-scrollbar-thumb{background:#ffffff2e}body.erp-dark ::-webkit-scrollbar-thumb:hover{background:#ffffff52}.erp-global-search-section-title{font-size:12px;color:var(--erp-text-secondary);padding:8px 12px 4px;text-transform:uppercase;letter-spacing:.5px}.erp-global-search-item{padding:8px 12px;margin:2px 6px;border-radius:6px;cursor:pointer;transition:background .15s ease}.erp-global-search-item:hover,.erp-global-search-item.active{background:#1a56db1a}body.erp-dark .erp-global-search-item:hover,body.erp-dark .erp-global-search-item.active{background:#3b82f62e}.erp-mobile-tabbar,.erp-mobile-fab{display:none}@media (max-width: 768px){.erp-mobile-tabbar{display:flex!important;position:fixed;bottom:0;left:0;right:0;height:56px;background:var(--erp-bg-container);border-top:1px solid var(--erp-border);z-index:100;align-items:center;justify-content:space-around;box-shadow:0 -2px 8px #0000000f}.erp-mobile-tabbar-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;color:var(--erp-text-secondary);cursor:pointer;padding:6px 0;transition:color .15s ease}.erp-mobile-tabbar-item.active{color:var(--erp-primary)}.erp-mobile-tabbar-item .anticon{font-size:20px}.erp-mobile-fab{display:flex!important;position:fixed;right:16px;bottom:72px;z-index:90;width:52px;height:52px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 4px 14px #1a56db66;cursor:pointer}.erp-content-mobile{padding-bottom:64px!important}.erp-hide-mobile{display:none!important}}@media (max-width: 768px){.ant-table-wrapper{-webkit-overflow-scrolling:touch}}.erp-multi-tabs .ant-tabs-nav{margin:0!important;padding:0 8px;background:var(--erp-bg-container);border-bottom:1px solid var(--erp-border)}.erp-multi-tabs .ant-tabs-tab{padding:6px 14px!important}.erp-breadcrumb-link{cursor:pointer;color:var(--erp-text-secondary);transition:color .15s ease}.erp-breadcrumb-link:hover{color:var(--erp-primary, #1a56db)}.ant-modal{top:20px!important;padding-bottom:0!important}.ant-modal-content{max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden}.ant-modal-header{flex-shrink:0}.ant-modal-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;min-height:0}.ant-modal-footer{flex-shrink:0;z-index:1}@media (max-width: 768px){.ant-modal{top:10px!important;margin:0!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important}.ant-modal-content{max-height:calc(100vh - 20px)}}
