.login-module__fmA-LW__container{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex}.login-module__fmA-LW__contentWrapper{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid}.login-module__fmA-LW__subheading{color:#666;text-transform:uppercase;letter-spacing:1px;text-align:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.95rem;font-weight:500}.login-module__fmA-LW__leftSection{margin-top:52px;padding:2rem}.login-module__fmA-LW__branding{margin-bottom:3rem}.login-module__fmA-LW__logo{color:#000;letter-spacing:-1px;margin:0 0 .5rem;font-size:3rem;font-weight:900}.login-module__fmA-LW__tagline{color:#666;margin:0;font-size:1.1rem;font-weight:400}.login-module__fmA-LW__benefits{flex-direction:column;gap:1.5rem;display:flex}.login-module__fmA-LW__benefit{align-items:flex-start;gap:1rem;display:flex}.login-module__fmA-LW__checkmark{color:#fff;background:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.9rem;font-weight:700;display:flex}.login-module__fmA-LW__benefit p{color:#333;margin:0;font-size:1rem;line-height:1.4}.login-module__fmA-LW__rightSection{flex-direction:column;gap:1.5rem;display:flex}.login-module__fmA-LW__loginBox{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:13px;padding:2.5rem}.login-module__fmA-LW__signupBtn{color:#fff;cursor:pointer;letter-spacing:.5px;background:#000;border:none;border-radius:6px;width:100%;margin-top:1rem;margin-bottom:1rem;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.login-module__fmA-LW__recoveryBtn{cursor:pointer;text-decoration:underline}.login-module__fmA-LW__header{text-align:center;margin-bottom:2rem}.login-module__fmA-LW__header h2{color:#000;letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.8rem;font-weight:800}.login-module__fmA-LW__header p{color:#666;margin:0;font-size:.95rem}.login-module__fmA-LW__googleButton{color:#000;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.login-module__fmA-LW__googleButton:hover{background:#f5f5f5;border-color:#000}.login-module__fmA-LW__googleButton:active{transform:scale(.98)}.login-module__fmA-LW__googleIcon{width:20px;height:20px}.login-module__fmA-LW__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.login-module__fmA-LW__divider:before,.login-module__fmA-LW__divider:after{content:"";background:#e0e0e0;flex:1;height:1px}.login-module__fmA-LW__divider span{color:#999;font-size:.85rem;font-weight:500}.login-module__fmA-LW__srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-module__fmA-LW__form{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.login-module__fmA-LW__input{border:1px solid #e0e0e0;border-radius:6px;padding:.875rem;font-family:inherit;font-size:.95rem;transition:all .2s}.login-module__fmA-LW__input:focus{border-color:#000;outline:none;box-shadow:0 0 0 2px #0000000d}.login-module__fmA-LW__input::placeholder{color:#999}.login-module__fmA-LW__submitButton{color:#fff;cursor:pointer;letter-spacing:.5px;background:#000;border:none;border-radius:6px;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .2s}.login-module__fmA-LW__submitButton:hover{background:#333}.login-module__fmA-LW__submitButton:active{transform:scale(.98)}.login-module__fmA-LW__footer{text-align:center;border-top:1px solid #e0e0e0;padding-top:1rem}.login-module__fmA-LW__footer p{color:#666;margin:0;font-size:.9rem}.login-module__fmA-LW__link{color:#000;font-weight:600;text-decoration:none;transition:color .2s}.login-module__fmA-LW__link:hover{color:#666}.login-module__fmA-LW__disclaimer{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:13px;padding:1rem}.login-module__fmA-LW__disclaimer p{color:#666;margin:0;font-size:.85rem;line-height:1.5}@media (max-width:1024px){.login-module__fmA-LW__contentWrapper{grid-template-columns:1fr;gap:2rem}.login-module__fmA-LW__leftSection{order:3}.login-module__fmA-LW__rightSection{order:2}.login-module__fmA-LW__loginBox{max-width:400px;margin:0 auto}}@media (max-width:640px){.login-module__fmA-LW__container{padding:1rem}.login-module__fmA-LW__loginBox{padding:2rem 1.5rem}.login-module__fmA-LW__header h2{font-size:1.5rem}.login-module__fmA-LW__logo{font-size:2.5rem}.login-module__fmA-LW__benefits{gap:1rem}}@media (min-width:768px){.login-module__fmA-LW__contentWrapper{grid-template-columns:1fr 1fr;gap:4rem;padding:0}.login-module__fmA-LW__leftSection{text-align:left;padding:2rem}.login-module__fmA-LW__rightSection{gap:1.5rem}}
.LoadingScreen-module__w3cx2G__loadingScreen{background-color:var(--background);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.LoadingScreen-module__w3cx2G__mainContainer{flex-direction:column;align-items:center;width:100%;display:flex}.LoadingScreen-module__w3cx2G__logoRow{align-items:center;display:flex;position:relative}.LoadingScreen-module__w3cx2G__logoText{color:var(--foreground);letter-spacing:-.04em;z-index:2;opacity:0;margin:0;font-family:Inter,sans-serif;font-size:6rem;font-weight:800;animation:.8s forwards LoadingScreen-module__w3cx2G__fadeIn}.LoadingScreen-module__w3cx2G__penWrapper{color:#3b82f6;opacity:0;justify-content:center;align-items:center;width:7.5rem;height:7.5rem;animation:1.2s cubic-bezier(.16,1,.3,1) .5s forwards LoadingScreen-module__w3cx2G__penShootOut;display:flex;position:absolute;left:50%;transform:translate(-50%)scale(.4)rotate(-45deg)}.LoadingScreen-module__w3cx2G__waveContainer{width:250px;margin-top:-10px}@media (max-width:768px){.LoadingScreen-module__w3cx2G__logoText{font-size:15vw}.LoadingScreen-module__w3cx2G__penWrapper{width:18vw;height:18vw}.LoadingScreen-module__w3cx2G__waveContainer{width:60vw;margin-top:-5px}}@keyframes LoadingScreen-module__w3cx2G__fadeIn{to{opacity:1}}@keyframes LoadingScreen-module__w3cx2G__penShootOut{0%{opacity:0;left:50%;transform:translate(-50%)scale(.4)rotate(-45deg)}30%{opacity:1}to{opacity:1;left:102%;transform:translateY(-10%)scale(1)rotate(12deg)}}.LoadingScreen-module__w3cx2G__penIcon{filter:drop-shadow(0 0 20px #3b82f666);width:100%;height:100%}.LoadingScreen-module__w3cx2G__wavePath{fill:none;stroke:#3b82f6;stroke-width:1.3px;stroke-dasharray:300;stroke-dashoffset:300px;animation:1s ease-out 1.3s forwards LoadingScreen-module__w3cx2G__drawWave}@keyframes LoadingScreen-module__w3cx2G__drawWave{to{stroke-dashoffset:0}}.LoadingScreen-module__w3cx2G__mainContainer{animation:.5s ease-in 3s forwards LoadingScreen-module__w3cx2G__exit}@keyframes LoadingScreen-module__w3cx2G__exit{to{opacity:0;filter:blur(20px);transform:scale(1.1)}}
.recover-password-module__wEisRa__container{background-color:var(--background);min-height:100vh;color:var(--text-primary);justify-content:center;align-items:center;padding:2rem;transition:background-color 1.3s,color 1.3s;display:flex}.recover-password-module__wEisRa__wrapper{width:100%;max-width:500px}.recover-password-module__wEisRa__header{text-align:center;margin-bottom:3.5rem;animation:.6s ease-out recover-password-module__wEisRa__fadeInDown}.recover-password-module__wEisRa__title{letter-spacing:-1px;margin:0 0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:300}.recover-password-module__wEisRa__subtitle{opacity:.7;margin:0;font-size:.95rem;font-weight:400;line-height:1.6}.recover-password-module__wEisRa__content{animation:.6s ease-out .1s backwards recover-password-module__wEisRa__fadeInUp}.recover-password-module__wEisRa__form{margin-bottom:2rem}.recover-password-module__wEisRa__formGroup{flex-direction:column;margin-bottom:2rem;display:flex}.recover-password-module__wEisRa__label{letter-spacing:.5px;text-transform:uppercase;opacity:.85;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.recover-password-module__wEisRa__input{background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:2px;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.recover-password-module__wEisRa__input:focus{border-color:var(--text-primary);box-shadow:0 0 0 2px var(--text-primary);opacity:.15}.recover-password-module__wEisRa__input::placeholder{opacity:.5}.recover-password-module__wEisRa__submitBtn{background-color:var(--text-primary);width:100%;color:var(--background);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:1rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:all .3s}.recover-password-module__wEisRa__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #00000026}.recover-password-module__wEisRa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.recover-password-module__wEisRa__successMessage{background-color:var(--bg-secondary);border-left:3px solid var(--text-primary);margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.5;animation:.4s ease-out recover-password-module__wEisRa__slideInUp}.recover-password-module__wEisRa__errorMessage{background-color:var(--bg-secondary);color:#e74c3c;border-left:3px solid #e74c3c;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.5;animation:.4s ease-out recover-password-module__wEisRa__slideInUp}.recover-password-module__wEisRa__footer{text-align:center;border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2rem;animation:.6s ease-out .2s backwards recover-password-module__wEisRa__fadeInUp}.recover-password-module__wEisRa__footer p{opacity:.8;margin:0;font-size:.9rem}.recover-password-module__wEisRa__srOnly{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.recover-password-module__wEisRa__link{color:var(--text-primary);border-bottom:1px solid var(--text-primary);opacity:.8;font-weight:500;text-decoration:none;transition:all .3s}.recover-password-module__wEisRa__link:hover{opacity:1;border-bottom-width:2px}@keyframes recover-password-module__wEisRa__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes recover-password-module__wEisRa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes recover-password-module__wEisRa__slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.recover-password-module__wEisRa__title{font-size:1.75rem}.recover-password-module__wEisRa__container{padding:1.5rem}.recover-password-module__wEisRa__header{margin-bottom:2.5rem}}
