:root{--primary-color: #1890ff;--success-color: #52c41a;--warning-color: #faad14;--error-color: #f5222d;--text-color: #262626;--text-secondary: #8c8c8c;--bg-color: #f0f2f5;--card-radius: 10px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color)}#root{min-height:100vh}.ant-card{border-radius:var(--card-radius)!important;box-shadow:var(--shadow-sm)!important;border:1px solid rgba(0,0,0,.06)!important;transition:box-shadow .2s ease}.ant-card:hover{box-shadow:var(--shadow-md)!important}.ant-card-head{border-bottom:1px solid #f0f0f0!important;min-height:44px!important}.ant-card-head-title{font-weight:600!important;font-size:14px!important}.ant-table{font-size:13px!important}.ant-table-thead>tr>th{background:#fafafa!important;font-weight:600!important;font-size:12px!important;color:#666!important;text-transform:uppercase;letter-spacing:.5px}.ant-table-tbody>tr:hover>td{background:#f0f7ff!important}.ant-table-row-selected>td{background:#e6f4ff!important}.ant-tag{border-radius:4px!important;font-size:11px!important}.ant-btn{border-radius:6px!important;font-size:13px!important}.ant-drawer-header{border-bottom:1px solid #f0f0f0!important;padding:16px 20px!important}.ant-drawer-body{padding:20px!important}.ant-modal-header{border-radius:10px 10px 0 0!important}.ant-modal-content{border-radius:10px!important}.ant-table-row-selected-row-key{background:#e6f4ff!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}
