.mobile-switch-accounts{position:fixed;bottom:0;left:0;right:0;z-index:999;background:0 0;border:none;padding:0;box-shadow:none;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-switch-accounts-container{width:100%;padding:.75rem 1rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom,0))}.mobile-switch-accounts-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;color:var(--bs-secondary,#6c757d);border:1px solid var(--bs-border-color,#dee2e6);border-radius:12px;font-size:1rem;font-weight:500;line-height:1.2;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;min-height:56px;box-shadow:0 1px 3px rgba(0,0,0,.1);-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);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15);text-decoration:none;color:var(--bs-dark,#212529)}.mobile-switch-accounts-button:active{background:var(--bs-gray-200,#e9ecef);transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,.1)}.mobile-switch-accounts-button:focus{outline:2px solid var(--bs-primary,#0d6efd);outline-offset:2px}.mobile-switch-accounts-icon{width:20px;height:20px;fill:currentColor;flex-shrink:0;display:flex;align-items:center;justify-content:center}.mobile-switch-accounts-label{font-size:1rem;font-weight:600;text-align:center;line-height:1.2;flex:1}@media (min-width:768px){.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{border:2px solid var(--bs-dark,#212529);font-weight:700;background:#fff;color:var(--bs-dark,#212529)}.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{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.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{padding:.875rem 1.25rem;font-size:.95rem;min-height:52px}.mobile-switch-accounts-icon{width:18px;height:18px}}@media (min-width:414px) and (max-width:767px){.mobile-switch-accounts-container{padding:1rem 1.5rem}.mobile-switch-accounts-button{padding:1.125rem 1.75rem;font-size:1.05rem;min-height:60px}}.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(--mobile-bottom-nav-actual-height,var(--mobile-bottom-nav-height,0px)))}