.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#f5f7fa,#e4e8f0);padding:20px}.auth-card{width:100%;max-width:400px;background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.08);display:flex;flex-direction:column}.auth-title{font-size:24px;font-weight:700;margin-bottom:6px;text-align:center}.auth-subtitle{font-size:14px;color:#777;margin-bottom:30px;text-align:center}.auth-input-group{display:flex;flex-direction:column;margin-bottom:18px}.auth-input-group label{font-size:13px;font-weight:600;margin-bottom:6px;color:#333}.auth-input-group input{padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-size:14px;transition:.3s ease}.auth-input-group input:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.auth-btn{margin-top:10px;padding:12px;border-radius:10px;border:none;background:#111;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s ease}.auth-btn:hover{background:#333}.auth-btn:disabled{background:#999;cursor:not-allowed}.pointer,.resend-text,.toggle-password{cursor:pointer}.resend-text{margin-top:15px;font-size:13px;color:#0070f3;text-align:center}.resend-text:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:30px 20px}}