:root {
  color: #f7faf7;
  background: #0d1711;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
body {
  min-height: 100vh;
  margin: 0;
  padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
  background:
    radial-gradient(circle at 92% 8%, rgba(185, 229, 49, .14), transparent 26rem),
    radial-gradient(circle at 2% 70%, rgba(255, 94, 0, .1), transparent 25rem),
    #0d1711;
}
a { color: inherit; }
.signup-skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .65rem .85rem; border-radius: 10px; background: #b9e531; color: #111a13; font-weight: 900; }
.signup-skip-link:focus { top: max(1rem, env(safe-area-inset-top)); }
.signup-site-header { align-items: center; display: flex; gap: 1rem; justify-content: space-between; max-width: 1120px; margin: 0 auto; padding: 1rem clamp(1rem, 4vw, 2rem); }
.signup-site-header > a:first-child { align-items: center; display: flex; gap: .65rem; font-weight: 900; text-decoration: none; }
.signup-site-header img { height: 44px; object-fit: contain; width: auto; }
.signup-site-header > a:last-child { color: #becabf; font-size: .84rem; font-weight: 750; }
.signup-page { display: grid; gap: 1rem; max-width: 760px; margin: 0 auto; padding: clamp(.5rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem) 2rem; }
.signup-card { position: relative; overflow: hidden; padding: clamp(1.15rem, 5vw, 2.3rem); border: 1px solid rgba(185, 229, 49, .27); border-radius: 28px; background: linear-gradient(145deg, rgba(25, 44, 32, .97), rgba(15, 29, 19, .98)); box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.signup-card::after { content: ""; position: absolute; right: -5rem; bottom: -7rem; height: 13rem; width: 13rem; border: 2.3rem solid rgba(255, 94, 0, .11); border-radius: 50%; pointer-events: none; }
.signup-mark { align-items: center; display: flex; height: 62px; justify-content: center; width: 82px; margin-bottom: 1rem; border: 1px solid rgba(185, 229, 49, .26); border-radius: 18px; background: rgba(6, 14, 9, .48); }
.signup-mark img { height: 52px; object-fit: contain; width: 70px; }
.signup-eyebrow { color: #b9e531; font-size: .72rem; font-weight: 900; letter-spacing: .13em; margin: 0 0 .45rem; text-transform: uppercase; }
h1 { max-width: 15ch; margin: 0; font-size: clamp(2rem, 8vw, 3.55rem); letter-spacing: -.05em; line-height: .98; }
.signup-intro { max-width: 57ch; margin: .85rem 0 1.3rem; color: #bdc9c0; line-height: 1.58; }
form { display: grid; gap: 1rem; position: relative; z-index: 1; }
.signup-field-grid, .signup-interest-grid { display: grid; gap: .75rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; gap: .38rem; color: #f7faf7; font-size: .84rem; font-weight: 800; }
label > span, legend { color: #bdc9c0; }
input { width: 100%; min-height: 48px; padding: .72rem .78rem; border: 1px solid rgba(223, 239, 225, .22); border-radius: 13px; background: #09110c; color: #f7faf7; font: inherit; }
input:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid #b9e531; outline-offset: 3px; }
fieldset { min-width: 0; margin: 0; padding: .85rem; border: 1px solid rgba(223, 239, 225, .14); border-radius: 16px; }
legend { padding: 0 .35rem; font-size: .8rem; font-weight: 900; }
legend small { font-weight: 600; }
.signup-interest-grid label, .signup-consent { align-items: start; display: flex; gap: .6rem; min-height: 44px; padding: .68rem; border: 1px solid rgba(223, 239, 225, .13); border-radius: 13px; background: rgba(255, 255, 255, .025); line-height: 1.4; }
.signup-interest-grid input, .signup-consent input { flex: 0 0 auto; height: 21px; min-height: 21px; margin: .04rem 0 0; width: 21px; accent-color: #b9e531; }
.signup-interest-grid label:has(input:checked) { border-color: rgba(185, 229, 49, .42); background: rgba(185, 229, 49, .08); }
.signup-consent { padding: .8rem; border-color: rgba(255, 176, 0, .28); background: rgba(255, 176, 0, .055); font-weight: 650; }
.signup-privacy-copy { margin: -.3rem 0 0; color: #aebbb1; font-size: .78rem; line-height: 1.5; }
.signup-privacy-copy a { color: #b9e531; font-weight: 800; }
button, .signup-secondary-action { align-items: center; display: inline-flex; justify-content: center; min-height: 50px; padding: .76rem 1rem; border: 0; border-radius: 14px; background: #ff5e00; color: #fff; cursor: pointer; font: inherit; font-weight: 900; text-align: center; text-decoration: none; box-shadow: 0 10px 28px rgba(255, 94, 0, .22); }
button:disabled { cursor: wait; opacity: .62; }
.signup-status { min-height: 1.5em; margin: 0; color: #bdc9c0; font-size: .82rem; font-weight: 700; }
.signup-status.is-error { padding: .68rem .75rem; border-left: 3px solid #ff8b7d; border-radius: 8px; background: rgba(255, 139, 125, .08); color: #ffc2ba; }
.signup-honeypot { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.signup-result { min-height: 480px; place-items: center; align-content: center; text-align: center; }
.signup-result[hidden] { display: none; }
.signup-result:not([hidden]) { display: grid; }
.signup-result h1 { max-width: 18ch; }
.signup-result p:not(.signup-eyebrow) { max-width: 48ch; color: #bdc9c0; line-height: 1.6; }
.signup-result-icon { display: grid; height: 68px; place-items: center; width: 68px; margin-bottom: .9rem; border: 1px solid rgba(185, 229, 49, .48); border-radius: 50%; background: rgba(185, 229, 49, .1); color: #b9e531; font-size: 1.7rem; font-weight: 900; box-shadow: 0 0 35px rgba(185, 229, 49, .13); }
.signup-secondary-action { margin-top: .4rem; background: rgba(255, 255, 255, .06); border: 1px solid rgba(223, 239, 225, .2); box-shadow: none; }
.signup-trust { align-items: start; display: grid; gap: .28rem; padding: .85rem 1rem; border: 1px solid rgba(223, 239, 225, .12); border-radius: 16px; background: rgba(20, 34, 25, .66); color: #aebbb1; font-size: .78rem; line-height: 1.5; }
.signup-trust strong { color: #f7faf7; }
.signup-footer { padding: 1.2rem 1rem calc(1.2rem + env(safe-area-inset-bottom, 0)); color: #94a097; font-size: .74rem; text-align: center; }
.signup-footer a { color: #bdc9c0; }
@media (max-width: 560px) {
  .signup-site-header span { display: none; }
  .signup-page { padding-inline: .75rem; }
  .signup-card { border-radius: 22px; }
  .signup-field-grid, .signup-interest-grid { grid-template-columns: minmax(0, 1fr); }
  h1 { font-size: clamp(2rem, 12vw, 3rem); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (forced-colors: active) { .signup-card, fieldset, input, .signup-interest-grid label, .signup-consent, .signup-trust { border: 1px solid CanvasText; } button, .signup-secondary-action { border: 1px solid ButtonText; } }
