.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:64px}.auth-branding{background:#0a0a0f;position:relative;display:flex;align-items:center;justify-content:center;padding:3rem;overflow:hidden}.auth-branding-content{position:relative;z-index:2;max-width:480px}.auth-branding-gradient{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.12) 0,transparent 70%);border-radius:50%;pointer-events:none}.auth-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:2.5rem}.auth-logo-img{height:40px;width:40px;object-fit:contain}.auth-logo-text{font-size:1.5rem}.auth-headline,.auth-logo-text{font-weight:700;color:#fff;letter-spacing:-.02em}.auth-headline{font-size:2.75rem;line-height:1.15;margin:0 0 1rem}.auth-subheadline{font-size:1.0625rem;color:#94a3b8;line-height:1.65;margin:0 0 2.5rem}.auth-features{display:flex;flex-direction:column;gap:.875rem}.auth-feature{display:flex;align-items:center;gap:.75rem;color:#b8c5d6;font-size:.9375rem}.auth-feature-icon{width:22px;height:22px;background:rgba(59,130,246,.2);border-radius:50%;font-size:.75rem;color:#3b82f6;flex-shrink:0}.auth-feature-icon,.auth-form-container{display:flex;align-items:center;justify-content:center}.auth-form-container{background:#fff;padding:3rem}.auth-form-wrapper{width:100%;max-width:400px}.auth-form-title{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0 0 2rem}.auth-form{gap:1.25rem}.auth-form,.auth-input-group{display:flex;flex-direction:column}.auth-input-group{gap:.5rem}.auth-label-row{display:flex;align-items:center;justify-content:space-between}.auth-label{font-size:.875rem;font-weight:500;color:#374151}.auth-forgot-link{font-size:.8125rem;color:#3b82f6;text-decoration:none;transition:color .15s ease}.auth-forgot-link:hover{color:#2563eb;text-decoration:underline}.auth-input{height:48px;padding:0 1rem;font-size:1rem;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.auth-submit-btn{height:48px;margin-top:.5rem;font-size:1rem;font-weight:600;color:#fff;background:#3b82f6;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,transform .1s ease}.auth-submit-btn:hover{background:#2563eb}.auth-submit-btn:active{transform:scale(.98)}.auth-message{padding:.875rem 1rem;font-size:.875rem;color:#1e40af;background:#dbeafe;border:1px solid #93c5fd;border-radius:8px;text-align:center;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.auth-switch-text{margin-top:2rem;font-size:.9375rem;color:#64748b;text-align:center}.auth-switch-link{color:#3b82f6;font-weight:500;text-decoration:none;transition:color .15s ease}.auth-switch-link:hover{color:#2563eb;text-decoration:underline}@media (max-width:1024px){.auth-page{grid-template-columns:1fr;padding-top:56px}.auth-branding{min-height:320px;padding:2.5rem 2rem}.auth-headline{font-size:2.25rem}.auth-subheadline{margin-bottom:2rem}.auth-form-container{padding:2.5rem 2rem}}@media (max-width:768px){.auth-branding{min-height:280px;padding:2rem 1.5rem}.auth-branding-content{max-width:100%}.auth-headline{font-size:2rem}.auth-subheadline{font-size:1rem;margin-bottom:1.5rem}.auth-features{gap:.75rem}.auth-feature{font-size:.875rem}.auth-form-container{padding:2rem 1.5rem}.auth-form-title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width:480px){.auth-branding{min-height:240px;padding:1.5rem 1rem}.auth-logo{margin-bottom:1.5rem}.auth-logo-text{font-size:1.25rem}.auth-headline{font-size:1.75rem}.auth-subheadline{font-size:.9375rem}.auth-form-container{padding:1.5rem 1rem 2.5rem}.auth-form-wrapper{max-width:100%}.auth-form-title{font-size:1.375rem}}.auth-error{margin-top:1rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:.375rem;color:#991b1b;font-size:.875rem;text-align:center}