.AccountSection-module__BSCRGa__section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;border-radius:16px;padding:20px 25px;transition:all .3s;box-shadow:0 2px 10px #00000014}.AccountSection-module__BSCRGa__section:hover{background:#fff;box-shadow:0 4px 16px #0000001f}.AccountSection-module__BSCRGa__section h2{color:#333;border-left:4px solid #5a6ef0;margin-bottom:12px;padding-left:10px;font-size:1.1rem;font-weight:500}.AccountSection-module__BSCRGa__formContainer{flex-direction:column;gap:10px;display:flex}.AccountSection-module__BSCRGa__input{background-color:#2563eb26;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.5rem 1rem;font-size:1rem;transition:border-color .2s}.AccountSection-module__BSCRGa__input:focus{border-color:#2563eb;outline:none}.AccountSection-module__BSCRGa__label{color:#6d6c6c;margin-bottom:-10px;font-size:.8rem;font-style:italic}.AccountSection-module__BSCRGa__textarea{resize:none;background-color:#2563eb26;border:1px solid #ddd;border-radius:8px;width:100%;min-height:70px;padding:4px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.AccountSection-module__BSCRGa__textarea:focus{border-color:#5a6ef0;outline:none;box-shadow:0 0 0 2px #5a6ef033}.AccountSection-module__BSCRGa__btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5a6ef0,#7886ff);border:none;border-radius:8px;padding:8px 10px;font-weight:500;transition:background .2s,transform .1s}.AccountSection-module__BSCRGa__btn:hover:not(:disabled){background:linear-gradient(135deg,#4b5de0,#6a75ff);transform:translateY(-1px)}.AccountSection-module__BSCRGa__btn:disabled{cursor:not-allowed;background:#ccc}.AccountSection-module__BSCRGa__message{color:#333;margin-top:4px;font-size:.8rem}.AccountSection-module__BSCRGa__deleteBtn{color:#fff;cursor:pointer;background:#ff5b5b;border:none;border-radius:8px;padding:10px 18px;font-weight:500;transition:background .2s,transform .1s}.AccountSection-module__BSCRGa__deleteBtn:hover{background:#e44b4b;transform:translateY(-1px)}.AccountSection-module__BSCRGa__imageWrapper{background:#f4f7fb;border-radius:50%;width:120px;height:120px;margin:auto;position:relative;overflow:hidden;box-shadow:0 0 10px #007bff26}.AccountSection-module__BSCRGa__profileImg{object-fit:cover;width:100%;height:100%}.AccountSection-module__BSCRGa__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.AccountSection-module__BSCRGa__fileLabel{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:.7rem;font-weight:500;transition:background .2s ease-in-out}.AccountSection-module__BSCRGa__fileLabel:hover{background:#0056d6}.AccountSection-module__BSCRGa__removeBtn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;padding:8px 10px;font-size:.7rem;font-weight:500;transition:background .2s ease-in-out}.AccountSection-module__BSCRGa__removeBtn:hover{background:#b72a38}.AccountSection-module__BSCRGa__uploadBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#42c98c,#34b37a);border:none;border-radius:8px;padding:8px 16px;transition:background .2s,transform .1s}.AccountSection-module__BSCRGa__uploadBtn:hover:not(:disabled){background:linear-gradient(135deg,#39b57b,#2e9e6d);transform:translateY(-1px)}.AccountSection-module__BSCRGa__uploadBtn:disabled{cursor:not-allowed;background:#ccc}@media screen and (max-width:768px){.AccountSection-module__BSCRGa__section{padding:15px 10px}.AccountSection-module__BSCRGa__section h2{padding-left:8px;font-size:1rem}.AccountSection-module__BSCRGa__input{padding:.3rem .5rem;font-size:.9rem}.AccountSection-module__BSCRGa__imageWrapper{width:100px;height:100px}}
.PasswordEyeButton-module__4PFsBq__toggleBtn{cursor:pointer;color:gray;background:0 0;border:none;font-size:1rem;display:block;position:absolute;top:50%;right:12px;transform:translateY(-50%)}
.StatusPage-module__T0jUcG__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:70vh;padding:20px;display:flex}.StatusPage-module__T0jUcG__card{background:#fff;border-radius:16px;width:100%;max-width:600px;padding:40px 30px;box-shadow:0 8px 30px #0000000d}.StatusPage-module__T0jUcG__title{margin-bottom:20px;font-size:2rem;font-weight:600}.StatusPage-module__T0jUcG__message{color:#777;margin-bottom:50px;font-size:1.2rem}.StatusPage-module__T0jUcG__icon{border-radius:50%;width:60px;height:60px;margin:0 auto 30px;animation:1.6s ease-in-out infinite StatusPage-module__T0jUcG__pulse}.StatusPage-module__T0jUcG__icon svg{color:#1e90ff;width:100%;height:100%}.StatusPage-module__T0jUcG__button a{color:#fff;background:#1e90ff;border-radius:8px;padding:12px 20px;text-decoration:none;transition:opacity .25s}.StatusPage-module__T0jUcG__button:hover{opacity:.8}@keyframes StatusPage-module__T0jUcG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.StatusPage-module__T0jUcG__title{font-size:1.5rem}.StatusPage-module__T0jUcG__message{font-size:1rem}}
.Spinner-module__omti8W__spinnerContainer{background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Spinner-module__omti8W__loader{box-sizing:border-box;border-top:5px solid #3b82f6;border-right:5px solid #0000;border-radius:50%;width:4rem;height:4rem;animation:1s linear infinite Spinner-module__omti8W__rotation;display:inline-block}.Spinner-module__omti8W__loader:after{content:"";box-sizing:border-box;border-bottom:5px solid #0000;border-left:5px solid #ff3d00;border-radius:50%;width:4rem;height:4rem;animation:.5s linear infinite reverse Spinner-module__omti8W__rotation;position:absolute;top:0;left:0}@keyframes Spinner-module__omti8W__rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.CommentList-module__sOg_4a__commentsWrap{border-top:1px solid #e6e6e6;width:100%;padding-top:12px;overflow-y:auto}.CommentList-module__sOg_4a__header{color:#222;margin-bottom:16px}.CommentList-module__sOg_4a__empty{color:#a3a3a3;text-align:center;padding:12px 0}.CommentList-module__sOg_4a__list{margin:0;padding:0;list-style:none}.CommentList-module__sOg_4a__error{text-align:center;color:#c00;padding:20px}
.PostDeleteButton-module__SqTQUG__deleteBtn{color:#fff;cursor:pointer;background:#f44;border:none;border-radius:6px;margin-top:auto;padding:10px 14px;font-weight:500;transition:background .2s}.PostDeleteButton-module__SqTQUG__deleteBtn:hover{background:#e03a3a}.PostDeleteButton-module__SqTQUG__errorBox{color:#ff4d4d;flex-direction:column;align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;display:flex}
.MobileSinglePost-module__mJS_Wq__overlay{z-index:9999;background:#000000d9;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.MobileSinglePost-module__mJS_Wq__modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;height:100vh;display:flex;overflow:hidden}.MobileSinglePost-module__mJS_Wq__header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.MobileSinglePost-module__mJS_Wq__closeBtn{cursor:pointer;background:0 0;border:none;font-size:20px}.MobileSinglePost-module__mJS_Wq__imageWrapper{background:#000;width:100%;height:50vh;position:relative}.MobileSinglePost-module__mJS_Wq__image{object-fit:contain}.MobileSinglePost-module__mJS_Wq__caption{text-align:center;padding:6px 12px;font-size:.95rem;font-weight:600}.MobileSinglePost-module__mJS_Wq__likeWrapper{justify-content:space-between;align-items:center;margin:0 16px;display:flex}.MobileSinglePost-module__mJS_Wq__date{color:#9c9c9c;font-size:.75rem}.MobileSinglePost-module__mJS_Wq__commentsSection{flex:1;padding:0 16px 50px;overflow-y:auto}
.DesktopSinglePost-module__aVS_uG__overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.DesktopSinglePost-module__aVS_uG__modal{background:#fff;border-radius:12px;flex-direction:row;width:80%;height:90vh;display:flex;overflow:hidden}.DesktopSinglePost-module__aVS_uG__imageWrapper{background:#000;flex:2.5;position:relative;overflow:hidden}.DesktopSinglePost-module__aVS_uG__image{object-fit:contain}.DesktopSinglePost-module__aVS_uG__details{flex-direction:column;flex:1;gap:12px;padding:12px 20px;display:flex;overflow-y:auto}.DesktopSinglePost-module__aVS_uG__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;display:flex}.DesktopSinglePost-module__aVS_uG__closeBtn{cursor:pointer;background:0 0;border:none;font-size:20px}.DesktopSinglePost-module__aVS_uG__caption{color:#333;font-size:.95rem;font-weight:600}.DesktopSinglePost-module__aVS_uG__likeWrapper{justify-content:space-between;align-items:center;display:flex}.DesktopSinglePost-module__aVS_uG__date{color:#9c9c9c;font-size:.75rem}.DesktopSinglePost-module__aVS_uG__navBtn{color:#ffffff4d;cursor:pointer;z-index:10;background:0 0;border:none;font-size:2rem;transition:color .2s;position:absolute;top:50%;transform:translateY(-50%)}.DesktopSinglePost-module__aVS_uG__navBtn:hover{color:#fff}.DesktopSinglePost-module__aVS_uG__prevBtn{left:40px}.DesktopSinglePost-module__aVS_uG__nextBtn{right:40px}
.ProfilePosts-module__d_EmiG__grid{grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.ProfilePosts-module__d_EmiG__addPostCard{aspect-ratio:4/5;color:#999;cursor:pointer;border:2px dashed #ccc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;transition:all .2s;display:flex}.ProfilePosts-module__d_EmiG__addPostCard:hover{color:#666;border-color:#666}.ProfilePosts-module__d_EmiG__addPostText{margin-top:15px;font-size:.9rem}.ProfilePosts-module__d_EmiG__post{aspect-ratio:4/5;background:#f0f0f0;border-radius:6px;width:100%;position:relative;overflow:hidden}.ProfilePosts-module__d_EmiG__postImage{object-fit:cover;width:100%;height:100%}.ProfilePosts-module__d_EmiG__overlay{color:#fff;opacity:0;background:#0009;justify-content:center;align-items:center;gap:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProfilePosts-module__d_EmiG__post:hover .ProfilePosts-module__d_EmiG__overlay{opacity:1}.ProfilePosts-module__d_EmiG__noPosts{text-align:center;color:#555;flex-direction:column;align-items:center;margin-top:5rem;display:flex}.ProfilePosts-module__d_EmiG__noPostsIcon{color:#aaa;margin-bottom:1rem;font-size:4rem}.ProfilePosts-module__d_EmiG__noPosts h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.ProfilePosts-module__d_EmiG__noPosts p{color:#888;margin-bottom:1.5rem;font-size:1rem}.ProfilePosts-module__d_EmiG__addPostBtn{color:#fff;cursor:pointer;background-color:#0095f6;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:1rem;transition:background .2s}.ProfilePosts-module__d_EmiG__addPostBtn:hover{background-color:#07c}@media screen and (max-width:960px){.ProfilePosts-module__d_EmiG__grid{grid-template-columns:repeat(3,1fr)}}
.Suggestions-module__wLGjoW__suggestions{background:#fff;border-radius:1rem;height:100%;padding:1.2rem;box-shadow:0 4px 12px #0000000d}.Suggestions-module__wLGjoW__suggestions h3{color:#8a8a8a;text-align:center;margin-bottom:2rem;font-size:1.1rem;font-weight:600}.Suggestions-module__wLGjoW__list{flex-direction:column;display:flex;overflow-y:auto}.Suggestions-module__wLGjoW__userItem{border-radius:.6rem;justify-content:space-between;align-items:center;gap:.6rem;padding:.5rem .4rem;transition:background .2s;display:flex}.Suggestions-module__wLGjoW__userItem:hover{background:#f7f9fc}.Suggestions-module__wLGjoW__followBtn{color:#fff;cursor:pointer;background:#0095f6;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .25s}.Suggestions-module__wLGjoW__followBtn:hover{background:#07c}.Suggestions-module__wLGjoW__following{color:#333;background:0 0;border:1px solid #ccc}.Suggestions-module__wLGjoW__following:hover{background:#f1f1f1}.Suggestions-module__wLGjoW__empty{text-align:center;color:#888;padding:2rem 0;font-size:.9rem}.Suggestions-module__wLGjoW__error{text-align:center;color:#c00;padding:20px}@media screen and (max-width:1200px){.Suggestions-module__wLGjoW__suggestions h3{margin-bottom:1rem;font-size:.9rem}}
.AuthHome-module__uJ5xNa__hero{background:#fff;width:100%;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 4px 10px #0000000d}.AuthHome-module__uJ5xNa__banner{background:linear-gradient(135deg,#0070f3,#00c6ff);width:100%;height:60px}.AuthHome-module__uJ5xNa__container{gap:2rem;max-width:1200px;margin:2rem auto;padding:0 1rem;display:flex}.AuthHome-module__uJ5xNa__feed{background:0 0;flex:3}.AuthHome-module__uJ5xNa__sidebar{width:100%;max-width:320px;height:fit-content;position:sticky}@media screen and (max-width:1200px){.AuthHome-module__uJ5xNa__sidebar{display:none}}@media screen and (max-width:768px){.AuthHome-module__uJ5xNa__banner{height:40px}}
.ProfilePage-module__9P4MSG__container{max-width:900px;margin:0 auto;padding:2rem}@media screen and (max-width:768px){.ProfilePage-module__9P4MSG__container{padding:1rem}}
.UserPage-module__utVkkG__container{max-width:900px;margin:0 auto;padding:2rem}@media screen and (max-width:768px){.UserPage-module__utVkkG__container{padding:1rem}}
.MobileSuggestionsDrawer-module__tEfZ_a__fab{color:#fff;cursor:pointer;z-index:500;background:#0095f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;display:flex;position:fixed;top:20px;right:8px;box-shadow:0 6px 16px #00000040}.MobileSuggestionsDrawer-module__tEfZ_a__overlay{z-index:1000;background:#0006;position:fixed;inset:0}.MobileSuggestionsDrawer-module__tEfZ_a__drawer{z-index:1101;background:#fff;flex-direction:column;width:min(85vw,360px);height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.MobileSuggestionsDrawer-module__tEfZ_a__open{transform:translate(0)}.MobileSuggestionsDrawer-module__tEfZ_a__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px;display:flex}.MobileSuggestionsDrawer-module__tEfZ_a__header h3{margin:0;font-size:1rem}.MobileSuggestionsDrawer-module__tEfZ_a__header button{cursor:pointer;background:0 0;border:none;font-size:20px}.MobileSuggestionsDrawer-module__tEfZ_a__content{flex:1;padding:12px;overflow-y:auto}@media screen and (min-width:1200px){.MobileSuggestionsDrawer-module__tEfZ_a__fab,.MobileSuggestionsDrawer-module__tEfZ_a__drawer,.MobileSuggestionsDrawer-module__tEfZ_a__overlay{display:none}}
.DesktopPostPage-module__1I_wPW__container{width:90%;height:100vh;margin:auto;padding:3rem 0;display:flex}.DesktopPostPage-module__1I_wPW__imageWrapper{background:#000;border-radius:16px 0 0 16px;flex:2;position:relative;overflow:hidden}.DesktopPostPage-module__1I_wPW__image{object-fit:contain}.DesktopPostPage-module__1I_wPW__details{border:2px solid #000;border-left:none;border-radius:0 16px 16px 0;flex-direction:column;flex:1;gap:12px;padding:12px 20px;display:flex;overflow-y:auto}.DesktopPostPage-module__1I_wPW__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;display:flex}.DesktopPostPage-module__1I_wPW__closeBtn{cursor:pointer;background:0 0;border:none;font-size:20px}.DesktopPostPage-module__1I_wPW__caption{color:#333;font-size:.95rem;font-weight:600}.DesktopPostPage-module__1I_wPW__likeWrapper{justify-content:space-between;align-items:center;display:flex}.DesktopPostPage-module__1I_wPW__date{color:#9c9c9c;font-size:.75rem}@media screen and (max-width:1200px){.DesktopPostPage-module__1I_wPW__container{width:97%;padding:1rem 0}.DesktopPostPage-module__1I_wPW__imageWrapper{flex:1.5}}
.Layout-module__BcnlIG__container{min-height:100vh;display:flex}.Layout-module__BcnlIG__sidebar{border-right:1px solid #ddd;width:250px;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}.Layout-module__BcnlIG__main{flex:1;margin-left:250px;overflow-y:auto}@media (max-width:768px){.Layout-module__BcnlIG__sidebar{display:none}.Layout-module__BcnlIG__main{margin-left:0}}@media (max-width:960px){.Layout-module__BcnlIG__main{margin-bottom:50px}}
.MobilePostPage-module__HWQlwG__container{flex-direction:column;width:100%;height:100vh;display:flex}.MobilePostPage-module__HWQlwG__header{background:#fff;border-bottom:1px solid #eee;justify-content:flex-start;align-items:center;padding-left:10px;display:flex}.MobilePostPage-module__HWQlwG__imageWrapper{background:#000;width:100%;height:50vh;position:relative}.MobilePostPage-module__HWQlwG__image{object-fit:contain}.MobilePostPage-module__HWQlwG__caption{text-align:center;padding:6px 12px;font-size:.95rem;font-weight:600}.MobilePostPage-module__HWQlwG__likeWrapper{justify-content:space-between;align-items:center;margin:0 16px;display:flex}.MobilePostPage-module__HWQlwG__date{color:#9c9c9c;font-size:.75rem}.MobilePostPage-module__HWQlwG__commentsSection{flex:1;padding:0 16px 50px;overflow-y:auto}
.AuthForm-module__UmkJBG__form{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 10px #0000001a}.AuthForm-module__UmkJBG__title{text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.AuthForm-module__UmkJBG__input{border:1px solid #ddd;border-radius:8px;width:100%;margin-bottom:1rem;padding:.8rem;font-family:inherit;font-size:1rem}.AuthForm-module__UmkJBG__button{color:#fff;cursor:pointer;background-color:#3897f0;border:none;border-radius:8px;width:100%;padding:.8rem;font-family:inherit;font-weight:700;transition:background .3s}.AuthForm-module__UmkJBG__button:disabled{cursor:not-allowed;background-color:#a0c8f5}.AuthForm-module__UmkJBG__button:hover:not(:disabled){background-color:#2d82d9}.AuthForm-module__UmkJBG__resend{margin:16px 0}.AuthForm-module__UmkJBG__resendButton{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-left:8px;font-family:inherit;font-size:.9rem;text-decoration:underline}.AuthForm-module__UmkJBG__resendButton:disabled{opacity:.6;cursor:not-allowed}.AuthForm-module__UmkJBG__resendText{color:#2c2c2c;text-align:center;margin-bottom:4px;font-size:.9rem}.AuthForm-module__UmkJBG__error{color:#ff4d4f;text-align:center;margin-bottom:1rem;font-size:.9rem}.AuthForm-module__UmkJBG__switch{text-align:center;margin-top:1rem;font-size:.9rem}.AuthForm-module__UmkJBG__forgotWrapper{text-align:center;margin-top:1rem}.AuthForm-module__UmkJBG__forgotLink{color:#2563eb;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem}.AuthForm-module__UmkJBG__forgotLink:hover{text-decoration:underline}
.AccountPage-module__33RWOq__accountContainer{background:linear-gradient(135deg,#f0f4ff,#e8f0ff);flex-direction:column;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.AccountPage-module__33RWOq__header{margin-bottom:30px}.AccountPage-module__33RWOq__title{color:#2a2a2a;font-size:1.8rem;font-weight:600}.AccountPage-module__33RWOq__logoutBtn{display:none}.AccountPage-module__33RWOq__sections{flex-direction:column;gap:20px;width:100%;max-width:700px;display:flex}.AccountPage-module__33RWOq__dangerZone{background:#fff0f0cc;border:1px solid #ff505033}.AccountPage-module__33RWOq__dangerZone h2{color:#c00;border-left-color:#f55}.AccountPage-module__33RWOq__doneContainer{justify-content:center;margin-top:2rem;display:flex}.AccountPage-module__33RWOq__doneBtn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#22c55e,#16a34a);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.2rem;font-weight:500;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #22c55e66}.AccountPage-module__33RWOq__doneBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #22c55e80}.AccountPage-module__33RWOq__doneBtn:active{transform:translateY(1px);box-shadow:0 1px 4px #22c55e66}@media screen and (max-width:768px){.AccountPage-module__33RWOq__accountContainer{padding:20px 10px}.AccountPage-module__33RWOq__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:16px;padding:0 10px;display:flex}.AccountPage-module__33RWOq__title{font-size:1.2rem}.AccountPage-module__33RWOq__logoutBtn{color:#272727;cursor:pointer;display:block}}
.ForgotPasswordPage-module__G4fiea__wrapper{justify-content:center;align-items:center;min-height:80vh;display:flex}.ForgotPasswordPage-module__G4fiea__card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:4rem 2rem 2rem;position:relative;box-shadow:0 8px 24px #00000014}.ForgotPasswordPage-module__G4fiea__backBtn{color:#303030;background:0 0;border:none;text-decoration:none;position:absolute;top:1rem;left:1rem}.ForgotPasswordPage-module__G4fiea__title{margin-bottom:2rem;font-size:1.5rem}.ForgotPasswordPage-module__G4fiea__description{color:#555;margin-bottom:1.5rem;font-size:.9rem}.ForgotPasswordPage-module__G4fiea__input{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.ForgotPasswordPage-module__G4fiea__input:focus{border-color:#2563eb;outline:none}.ForgotPasswordPage-module__G4fiea__button{color:#fff;cursor:pointer;background-color:#3897f0;border:none;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.ForgotPasswordPage-module__G4fiea__button:disabled{opacity:.7;cursor:not-allowed}.ForgotPasswordPage-module__G4fiea__error{color:#dc2626;margin-top:1rem;font-size:.85rem}
.LoginPage-module__tLN4va__container{background:#fafafa;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:1rem;display:flex}.LoginPage-module__tLN4va__success{text-align:center;color:#556b2f;margin-bottom:24px;font-size:.9rem}
.RegisterPage-module__tNuHyW__container{background:#fafafa;justify-content:center;align-items:center;height:100vh;padding:1rem;display:flex}
.GuestHome-module__IJoeRG__container{background:#fafafa;height:100vh;display:flex}.GuestHome-module__IJoeRG__left,.GuestHome-module__IJoeRG__right{background:linear-gradient(135deg,#3b82f6,#1d4ed8);flex:1;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.GuestHome-module__IJoeRG__title{color:#fff;letter-spacing:2px;font-size:2.5rem;font-weight:300;position:absolute;top:10%}.GuestHome-module__IJoeRG__right{background:#fff;box-shadow:-5px 0 20px #0000000d}.GuestHome-module__IJoeRG__fan{aspect-ratio:4/5;width:35%;height:auto;position:relative}.GuestHome-module__IJoeRG__img{object-fit:cover;opacity:0;transform-origin:bottom;border:2px solid #fff;border-radius:20px;width:100%;height:100%;animation-fill-mode:forwards;position:absolute;box-shadow:0 5px 15px #0003}.GuestHome-module__IJoeRG__mobileContinueBtn{display:none}.GuestHome-module__IJoeRG__center{z-index:5;animation:.5s .3s forwards GuestHome-module__IJoeRG__fadeInCenter}.GuestHome-module__IJoeRG__left1{z-index:4;animation:.7s 1s forwards GuestHome-module__IJoeRG__fanLeft1}.GuestHome-module__IJoeRG__right1{z-index:4;animation:.7s 1s forwards GuestHome-module__IJoeRG__fanRight1}.GuestHome-module__IJoeRG__left2{z-index:3;animation:.7s 1.7s forwards GuestHome-module__IJoeRG__fanLeft2}.GuestHome-module__IJoeRG__right2{z-index:3;animation:.7s 1.7s forwards GuestHome-module__IJoeRG__fanRight2}@keyframes GuestHome-module__IJoeRG__fadeInCenter{to{opacity:1;transform:rotate(0)}}@keyframes GuestHome-module__IJoeRG__fanLeft1{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(-15deg)translate(-15%)}}@keyframes GuestHome-module__IJoeRG__fanRight1{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(15deg)translate(15%)}}@keyframes GuestHome-module__IJoeRG__fanLeft2{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(-30deg)translate(-30%)}}@keyframes GuestHome-module__IJoeRG__fanRight2{0%{opacity:0;transform:rotate(0)}to{opacity:1;transform:rotate(30deg)translate(30%)}}@media screen and (max-width:768px){.GuestHome-module__IJoeRG__container{width:100%;height:100vh;display:block}.GuestHome-module__IJoeRG__left{z-index:10;transition:transform 1s ease-in-out;position:absolute;inset:0}.GuestHome-module__IJoeRG__left.GuestHome-module__IJoeRG__hidden{transform:translate(-100%)}.GuestHome-module__IJoeRG__right{z-index:1;width:100%;height:100%;position:relative}.GuestHome-module__IJoeRG__title{font-size:2rem}.GuestHome-module__IJoeRG__mobileContinueBtn{color:#1d4ed8;cursor:pointer;background:#ffffffe6;border:none;border-radius:30px;padding:12px 28px;font-size:1.1rem;font-weight:500;transition:all .25s;display:inline;position:absolute;bottom:12%;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #00000026}.GuestHome-module__IJoeRG__mobileContinueBtn:active{transform:translate(-50%)scale(.96)}}
