:root {
  --bg: #fff;
  --surface: #fff;
  --surface2: #fff;
  --border: #d9dcd6;
  --accent: #253823;
  --accent-ink: #253823;
  --muted: #5d625b;
  --faint: #747b70;
}
html, body { background: #fff; }
body { display: block; min-height: 100svh; }
.hero { display: block; padding: 26px 40px; background: #fff; color: #0a0c0a; border-bottom: 1px solid #e2e2dd; }
.hero::before, .hero h1, .hero p, .hero ul, .hero .foot { display: none; }
.brand { font-family: "Manrope", sans-serif; font-size: 26px; font-style: normal; letter-spacing: 0; margin: 0; gap: 0; }
.brand .iq { color: #0a0c0a; }
.brand img { display: none; }
.brand { width: fit-content; }
.signup-password { position: relative; margin-bottom: 24px; }
.signup-password input { margin-bottom: 0; padding-right: 76px; }
.signup-password button { position: absolute; top: 0; right: 8px; width: auto; min-width: 52px; min-height: 52px; margin: 0; padding: 8px; border: 0; background: transparent; color: #253823; text-transform: none; }
.signup-password button:hover { background: #f3f5f1; }
.account-help { display: flex; justify-content: center; gap: 24px; margin-top: 24px; font: 12px/1.5 "IBM Plex Mono", monospace; }
.account-help a { text-decoration: underline; text-underline-offset: 3px; color: #253823; }
.pane { width: 100%; border: 0; padding: 64px 24px; overflow: visible; }
.card { max-width: 600px; }
.eyebrow { font: 500 11px/1.5 "IBM Plex Mono", monospace; letter-spacing: 0; margin-bottom: 12px; }
.card h2 { font-family: "Manrope", sans-serif; font-size: 40px; font-style: normal; letter-spacing: 0; line-height: 1.12; margin-bottom: 16px; }
.card h2 em { font-style: normal; color: #0a0c0a; }
.card .sub { font-size: 15px; line-height: 1.6; margin-bottom: 32px; }
.row { gap: 20px; }
.row > div { min-width: 0; }
label { font: 500 12px/1.5 "IBM Plex Mono", monospace; color: #0a0c0a; margin-bottom: 8px; }
input, select, textarea { border-radius: 0; font-size: 16px; padding: 14px 16px; margin-bottom: 24px; }
input:not([type="checkbox"]), select { min-height: 52px; }
select { max-width: 100%; text-overflow: ellipsis; }
input:focus, select:focus, textarea:focus { border-color: #0a0c0a; box-shadow: 0 0 0 2px #e7f2d7; }
textarea { min-height: 104px; line-height: 1.5; }
.siq-consent { font: 400 13px/1.6 "Inter", sans-serif; margin: 20px 0 24px; }
.siq-consent input { width: 18px; height: 18px; min-height: 0; padding: 0; margin: 2px 0 0; }
.siq-consent a, .back a { color: #253823; text-decoration: underline; text-underline-offset: 3px; }
button { border: 1px solid #0a0c0a; border-radius: 0; min-height: 52px; background: #0a0c0a; color: #fff; font: 600 12px/1.5 "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: 0; padding: 16px 20px; }
button:hover { background: #252a24; transform: none; }
button:focus-visible, a:focus-visible { outline: 2px solid #253823; outline-offset: 4px; }
.error, .success { border-radius: 0; border: 0; border-left: 3px solid currentColor; padding: 16px; line-height: 1.6; }
.back { margin-top: 28px; }
@media (max-width: 600px) {
  .hero { padding: 24px; }
  .pane { padding: 40px 24px; }
  .card h2 { font-size: 34px; }
  .row { flex-direction: column; gap: 0; }
  .card .sub { margin-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
