.styles-module__MksebG__container{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.styles-module__MksebG__card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--border);width:100%;max-width:420px;padding:2.5rem}.styles-module__MksebG__title{color:var(--foreground);text-align:center;letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.styles-module__MksebG__subtitle{text-align:center;color:var(--foreground-secondary);margin-bottom:2rem;font-size:.95rem}.styles-module__MksebG__form{flex-direction:column;gap:1.25rem;display:flex}.styles-module__MksebG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.styles-module__MksebG__label{color:var(--foreground);font-size:.85rem;font-weight:600}.styles-module__MksebG__input{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--foreground);outline:none;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.styles-module__MksebG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.styles-module__MksebG__submitBtn{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-sm);border:none;margin-top:1rem;padding:.85rem;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.styles-module__MksebG__submitBtn:hover{background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.styles-module__MksebG__submitBtn:disabled{background:var(--foreground-muted);cursor:not-allowed;transform:none}.styles-module__MksebG__footer{text-align:center;color:var(--foreground-secondary);margin-top:1.5rem;font-size:.9rem}.styles-module__MksebG__link{color:var(--primary);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:none}.styles-module__MksebG__link:hover{text-decoration:underline}.styles-module__MksebG__error{color:var(--destructive);border-radius:var(--radius);text-align:center;border:1px solid var(--destructive);background-color:#ef44441a;margin-bottom:1rem;padding:.75rem;font-size:.9rem}
