@import url('smart_money_score.css');

.sm-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sm-section-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fg-subtle);
}

.sm-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.sm-section-hint {
  margin: 0;
  font-size: 11px;
  color: var(--fg-muted);
}

.sm-flows-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
}

.sm-time {
  white-space: nowrap;
  font-size: 11px;
  color: var(--fg-muted);
}

.sm-chain {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--fg-subtle);
  margin-left: 4px;
}

.sm-direction {
  font-size: 11px;
  line-height: 1.4;
}

.sm-arrow {
  color: var(--fg-subtle);
  margin: 0 4px;
}

.sm-entity-exchange {
  color: var(--accent-emphasis);
}

.sm-entity-wallet {
  color: var(--fg-default);
}

.sm-signal {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 999px;
  border: 1px solid var(--success-muted);
  color: var(--success);
}

.sm-hash {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  text-decoration: none;
}

.sm-hash:hover {
  text-decoration: underline;
}
