/* 自定义样式 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.login-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card {
  width: 360px;
  max-width: 92vw;
}

.navbar-brand {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card {
  border: none;
}

.card-header {
  font-weight: 600;
  background: #f8f9fa;
}

.table thead th {
  font-size: 0.85rem;
  color: #6c757d;
}

.progress-bar {
  font-size: 0.8rem;
  line-height: 24px;
}
