.SidebarItem-module__MQPnMW__sidebarItem{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px;font-size:15px;font-weight:600;transition:all .3s;display:flex;position:relative}.SidebarItem-module__MQPnMW__collapsed{justify-content:center;padding:12px}.SidebarItem-module__MQPnMW__expanded{justify-content:flex-start;padding:12px 16px}.SidebarItem-module__MQPnMW__sidebarItem:hover{color:#374151;background-color:#f3f4f6}.SidebarItem-module__MQPnMW__sidebarItem.SidebarItem-module__MQPnMW__active{color:#111827;background-color:#e5e7eb}.SidebarItem-module__MQPnMW__iconContainer{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.SidebarItem-module__MQPnMW__label{text-align:left;white-space:nowrap;opacity:1;flex:1;transition:opacity .2s ease-in-out}.SidebarItem-module__MQPnMW__collapsed .SidebarItem-module__MQPnMW__label{opacity:0;width:0;overflow:hidden}.SidebarItem-module__MQPnMW__badge{color:#fff;background-color:#ef4444;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;display:flex}
.Sidebar-module__VPewta__sidebar{z-index:1000;background-color:#fff;flex-direction:column;height:100vh;padding:24px 12px;transition:width .3s;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 8px #0000001a}.Sidebar-module__VPewta__collapsed{width:80px}.Sidebar-module__VPewta__expanded{width:280px}.Sidebar-module__VPewta__header{align-items:center;gap:12px;margin-bottom:32px;padding:0 4px;display:flex}.Sidebar-module__VPewta__logo{background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.Sidebar-module__VPewta__logoText{color:#fff;font-size:18px;font-weight:700}.Sidebar-module__VPewta__userInfo{opacity:1;flex-direction:column;flex:1;gap:2px;min-width:0;transition:opacity .2s ease-in-out .15s;display:flex}.Sidebar-module__VPewta__collapsed .Sidebar-module__VPewta__userInfo{opacity:0;width:0;transition:opacity .2s ease-in-out;overflow:hidden}.Sidebar-module__VPewta__userName{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.Sidebar-module__VPewta__userEmail{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.Sidebar-module__VPewta__menu{flex-direction:column;gap:4px;display:flex}
.DashboardLayout-module__N6R2va__dashboardLayout{width:100%;height:100vh;display:flex;overflow:hidden}.DashboardLayout-module__N6R2va__content{background-color:#f9fafb;flex:1;margin-left:80px;padding:32px;transition:margin-left .3s;overflow-y:auto}
.LoginModal-module__tUu67G__overlay{z-index:2000;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoginModal-module__tUu67G__backgroundBlur{filter:blur(4px);z-index:0;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.LoginModal-module__tUu67G__blackOverlay{z-index:1;background-color:#00000059;position:absolute;inset:0}.LoginModal-module__tUu67G__radialOverlay{z-index:2;background:radial-gradient(circle,#0003 0%,#0009 70%);position:absolute;inset:0}.LoginModal-module__tUu67G__modal{z-index:3;background-color:#fff;border-radius:16px;width:440px;max-width:90%;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.LoginModal-module__tUu67G__closeButton{color:#6b7280;cursor:pointer;background:#ebebeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:flex;position:absolute;top:16px;right:16px}.LoginModal-module__tUu67G__closeButton:hover{color:#4b5563;background-color:#d1d5db}.LoginModal-module__tUu67G__logoContainer{justify-content:center;margin-bottom:24px;display:flex}.LoginModal-module__tUu67G__logo{width:48px;height:48px}.LoginModal-module__tUu67G__header{text-align:center;margin-bottom:24px}.LoginModal-module__tUu67G__title{color:#111827;margin:0 0 8px;font-size:24px;font-weight:600}.LoginModal-module__tUu67G__subtitle{color:#6b7280;margin:0;font-size:14px}.LoginModal-module__tUu67G__error{color:#dc2626;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.LoginModal-module__tUu67G__socialButtons{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.LoginModal-module__tUu67G__socialButton{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex}.LoginModal-module__tUu67G__socialButton:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.LoginModal-module__tUu67G__socialButton:disabled{opacity:.6;cursor:not-allowed}.LoginModal-module__tUu67G__socialIcon{width:20px;height:20px}.LoginModal-module__tUu67G__divider{align-items:center;gap:16px;margin-top:32px;margin-bottom:24px;display:flex}.LoginModal-module__tUu67G__dividerLine{background-color:#e5e7eb;flex:1;height:1px}.LoginModal-module__tUu67G__dividerText{color:#9ca3af;font-size:14px}.LoginModal-module__tUu67G__form{flex-direction:column;gap:16px;display:flex}.LoginModal-module__tUu67G__inputGroup{align-items:center;display:flex;position:relative}.LoginModal-module__tUu67G__inputIcon{color:#9ca3af;pointer-events:none;width:22px;height:22px;position:absolute;left:12px}.LoginModal-module__tUu67G__input{color:#111827;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 16px 12px 44px;font-size:14px;transition:border-color .2s ease-in-out}.LoginModal-module__tUu67G__input:focus{border-color:#8bb2ff;outline:none}.LoginModal-module__tUu67G__input:disabled{cursor:not-allowed;background-color:#f9fafb}.LoginModal-module__tUu67G__passwordToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.LoginModal-module__tUu67G__passwordToggle:disabled{cursor:not-allowed;opacity:.5}.LoginModal-module__tUu67G__toggleIcon{color:#9ca3af;width:24px;height:24px}.LoginModal-module__tUu67G__submitButton{color:#fff;cursor:pointer;background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:opacity .2s ease-in-out}.LoginModal-module__tUu67G__submitButton:hover:not(:disabled){opacity:.9}.LoginModal-module__tUu67G__submitButton:disabled{opacity:.6;cursor:not-allowed}.LoginModal-module__tUu67G__footer{text-align:center;margin-top:24px}.LoginModal-module__tUu67G__footerText{color:#6b7280;margin:8px 0 0;font-size:14px}.LoginModal-module__tUu67G__link{color:#8bb2ff;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.LoginModal-module__tUu67G__link:hover{color:#6b9eff;text-decoration:underline}
.SignUpModal-module__ynIR8W__overlay{z-index:2000;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SignUpModal-module__ynIR8W__backgroundBlur{filter:blur(4px);z-index:0;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.SignUpModal-module__ynIR8W__blackOverlay{z-index:1;background-color:#00000059;position:absolute;inset:0}.SignUpModal-module__ynIR8W__radialOverlay{z-index:2;background:radial-gradient(circle,#0003 0%,#0009 70%);position:absolute;inset:0}.SignUpModal-module__ynIR8W__modal{z-index:3;background-color:#fff;border-radius:16px;width:440px;max-width:90%;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.SignUpModal-module__ynIR8W__closeButton{color:#6b7280;cursor:pointer;background:#ebebeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:flex;position:absolute;top:16px;right:16px}.SignUpModal-module__ynIR8W__closeButton:hover{color:#4b5563;background-color:#d1d5db}.SignUpModal-module__ynIR8W__logoContainer{justify-content:center;margin-bottom:24px;display:flex}.SignUpModal-module__ynIR8W__logo{width:48px;height:48px}.SignUpModal-module__ynIR8W__header{text-align:center;margin-bottom:24px}.SignUpModal-module__ynIR8W__title{color:#111827;margin:0 0 8px;font-size:24px;font-weight:600}.SignUpModal-module__ynIR8W__subtitle{color:#6b7280;margin:0;font-size:14px}.SignUpModal-module__ynIR8W__error{color:#dc2626;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.SignUpModal-module__ynIR8W__form{flex-direction:column;gap:16px;display:flex}.SignUpModal-module__ynIR8W__inputGroup{align-items:center;display:flex;position:relative}.SignUpModal-module__ynIR8W__inputIcon{color:#9ca3af;pointer-events:none;width:22px;height:22px;position:absolute;left:12px}.SignUpModal-module__ynIR8W__input{color:#111827;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 16px 12px 44px;font-size:14px;transition:border-color .2s ease-in-out}.SignUpModal-module__ynIR8W__input:focus{border-color:#8bb2ff;outline:none}.SignUpModal-module__ynIR8W__input:disabled{cursor:not-allowed;background-color:#f9fafb}.SignUpModal-module__ynIR8W__passwordToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.SignUpModal-module__ynIR8W__passwordToggle:disabled{cursor:not-allowed;opacity:.5}.SignUpModal-module__ynIR8W__toggleIcon{color:#9ca3af;width:24px;height:24px}.SignUpModal-module__ynIR8W__submitButton{color:#fff;cursor:pointer;background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:opacity .2s ease-in-out}.SignUpModal-module__ynIR8W__submitButton:hover:not(:disabled){opacity:.9}.SignUpModal-module__ynIR8W__submitButton:disabled{opacity:.6;cursor:not-allowed}.SignUpModal-module__ynIR8W__divider{align-items:center;gap:16px;margin-top:32px;margin-bottom:24px;display:flex}.SignUpModal-module__ynIR8W__dividerLine{background-color:#e5e7eb;flex:1;height:1px}.SignUpModal-module__ynIR8W__dividerText{color:#9ca3af;font-size:14px}.SignUpModal-module__ynIR8W__socialButtons{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.SignUpModal-module__ynIR8W__socialButton{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;display:flex}.SignUpModal-module__ynIR8W__socialButton:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.SignUpModal-module__ynIR8W__socialButton:disabled{opacity:.6;cursor:not-allowed}.SignUpModal-module__ynIR8W__socialIcon{width:20px;height:20px}.SignUpModal-module__ynIR8W__footer{text-align:center;margin-top:24px}.SignUpModal-module__ynIR8W__termsText{color:#6b7280;margin:0 0 12px;font-size:12px}.SignUpModal-module__ynIR8W__footerText{color:#6b7280;margin:8px 0 0;font-size:14px}.SignUpModal-module__ynIR8W__link{font-size:inherit;color:#8bb2ff;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.SignUpModal-module__ynIR8W__link:hover{color:#6b9eff;text-decoration:underline}
.ForgotPasswordModal-module__w2IsZa__overlay{z-index:2000;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ForgotPasswordModal-module__w2IsZa__backgroundBlur{filter:blur(4px);z-index:0;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.ForgotPasswordModal-module__w2IsZa__blackOverlay{z-index:1;background-color:#00000059;position:absolute;inset:0}.ForgotPasswordModal-module__w2IsZa__radialOverlay{z-index:2;background:radial-gradient(circle,#0003 0%,#0009 70%);position:absolute;inset:0}.ForgotPasswordModal-module__w2IsZa__modal{z-index:3;background-color:#fff;border-radius:16px;width:440px;max-width:90%;max-height:90vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000026}.ForgotPasswordModal-module__w2IsZa__closeButton{color:#6b7280;cursor:pointer;background:#ebebeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:flex;position:absolute;top:16px;right:16px}.ForgotPasswordModal-module__w2IsZa__closeButton:hover{color:#4b5563;background-color:#d1d5db}.ForgotPasswordModal-module__w2IsZa__backButton{color:#6b7280;cursor:pointer;background:#ebebeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:color .2s ease-in-out,background-color .2s ease-in-out;display:flex;position:absolute;top:16px;left:16px}.ForgotPasswordModal-module__w2IsZa__backButton:hover{color:#4b5563;background-color:#d1d5db}.ForgotPasswordModal-module__w2IsZa__backIcon{width:20px;height:20px}.ForgotPasswordModal-module__w2IsZa__logoContainer{justify-content:center;margin-bottom:24px;display:flex}.ForgotPasswordModal-module__w2IsZa__logo{width:48px;height:48px}.ForgotPasswordModal-module__w2IsZa__header{text-align:center;margin-bottom:24px}.ForgotPasswordModal-module__w2IsZa__title{color:#111827;margin:0 0 8px;font-size:24px;font-weight:600}.ForgotPasswordModal-module__w2IsZa__subtitle{color:#6b7280;margin:0;font-size:14px}.ForgotPasswordModal-module__w2IsZa__error{color:#dc2626;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:16px;padding:12px 16px;font-size:14px}.ForgotPasswordModal-module__w2IsZa__success{text-align:center;padding:24px 0}.ForgotPasswordModal-module__w2IsZa__successIcon{color:#10b981;width:64px;height:64px;margin-bottom:16px}.ForgotPasswordModal-module__w2IsZa__successText{color:#6b7280;margin:0 0 24px;font-size:14px}.ForgotPasswordModal-module__w2IsZa__backToLoginButton{color:#fff;cursor:pointer;background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;transition:opacity .2s ease-in-out}.ForgotPasswordModal-module__w2IsZa__backToLoginButton:hover{opacity:.9}.ForgotPasswordModal-module__w2IsZa__form{flex-direction:column;gap:16px;display:flex}.ForgotPasswordModal-module__w2IsZa__inputGroup{align-items:center;display:flex;position:relative}.ForgotPasswordModal-module__w2IsZa__inputIcon{color:#9ca3af;pointer-events:none;width:22px;height:22px;position:absolute;left:12px}.ForgotPasswordModal-module__w2IsZa__input{color:#111827;border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:12px 16px 12px 44px;font-size:14px;transition:border-color .2s ease-in-out}.ForgotPasswordModal-module__w2IsZa__input:focus{border-color:#8bb2ff;outline:none}.ForgotPasswordModal-module__w2IsZa__input:disabled{cursor:not-allowed;background-color:#f9fafb}.ForgotPasswordModal-module__w2IsZa__submitButton{color:#fff;cursor:pointer;background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:12px 16px;font-size:14px;font-weight:600;transition:opacity .2s ease-in-out}.ForgotPasswordModal-module__w2IsZa__submitButton:hover:not(:disabled){opacity:.9}.ForgotPasswordModal-module__w2IsZa__submitButton:disabled{opacity:.6;cursor:not-allowed}
.HomePage-module__MmtA7q__landingContainer{text-align:center;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100vh;padding:20px;display:flex;position:relative}.HomePage-module__MmtA7q__backgroundBlur{filter:blur(4px);z-index:0;background-image:url(/assets/img/Reset-pass-bkg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.HomePage-module__MmtA7q__blackOverlay{z-index:1;background-color:#00000059;position:absolute;inset:0}.HomePage-module__MmtA7q__radialOverlay{z-index:2;background:radial-gradient(circle,#0003 0%,#0009 70%);position:absolute;inset:0}.HomePage-module__MmtA7q__content,.HomePage-module__MmtA7q__logoContainer{z-index:3;position:relative}.HomePage-module__MmtA7q__logo{width:80px;height:80px}.HomePage-module__MmtA7q__textContainer{z-index:3;position:relative}.HomePage-module__MmtA7q__title{color:#fff;margin-bottom:12px;font-size:32px;font-weight:700}.HomePage-module__MmtA7q__subtitle{color:#9ca3af;margin-bottom:32px;font-size:16px;font-weight:600}.HomePage-module__MmtA7q__signInButton{z-index:3;color:#fff;cursor:pointer;background:radial-gradient(107.88% 282.69% at 50.14% 0,#8bb2ff 0%,#ffa1ba 50%,#ff8d5f 100%);border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:600;transition:opacity .2s;position:relative}.HomePage-module__MmtA7q__signInButton:hover{opacity:.9}.HomePage-module__MmtA7q__loadingContainer{color:#6b7280;justify-content:center;align-items:center;height:100vh;font-size:18px;display:flex}.HomePage-module__MmtA7q__dashboardContainer{padding:20px}.HomePage-module__MmtA7q__dashboardTitle{color:#111827;margin-bottom:16px;font-size:28px;font-weight:700}.HomePage-module__MmtA7q__dashboardSubtitle{color:#6b7280;margin-bottom:24px;font-size:16px}.HomePage-module__MmtA7q__userInfoCard{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 2px 8px #0000001a}.HomePage-module__MmtA7q__userInfoTitle{color:#111827;margin-bottom:16px;font-size:20px;font-weight:600}.HomePage-module__MmtA7q__userInfoList{flex-direction:column;gap:8px;display:flex}.HomePage-module__MmtA7q__userInfoItem{color:#6b7280}.HomePage-module__MmtA7q__userInfoLabel{color:#111827;font-weight:600}.HomePage-module__MmtA7q__signOutButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s}.HomePage-module__MmtA7q__signOutButton:hover{background:#dc2626}
