
.admin-root[data-v-261a79e1] {
  min-height: 100vh;
}


.login-wrap[data-v-14c2a4d8] {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1f2a44 0%, #3d4f7a 100%);
}
.login-card[data-v-14c2a4d8] {
  width: 400px;
  max-width: 92vw;
}
.login-title[data-v-14c2a4d8] {
  margin: 0 0 8px;
  text-align: center;
  font-size: 22px;
  color: #303133;
}
.login-sub[data-v-14c2a4d8] {
  margin: 0 0 24px;
  text-align: center;
  font-size: 13px;
  color: #909399;
}


.layout[data-v-3dce1ec2] {
  min-height: 100vh;
}
.aside[data-v-3dce1ec2] {
  background: #1f2a44;
}
.logo[data-v-3dce1ec2] {
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.aside .el-menu[data-v-3dce1ec2] {
  border-right: none;
}
.header[data-v-3dce1ec2] {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  z-index: 1;
}
.breadcrumb[data-v-3dce1ec2] {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}
.header-right[data-v-3dce1ec2] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account[data-v-3dce1ec2] {
  color: #606266;
  font-size: 13px;
}
.logout-btn[data-v-3dce1ec2] {
  color: #409eff;
}
.main[data-v-3dce1ec2] {
  padding: 20px;
  background: #f0f2f5;
  min-height: calc(100vh - 60px);
}


.stat-label[data-v-02aec3c4] {
  font-size: 14px;
  color: #606266;
  margin-bottom: 8px;
}
.stat-link[data-v-02aec3c4] {
  color: #409eff;
  text-decoration: none;
  font-size: 14px;
}
.stat-link[data-v-02aec3c4]:hover {
  text-decoration: underline;
}
.hint-card[data-v-02aec3c4] {
  margin-top: 20px;
  color: #606266;
  font-size: 13px;
  line-height: 1.7;
}
.hint-card code[data-v-02aec3c4] {
  background: #f4f4f5;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
}


.tip[data-v-faf526d4] { margin-top: 12px; font-size: 13px; color: #909399;
}
.tip code[data-v-faf526d4] { background: #f4f4f5; padding: 2px 6px; border-radius: 4px;
}


.admin-import-upload[data-v-264a9e45] {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}


.admin-import-upload[data-v-6980cf5f] {
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
}


.muted[data-v-6e832083] { color: #909399; font-size: 12px;
}


.tip[data-v-dd4abfc0] { margin-top: 12px; font-size: 13px; color: #909399; line-height: 1.6;
}
.tip code[data-v-dd4abfc0] { background: #f4f4f5; padding: 2px 6px; border-radius: 4px;
}
.op-placeholder[data-v-dd4abfc0] { color: #c0c4cc;
}


.operation-logs .toolbar-range[data-v-7e1a19de] {
  width: 380px;
  max-width: 100%;
}
.operation-logs .toolbar-keyword[data-v-7e1a19de] {
  width: 220px;
  min-width: 140px;
}
.logs-table[data-v-7e1a19de] {
  width: 100%;
}
.logs-pagination[data-v-7e1a19de] {
  margin-top: 16px;
  text-align: right;
}


.dict-hint[data-v-4f9b6e68] {
  margin: -8px 0 16px;
  font-size: 13px;
  color: #909399;
}
.dict-card[data-v-4f9b6e68] {
  border-radius: 8px;
  margin-bottom: 16px;
}
.dict-card[data-v-4f9b6e68] .el-card__header {
  padding: 12px 16px;
}
.dict-card-head[data-v-4f9b6e68] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 600;
  color: #303133;
}
.dict-active-label[data-v-4f9b6e68] {
  font-size: 13px;
  font-weight: 500;
  color: #409eff;
}
.dict-active-label.muted[data-v-4f9b6e68] {
  color: #c0c4cc;
  font-weight: 400;
}
.dict-inner-toolbar[data-v-4f9b6e68] {
  margin-top: 0;
}
.dict-group-table[data-v-4f9b6e68] {
  width: 100%;
}
.dict-group-table[data-v-4f9b6e68] tbody tr {
  cursor: pointer;
}
.dict-pagination[data-v-4f9b6e68] {
  margin-top: 12px;
  text-align: right;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  background: #f0f2f5;
}

.admin-page-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}

.admin-toolbar {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

