@media screen and (max-width:768px){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:16px!important}}.auth-error-overlay{align-items:center;animation:fadeIn .2s ease-in-out;background:#0009;display:flex;justify-content:center;inset:0;padding:1rem;position:fixed;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-error-popup{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:500px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-error-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1.5rem}.auth-error-header h2{color:#d32f2f;font-size:1.5rem;font-weight:600;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.close-btn:hover{background:#f5f5f5;color:#333}.auth-error-content{padding:1.5rem}.auth-error-content p{color:#333;font-size:1rem;line-height:1.6;margin:0}.auth-error-actions{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.auth-error-actions .btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.auth-error-actions .btn-primary{background:#d32f2f;color:#fff}.auth-error-actions .btn-primary:hover{background:#b71c1c;box-shadow:0 4px 8px #d32f2f4d;transform:translateY(-1px)}.auth-error-actions .btn-secondary{background:#f5f5f5;color:#333}.auth-error-actions .btn-secondary:hover{background:#e0e0e0}@media screen and (max-width:768px){.auth-error-popup{margin:1rem}.auth-error-actions{flex-direction:column}.auth-error-actions .btn{width:100%}}
