.E3rTNw38PBZPPI6ExWVx {
  --fh-black: #232226;
  --fh-blush: #d9848b;
  --fh-muted: #6b7280;
  --fh-border: #d1d5db;
  --fh-error: #991b1b;
  --fh-white: #fff;
  --fh-primary: #b0b0b0;
  font-family:
    "Libre Franklin",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  color: var(--fh-black);
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}
.E3rTNw38PBZPPI6ExWVx *,
.E3rTNw38PBZPPI6ExWVx *::before,
.E3rTNw38PBZPPI6ExWVx *::after {
  box-sizing: border-box;
}

.vAP09MroCoFCTA64qmK9 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 24px;
  margin: 0;
  color: var(--fh-primary);
}
.SjfjAN7sECEdJ5LOC8Eb {
  text-align: center;
  color: var(--fh-muted);
  margin: -8px 0 24px;
}

.N9PfGdD2Kfr6oIBOm2MS {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.H1_sKo3Y2_Hmwicai4vV {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.XLvuCZBLm6eo25_2Th7l {
  width: 100%;
  height: 56px;
  border: 1px solid var(--fh-border);
  border-radius: 8px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 16px;
  color: var(--fh-black);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}
.XLvuCZBLm6eo25_2Th7l:focus {
  border-color: var(--fh-black);
}
.XLvuCZBLm6eo25_2Th7l::placeholder {
  color: #9ca3af;
}
.EVfoI51B9KBxs2IpNbP9 {
  border-color: var(--fh-error);
}

.KJWyg7k8wLZr9AHhgZKC {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--fh-error);
  font-size: 12px;
}

.DbA0sz3MLjQP1SYZO0GU {
  margin-top: 16px;
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 100px;
  background: var(--fh-blush);
  color: var(--fh-black);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.DbA0sz3MLjQP1SYZO0GU:hover:not(:disabled) {
  opacity: 0.9;
}
.DbA0sz3MLjQP1SYZO0GU:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.duAzWppmLZfpypKmApE8 {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
.zSmJv7i8WsTEOctMscww {
  color: var(--fh-white);
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
}
.dMUkTB930mbY2QHGsd45 {
  color: var(--fh-primary);
  margin: 0;
}

.Hv3909nsPizyOlm9Q_tL {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fh-error);
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  z-index: 1000;
  font-size: 14px;
  cursor: pointer;
}

