.reg-root {
  max-width: 480px;
  margin: 28px auto 64px;
}
.reg-card {
  padding: 28px 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(165deg, rgba(18, 22, 32, 0.94), rgba(12, 14, 20, 0.9));
}
.reg-card--bad {
  border-color: rgba(239, 68, 68, 0.45);
}
.reg-card h1 {
  margin: 4px 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.reg-card > p {
  margin: 0 0 16px;
  line-height: 1.45;
  color: #c8cad0;
}
.reg-bullets {
  margin: 0 0 20px;
  padding: 0 0 0 1.1rem;
  color: #a1a1aa;
  line-height: 1.55;
}
.reg-steam {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.reg-steam img {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
}
.reg-steam strong {
  display: block;
  color: #e8e8ec;
}
.reg-steam .mono {
  font-size: 0.78rem;
  font-family: "JetBrains Mono", monospace;
}
.reg-country-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reg-country-row .input {
  flex: 1;
}
.reg-flag-preview {
  width: 28px;
  height: 21px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
#reg-flag-slot {
  width: 28px;
  min-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
