/* Shared wordmark: same weight and proportions on every screen. */
.brand {
  display: inline-flex; align-items: center; gap: 7px;
  color: #0054ac; font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 27px; font-weight: 900; line-height: 1.2;
  letter-spacing: -.07em; text-decoration: none; white-space: nowrap;
}
.brand:focus-visible { outline: 3px solid #79abe0; outline-offset: 6px; border-radius: 4px; }
.ui-icon { display: inline-block; width: 18px; height: 18px; flex: 0 0 auto; vertical-align: -3px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
