.painted-wilds-auth {
  background: #101c24;
  color: #f4ebcf;
  display: grid;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  grid-template-rows: auto 1fr auto;
  margin: 0;
  min-height: 100vh;
}

.wilds-auth-header,
.wilds-auth-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 5vw, 4rem);
}

.wilds-auth-brand,
.wilds-auth-play,
.wilds-auth-footer a { color: inherit; text-decoration: none; }

.wilds-auth-brand {
  align-items: center;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  gap: 0.55rem;
}

.wilds-auth-brand span:first-child { color: #f1bf5b; }

.wilds-auth-play,
.painted-wilds-auth .button {
  background: #f1bf5b;
  border: 0;
  border-radius: 999px;
  color: #172027;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0.7rem 1.15rem;
}

.wilds-auth-main { margin: auto; padding: 3rem 1.25rem 5rem; width: min(100%, 38rem); }

.painted-wilds-auth .auth-card,
.painted-wilds-auth .account-settings-card {
  background: rgba(22, 39, 48, 0.96);
  border: 1px solid rgba(241, 191, 91, 0.35);
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.3);
  max-width: none;
  padding: clamp(1.5rem, 5vw, 3rem);
}

.painted-wilds-auth .auth-card h1,
.painted-wilds-auth .page-header h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  line-height: 1;
  margin: 0;
}

.painted-wilds-auth .eyebrow { color: #f1bf5b; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.painted-wilds-auth .auth-form, .painted-wilds-auth .field { display: grid; gap: 0.55rem; }
.painted-wilds-auth .auth-form { gap: 1.2rem; }
.painted-wilds-auth .field input { background: #f9f3df; border: 1px solid transparent; border-radius: 0.6rem; color: #172027; font: inherit; padding: 0.85rem; width: 100%; }
.painted-wilds-auth a { color: #f4d491; }
.painted-wilds-auth .wilds-auth-play { color: #172027; }
.wilds-auth-flash { background: #253d47; border-left: 0.3rem solid #f1bf5b; margin-bottom: 1rem; padding: 0.8rem 1rem; }
.wilds-auth-footer { font-size: 0.75rem; justify-content: center; opacity: 0.5; }
