:root {
  --text: var(--white);
  --shadow-soft: var(--shadow);
}

.server-address {
  color: var(--gold);
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.95em;
  word-break: break-word;
}

.join-guide .section-heading p {
  max-width: 780px;
}

.join-steps .feature-card {
  display: flex;
  flex-direction: column;
}

.join-step-button {
  margin-top: auto;
}

.join-address {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 10px;
  border: 1px solid rgba(244, 197, 66, 0.28);
  border-radius: 12px;
  background: rgba(244, 197, 66, 0.08);
}

.shop-trust-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(244, 197, 66, 0.28);
  border-radius: 18px;
  background: rgba(244, 197, 66, 0.08);
  color: var(--muted);
}
