.auth-module__Y2OPrW__authPage{background:var(--background);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.auth-module__Y2OPrW__background{z-index:-1;position:absolute;inset:0}.auth-module__Y2OPrW__blobLarge{background:radial-gradient(circle,#d9775714 0%,#0000 70%);border-radius:50%;width:800px;height:800px;animation:20s ease-in-out infinite auth-module__Y2OPrW__float;position:absolute;top:-200px;right:-200px}.auth-module__Y2OPrW__blobSmall{background:radial-gradient(circle,#d977570d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:15s ease-in-out infinite reverse auth-module__Y2OPrW__float;position:absolute;bottom:-100px;left:-100px}@keyframes auth-module__Y2OPrW__float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.1)}}.auth-module__Y2OPrW__headerNav{z-index:100;position:fixed;top:40px}.auth-module__Y2OPrW__logo{align-items:center;text-decoration:none;display:flex}.auth-module__Y2OPrW__logoImage{object-fit:contain;width:auto;height:40px}.auth-module__Y2OPrW__main{flex:1;justify-content:center;align-items:center;display:flex}.auth-module__Y2OPrW__footer{color:var(--foreground-muted);letter-spacing:.05em;text-transform:uppercase;z-index:10;margin-top:40px;font-size:.85rem;font-weight:800;position:relative}.auth-module__Y2OPrW__loadingScreen{background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}.auth-module__Y2OPrW__loader{border:4px solid var(--background-accent);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s cubic-bezier(.16,1,.3,1) infinite auth-module__Y2OPrW__spin}@keyframes auth-module__Y2OPrW__spin{to{transform:rotate(360deg)}}
.AuthCard-module__mSCa7W__card{background:var(--white);width:100%;max-width:480px;box-shadow:var(--shadow-lg);z-index:10;border-radius:40px;flex-direction:column;gap:40px;padding:60px;display:flex;position:relative}.AuthCard-module__mSCa7W__header{text-align:center;flex-direction:column;gap:16px;display:flex}.AuthCard-module__mSCa7W__title{color:var(--foreground);letter-spacing:-.04em;font-size:2.25rem;font-weight:950;line-height:1.1}.AuthCard-module__mSCa7W__subtitle{color:var(--foreground-muted);font-size:1.1rem;font-weight:600;line-height:1.6}.AuthCard-module__mSCa7W__googleBtn{background:var(--white);border:1px solid var(--background-accent);width:100%;color:var(--foreground);cursor:pointer;transition:all var(--transition-base);border-radius:16px;justify-content:center;align-items:center;gap:12px;padding:16px;font-weight:800;display:flex}.AuthCard-module__mSCa7W__googleBtn:hover{background:var(--background);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.AuthCard-module__mSCa7W__divider{align-items:center;gap:16px;width:100%;display:flex}.AuthCard-module__mSCa7W__divider:before,.AuthCard-module__mSCa7W__divider:after{content:"";background:var(--background-accent);flex:1;height:1px}.AuthCard-module__mSCa7W__divider span{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;font-weight:800}.AuthCard-module__mSCa7W__form{flex-direction:column;gap:20px;display:flex}.AuthCard-module__mSCa7W__inputGroup{flex-direction:column;gap:8px;display:flex}.AuthCard-module__mSCa7W__inputGroup label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;padding-left:4px;font-size:.85rem;font-weight:800}.AuthCard-module__mSCa7W__input{background:var(--background);color:var(--foreground);transition:all var(--transition-fast);border:2px solid #0000;border-radius:16px;outline:none;padding:16px 20px;font-size:1.05rem;font-weight:700}.AuthCard-module__mSCa7W__input:focus{border-color:var(--primary);background:var(--white);box-shadow:var(--shadow-primary-sm)}.AuthCard-module__mSCa7W__error{color:var(--error);background:#ef44440d;border:1px solid #ef44441a;border-radius:12px;padding:12px 16px;font-size:.85rem;font-weight:700}.AuthCard-module__mSCa7W__submitBtn{margin-top:12px;padding:18px;font-size:1.15rem;font-weight:950}.AuthCard-module__mSCa7W__switchMode{text-align:center;color:var(--foreground-muted);font-size:.95rem;font-weight:700}.AuthCard-module__mSCa7W__switchBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-left:8px;font-weight:950;transition:opacity .2s}.AuthCard-module__mSCa7W__switchBtn:hover{opacity:.8}.AuthCard-module__mSCa7W__emailSent{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.AuthCard-module__mSCa7W__sentIcon{background:var(--background);width:80px;height:80px;color:var(--primary);border-radius:24px;justify-content:center;align-items:center;margin-bottom:8px;font-size:2.5rem;display:flex}@media (max-width:600px){.AuthCard-module__mSCa7W__card{padding:40px 24px}.AuthCard-module__mSCa7W__title{font-size:1.75rem}}
.PasswordRecoveryCard-module__Dn0owG__card{background:var(--white);width:100%;max-width:480px;box-shadow:var(--shadow-lg);z-index:10;border-radius:40px;flex-direction:column;gap:40px;padding:60px;display:flex;position:relative}.PasswordRecoveryCard-module__Dn0owG__header{text-align:center;flex-direction:column;gap:16px;display:flex}.PasswordRecoveryCard-module__Dn0owG__title{color:var(--foreground);letter-spacing:-.04em;font-size:2.25rem;font-weight:950;line-height:1.1}.PasswordRecoveryCard-module__Dn0owG__subtitle{color:var(--foreground-muted);font-size:1.1rem;font-weight:600;line-height:1.6}.PasswordRecoveryCard-module__Dn0owG__form{flex-direction:column;gap:20px;display:flex}.PasswordRecoveryCard-module__Dn0owG__inputGroup{flex-direction:column;gap:8px;display:flex}.PasswordRecoveryCard-module__Dn0owG__inputGroup label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;padding-left:4px;font-size:.85rem;font-weight:800}.PasswordRecoveryCard-module__Dn0owG__input{background:var(--background);color:var(--foreground);transition:all var(--transition-fast);border:2px solid #0000;border-radius:16px;outline:none;padding:16px 20px;font-size:1.05rem;font-weight:700}.PasswordRecoveryCard-module__Dn0owG__input:focus{border-color:var(--primary);background:var(--white);box-shadow:var(--shadow-primary-sm)}.PasswordRecoveryCard-module__Dn0owG__error{color:var(--error);background:#ef44440d;border:1px solid #ef44441a;border-radius:12px;padding:12px 16px;font-size:.85rem;font-weight:700}.PasswordRecoveryCard-module__Dn0owG__message{color:var(--success);background:#10b98114;border:1px solid #10b98133;border-radius:12px;padding:12px 16px;font-size:.85rem;font-weight:700}.PasswordRecoveryCard-module__Dn0owG__submitBtn{margin-top:12px;padding:18px;font-size:1.15rem;font-weight:950}.PasswordRecoveryCard-module__Dn0owG__footer{text-align:center;color:var(--foreground-muted);flex-direction:column;gap:8px;font-size:.95rem;font-weight:700;display:flex}.PasswordRecoveryCard-module__Dn0owG__linkBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;font-weight:950;transition:opacity .2s}.PasswordRecoveryCard-module__Dn0owG__linkBtn:hover{opacity:.8}.PasswordRecoveryCard-module__Dn0owG__successState{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.PasswordRecoveryCard-module__Dn0owG__successIcon{background:var(--background);width:80px;height:80px;color:var(--success);border-radius:24px;justify-content:center;align-items:center;margin-bottom:8px;font-size:2.5rem;display:flex}@media (max-width:600px){.PasswordRecoveryCard-module__Dn0owG__card{padding:40px 24px}.PasswordRecoveryCard-module__Dn0owG__title{font-size:1.75rem}}
