/* v48: readability, entry-route, and article-image presentation adjustments. */
:root {
  --muted: #aab5b6 !important;
  --muted-2: #829196 !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.question-copy,
.filter-note,
.match-method,
.sound-disclosure,
.affiliate-disclosure,
.view-mode-note,
.art-disclosure,
.color-fidelity,
.availability-note,
.series-note,
.legal-note,
.license-grid p,
.source-note,
.model-art figcaption {
  color: #aab5b6 !important;
  font-size: max(11px, .6875rem) !important;
  line-height: 1.65 !important;
}

.option-card small,
.build-tags span,
.active-layer-badge,
.panel-label,
.spec-readout,
.preview-model,
.design-summary span,
.gate-title > span,
.filters label > span,
.filters legend,
.maker-filter,
.official-color,
.dna-row,
.compare-workspace-head span,
.compare-clear,
.compare-model-head small,
.compare-model-head a,
.license-guide summary span,
.license-grid span,
.footer-guide-links a,
.footer-links a,
.footer-links button,
footer small {
  font-size: max(10px, .625rem) !important;
  line-height: 1.55 !important;
}

.option-card small,
.panel-label,
.spec-readout,
.preview-model,
.filters label > span,
.filters legend,
.compare-workspace-head span,
.compare-model-head small,
.license-guide summary span,
.license-grid span,
.footer-guide-links a,
.footer-links a,
.footer-links button,
footer small {
  color: #96a4a7 !important;
}

.culture-nav-link {
  flex: 0 0 auto;
  border: 1px solid #35434b;
  color: #b4c0c0;
  padding: 8px 10px;
  font: 700 10px/1 var(--mono, monospace);
  letter-spacing: .08em;
  text-decoration: none;
}

.culture-nav-link:hover,
.culture-nav-link:focus-visible {
  border-color: var(--mint, #72f7ce);
  color: var(--mint, #72f7ce);
}

.entry-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: -18px 0 14px;
  list-style: none;
}

.entry-proof li {
  border: 1px solid #3b4a53;
  background: #0c141c;
  color: #c4cecd;
  padding: 7px 9px;
  font: 700 10px/1.25 var(--mono, monospace);
  letter-spacing: .04em;
}

.entry-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 22px;
}

.entry-routes a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #3b4a53;
  color: #d4dcda;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.entry-routes a:first-child {
  border-color: var(--mint, #72f7ce);
  color: var(--mint, #72f7ce);
}

.entry-routes a:hover,
.entry-routes a:focus-visible {
  border-color: var(--acid, #e7ff5b);
  color: var(--acid, #e7ff5b);
}

.beautiful-life-illustration {
  filter: grayscale(.86) saturate(.42) contrast(1.03);
}

@media (max-width: 900px) {
  .culture-nav-link { margin-left: auto; }
  .phase { display: none; }
}

@media (max-width: 620px) {
  .culture-nav-link { padding: 7px 8px; }
  .entry-routes { grid-template-columns: 1fr; }
  .hero h1 {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .answer-card {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .answer-card div,
  .answer-card div:nth-child(2) {
    border-right: 1px solid var(--line, #34434c) !important;
    border-bottom: 1px solid var(--line, #34434c) !important;
  }
  .answer-card div:nth-child(even) {
    border-right: 0 !important;
  }
  .answer-card div:nth-child(n + 3) {
    border-bottom: 0 !important;
  }
}
