@charset "UTF-8";html,body,#app{height:100%;margin:0;padding:0}:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--bg-color: #f5f7fa;--sidebar-bg: #304156;--sidebar-text: #bfcbd9;--sidebar-active-bg: #263445}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:14px;color:#333;background-color:var(--bg-color)}a{color:var(--primary-color);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.flex{display:flex}.flex-1{flex:1}.flex-center{display:flex;align-items:center;justify-content:center}.text-center{text-align:center}.text-right{text-align:right}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.ml-10{margin-left:10px}.mr-10{margin-right:10px}.page-container{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-header .page-title{font-size:18px;font-weight:600;color:#303133;margin:0}.filter-container{background:#fff;padding:20px;border-radius:4px;margin-bottom:20px;box-shadow:0 1px 4px #00000014}.table-container{background:#fff;padding:20px;border-radius:4px;box-shadow:0 1px 4px #00000014}.pagination-container{display:flex;justify-content:flex-end;margin-top:20px}.status-tag.active{color:#67c23a}.status-tag.inactive{color:#909399}.status-tag.pending{color:#e6a23c}.status-tag.error{color:#f56c6c}.stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}@media (max-width: 1200px){.stat-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stat-cards{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:4px;padding:20px;box-shadow:0 1px 4px #00000014}.stat-card .stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.stat-card .stat-title{font-size:14px;color:#909399}.stat-card .stat-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px}.stat-card .stat-icon.primary{background:#409eff1a;color:#409eff}.stat-card .stat-icon.success{background:#67c23a1a;color:#67c23a}.stat-card .stat-icon.warning{background:#e6a23c1a;color:#e6a23c}.stat-card .stat-icon.danger{background:#f56c6c1a;color:#f56c6c}.stat-card .stat-value{font-size:28px;font-weight:600;color:#303133}.stat-card .stat-footer{margin-top:10px;font-size:12px;color:#909399}.stat-card .stat-footer .trend{margin-left:5px}.stat-card .stat-footer .trend.up{color:#67c23a}.stat-card .stat-footer .trend.down{color:#f56c6c}#nprogress .bar{background:var(--primary-color)!important}#nprogress .peg{box-shadow:0 0 10px var(--primary-color),0 0 5px var(--primary-color)!important}
