.logoWrapper{flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}.logoWrapper a{text-decoration:none}
:root{--auth-white:#fff;--auth-primary:#0f172a;--auth-secondary:#1e293b;--auth-muted:#64748b;--auth-light:#94a3b8;--auth-border:#e2e8f0;--auth-surface:#f8fafc;--auth-accent-from:#ffd78c;--auth-accent-to:#ffab7a;--auth-accent:#ffc184;--auth-bg:#fafbfc;--auth-error:#ef4444;--auth-error-bg:#ef44440f;--auth-success:#10b981;--auth-info:#3784ff;--auth-transition:.2s cubic-bezier(.4,0,.2,1)}.auth-page{background:var(--auth-white);width:100vw;min-height:100vh;color:var(--auth-primary);box-sizing:border-box;grid-template-columns:1fr;display:grid;position:relative}@media (min-width:1024px){.auth-page{grid-template-columns:1fr 1fr}}.auth-brand-panel{background:var(--auth-primary);padding:3rem;display:none;position:relative;overflow:hidden}@media (min-width:1024px){.auth-brand-panel{flex-direction:column;justify-content:space-between;height:100vh;display:flex;position:sticky;top:0}}.auth-brand-panel:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.auth-brand-panel:after{content:"";pointer-events:none;background:radial-gradient(at 20% 80%,#ffd78c1f 0%,#0000 50%),radial-gradient(at 80% 20%,#ffab7a14 0%,#0000 50%);position:absolute;inset:0}.auth-brand-logo{z-index:1;letter-spacing:-.02em;color:var(--auth-white);font-size:1.25rem;font-weight:700;text-decoration:none;position:relative}.auth-brand-content{z-index:1;max-width:400px;position:relative}.auth-brand-headline{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--auth-white);margin:0 0 1.25rem;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:800;line-height:1.15}.auth-brand-text{color:#ffffff73;margin:0;font-size:1rem;line-height:1.7}.auth-brand-testimonial{z-index:1;border-top:1px solid #ffffff14;margin-top:3rem;padding-top:1.5rem;position:relative}.auth-brand-quote{color:#ffffffb3;margin:0 0 1rem;font-size:.9375rem;font-style:italic;font-weight:500;line-height:1.6}.auth-brand-author{align-items:center;gap:.75rem;display:flex}.auth-brand-avatar{width:36px;height:36px;color:var(--auth-primary);background:linear-gradient(135deg,var(--auth-accent-from),var(--auth-accent-to));border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.auth-brand-author-name{color:#fffc;margin:0;font-size:.8125rem;font-weight:600}.auth-brand-author-role{color:#ffffff59;margin:0;font-size:.75rem}.auth-brand-footer{z-index:1;position:relative}.auth-brand-stats{gap:2rem;display:flex}.auth-brand-stat-value{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--auth-white);font-size:1.5rem;font-weight:800;display:block}.auth-brand-stat-label{color:#ffffff59;margin-top:.125rem;font-size:.75rem;display:block}.auth-form-panel{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative;overflow-y:auto}.auth-bg-mesh{z-index:0;pointer-events:none;position:fixed;inset:0}@media (min-width:1024px){.auth-bg-mesh{display:none}}.auth-bg-mesh:before{content:"";filter:blur(100px);background:#ffd78c1f;border-radius:50%;width:500px;height:500px;position:absolute;top:-20%;left:-10%}.auth-bg-mesh:after{content:"";filter:blur(100px);background:#ffab7a1a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-20%;right:-10%}.auth-form-wrapper{z-index:4;box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;max-width:400px;display:flex;position:relative}.auth-back-btn{z-index:10;color:var(--auth-muted);transition:color var(--auth-transition);align-items:center;gap:.375rem;font-size:13px;font-weight:500;text-decoration:none;display:flex;position:absolute;top:1.5rem;left:1.5rem}@media (min-width:1024px){.auth-back-btn{display:none}}.auth-back-btn:hover{color:var(--auth-primary)}.auth-header{text-align:center;flex-direction:column;gap:.5rem;display:flex}.auth-title{font-family:var(--font-heading);color:var(--auth-primary);letter-spacing:-.03em;margin:0;font-size:28px;font-weight:800;line-height:1.15}.auth-subtitle{color:var(--auth-muted);margin:0;font-size:14px;line-height:1.6}.auth-link{color:var(--auth-accent-to);transition:color var(--auth-transition);font-weight:600;text-decoration:none}.auth-link:hover{color:var(--auth-accent-from)}.auth-form{box-sizing:border-box;flex-direction:column;gap:1.125rem;width:100%;display:flex}.auth-form-field{box-sizing:border-box;flex-direction:column;gap:.375rem;width:100%;display:flex;position:relative}.auth-form-label{color:var(--auth-secondary);letter-spacing:.01em;font-size:13px;font-weight:600}.auth-form-label-row{justify-content:space-between;align-items:center;width:100%;display:flex}.auth-input{background:var(--auth-white);width:100%;color:var(--auth-primary);border:1px solid var(--auth-border);box-sizing:border-box;transition:all var(--auth-transition);border-radius:.625rem;outline:none;padding:.75rem .875rem;font-size:14px}.auth-input::placeholder{color:var(--auth-light)}.auth-input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px #ffc1841f}.auth-input:disabled{opacity:.5;cursor:not-allowed}.auth-input:-webkit-autofill{transition:background-color 9999s ease-in-out;box-shadow:0 0 0px 1000px var(--auth-white)inset!important;-webkit-text-fill-color:var(--auth-primary)!important}.auth-eye-toggle{cursor:pointer;color:var(--auth-light);transition:color var(--auth-transition);pointer-events:auto;z-index:2;position:absolute;right:.875rem}.auth-form-field:has(.auth-form-label) .auth-eye-toggle{top:calc(13px + 1.5rem)}.auth-form-field:not(:has(.auth-form-label)) .auth-eye-toggle{top:.75rem}.auth-eye-toggle:hover{color:var(--auth-accent-to)}.auth-btn{width:100%;color:var(--auth-primary);background:linear-gradient(135deg,var(--auth-accent-from),var(--auth-accent-to));cursor:pointer;transition:all var(--auth-transition);letter-spacing:.01em;border:none;border-radius:.625rem;outline:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:14px;font-weight:600;text-decoration:none;display:flex}.auth-btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 20px #ffab7a4d}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.auth-btn-secondary{color:var(--auth-primary);border:1px solid var(--auth-border);background:0 0}.auth-btn-secondary:hover:not(:disabled){background:var(--auth-surface);border-color:var(--auth-muted);box-shadow:0 2px 8px #0f172a0f}.auth-checkbox-label{color:var(--auth-muted);cursor:pointer;align-items:flex-start;gap:.5rem;font-size:13px;line-height:1.5;display:flex}.auth-checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--auth-accent-to);flex-shrink:0;margin-top:.125rem}.auth-checkbox-label a{color:var(--auth-accent-to);font-weight:500;text-decoration:none}.auth-checkbox-label a:hover{text-decoration:underline}.auth-error-msg{background:var(--auth-error-bg);color:var(--auth-error);border:1px solid #ef444426;border-radius:.625rem;padding:.75rem 1rem;font-size:13px;line-height:1.5}.auth-field-error{color:var(--auth-error);margin-top:.125rem;font-size:12px}.auth-success-icon{width:52px;height:52px;color:var(--auth-success);background:#10b98114;border-radius:.75rem;justify-content:center;align-self:center;align-items:center;font-size:22px;display:flex}.auth-error-icon{background:var(--auth-error-bg);width:52px;height:52px;color:var(--auth-error);border-radius:.75rem;justify-content:center;align-items:center;font-size:22px;display:flex}.auth-helper-text{color:var(--auth-light);margin-top:.125rem;font-size:11px;line-height:1.4}.auth-loading{justify-content:center;align-items:center;gap:.5rem;display:flex}.auth-spinner{border:2px solid var(--auth-primary);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.auth-loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:3rem 1rem;display:flex}.auth-loading-spinner-large{border:3px solid var(--auth-border);border-top-color:var(--auth-accent);border-radius:50%;width:36px;height:36px;animation:.8s cubic-bezier(.4,0,.2,1) infinite spin}.auth-loading-text{color:var(--auth-muted);margin:0;font-size:14px;font-weight:500;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.auth-notice{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:.625rem;margin-top:.75rem;padding:1rem}.auth-notice-title{color:var(--auth-primary);margin:0 0 .375rem;font-size:14px;font-weight:600}.auth-notice-text{color:var(--auth-muted);margin:0 0 .75rem;font-size:13px;line-height:1.5}.auth-dev-box{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:.625rem;margin-top:.75rem;padding:.875rem}.auth-dev-label{color:var(--auth-muted);margin-bottom:.375rem;font-size:12px;font-weight:600}.auth-dev-link{color:var(--auth-accent-to);word-break:break-all;font-size:12px;text-decoration:underline}.auth-btn-spaced{margin-top:.75rem}.auth-btn-spaced-sm{margin-top:.5rem}.auth-section-spaced{margin-top:1rem}.auth-mfa-step-title{color:var(--auth-primary);margin-top:0;margin-bottom:.375rem;font-size:15px;font-weight:600}.auth-mfa-step-description{color:var(--auth-muted);margin-bottom:.75rem;font-size:13px}.auth-mfa-qr-container{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:.625rem;justify-content:center;margin-bottom:.75rem;padding:1.25rem;display:flex}.auth-mfa-qr-code{width:100%;max-width:200px}.auth-mfa-secret-code{background:var(--auth-surface);color:var(--auth-accent-to);word-break:break-all;border-radius:.5rem;margin-top:.375rem;padding:.5rem;font-family:monospace;font-size:12px;display:block}.auth-mfa-verification-input{text-align:center;letter-spacing:.5em;font-size:18px}.auth-mfa-backup-grid{background:var(--auth-surface);border:1px solid var(--auth-border);border-radius:.625rem;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.75rem;padding:1rem;display:grid}.auth-mfa-backup-code{background:var(--auth-white);text-align:center;color:var(--auth-primary);border-radius:.5rem;padding:.5rem;font-family:monospace;font-size:13px;font-weight:600}.auth-divider{text-align:center;color:var(--auth-light);align-items:center;margin:1.25rem 0;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid var(--auth-border);flex:1}.auth-divider span{padding:0 .875rem}.auth-btn-outline{border:1px solid var(--auth-border)!important;color:var(--auth-primary)!important;background:0 0!important}.auth-btn-outline:hover:not(:disabled){border-color:var(--auth-muted)!important;background:var(--auth-surface)!important}.auth-btn-outline svg{margin-right:.5rem}.auth-btn-group{gap:.625rem;margin-top:.75rem;display:flex}.auth-btn-group .auth-btn{flex:1}.auth-back-to-form-btn{color:var(--auth-accent-to);cursor:pointer;transition:var(--auth-transition);background:0 0;border:none;align-self:flex-start;margin-bottom:.75rem;padding:.375rem 0;font-size:.8125rem}.auth-back-to-form-btn:hover{color:var(--auth-accent-from)}.auth-btn svg{vertical-align:middle;margin-right:.5rem;display:inline-block}.auth-btn span{vertical-align:middle;display:inline-block}.login-authBGWrapper,.signup-authBGWrapper,.authBGWrapper,.auth-bg-overlay,.auth-bg-image,.login-authBGImage,.signup-authBGImage,.authBGImage{display:none}@media (max-width:640px){.auth-form-panel{padding:1.5rem 1.25rem}.auth-form-wrapper{max-width:100%}.auth-back-btn{top:.75rem;left:.75rem}.auth-title{font-size:24px}.auth-btn-group{flex-direction:column}}@media (max-height:600px){.auth-form-panel{padding:1rem 1.25rem}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.auth-input,.auth-btn{border-width:2px}}
