.home-supported-coverage {
  margin-top: 0.85rem;
  padding: 0.72rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(99, 255, 226, 0.08), rgba(37, 99, 235, 0.05)),
    rgba(15, 23, 42, 0.48);
}

.home-supported-coverage__header {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
  margin-bottom: 0.55rem;
  color: var(--fg);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-supported-coverage__header strong {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: right;
  text-transform: none;
}

.home-supported-coverage__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.home-supported-coverage__row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  padding: 0.42rem 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 10px;
  background: rgba(2, 6, 23, 0.34);
}

.home-supported-coverage__network {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-supported-coverage__network img,
.home-supported-coverage__initials,
.chain-logo-fallback {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex: 0 0 auto;
}

.home-supported-coverage__initials,
.chain-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.96), rgba(15, 23, 42, 0.9));
  color: #dbeafe;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.search-filter .chain-logo-fallback {
  width: 18px;
  height: 18px;
  font-size: 0.5rem;
}

.chain-dropdown-item .chain-logo-fallback {
  width: 22px;
  height: 22px;
}

.home-supported-coverage__network strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-supported-coverage__network strong {
  color: var(--fg);
  font-size: 0.78rem;
  font-weight: 800;
}

.home-supported-coverage__badges {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 0.25rem;
}

.home-supported-coverage__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.13rem 0.38rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(148, 163, 184, 0.12);
  color: #e2e8f0;
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.home-supported-coverage__badge--sanctions {
  background: rgba(220, 38, 38, 0.16);
  color: #fecaca;
  border-color: rgba(248, 113, 113, 0.38);
}

.home-supported-coverage__badge--blacklists {
  background: rgba(59, 130, 246, 0.17);
  color: #bfdbfe;
  border-color: rgba(96, 165, 250, 0.36);
}

.home-supported-coverage__badge--whitelists {
  background: rgba(16, 185, 129, 0.14);
  color: #a7f3d0;
  border-color: rgba(52, 211, 153, 0.32);
}

.home-supported-coverage p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

[data-theme="light"] .home-supported-coverage {
  background:
    linear-gradient(135deg, rgba(8, 145, 178, 0.08), rgba(37, 99, 235, 0.04)),
    rgba(255, 255, 255, 0.88);
}

[data-theme="light"] .home-supported-coverage__row {
  background: rgba(248, 250, 252, 0.82);
}

[data-theme="light"] .home-supported-coverage__badge {
  color: #334155;
}

[data-theme="light"] .home-supported-coverage__badge--sanctions {
  color: #b91c1c;
}

[data-theme="light"] .home-supported-coverage__badge--blacklists {
  color: #1d4ed8;
}

[data-theme="light"] .home-supported-coverage__badge--whitelists {
  color: #047857;
}

@media (max-width: 640px) {
  .home-supported-coverage__header {
    flex-direction: column;
    gap: 0.25rem;
  }

  .home-supported-coverage__header strong {
    text-align: left;
  }

  .home-supported-coverage__grid {
    max-height: 240px;
  }
}
