/* The logo audit page. Deliberately plain: the marks are the content, so the
   page around them stays out of the way and never tints or filters a glyph in
   a way that could hide the defect being looked for. */
.logos-page main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 5rem;
}
.logos-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  opacity: 0.7;
  margin: 0 0 0.35rem;
}
.logos-header h1 {
  margin: 0 0 0.75rem;
}
.logos-lede {
  max-width: 68ch;
  line-height: 1.6;
  margin: 0 0 0.6rem;
}
.logos-status {
  margin: 1.25rem 0 0.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.logos-filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.logos-filters button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  opacity: 0.65;
}
.logos-filters button.is-active {
  opacity: 1;
  font-weight: 600;
}
.logos-section {
  margin-top: 2.5rem;
}
.logos-note {
  max-width: 68ch;
  line-height: 1.6;
  opacity: 0.85;
}
.logos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
.logos-card {
  border: 1px solid rgba(128, 128, 128, 0.35);
  border-radius: 10px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.logos-card:target {
  outline: 2px solid var(--org-color, currentColor);
  outline-offset: 3px;
}
.logos-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.logos-id {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 0.1rem 0.45rem;
}
.logos-chips {
  display: flex;
  gap: 0.3rem;
}
.chip {
  font-size: 0.68rem;
  border-radius: 999px;
  padding: 0.12rem 0.5rem;
  white-space: nowrap;
}
.chip-fallback {
  background: rgba(201, 147, 39, 0.22);
  border: 1px solid rgba(201, 147, 39, 0.7);
}
.chip-suspect {
  background: rgba(220, 99, 63, 0.22);
  border: 1px solid rgba(220, 99, 63, 0.8);
}
.logos-art {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  /* A neutral, theme-independent ground: a mark must be judged against the
     same field the chart draws it on, not against the page background. */
  background: rgba(128, 128, 128, 0.1);
  border-radius: 8px;
  padding: 0.75rem;
}
.logos-big svg,
.logos-small svg {
  display: block;
}
.logos-small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.logos-small-label {
  font-size: 0.62rem;
  opacity: 0.65;
}
.logos-chart-face {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(0, 0, 0, 0.18);
}
.logos-body h3 {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.logos-sub {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  opacity: 0.8;
}
.logos-prov {
  margin: 0 0 0.35rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  opacity: 0.8;
  overflow-wrap: anywhere;
}
.logos-swatch-line {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.85;
}
.logos-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.5);
}
.chip-layer-curated {
  background: rgba(76, 148, 139, 0.2);
  border: 1px solid rgba(76, 148, 139, 0.7);
}
.chip-layer-crawled {
  background: rgba(128, 128, 128, 0.16);
  border: 1px solid rgba(128, 128, 128, 0.55);
}
