/* 🔄 开放式本地 LLM 跨家族 8 维横评与竞品动态热替换控制中枢 (ADR-0493) 专属样式 */
.hot-swap-section {
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px;
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.hot-swap-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
}

.hot-swap-table th {
  padding: 10px 12px;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  color: #475569;
  font-weight: 700;
}

.hot-swap-table td {
  padding: 10px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

.hot-swap-table tr:hover {
  background: #f8fafc !important;
}

.hot-swap-btn {
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  transition: all 0.2s;
}

body.theme-dark .hot-swap-section {
  background: #0f172a !important;
  border-color: #334155 !important;
}

body.theme-dark .hot-swap-table {
  color: #e2e8f0;
}

body.theme-dark .hot-swap-table th {
  background: #1e293b !important;
  border-bottom-color: #334155 !important;
  color: #94a3b8 !important;
}

body.theme-dark .hot-swap-table td {
  border-bottom-color: #1e293b !important;
  background: transparent !important;
}

body.theme-dark .hot-swap-table tr:hover {
  background: #1e293b !important;
}
