html,body,#app{height:100%;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#303133;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px}#app{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f7fa}::-webkit-scrollbar-thumb{background:#dcdfe6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#909399}a{color:#409eff;text-decoration:none}a:hover{text-decoration:underline}.page-container{min-height:calc(100vh - 60px);padding:24px}.card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 12px #0000001a}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.mt-xs{margin-top:4px}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mb-xs{margin-bottom:4px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.ml-xs{margin-left:4px}.ml-sm{margin-left:8px}.ml-md{margin-left:16px}.ml-lg{margin-left:24px}.mr-xs{margin-right:4px}.mr-sm{margin-right:8px}.mr-md{margin-right:16px}.mr-lg{margin-right:24px}.text-primary{color:#303133}.text-regular{color:#606266}.text-secondary{color:#909399}.text-success{color:#67c23a}.text-warning{color:#e6a23c}.text-danger{color:#f56c6c}.text-center{text-align:center}.text-right{text-align:right}.text-bold{font-weight:700}.status-tag{border-radius:4px;padding:2px 8px;font-size:12px;display:inline-block}.status-tag.status-success{color:#67c23a;background:#67c23a1a}.status-tag.status-warning{color:#e6a23c;background:#e6a23c1a}.status-tag.status-danger{color:#f56c6c;background:#f56c6c1a}.status-tag.status-info{color:#409eff;background:#409eff1a}.status-tag.status-muted{color:#909399;background:#f5f7fa}.status-tag.status-purple{color:#9c27b0;background:#9c27b01a}.table-operations{gap:8px;display:flex}.empty-state{color:#909399;flex-direction:column;justify-content:center;align-items:center;padding:64px;display:flex}.empty-state .empty-icon{margin-bottom:16px;font-size:48px}
