.infl-signup-username-wrap {
  margin: 1rem 0 1.25rem;
  padding: 0;
}

.infl-signup-username-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.35rem;
}

.infl-signup-username-label .req {
  color: #ee3e96;
}

.infl-signup-username-hint {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0 0 0.5rem;
}

.infl-signup-username-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: #1a1a2a;
  border: 1px solid #374151;
  border-radius: 0.75rem;
  padding: 0 0.75rem;
}

.infl-signup-username-at {
  color: #9ca3af;
  font-weight: 600;
  font-size: 0.95rem;
}

.infl-signup-username-row input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #f9fafb;
  font-size: 0.95rem;
  padding: 0.65rem 0;
  outline: none;
}

.infl-signup-username-status {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  min-height: 1.1rem;
}

.infl-signup-username-status.ok {
  color: #059669;
  font-weight: 600;
}

.infl-signup-username-status.err {
  color: #dc2626;
  font-weight: 600;
}

.infl-signup-username-status.pending {
  color: #6b7280;
}

.infl-signup-username-suggestions {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.infl-signup-username-suggest {
  border: 1px solid #374151;
  background: #111827;
  color: #e5e7eb;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.infl-signup-username-suggest:hover {
  border-color: #ee3e96;
  color: #ee3e96;
}

.infl-idash-hero-name {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.15rem;
}

.infl-idash-hero-username {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin: 0 0 0.35rem;
}

.infl-edit-username-hint {
  font-size: 0.8rem;
  color: #6b7280;
  margin: 0.25rem 0 0;
}

.infl-edit-username-warn {
  font-size: 0.78rem;
  color: #b45309;
  margin: 0.35rem 0 0;
  padding: 0.5rem 0.65rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 0.5rem;
}

.infl-edit-username-status {
  font-size: 0.8rem;
  margin-top: 0.35rem;
  min-height: 1rem;
}

.infl-edit-username-status.ok {
  color: #059669;
  font-weight: 600;
}

.infl-edit-username-status.err {
  color: #dc2626;
  font-weight: 600;
}

.influnet-dash-search-card-username {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin: 0.15rem 0 0;
}
