html,body{overscroll-behavior-y:none}
.reference-login{box-sizing:border-box;overscroll-behavior:none}
.reference-login__canvas{box-sizing:border-box}
@media(max-width:767px){.reference-login__canvas{padding-bottom:max(20px,env(safe-area-inset-bottom));padding-top:clamp(20px,4vh,36px)}.reference-login__heading{margin-top:clamp(20px,4vh,32px)}}
.profile-setup{position:fixed;inset:0;z-index:10000;background:#f4f7fc;color:#17283f;overflow:auto;overscroll-behavior:contain;padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom));font:16px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box;color-scheme:light}
.profile-setup *{box-sizing:border-box}
.profile-setup__card{width:min(100%,440px);margin:clamp(0px,5vh,52px) auto}
.profile-setup h1{font-size:30px;line-height:1.18;letter-spacing:-.6px;margin:16px 0 12px;color:#17283f}
.profile-setup p{margin:8px 0 20px;color:#53647d}
.profile-setup label{display:block;margin-top:20px;font-weight:600}
.profile-setup input:not([type=file]){display:block;width:100%;min-height:50px;margin:6px 0;border:1px solid #9aacc5;border-radius:12px;padding:12px;color:#17283f;background:white;font:inherit}
.profile-setup small{display:block;color:#53647d;font-size:13px;font-weight:400;min-height:20px}
.profile-setup button{min-height:46px;border:1px solid #c5d2e5;border-radius:12px;padding:10px 16px;background:white;color:#174faf;font:inherit;cursor:pointer}
.profile-setup button:disabled{opacity:.55;cursor:wait}
.profile-setup :focus-visible{outline:3px solid #4c87eb;outline-offset:3px}
.profile-setup__avatar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.profile-setup__avatar img{width:76px;height:76px;border-radius:50%;object-fit:cover;background:#e5ebf7;border:1px solid #c5d2e5}
.profile-setup__submit{width:100%;margin-top:24px;background:#1557d7!important;color:white!important;border-color:#1557d7!important;font-weight:600!important}
.profile-setup__error{color:#b32238!important;min-height:24px;overflow-wrap:anywhere}
.profile-setup__logout{display:block;margin:16px auto 0;background:transparent!important;border:0!important}
.profile-setup [hidden]{display:none!important}
.profile-setup [aria-invalid=true]{border-color:#b32238!important}
.chat-details .notification-explanation{font-size:13px;color:var(--text-secondary,#76849a);padding:0 18px}
