.auth-module__bMm_Ba__authContainer{box-sizing:border-box;background-color:#ecfdf5;justify-content:center;align-items:flex-start;min-height:100vh;padding:80px 24px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.auth-module__bMm_Ba__authCard{background-color:#fff;border-radius:12px;width:100%;max-width:380px;padding:36px 32px;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000d}.auth-module__bMm_Ba__authHeader{text-align:center;margin-bottom:32px}.auth-module__bMm_Ba__authLogoInCard{justify-content:center;margin-bottom:36px;display:flex}.auth-module__bMm_Ba__authLogoInCard img{-o-object-fit:contain;object-fit:contain;width:100%;max-width:216px;height:auto}.auth-module__bMm_Ba__authTitle{color:#111827;letter-spacing:-.02em;margin:0 0 8px;font-size:1.5rem;font-weight:600}.auth-module__bMm_Ba__authSubtitle{color:#6b7280;margin:0;font-size:.9375rem;line-height:1.5}.auth-module__bMm_Ba__formGroup{flex-direction:column;gap:20px;margin-bottom:24px;display:flex}.auth-module__bMm_Ba__formField{flex-direction:column;gap:6px;display:flex}.auth-module__bMm_Ba__formLabel{color:#374151;font-size:.875rem;font-weight:500}.auth-module__bMm_Ba__formInput{color:#111827;box-sizing:border-box;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.auth-module__bMm_Ba__formInput:hover{border-color:#d1d5db}.auth-module__bMm_Ba__formInput:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b9811f}.auth-module__bMm_Ba__formInput::placeholder{color:#9ca3af}.auth-module__bMm_Ba__formInput.auth-module__bMm_Ba__hasError{border-color:#dc2626}.auth-module__bMm_Ba__formInput.auth-module__bMm_Ba__hasError:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.auth-module__bMm_Ba__fieldError{color:#dc2626;margin-top:4px;font-size:.8125rem}.auth-module__bMm_Ba__passwordWrapper{align-items:center;display:flex;position:relative}.auth-module__bMm_Ba__passwordInput{padding-right:40px}.auth-module__bMm_Ba__passwordToggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s,background-color .15s;display:flex;position:absolute;right:8px}.auth-module__bMm_Ba__passwordToggle:hover{color:#6b7280;background-color:#f3f4f6}.auth-module__bMm_Ba__passwordToggle:focus{color:#10b981;outline:none}.auth-module__bMm_Ba__passwordToggle.auth-module__bMm_Ba__passwordToggleActive{color:#dc2626}.auth-module__bMm_Ba__passwordToggle.auth-module__bMm_Ba__passwordToggleActive:hover{color:#b91c1c;background-color:#fef2f2}.auth-module__bMm_Ba__submitButton{color:#fff;box-sizing:border-box;cursor:pointer;background-color:#111827;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .15s,box-shadow .15s,transform .1s;display:flex}.auth-module__bMm_Ba__submitButton:hover:not(:disabled){background-color:#1f2937;box-shadow:0 4px 12px #11182740}.auth-module__bMm_Ba__submitButton:active:not(:disabled){transform:scale(.99)}.auth-module__bMm_Ba__submitButton:focus{outline:none;box-shadow:0 0 0 3px #1118274d}.auth-module__bMm_Ba__submitButton:disabled{opacity:.6;cursor:not-allowed}.auth-module__bMm_Ba__divider{align-items:center;margin:28px 0;display:flex;position:relative}.auth-module__bMm_Ba__dividerLine{background-color:#e5e7eb;flex:1;height:1px}.auth-module__bMm_Ba__dividerText{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:0 16px;font-size:.8125rem}.auth-module__bMm_Ba__googleButton{color:#3c4043;box-sizing:border-box;cursor:pointer;background-color:#fff;border:1px solid #dadce0;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;height:42px;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;transition:background-color .2s,border-color .2s,box-shadow .2s;display:flex}.auth-module__bMm_Ba__googleButton:hover:not(:disabled){background-color:#f8faff;border-color:#d2e3fc;box-shadow:0 1px 3px #3c404326}.auth-module__bMm_Ba__googleButton:focus{border-color:#4285f4;outline:none;box-shadow:0 0 0 3px #4285f433}.auth-module__bMm_Ba__googleButton:disabled{opacity:.6;cursor:not-allowed}.auth-module__bMm_Ba__googleIcon{flex-shrink:0;width:20px;height:20px}.auth-module__bMm_Ba__footerLinks{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;display:flex}.auth-module__bMm_Ba__footerLink{color:#6b7280;font-size:.875rem;text-decoration:none;transition:color .15s}.auth-module__bMm_Ba__footerLink:hover{color:#10b981;text-underline-offset:3px;text-decoration:underline}.auth-module__bMm_Ba__errorBanner{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}.auth-module__bMm_Ba__errorBanner svg{color:#dc2626;flex-shrink:0}.auth-module__bMm_Ba__errorBannerText{color:#b91c1c;margin:0;font-size:.875rem;line-height:1.4}.auth-module__bMm_Ba__successBanner{background-color:#f0fdf4;border:1px solid #86efac;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:14px 16px;display:flex}.auth-module__bMm_Ba__successBanner svg{color:#16a34a;flex-shrink:0}.auth-module__bMm_Ba__successBannerText{color:#15803d;margin:0;font-size:.875rem;line-height:1.4}.auth-module__bMm_Ba__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite auth-module__bMm_Ba__spin}@keyframes auth-module__bMm_Ba__spin{to{transform:rotate(360deg)}}.auth-module__bMm_Ba__sidePanel{background:linear-gradient(135deg,#10b981 0%,#059669 100%);flex:0 0 45%;display:none;position:relative;overflow:hidden}.auth-module__bMm_Ba__sidePanelContent{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px;display:flex;position:absolute;inset:0}.auth-module__bMm_Ba__sidePanelLogo{filter:brightness(0)invert();width:200px;height:auto;margin-bottom:32px}.auth-module__bMm_Ba__sidePanelTitle{margin:0 0 16px;font-size:2rem;font-weight:600;line-height:1.2}.auth-module__bMm_Ba__sidePanelText{opacity:.9;max-width:320px;margin:0;font-size:1.125rem;line-height:1.6}.auth-module__bMm_Ba__sidePanelPattern{opacity:.1;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFFFFF' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.auth-module__bMm_Ba__formCallout{margin-bottom:16px}@media (min-width:1024px){.auth-module__bMm_Ba__sidePanel{display:flex}.auth-module__bMm_Ba__authCard{max-width:440px}}@media (max-width:480px){.auth-module__bMm_Ba__authCard{box-shadow:none;border-radius:0;padding:32px 24px}.auth-module__bMm_Ba__authMain{padding:16px}.auth-module__bMm_Ba__footerLinks{text-align:center;flex-direction:column;gap:12px}}
.DemoUserPicker-module__zntlnq__container{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:320px;max-height:80vh;position:fixed;top:50%;right:2rem;overflow:hidden;transform:translateY(-50%);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014}.DemoUserPicker-module__zntlnq__header{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;align-items:center;gap:.5rem;width:100%;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.DemoUserPicker-module__zntlnq__header:hover{opacity:.95}.DemoUserPicker-module__zntlnq__content{max-height:calc(80vh - 60px);padding:.75rem;overflow-y:auto}.DemoUserPicker-module__zntlnq__hint{color:#6b7280;text-align:center;margin-bottom:.75rem;padding:0 .5rem;font-size:.75rem}.DemoUserPicker-module__zntlnq__section{margin-bottom:.75rem}.DemoUserPicker-module__zntlnq__section:last-child{margin-bottom:0}.DemoUserPicker-module__zntlnq__sectionHeader{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.7rem;font-weight:600;display:flex}.DemoUserPicker-module__zntlnq__sectionSubtitle{text-transform:none;letter-spacing:normal;color:#9ca3af;font-size:.65rem;font-weight:400}.DemoUserPicker-module__zntlnq__userList{flex-direction:column;gap:.25rem;display:flex}.DemoUserPicker-module__zntlnq__clinicianList{max-height:280px;padding-right:.25rem;overflow-y:auto}.DemoUserPicker-module__zntlnq__clinicianList::-webkit-scrollbar{width:4px}.DemoUserPicker-module__zntlnq__clinicianList::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.DemoUserPicker-module__zntlnq__clinicianList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.DemoUserPicker-module__zntlnq__clinicianList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.DemoUserPicker-module__zntlnq__userItem{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.625rem .75rem;transition:all .15s;display:flex}.DemoUserPicker-module__zntlnq__userItem:hover{background:#f3f4f6;border-color:#d1d5db;transform:translate(2px)}.DemoUserPicker-module__zntlnq__userItem:active{background:#e5e7eb}.DemoUserPicker-module__zntlnq__userInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.DemoUserPicker-module__zntlnq__userName{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.DemoUserPicker-module__zntlnq__userRole{color:#6b7280;font-size:.7rem}.DemoUserPicker-module__zntlnq__badgeGroup{flex-shrink:0;gap:4px;display:flex}.DemoUserPicker-module__zntlnq__badge{color:#fff;background:#6366f1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:600;display:inline-flex}.DemoUserPicker-module__zntlnq__badgeSecondary{background:#8b5cf6}.DemoUserPicker-module__zntlnq__badgeZero{color:#9ca3af;background:#e5e7eb}.DemoUserPicker-module__zntlnq__loading{text-align:center;color:#6b7280;padding:2rem;font-size:.85rem}.DemoUserPicker-module__zntlnq__error{text-align:center;color:#ef4444;padding:1rem;font-size:.85rem}@media (max-width:768px){.DemoUserPicker-module__zntlnq__container{width:auto;max-height:50vh;position:fixed;inset:auto 1rem 1rem;transform:none}.DemoUserPicker-module__zntlnq__clinicianList{max-height:150px}}
/*# sourceMappingURL=0273f6d95764d8dc.css.map*/