@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700&display=swap";:root{--bg-color:#f4f6f8;--surface-color:#fff;--primary-color:#1677ff;--primary-hover:#4096ff;--text-primary:#1f2937;--text-secondary:#6b7280;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #00000008;--shadow-md:0 4px 6px -1px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.ant-layout{background:var(--bg-color)!important}.ant-layout-sider{border-right:1px solid var(--border-color);background:var(--surface-color)!important}.ant-layout-header{border-bottom:1px solid var(--border-color);height:64px;box-shadow:var(--shadow-sm);z-index:10;line-height:64px;background:var(--surface-color)!important;padding:0 24px!important}.enterprise-table .ant-table-thead>tr>th{background:var(--surface-color)!important;color:#6b7280!important;text-transform:uppercase!important;border-bottom:1px solid var(--border-color)!important;padding:12px 16px!important;font-size:13px!important;font-weight:600!important}.enterprise-table .ant-table-tbody>tr>td{border-bottom:1px solid #f3f4f6!important;padding:12px 16px!important}.enterprise-table .ant-table-tbody>tr:hover>td{background:#f9fafb!important}.page-header-title{color:var(--text-primary);align-items:center;margin-bottom:0;font-size:18px;font-weight:600;display:flex}.page-header-title:before{content:"";background-color:var(--primary-color);border-radius:2px;width:4px;height:20px;margin-right:12px;display:inline-block}.enterprise-card{background:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:8px}.enterprise-card .ant-card-head{border-bottom:1px solid var(--border-color);min-height:48px;padding:0 20px}.enterprise-card .ant-card-head-title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}
