/* Mobile styles extracted from register view (mobile-first) */
body { font-family: -apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial; background:#f6f6f6; color:#222; }
.wrap { max-width:420px; margin:0 auto; padding:18px; }
.card { background:#fff; border-radius:8px; padding:18px; box-shadow:0 6px 18px rgba(0,0,0,0.06);} 
.logo { text-align:center; margin-bottom:8px; }
.logo .brand { font-size:22px; font-weight:700; color:#ff6b00; }
h2.title { text-align:center; font-size:18px; margin:8px 0 14px; }
.field { margin-bottom:12px; }
.input { width:100%; height:44px; padding:0 12px; border:1px solid #e6e6e6; border-radius:6px; font-size:15px; }
.row { display:flex; gap:8px; }
.btn { height:44px; border-radius:6px; background:#ff6b00; color:#fff; border:0; font-weight:600; font-size:16px; }
.btn-ghost { background:#fff; color:#333; border:1px solid #e6e6e6 }
.captcha-btn { width:130px; }
.small { font-size:13px; color:#888; text-align:center; margin-top:12px; }
.link { color:#ff6b00; }
@media (max-width:420px){ .wrap{padding:14px} }
