.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}}
