:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#09090b;color:#f5f5f5}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}.page{display:grid;min-height:100vh;place-items:center;padding:24px;background:#09090b}.card{width:min(100%,400px);padding:28px;border:1px solid #27272a;border-radius:8px;background:#111113;text-align:center}.compact{width:min(100%,340px)}.logo,.badge{display:inline-grid;place-items:center;margin-bottom:18px;border:1px solid #3f3f46;border-radius:8px;color:#d4d4d8}.logo{width:56px;height:56px}.badge{min-width:58px;height:36px;padding:0 12px;font-size:13px;font-weight:700}h1{margin:0;font-size:20px;font-weight:750;letter-spacing:0}p{margin:10px auto 22px;max-width:310px;color:#a1a1aa;font-size:14px;line-height:1.5}.primaryButton{display:inline-flex;width:100%;min-height:44px;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;background:#f4f4f5;color:#09090b;font:inherit;font-size:14px;font-weight:750;cursor:pointer}.primaryButton:hover:not(:disabled){background:#fff}.primaryButton:disabled{cursor:not-allowed;opacity:.55}.steps{display:grid;gap:8px;margin-top:22px}.step{display:flex;min-height:40px;align-items:center;gap:12px;padding:10px 12px;border:1px solid #27272a;border-radius:8px;color:#71717a;text-align:left}.step span{display:inline-grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border-radius:50%;background:#27272a;color:#d4d4d8;font-size:12px;font-weight:750}.step strong{font-size:13px;font-weight:750}.step.active,.step.done{border-color:#3f3f46;color:#f4f4f5}.step.done span{background:#f4f4f5;color:#09090b}.captchaBox{display:grid;gap:14px;justify-items:center}.alert{margin:-4px 0 16px;padding:10px 12px;border:1px solid #3f3f46;border-radius:8px;background:#18181b;color:#d4d4d8;font-size:13px;line-height:1.4}.spinner{width:30px;height:30px;margin:0 auto 18px;border:2px solid #27272a;border-top-color:#f4f4f5;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 460px){.page{padding:16px}.card{padding:24px 18px}}
