.mobile-account-menu-root{z-index:1200;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.mobile-account-menu-backdrop{background:var(--overlay-light,#00000073);-webkit-backdrop-filter:blur(2px);cursor:pointer;border:none;margin:0;padding:0;animation:.22s mobile-account-menu-fade-in;position:absolute;inset:0}.mobile-account-menu-panel{background:var(--bg-primary);border:1px solid var(--border-color);width:100%;max-height:min(85vh,560px);padding-top:max(0px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:none;border-radius:0 0 20px 20px;flex-direction:column;animation:.28s cubic-bezier(.22,1,.36,1) mobile-account-menu-slide-down;display:flex;position:relative;box-shadow:0 12px 40px #0000002e}.mobile-account-menu-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 10px;display:flex}.mobile-account-menu-user{align-items:center;gap:12px;min-width:0;display:flex}.mobile-account-menu-avatar{object-fit:cover;border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;width:40px;height:40px}.mobile-account-menu-name{color:var(--text-primary);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.mobile-account-menu-close{background:var(--bg-secondary);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.mobile-account-menu-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.mobile-account-menu-body{flex-direction:column;gap:8px;padding:8px 12px;display:flex;overflow-y:auto}.mobile-account-menu-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.mobile-account-menu-list-danger{border-top:1px solid var(--border-color);margin-top:4px;padding-top:8px}.mobile-account-menu-item{width:100%;min-height:48px;color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;font-family:inherit;font-size:15px;font-weight:500;transition:background .2s,color .2s;display:flex}.mobile-account-menu-item:hover,.mobile-account-menu-item:active{background:var(--bg-secondary)}.mobile-account-menu-item-icon{width:22px;height:22px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.mobile-account-menu-item-icon svg{font-size:20px}.mobile-account-menu-item-label{flex:1;min-width:0}.mobile-account-menu-item-danger,.mobile-account-menu-item-danger .mobile-account-menu-item-icon{color:var(--accent-danger,#ef4444)}.mobile-account-menu-item-danger:hover,.mobile-account-menu-item-danger:active{background:#ef444414}@keyframes mobile-account-menu-slide-down{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes mobile-account-menu-fade-in{0%{opacity:0}to{opacity:1}}
.account-prefs--nav{align-items:center;gap:6px;height:32px;display:inline-flex}.account-prefs-segments{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:1px;height:100%;padding:2px;display:inline-flex}.account-prefs-segment{min-width:28px;height:26px;color:var(--text-secondary);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 6px;font-family:inherit;font-size:11px;font-weight:700;line-height:1;transition:background-color .15s,color .15s;display:inline-flex}.account-prefs-segment--icon{min-width:26px;padding:0}.account-prefs-segment--icon svg{display:block}.account-prefs-segment:hover:not(:disabled):not(.is-active){background:var(--bg-tertiary);color:var(--text-primary)}.account-prefs-segment.is-active{background:var(--bg-secondary);color:var(--nav-accent,var(--accent-primary));box-shadow:var(--shadow-sm)}.account-prefs-segment:disabled{cursor:wait;opacity:.65}@media screen and (max-width:480px){.account-prefs--nav{gap:4px}.account-prefs-segment{min-width:24px;height:24px;padding:0 4px;font-size:10px}.account-prefs-segment--icon{min-width:24px}.account-prefs-segment--icon svg{font-size:14px!important}}
