@charset "UTF-8";html,body,#app{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--bg-color: #f5f7fa;--sidebar-width: 200px;--header-height: 60px}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#333;background-color:var(--bg-color)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-track{background:#f1f1f1}.page-container{padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a;padding:20px;margin-bottom:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #ebeef5}.page-header h2{font-size:18px;font-weight:600;color:#303133}.table-toolbar{display:flex;gap:10px;margin-bottom:15px}.search-form{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:20px;background:#fafafa;border-radius:8px}.search-form .el-form-item{margin-bottom:0}.status-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:12px}.status-tag.success{background:#f0f9eb;color:#67c23a}.status-tag.warning{background:#fdf6ec;color:#e6a23c}.status-tag.danger{background:#fef0f0;color:#f56c6c}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}
