/* Postie · AccountPebble — a round initials disc identifying a connected account by a TONAL STEP of the working ground. Never a hue.
   Reads the context pebble steps: working = pebble-1 / pebble-2; brand (landing chip row, mobile masthead) = raised-brand — set by the context, never by a descendant rule. */
.postie-pebble {
  display: inline-flex; align-items: center; justify-content: center;
  box-sizing: border-box; width: 36px; height: 36px; flex-shrink: 0;
  border-radius: var(--postie-radius-pill);
  background: var(--postie-c-pebble-1); color: var(--postie-c-pebble-ink);
  font-family: var(--postie-font-ui); font-size: 12px; font-weight: 700; letter-spacing: 0.02em;
}
.postie-pebble--1 { background: var(--postie-c-pebble-1); }
.postie-pebble--2 { background: var(--postie-c-pebble-2); }
.postie-pebble--sm { width: 24px; height: 24px; font-size: 11px; }
.postie-pebble--md { width: 36px; height: 36px; font-size: 12px; }
.postie-pebble--lg { width: 40px; height: 40px; font-size: 13px; }
