/* Personal view (/me) — additions on top of the shared console design system
   (base.css). Only what differs lives here; tokens/components are inherited. */

/* The personal view is narrower: it renders one person, not an org. */
.content{max-width:1080px}

/* Team badge next to the person name in the topbar. */
.who-team{
  display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;
  border:1px solid var(--border-light);color:var(--muted);
  font-family:var(--mono);font-size:10px;vertical-align:2px;
}
