:root { color-scheme: dark; font-family: system-ui, sans-serif; background: #101313; color: #f0eddf; }
* { box-sizing: border-box; }
body { margin: 0; padding: clamp(16px, 5vw, 52px); }
main { max-width: 540px; margin: 0 auto; padding: clamp(18px, 4vw, 32px); background: #1b201f; border: 1px solid #756b42; border-radius: 22px; box-shadow: 0 16px 50px #0004; }
h1 { font-size: clamp(25px, 5vw, 34px); line-height: 1.15; }
h2 { font-size: 18px; overflow-wrap: anywhere; }
p { line-height: 1.55; }
.eyebrow { margin-top: 30px; letter-spacing: .13em; color: #e0c269; font-size: 12px; font-weight: 750; }
a { color: #ead181; }
.back { display: inline-flex; align-items: center; min-height: 44px; max-width: 100%; padding: 8px 0; line-height: 1.4; overflow-wrap: anywhere; touch-action: manipulation; }
details { margin-top: 20px; border-top: 1px solid #797259; padding-top: 8px; }
summary { min-height: 44px; padding: 12px 0; cursor: pointer; font-size: 14px; line-height: 1.5; }
details p { font-size: 14px; }
.status { min-height: 28px; color: #f4d983; overflow-wrap: anywhere; }
.status[data-error="true"] { color: #ffb6b0; }
label { display: block; font-size: 14px; margin: 14px 0 6px; }
input { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; font: inherit; font-size: 16px; border: 1px solid #77775f; border-radius: 10px; color: #fff; background: #101615; }
button, .button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; padding: 12px 16px; margin-top: 12px; border: 1px solid #ceb566; border-radius: 11px; color: #161910; background: #e0c269; font: inherit; font-weight: 650; text-align: center; text-decoration: none; cursor: pointer; touch-action: manipulation; }
.secondary { color: #efe5c4; background: transparent; border-color: #797259; }
:focus-visible { outline: 3px solid #76ddcd; outline-offset: 3px; }
button:disabled { opacity: .65; cursor: wait; }
small { display: block; margin: 12px 0 22px; color: #c4cbc5; line-height: 1.5; }
[hidden] { display: none !important; }
.terms { display: flex; align-items: center; gap: 10px; min-height: 44px; line-height: 1.5; }
.terms input { width: 22px; min-height: 22px; height: 22px; flex: 0 0 22px; }
@media (prefers-color-scheme: light) {
  :root { color-scheme: light; background: #f2eee3; color: #212820; }
  main { background: #fffdf5; box-shadow: 0 16px 50px #44330012; }
  a, .eyebrow { color: #615114; }
  .status { color: #685318; } .status[data-error="true"] { color: #9d2929; }
  input { color: #1f2b21; background: #fff; } .secondary { color: #474015; }
  small { color: #515e52; }
}
