.glass-card,
.panel,
.metric-card,
.model-status-card,
.capability-card,
.score-tile,
.model-state-panel,
.state-card,
.info-card {
  border-radius: 8px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-header span {
  display: block;
  color: #2563eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-header h3 {
  margin: 4px 0 0;
  color: #0f172a;
  font-size: 18px;
}

.risk-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: capitalize;
}

.risk-low,
.severity-low {
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
}

.risk-medium,
.severity-medium {
  color: #b45309;
  background: rgba(245, 158, 11, 0.15);
}

.risk-high,
.severity-high {
  color: #c2410c;
  background: rgba(249, 115, 22, 0.16);
}

.risk-critical,
.severity-critical {
  color: #b91c1c;
  background: rgba(239, 68, 68, 0.14);
}

.protocol-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  color: #1e3a8a;
  background: rgba(219, 234, 254, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.protocol-pill b {
  color: #0f172a;
}

.mini-chart {
  display: grid;
  gap: 12px;
}

.chart-row {
  display: grid;
  grid-template-columns: minmax(105px, 1fr) minmax(120px, 2fr) 42px;
  gap: 12px;
  align-items: center;
  min-height: 32px;
  color: #334155;
  font-size: 14px;
}

.chart-track {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.9);
}

.chart-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  transition: width 0.5s ease;
}

.alert-mini-table,
.rank-list {
  display: grid;
  gap: 10px;
}

.empty-state {
  margin: 0;
  color: #64748b;
}

.primary-action,
.secondary-action,
.table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.primary-action {
  padding: 10px 14px;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.secondary-action {
  padding: 9px 12px;
  color: #1e40af;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: rgba(219, 234, 254, 0.72);
}

.table-action {
  padding: 7px 10px;
  color: #075985;
  background: rgba(207, 250, 254, 0.72);
}

.summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  color: #1e40af;
  background: rgba(219, 234, 254, 0.64);
  font-size: 13px;
}

.notice-line,
.recommendation-line {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #075985;
  background: rgba(219, 234, 254, 0.78);
  line-height: 1.65;
  font-weight: 700;
}

.table-link {
  color: #1d4ed8;
  font-weight: 800;
  overflow-wrap: anywhere;
}
