.lvl-trust {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(11, 18, 32, 0.95);
  color: #e8eefc;
  font-family: Inter, system-ui, sans-serif;
  max-width: 560px;
}
.lvl-trust-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.lvl-trust-title { font-weight: 700; font-size: 1rem; }
.lvl-trust-muted { color: #94a3b8; font-size: 12.5px; line-height: 1.45; margin: 0.35rem 0 0; }
.lvl-trust-comp { text-align: right; }
.lvl-trust-score { font-size: 1.6rem; font-weight: 800; color: #a5b4fc; line-height: 1; }
.lvl-trust-label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #86efac;
}
.lvl-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
@media (max-width: 520px) {
  .lvl-trust-grid { grid-template-columns: 1fr; }
}
.lvl-trust-card {
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  background: rgba(15, 23, 42, 0.85);
}
.lvl-trust-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
.lvl-trust-card-top span:last-child { color: #c7d2fe; font-size: 13px; text-transform: none; letter-spacing: 0; }
.lvl-trust-badge {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid;
  border-radius: 8px;
  padding: 0.25rem 0.45rem;
  display: inline-block;
}
.lvl-trust-hint { font-size: 11px; color: #8494b3; margin-top: 6px; line-height: 1.35; }
.lvl-trust-chips { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.lvl-trust-chip {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.2);
  color: #c7d2fe;
}
.lvl-trust-link { display: inline-block; margin-top: 10px; font-size: 12px; color: #93c5fd; }
