.AuthModal_overlay__Gb7QK{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999}.AuthModal_card__kOBb2{background:hsl(var(--card));color:hsl(var(--card-foreground));width:95%;max-width:480px;max-height:90vh;border-radius:16px;padding:2rem;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.4);border:1px solid hsl(var(--border));display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;scrollbar-width:thin}.AuthModal_card__kOBb2::-webkit-scrollbar{width:6px}.AuthModal_card__kOBb2::-webkit-scrollbar-thumb{background:hsl(var(--muted));border-radius:4px}.AuthModal_card__kOBb2::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground))}.AuthModal_scrollableForm__p4ELs{max-height:calc(80vh - 200px);overflow-y:auto;padding-right:10px;margin-right:-10px}.AuthModal_closeBtn__r_Aca{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s;padding:.25rem;line-height:1}.AuthModal_closeBtn__r_Aca:hover,.AuthModal_title__c5fMN{color:hsl(var(--foreground))}.AuthModal_title__c5fMN{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.AuthModal_toggleWrapper__Vzh9X{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;background-color:hsl(var(--muted));padding:.25rem;border-radius:var(--radius)}.AuthModal_toggleBtn__yKI5k{flex:1;padding:.6rem 0;border-radius:calc(var(--radius) - 4px);font-weight:600;font-size:1rem;border:none;cursor:pointer;background:transparent;color:hsl(var(--muted-foreground));transition:all .3s ease}.AuthModal_toggleBtn__yKI5k:hover:not(.AuthModal_toggleActive__8sLFa){background:hsl(var(--background))}.AuthModal_toggleActive__8sLFa{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 2px 10px hsla(var(--primary),.3)}.AuthModal_form__G3zCB{display:flex;flex-direction:column;gap:1.25rem}.AuthModal_input__EFFPy{width:100%;padding:.9rem;border-radius:.6rem;background:hsl(var(--input));border:1px solid hsl(var(--border));color:hsl(var(--foreground));font-size:1rem;outline:none;transition:all .3s}.AuthModal_input__EFFPy:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsla(var(--primary),.2)}.AuthModal_input__EFFPy:disabled{opacity:.5;cursor:not-allowed}.AuthModal_forgot___WPbd{margin:-.5rem 0 .5rem;font-size:.85rem;color:hsl(var(--primary));cursor:pointer;text-align:right}.AuthModal_forgot___WPbd:hover{text-decoration:underline}.AuthModal_btn__RuALW{width:100%;padding:.9rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;background:hsl(var(--primary));color:hsl(var(--primary-foreground));transition:all .3s}.AuthModal_btn__RuALW:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px hsla(var(--primary),.2);background:hsl(var(--primary)/.9)}.AuthModal_btn__RuALW:disabled{opacity:.6;cursor:not-allowed}.AuthModal_msg__oyY_8{text-align:center;margin-top:1.5rem;padding:.75rem;border-radius:var(--radius);font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.AuthModal_msgSuccess__Mh1D_{color:hsl(var(--accent-foreground));background-color:hsla(var(--accent),.2);border:1px solid hsl(var(--accent))}.AuthModal_msgError__w3CSk{color:hsl(var(--destructive));background-color:hsla(var(--destructive),.1);border:1px solid hsla(var(--destructive),.2)}.AuthModal_msgInfo__DLltD{color:hsl(var(--muted-foreground));background-color:hsl(var(--muted));border:1px solid hsl(var(--border))}.AuthModal_switchText__oA_3G{margin-top:.8rem;font-size:.8rem;color:hsl(var(--muted-foreground));text-align:center;cursor:pointer}.AuthModal_link__2_A1W{color:hsl(var(--primary));cursor:pointer;font-weight:600;margin-left:4px;transition:color .2s ease}.AuthModal_link__2_A1W:hover{color:hsl(var(--accent));text-decoration:underline}.AuthModal_infoText__E2nPb{font-size:.9rem;color:hsl(var(--muted-foreground));text-align:center;margin-bottom:.5rem}.AuthModal_googleBtn__MCEX0{margin-top:8px;display:flex;align-items:center;justify-content:center;min-height:50px}.AuthModal_spinner__LSFZ_{width:1rem;height:1rem;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:AuthModal_spin___MHgU 1s linear infinite}@keyframes AuthModal_spin___MHgU{to{transform:rotate(1turn)}}