.mobile-switch-accounts{background:transparent;border:none;bottom:0;box-shadow:none;left:0;padding:0 0 env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:var(--z-nav)}.mobile-switch-accounts-container{padding:.75rem 1rem max(1.5rem,env(safe-area-inset-bottom,0px));width:100%}.mobile-switch-accounts-button{align-items:center;background:#fff;border:1px solid var(--bs-border-color,#dee2e6);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);color:var(--bs-secondary,#6c757d);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;line-height:1.2;min-height:56px;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease-in-out;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mobile-switch-accounts-button:hover{background:var(--bs-gray-100,#f8f9fa);box-shadow:0 2px 6px rgba(0,0,0,.15);color:var(--bs-dark,#212529);text-decoration:none;transform:translateY(-1px)}.mobile-switch-accounts-button:active{background:var(--bs-gray-200,#e9ecef);box-shadow:0 1px 2px rgba(0,0,0,.1);transform:translateY(0)}.mobile-switch-accounts-button:focus{outline:2px solid var(--bs-primary,#0d6efd);outline-offset:2px}.mobile-switch-accounts-icon{align-items:center;display:flex;fill:currentColor;flex-shrink:0;height:20px;justify-content:center;width:20px}.mobile-switch-accounts-label{flex:1;font-size:1rem;font-weight:600;line-height:1.2;text-align:center}@media (min-width:768px){.platform-native .mobile-switch-accounts{display:block!important}.mobile-switch-accounts.platform-ui-slide-up{margin:0 auto!important;width:400px!important}body:not(.platform-native) .mobile-switch-accounts,html:not(.platform-native) .mobile-switch-accounts{display:none!important}}.platform-mobile .mobile-switch-accounts{bottom:48px}.platform-mobile .mobile-switch-accounts:only-child{bottom:0}@media (prefers-contrast:high){.mobile-switch-accounts{border:none}.mobile-switch-accounts-button{background:#fff;border:2px solid var(--bs-dark,#212529);color:var(--bs-dark,#212529);font-weight:700}.mobile-switch-accounts-button:focus{outline-width:4px}}@media (prefers-reduced-motion:reduce){.mobile-switch-accounts-button{transition:none}.mobile-switch-accounts-button:hover{transform:none}}.mobile-switch-accounts.platform-ui-slide-up{animation:mobileSwitchAccountsSlideUp .3s ease-out}@keyframes mobileSwitchAccountsSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.mobile-switch-accounts.hidden{display:none}.mobile-switch-accounts.visible{display:block}@media (max-width:375px){.mobile-switch-accounts-container{padding:.5rem .75rem}.mobile-switch-accounts-button{font-size:.95rem;min-height:52px;padding:.875rem 1.25rem}.mobile-switch-accounts-icon{height:18px;width:18px}}@media (min-width:414px) and (max-width:767px){.mobile-switch-accounts-container{padding:1rem 1.5rem}.mobile-switch-accounts-button{font-size:1.05rem;min-height:60px;padding:1.125rem 1.75rem}}.mobile-switch-accounts-spacing{padding-bottom:var(--mobile-switch-accounts-height,80px)}.mobile-switch-accounts+.mobile-bottom-nav~*{padding-bottom:calc(var(--mobile-switch-accounts-height, 80px) + var(--floating-tab-bar-clearance))}