/* v305 · System Grey: sachliche, kühle Lexikonoberfläche */
.lexicon-editorial-surface,
.lexicon-content {
  --lex-panel: #d4d0c8;
  --lex-panel-soft: #c8c8c8;
  --lex-text: #101112;
  --lex-soft: #343638;
  --lex-muted: #55585b;
  --lex-gold: #162f5e;
  --lex-line: rgba(16,17,18,.28);
  color: var(--lex-text);
  background: #c0c0c0;
}

/* Nur im Fachbeitrag den breiten Goldschimmer entfernen. */
.lexicon-detail-page .lexicon-main {
  background: linear-gradient(180deg, #101114 0%, #0e0e10 42%, #0b0b0d 100%);
}

.lexicon-editorial-surface {
  border-top: 1px solid #ffffff;
}

.lexicon-editorial-surface .lexicon-clusters {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.lexicon-editorial-surface .lexicon-cluster {
  display: flex;
  min-height: 390px;
  padding: 24px 20px;
  flex-direction: column;
  background: #d4d0c8;
  border: 1px solid;
  border-color: #ffffff #7f7f7f #7f7f7f #ffffff;
  border-radius: 1px;
  box-shadow: 2px 2px 0 #ffffff inset, -2px -2px 0 #7f7f7f inset;
}

.lexicon-system-link {
  color: var(--lex-text);
  text-decoration: none;
}

.lexicon-system-link:hover,
.lexicon-system-link:focus-visible {
  color: #000080;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lexicon-topic-list {
  display: grid;
  gap: 0;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
}

.lexicon-topic-list li {
  padding: 11px 0;
  border-top: 1px solid #9b9b9b;
  color: #343638;
  font-size: .88rem;
  line-height: 1.4;
}

.lexicon-topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #00006f;
  font-weight: 750;
  text-decoration: none;
}

.lexicon-topic-list a:hover,
.lexicon-topic-list a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lexicon-topic-status {
  color: #4b4d50;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lexicon-topic-list a .lexicon-topic-status {
  color: #00006f;
}

.lexicon-content .lexicon-model-card,
.lexicon-content .lexicon-related,
.lexicon-content .lexicon-table-wrap,
.lexicon-content .lexicon-callout,
.lexicon-content .lexicon-product {
  border-radius: 1px;
  box-shadow: none;
}

.lexicon-content .lexicon-model-card,
.lexicon-content .lexicon-related,
.lexicon-content .lexicon-table,
.lexicon-content .lexicon-callout,
.lexicon-content .lexicon-product {
  background: #d4d0c8;
}

.lexicon-content .lexicon-model-card,
.lexicon-content .lexicon-related,
.lexicon-content .lexicon-table-wrap,
.lexicon-content .lexicon-product {
  border-color: #ffffff #7f7f7f #7f7f7f #ffffff;
}

.lexicon-content .lexicon-callout {
  border-color: #7f7f7f;
  border-left: 4px solid #00006f;
}

.lexicon-content .lexicon-product h2,
.lexicon-content .lexicon-article h3,
.lexicon-content .lexicon-table th,
.lexicon-content .lexicon-model-card span,
.lexicon-content .lexicon-process li::before,
.lexicon-content .lexicon-toc strong {
  color: #162f5e;
}

.lexicon-content .lexicon-article a {
  color: #00006f;
  text-decoration-color: rgba(0,0,111,.45);
}

@media (max-width: 1050px) {
  .lexicon-editorial-surface .lexicon-clusters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lexicon-editorial-surface .lexicon-clusters {
    grid-template-columns: 1fr;
  }

  .lexicon-editorial-surface .lexicon-cluster {
    min-height: 0;
  }
}
