/* Account mark — Retro-Futurist */
.a92-account-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border: 3px solid var(--a92-ink);
  border-radius: 0;
  background: var(--a92-accent);
  color: var(--a92-ink);
  font-family: var(--font-display);
  font-size: 0.62rem;
  line-height: 1;
  overflow: hidden;
  box-shadow: 2px 2px 0 var(--a92-ink);
}
.a92-account-mark--nav { width: 1.55rem; height: 1.55rem; }
.a92-account-mark--mobile { width: 1.45rem; height: 1.45rem; }
.a92-account-mark--quick {
  width: 2rem;
  height: 2rem;
  background: var(--a92-white);
}
.a92-account-mark-glow,
.a92-account-mark-ring { display: none; }
.a92-account-mark-core { display: grid; place-items: center; }
.a92-account-mark-svg { width: 1rem; height: 1rem; }
.a92-account-mark-dot {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--a92-primary);
  border: 2px solid var(--a92-ink);
  border-radius: 0;
}
.a92-account-mark.is-signed-in {
  background: var(--a92-primary);
  color: #fff;
}
