.account-switch-screen{box-sizing:border-box;z-index:20000;color:#171717;touch-action:none;background:#fff;border:0;border-radius:0;outline:none;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:none;height:100lvh;max-height:none;margin:0;padding:0;font:15px/1.5 -apple-system,BlinkMacSystemFont,PingFang SC,sans-serif;display:flex;position:fixed;inset:0 0 auto;overflow:hidden}.account-switch-screen::backdrop{background:0 0}.account-switch-screen p{text-align:center;flex:none;color:#171717!important;margin:18px 0 0!important;padding:0!important;font-size:15px!important;font-weight:400!important;line-height:22.5px!important}.account-switch-spinner{box-sizing:border-box;width:24px;height:24px;animation:.8s linear infinite account-switch-spin;animation-delay:var(--switch-phase,0s);border:2px solid #e4e4e4;border-top-color:#171717;border-radius:50%;display:block}.account-switch-enter{animation:.24s cubic-bezier(.2,.7,.2,1) both account-switch-in}.account-switch-leaving{opacity:0;transition:opacity .22s ease-out}@keyframes account-switch-in{0%{opacity:0}to{opacity:1}}@keyframes account-switch-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.account-switch-spinner,.account-switch-enter{animation:none}.account-switch-leaving{transition:none}}
