/* CreatorRadar owns its brand shell; the upstream Radar stylesheet owns the product UI. */
.brand {
  gap: 12px;
  min-height: 52px;
}

.brand-symbol {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(13 72 47 / 0.16);
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgb(14 61 42 / 0.11), inset 0 0 0 1px rgb(255 255 255 / 0.72);
}

.brand-symbol::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 9px;
  height: 9px;
  border: 2px solid #fafbf8;
  border-radius: 50%;
  background: #a7ee35;
  box-shadow: 0 2px 5px rgb(23 67 45 / 0.18);
}

.brand-symbol picture,
.brand-symbol img {
  width: 42px;
  height: 42px;
}

.brand-symbol img {
  object-fit: contain;
}

.brand-copy {
  gap: 4px;
  line-height: 1;
}

.brand-wordmark {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-size: 20px;
  letter-spacing: -0.055em;
}

.brand-wordmark strong,
.brand-wordmark b {
  font-size: inherit;
  line-height: 0.92;
}

.brand-wordmark strong {
  color: #17231c;
  font-weight: 670;
}

.brand-wordmark b {
  color: #286c4d;
  font-weight: 760;
}

.brand-wordmark i {
  width: 5px;
  height: 5px;
  margin-left: 7px;
  align-self: flex-start;
  border-radius: 50%;
  background: #a7ee35;
  box-shadow: 0 0 0 2px rgb(167 238 53 / 0.16);
}

.brand-copy small {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4e5d54;
  font-family: var(--font-ui);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.brand-copy small span {
  font-weight: 680;
  white-space: nowrap;
}

.brand-copy small em {
  padding-left: 7px;
  border-left: 1px solid #cbd4cd;
  color: #78857d;
  font-family: var(--font-mono);
  font-size: 7px;
  font-style: normal;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.footer-links a {
  min-width: 44px;
  padding-inline: 4px;
}

.footer-links a:last-child {
  color: var(--muted);
  font-weight: 560;
}

@media (max-width: 759px) {
  .header-inner { padding-inline: 10px; gap: 6px; }
  .brand { gap: 7px; }
  .brand-symbol { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; }
  .brand-symbol picture, .brand-symbol img { width: 35px; height: 35px; }
  .brand-symbol::after { right: -2px; top: -2px; width: 8px; height: 8px; }
  .brand-wordmark { font-size: 14px; letter-spacing: -0.06em; }
  .brand-copy small { display: none; }
  .task-nav a { min-width: 45px; }
  .footer-links { width: 100%; flex-wrap: wrap; }
}
