.ht-account-shell,
.ht-account-shell * { box-sizing: border-box; }
.ht-account-shell {
  --ht-black: #090b0c;
  --ht-panel: #111416;
  --ht-gold: #c89b55;
  --ht-gold-light: #e1bd7b;
  --ht-cream: #f3eee5;
  --ht-muted: #b7b3ac;
  --ht-line: rgba(200,155,85,.28);
  width: 100%;
  min-height: 72vh;
  display: grid;
  place-items: center;
  padding: 64px 20px;
  background:
    radial-gradient(circle at 75% 25%, rgba(200,155,85,.14), transparent 30%),
    linear-gradient(135deg, #07090a, #111416 65%, #17120d);
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ht-account-card {
  width: min(100%, 610px);
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--ht-line);
  background: rgba(17,20,22,.94);
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.ht-account-mark {
  width: 52px;
  height: 60px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 2px solid var(--ht-gold);
  color: var(--ht-gold-light);
  font-family: Georgia, serif;
  font-size: 30px;
  clip-path: polygon(50% 0,94% 13%,94% 63%,50% 100%,6% 63%,6% 13%);
}
.ht-account-eyebrow {
  margin: 0 0 13px;
  color: var(--ht-gold-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.ht-account-card h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: -.035em;
}
.ht-account-intro {
  margin: 22px 0 30px;
  color: #d1cec8;
  font-size: 1.05rem;
  line-height: 1.75;
}
.ht-account-form { display: grid; gap: 12px; }
.ht-account-form label { color: #eee9df; font-size: .88rem; font-weight: 650; }
.ht-account-form input[type="email"],
.ht-account-form input[type="password"],
.ht-account-form input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 1rem;
}
.ht-account-form input:focus { border-color: var(--ht-gold); box-shadow: 0 0 0 3px rgba(200,155,85,.12); }
.ht-account-form button,
.ht-account-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 24px;
  border: 1px solid var(--ht-gold);
  background: linear-gradient(135deg,var(--ht-gold-light),var(--ht-gold));
  color: #0b0d0e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.ht-field-note { margin: -5px 0 8px; color: var(--ht-muted); font-size: .78rem; }
.ht-checkbox { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 8px; font-weight: 400 !important; line-height: 1.55; }
.ht-checkbox input { margin-top: 4px; }
.ht-account-boundary { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--ht-line); color: var(--ht-muted); font-size: .86rem; line-height: 1.65; }
.ht-account-message { margin: 0 0 22px; padding: 14px 16px; border-left: 3px solid; font-size: .9rem; }
.ht-account-message-success { border-color: #7ab98a; background: rgba(76,137,91,.14); }
.ht-account-message-error { border-color: #d66b62; background: rgba(170,57,48,.14); }
.ht-account-resend { margin-top: 14px; text-align: center; }
.ht-account-link-button { border: 0; background: transparent; color: var(--ht-gold-light); text-decoration: underline; cursor: pointer; }
.ht-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 520px) {
  .ht-account-shell { padding: 28px 12px; }
  .ht-account-card { padding: 28px 22px; }
}

.ht-account-existing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  margin-top: 24px;
  color: var(--ht-muted);
  font-size: .9rem;
}
.ht-account-existing a {
  color: var(--ht-gold-light);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ht-account-existing-stack {
  flex-direction: column;
  align-items: center;
}
