.rsh-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--text, #f4f7fb);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 850;
  line-height: .93;
  letter-spacing: -.035em;
  text-decoration: none;
  white-space: nowrap;
}

.rsh-brand-mark {
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  color: var(--accent, #18e0ad);
}

.rsh-brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rsh-brand-copy {
  display: grid;
}

.rsh-brand-copy strong {
  color: var(--accent, #18e0ad);
  font: inherit;
}

.rsh-brand-tag {
  margin-left: 3px;
  padding: .35rem .62rem;
  border: 1px solid color-mix(in srgb, var(--accent, #18e0ad) 28%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent, #18e0ad) 9%, transparent);
  color: var(--accent, #18e0ad);
  font-family: "Space Mono", monospace;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.rsh-brand--compact {
  gap: 7px;
  font-size: .82rem;
}

.rsh-brand--compact .rsh-brand-mark {
  width: 32px;
  height: 32px;
}

@media (max-width: 640px) {
  .rsh-brand-mark { width: 34px; height: 34px; }
  .rsh-brand-tag { display: none; }
}
