.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;font-family:Inter,system-ui,-apple-system,sans-serif;padding:1rem}.auth-container{max-width:28rem;width:100%}.auth-logo{display:block;color:#dc2626;text-decoration:none;margin-bottom:1.5rem}.auth-heading,.auth-logo{text-align:center;font-size:1.5rem;font-weight:700}.auth-heading{color:#111827;margin:0 0 .5rem}.auth-subheading{text-align:center;font-size:.875rem;color:#4b5563;margin:0 0 2rem}.auth-card{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-label{font-weight:500;color:#374151;margin-bottom:.25rem}.auth-input,.auth-label{display:block;font-size:.875rem}.auth-input{width:100%;border-radius:.5rem;border:1px solid #d1d5db;padding:.625rem .875rem;color:#111827;outline:none;box-sizing:border-box;font-family:inherit;transition:border-color .15s,box-shadow .15s}.auth-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.auth-input::-moz-placeholder{color:#9ca3af}.auth-input::placeholder{color:#9ca3af}.auth-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;border-radius:.5rem;background:#dc2626;color:#fff;padding:.625rem 1rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .15s}.auth-btn:hover{background:#b91c1c}.auth-btn:disabled{opacity:.5;cursor:not-allowed}.auth-btn svg{width:1rem;height:1rem}.auth-error{border-radius:.5rem;border:1px solid #fecaca;background:#fef2f2;padding:.75rem 1rem;font-size:.875rem;color:#b91c1c}.auth-success{text-align:center;padding:1rem 0}.auth-success svg{margin:0 auto;width:3rem;height:3rem;color:#22c55e}.auth-success h2{margin:1rem 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.auth-success p{font-size:.875rem;color:#4b5563}.auth-link-btn{display:inline-block;margin-top:1.5rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:#374151;text-decoration:none}.auth-link-btn:hover{background:#f9fafb}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#4b5563}.auth-footer a{font-weight:500;color:#dc2626;text-decoration:none}.auth-footer a:hover{color:#b91c1c}.auth-row{display:flex;align-items:center;justify-content:space-between}.auth-forgot{font-size:.875rem;color:#dc2626;text-decoration:none}.auth-forgot:hover{color:#b91c1c}.auth-terms{text-align:center;font-size:.75rem;color:#6b7280}