.form-card { border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); box-shadow: var(--shadow); overflow: hidden; }
.form-head { padding: 30px 32px 24px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.form-head h2 { margin: 0 0 6px; font-size: 28px; letter-spacing: -.055em; }
.form-head p { margin: 0; color: var(--muted); font-size: 12px; }
.step-pill { flex: 0 0 auto; padding: 8px 10px; border-radius: 999px; background: var(--acid); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
form { padding: 28px 32px 32px; }
.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; font-size: 11px; font-weight: 700; }
label span { color: var(--muted); font-size: 9px; font-weight: 500; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: var(--paper-2); color: var(--ink); outline: none; padding: 13px 14px; font-size: 13px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
input, select { min-height: 48px; }
textarea { min-height: 92px; resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: rgba(23,25,20,.38); box-shadow: 0 0 0 4px rgba(223,255,54,.22); background: white; }
input::placeholder, textarea::placeholder { color: #a0a198; }
.hint { margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.mission-preview { display: none; align-items: center; gap: 10px; padding: 12px; margin-bottom: 17px; border-radius: 13px; background: #f3f1eb; font-size: 10px; }
.mission-preview.is-visible { display: flex; }
.mission-preview i { width: 24px; height: 24px; border-radius: 8px; background: var(--acid); display: grid; place-items: center; font-style: normal; font-family: var(--mono); font-size: 8px; }
.submit { width: 100%; min-height: 52px; border-radius: 15px; }
.submit[disabled] { opacity: .6; cursor: progress; transform: none; }
.consent { margin: 12px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }
.error { margin: 14px 0 0; padding: 11px 12px; border: 1px solid rgba(164,59,42,.22); border-radius: 12px; background: #fff0ec; color: var(--danger); font-size: 10px; }
.success { padding: 36px 32px 32px; }
.success-icon { width: 54px; height: 54px; border-radius: 18px; background: var(--acid); display: grid; place-items: center; font-size: 22px; margin-bottom: 20px; }
.success h2 { margin: 0 0 8px; font-size: 38px; line-height: 1; letter-spacing: -.06em; }
.success > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.download-box { margin: 25px 0; border: 1px solid var(--line); border-radius: 20px; padding: 20px; background: var(--paper-2); }
.download-box-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.download-box strong { display: block; font-size: 15px; }
.download-box small { color: var(--muted); font-size: 9px; display: block; margin-top: 4px; }
.apk { font-family: var(--mono); font-size: 8px; padding: 7px 8px; border-radius: 999px; background: var(--mint); }
.download-actions { display: grid; grid-template-columns: 1fr auto; gap: 9px; margin-top: 16px; }
.email-state { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.email-state strong { display: inline; color: var(--ink); }
.reset { border: 0; background: transparent; padding: 0; color: var(--muted); font-size: 10px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
