.login-module__hjLiYa__page{background:linear-gradient(#ffffff1a,#ffffff4d),url(/limgo-login-bg.png) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:100dvh;padding:1.2rem;display:flex;position:relative;overflow-y:auto}.login-module__hjLiYa__page:before{content:"";-webkit-backdrop-filter:blur(16px);z-index:0;background:#ffffff26;position:absolute;inset:0}.login-module__hjLiYa__modalContainer{z-index:1;border:1px solid #e5e7ebe6;border-radius:1.5rem;width:min(420px,100%);position:relative;overflow:hidden;box-shadow:0 24px 70px #45362829,inset 0 1px #ffffff8a}.login-module__hjLiYa__leftPane{background:#fff;flex-direction:column;width:100%;padding:2.25rem;display:flex;overflow-y:auto}.login-module__hjLiYa__logo{color:#111827;letter-spacing:-.01em;align-items:center;gap:.5rem;margin-bottom:1.4rem;font-size:1.05rem;font-weight:700;display:inline-flex}.login-module__hjLiYa__logoIcon{width:1.45rem;height:1.45rem}.login-module__hjLiYa__leftPane h1{color:#111827;margin:0 0 .6rem;font-size:1.58rem;font-weight:600}.login-module__hjLiYa__subtitle{color:#6b7280;max-width:92%;margin:0 0 1.35rem;font-size:.83rem;line-height:1.5}.login-module__hjLiYa__audienceSwitch{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.78rem;grid-template-columns:1fr 1fr;gap:.3rem;margin-bottom:1rem;padding:.28rem;display:grid}.login-module__hjLiYa__audienceSwitchOption{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.56rem;min-height:2.4rem;font-size:.86rem;font-weight:600;transition:background-color .2s,color .2s,box-shadow .2s}.login-module__hjLiYa__audienceSwitchOptionActive{color:#111827;background:#fff;box-shadow:0 2px 8px #11182714}.login-module__hjLiYa__form{flex-direction:column;display:flex}.login-module__hjLiYa__authPanelAnimated{animation:.22s cubic-bezier(.2,.8,.2,1) login-module__hjLiYa__authPanelFadeIn}@keyframes login-module__hjLiYa__authPanelFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.login-module__hjLiYa__patientSelectionArea{flex-direction:column;gap:.75rem;display:flex}.login-module__hjLiYa__patientCards{flex-direction:column;gap:.62rem;max-height:290px;padding-right:.2rem;display:flex;overflow-y:auto}.login-module__hjLiYa__patientCards::-webkit-scrollbar{width:5px}.login-module__hjLiYa__patientCards::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.login-module__hjLiYa__patientCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.78rem;align-items:center;gap:.72rem;width:100%;padding:.72rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.login-module__hjLiYa__patientCard:hover:not(:disabled){border-color:#b8dcb0;transform:translateY(-1px);box-shadow:0 8px 18px #5cb34014}.login-module__hjLiYa__patientCard:disabled{opacity:.72;cursor:not-allowed}.login-module__hjLiYa__patientCardAvatar{color:#5cb340;background:#e8f5e1;border-radius:.62rem;flex-shrink:0;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:.9rem;font-weight:700;display:inline-flex;overflow:hidden}.login-module__hjLiYa__patientCardAvatar img{object-fit:cover;width:100%;height:100%}.login-module__hjLiYa__patientCardInfo{flex-direction:column;flex:1;min-width:0;display:flex}.login-module__hjLiYa__patientCardInfo strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.login-module__hjLiYa__patientCardInfo span{color:#6b7280;font-size:.72rem}.login-module__hjLiYa__patientCardArrow{color:#9ca3af;font-size:1.04rem}.login-module__hjLiYa__inputGroup{flex-direction:column;gap:.68rem;margin-bottom:.85rem;display:flex}.login-module__hjLiYa__input{color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:.62rem;outline:none;width:100%;padding:.86rem 1rem;font-size:.86rem;transition:border-color .24s,box-shadow .24s,background-color .24s}.login-module__hjLiYa__input:focus{background:#fff;border-color:#88cf6b;box-shadow:0 0 0 3px #88cf6b33}.login-module__hjLiYa__input::placeholder{color:#9ca3af}.login-module__hjLiYa__checkboxGroup{cursor:pointer;align-items:center;gap:.6rem;margin-bottom:0;display:flex}.login-module__hjLiYa__checkboxGroup input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.32rem;place-content:center;width:1.05rem;height:1.05rem;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;display:grid;position:relative}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:before{content:"";opacity:0;width:.58rem;height:.58rem;box-shadow:inset 1em 1em var(--brandGreen);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);transition:transform .18s cubic-bezier(.2,.9,.25,1.15),opacity .16s;transform:scale(.7)translateY(.02rem)}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:checked:before{opacity:1;transform:scale(1)translateY(0)}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:checked{border-color:var(--brandGreen);background:rgba(var(--brandGreenRgb), .12);box-shadow:0 0 0 4px rgba(var(--brandGreenRgb), .12)}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:hover{border-color:rgba(var(--brandGreenRgb), .62)}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:focus-visible{border-color:var(--brandGreen);box-shadow:0 0 0 4px rgba(var(--brandGreenRgb), .18);outline:none}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:active{transform:scale(.96)}.login-module__hjLiYa__checkboxGroup input[type=checkbox]:disabled{cursor:not-allowed;opacity:.7}@media (prefers-reduced-motion:reduce){.login-module__hjLiYa__checkboxGroup input[type=checkbox],.login-module__hjLiYa__checkboxGroup input[type=checkbox]:before{transition:none}}.login-module__hjLiYa__checkboxGroup span{color:#6b7280;font-size:.75rem}.login-module__hjLiYa__formActionsRow{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.8rem;display:flex}.login-module__hjLiYa__forgotPasswordBtn{color:#6fb95c;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;transition:color .2s,opacity .2s}.login-module__hjLiYa__forgotPasswordBtn:hover{color:#5aa349}.login-module__hjLiYa__forgotPasswordBtn:focus-visible{outline-offset:2px;border-radius:.2rem;outline:2px solid #6fb95c59}.login-module__hjLiYa__error{color:#b33a3a;background:#fff3f3d6;border:1px solid #efb1b1;border-radius:.7rem;margin-bottom:.88rem;padding:.72rem .82rem;font-size:.82rem}.login-module__hjLiYa__success{color:#2f6e22;background:#f1fceef0;border:1px solid #b8e1b0;border-radius:.7rem;margin-bottom:.88rem;padding:.72rem .82rem;font-size:.82rem}.login-module__hjLiYa__btnPrimary{color:#f9fafb;cursor:pointer;background:#111827;border:none;border-radius:.62rem;width:100%;padding:.86rem;font-size:.86rem;font-weight:600;transition:background-color .24s,opacity .24s}.login-module__hjLiYa__btnPrimary:hover:not(:disabled){background:#1f2937}.login-module__hjLiYa__btnPrimary:disabled{opacity:.72;cursor:not-allowed}.login-module__hjLiYa__btnSecondary{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.62rem;width:100%;margin-top:.68rem;padding:.84rem;font-size:.85rem;font-weight:600;transition:background-color .24s,border-color .24s,color .24s}.login-module__hjLiYa__btnSecondary:hover{color:#111827;background:#f9fafb;border-color:#9ca3af}.login-module__hjLiYa__btnSecondary:focus-visible{outline-offset:2px;outline:2px solid #6fb95c59}.login-module__hjLiYa__divider{text-align:center;color:#9ca3af;align-items:center;margin:1.55rem 0;font-size:.72rem;display:flex}.login-module__hjLiYa__divider:before,.login-module__hjLiYa__divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.login-module__hjLiYa__divider span{padding:0 .62rem}.login-module__hjLiYa__socialLogins{gap:.68rem;display:flex}.login-module__hjLiYa__btnSocial{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.62rem;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.68rem .2rem;font-size:.79rem;font-weight:500;transition:all .24s;display:inline-flex}.login-module__hjLiYa__btnSocial:hover:not(:disabled){background:#f8fafc;border-color:#d1d5db}.login-module__hjLiYa__btnSocial:disabled{opacity:.62;cursor:not-allowed}.login-module__hjLiYa__btnSocial svg{fill:currentColor;width:.95rem;height:.95rem}.login-module__hjLiYa__loginLink{text-align:center;color:#6b7280;margin-top:auto;padding-top:1rem;font-size:.74rem}.login-module__hjLiYa__loginLink a{color:var(--brandGreen);font-weight:500;text-decoration:none}.login-module__hjLiYa__loginLink a:hover{color:var(--brandGreenHover)}@media (max-width:768px){.login-module__hjLiYa__page{padding:max(.75rem, env(safe-area-inset-top)) .75rem max(.75rem, env(safe-area-inset-bottom))}.login-module__hjLiYa__modalContainer{border-radius:1rem;width:100%;box-shadow:0 18px 44px #45362821,inset 0 1px #ffffff80}.login-module__hjLiYa__leftPane{padding:1.25rem;overflow-y:visible}.login-module__hjLiYa__logo{margin-bottom:1.2rem}.login-module__hjLiYa__leftPane h1{margin-bottom:.45rem;font-size:1.38rem}.login-module__hjLiYa__subtitle{max-width:100%;margin-bottom:1.2rem;font-size:.85rem}.login-module__hjLiYa__audienceSwitch{margin-bottom:.9rem}.login-module__hjLiYa__audienceSwitchOption{min-height:2.65rem;font-size:.9rem}.login-module__hjLiYa__inputGroup{gap:.7rem;margin-bottom:.9rem}.login-module__hjLiYa__input{min-height:2.85rem;font-size:.95rem}.login-module__hjLiYa__checkboxGroup{margin-bottom:0}.login-module__hjLiYa__checkboxGroup span,.login-module__hjLiYa__forgotPasswordBtn{font-size:.8rem}.login-module__hjLiYa__btnPrimary,.login-module__hjLiYa__btnSecondary,.login-module__hjLiYa__btnSocial{min-height:2.85rem;font-size:.92rem}.login-module__hjLiYa__patientCards{max-height:230px}.login-module__hjLiYa__patientCard{padding:.68rem}.login-module__hjLiYa__divider{margin:1.2rem 0}.login-module__hjLiYa__socialLogins{flex-flow:row;gap:.55rem}.login-module__hjLiYa__btnSocial{min-width:0}.login-module__hjLiYa__loginLink{margin-top:1.15rem;padding-top:.9rem}}@media (max-width:420px){.login-module__hjLiYa__leftPane{padding:1rem}.login-module__hjLiYa__leftPane h1{font-size:1.28rem}.login-module__hjLiYa__subtitle{font-size:.8rem}}
