.auth-wrapper { max-width: 420px; margin: 64px auto; padding: 32px; background: #fff; box-shadow: 0px 0px 0px 1px rgba(0,0,0,.13); border-radius: 16px; }
.auth-title { font-size: 24px; font-weight: 900; margin-bottom: 16px; text-align: center; }
.auth-sub { font-size: 14px; color: #666; text-align: center; margin-bottom: 24px; }
.auth-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.auth-field label { font-size: 14px; color: #000; font-weight: 600; }
.auth-field input { padding: 12px 14px; border: 1px solid #e5e5e5; border-radius: 10px; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; background: #fbfaf8; }
.auth-field input:focus { border-color: #0d6efd; box-shadow: 0 0 0 4px rgba(13,110,253,0.15); background: #fff; }
.auth-actions { margin-top: 12px; display: flex; gap: 12px; }
.auth-actions .download-btn { width: 100%; justify-content: center; }
.auth-footer { margin-top: 16px; font-size: 12px; color: #666; text-align: center; }
@media (max-width: 768px) { .auth-wrapper { margin: 40px 16px; padding: 24px; border-radius: 12px; } }


