#app{height:100vh;overflow:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}#app{height:100%}::-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-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{flex-direction:column}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.mr-8{margin-right:8px}.mr-16{margin-right:16px}.p-16{padding:16px}.p-24{padding:24px}.status-tag{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid}.status-tag--success{color:#67c23a;background-color:#f0f9ff;border-color:#b3d8ff}.status-tag--warning{color:#e6a23c;background-color:#fdf6ec;border-color:#f5dab1}.status-tag--danger{color:#f56c6c;background-color:#fef0f0;border-color:#fbc4c4}.status-tag--info{color:#909399;background-color:#f4f4f5;border-color:#d3d4d6}.stats-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 4px #0000001a;border:1px solid #ebeef5}.stats-card__title{font-size:14px;color:#666;margin-bottom:8px}.stats-card__value{font-size:32px;font-weight:700;color:#333;margin-bottom:8px}.stats-card__change{font-size:12px;display:flex;align-items:center}.stats-card__change--up{color:#67c23a}.stats-card__change--down{color:#f56c6c}.el-table .cell{line-height:1.5}.el-table__empty-text{color:#909399}.chart-container{width:100%;height:300px;background:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.stats-card{padding:16px}.stats-card__value{font-size:24px}.chart-container{height:250px;padding:12px}}.dark .stats-card{background:var(--el-bg-color);border-color:var(--el-border-color);color:var(--el-text-color-primary)}.dark .chart-container{background:var(--el-bg-color);border-color:var(--el-border-color)}
