* { box-sizing: border-box; }
body {
  margin: 0; background: #0f1115; color: #e8eaed;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
main { max-width: 640px; margin: 0 auto; padding: 48px 20px 80px; }
.hero { text-align: center; margin-bottom: 32px; }
.badge {
  display: inline-block; background: #1d2330; color: #f5a623;
  font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 20px; margin-bottom: 18px;
  letter-spacing: .02em;
}
h1 { font-size: 30px; line-height: 1.2; margin: 0 0 14px; }
h1 span { color: #f5a623; }
.sub { color: #9aa0aa; font-size: 16px; margin: 0; }
.card { background: #161a22; border: 1px solid #232a36; border-radius: 14px; padding: 24px; margin-top: 20px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.field label span { color: #6b7280; font-weight: 400; }
input[type=file] {
  width: 100%; padding: 12px; background: #0f1115; border: 1px dashed #2c3442;
  border-radius: 8px; color: #cbd1d9; font-size: 13px;
}
input[type=email] {
  flex: 1; padding: 12px 14px; background: #0f1115; border: 1px solid #2c3442;
  border-radius: 8px; color: #fff; font-size: 15px;
}
button {
  width: 100%; padding: 14px; background: #f5a623; color: #111; border: 0;
  border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; margin-top: 6px;
}
button:disabled { opacity: .5; cursor: default; }
.privacy { color: #6b7280; font-size: 12px; text-align: center; margin: 14px 0 0; }
.err { color: #ef6b6b; font-size: 13px; margin: 10px 0 0; min-height: 1px; }
.hidden { display: none; }
.stats { display: flex; gap: 12px; margin-bottom: 22px; }
.stats div { flex: 1; background: #0f1115; border-radius: 10px; padding: 14px; text-align: center; }
.stats b { display: block; font-size: 22px; color: #fff; }
.stats span { font-size: 11px; color: #8b919c; }
.teaser { border-top: 1px solid #232a36; padding-top: 20px; }
.teaser-label { font-size: 13px; color: #5bd17a; font-weight: 600; margin-bottom: 10px; }
.old { color: #ef6b6b; text-decoration: line-through; font-size: 13px; margin-bottom: 8px; }
.new { font-size: 16px; font-weight: 600; color: #fff; }
.ih { font-size: 13px; color: #aab; margin-top: 6px; }
.gate { margin-top: 24px; background: #0f1115; border-radius: 10px; padding: 18px; }
.gate-h { font-size: 15px; font-weight: 600; margin-bottom: 12px; }
.gate-row { display: flex; gap: 8px; }
.gate-row button { width: auto; margin-top: 0; white-space: nowrap; padding: 12px 18px; }
.done { color: #5bd17a; font-size: 14px; font-weight: 600; }
footer { text-align: center; color: #6b7280; font-size: 13px; margin-top: 40px; }
footer a { color: #9aa0aa; }
@media (max-width: 480px) {
  h1 { font-size: 24px; }
  .stats, .gate-row { flex-direction: column; }
}
