/* Living Archive record legibility pass.
   Preserve faction palettes and document treatments while forcing readable
   foreground values inside record cards and opened dossier content. */

body[data-la-lens="observer"] .fn-la-card,
body[data-la-lens="observer"] .fn-la-detail{
  --fn-record-ink:#182126;
  --fn-record-muted:#46545a;
  --fn-record-accent:#244f5e;
  --fn-record-rule:#8d9697;
}
body[data-la-lens="resistance"] .fn-la-card,
body[data-la-lens="resistance"] .fn-la-detail{
  --fn-record-ink:#f2e2bf;
  --fn-record-muted:#c9b894;
  --fn-record-accent:#f0b95a;
  --fn-record-rule:#765d38;
}
body[data-la-lens="vril"] .fn-la-card,
body[data-la-lens="vril"] .fn-la-detail{
  --fn-record-ink:#eef7f4;
  --fn-record-muted:#afc8c1;
  --fn-record-accent:#9be0cb;
  --fn-record-rule:#48635b;
}
body[data-la-lens="double_agent"] .fn-la-card,
body[data-la-lens="double_agent"] .fn-la-detail{
  --fn-record-ink:#f4ecd9;
  --fn-record-muted:#c3bca9;
  --fn-record-accent:#95e1d9;
  --fn-record-rule:#65645c;
}

body[data-la-lens] .fn-la-card h3,
body[data-la-lens] .fn-la-detail-title,
body[data-la-lens] .fn-la-detail-body,
body[data-la-lens] .fn-la-tier.open,
body[data-la-lens] .fn-la-personnel-value,
body[data-la-lens] .fn-la-artefact-title,
body[data-la-lens] .fn-la-material-primary,
body[data-la-lens] .fn-la-material-side,
body[data-la-lens] .fn-la-personnel-subject,
body[data-la-lens] .fn-la-personnel-claim-use{
  color:var(--fn-record-ink)!important;
}

body[data-la-lens] .fn-la-card p,
body[data-la-lens] .fn-la-card-footer,
body[data-la-lens] .fn-la-detail-sub,
body[data-la-lens] .fn-la-evidence-caption,
body[data-la-lens] .fn-la-material-secondary,
body[data-la-lens] .fn-la-material-meta,
body[data-la-lens] .fn-la-personnel-label,
body[data-la-lens] .fn-la-personnel-release,
body[data-la-lens] .fn-la-personnel-form,
body[data-la-lens] .fn-la-personnel-hand,
body[data-la-lens] .fn-la-personnel-claim-owner,
body[data-la-lens] .fn-la-personnel-claim-route,
body[data-la-lens] .fn-la-personnel-crossfile,
body[data-la-lens] .fn-la-artefact-accession,
body[data-la-lens] .fn-la-artefact-tag-state,
body[data-la-lens] .fn-la-artefact-asset-state,
body[data-la-lens] .fn-la-artefact-release-note,
body[data-la-lens] .fn-la-artefact-crossfile{
  color:var(--fn-record-muted)!important;
}

body[data-la-lens] .fn-la-material-code,
body[data-la-lens] .fn-la-tier h4,
body[data-la-lens] .fn-la-faction-view-note b{
  color:var(--fn-record-accent)!important;
}

body[data-la-lens] .fn-la-badge{
  color:var(--fn-record-muted);
  border-color:var(--fn-record-rule);
  background:rgba(0,0,0,.12);
}
body[data-la-lens="observer"] .fn-la-badge{background:rgba(255,255,255,.35)}
body[data-la-lens] .fn-la-badge.open{color:var(--fn-record-ink)}
body[data-la-lens] .fn-la-badge.locked{color:var(--fn-record-accent)}

body[data-la-lens] .fn-la-card p,
body[data-la-lens] .fn-la-detail-sub{font-size:.96rem}
body[data-la-lens] .fn-la-card-footer{font-size:.76rem;line-height:1.45}
body[data-la-lens] .fn-la-material-primary,
body[data-la-lens] .fn-la-material-secondary,
body[data-la-lens] .fn-la-material-meta,
body[data-la-lens] .fn-la-material-side{font-size:.67rem;line-height:1.45}
body[data-la-lens] .fn-la-personnel-label{font-size:.56rem}
body[data-la-lens] .fn-la-personnel-value{font-size:.68rem;line-height:1.45}
body[data-la-lens] .fn-la-personnel-claim-owner,
body[data-la-lens] .fn-la-personnel-claim-route,
body[data-la-lens] .fn-la-personnel-crossfile,
body[data-la-lens] .fn-la-artefact-release-note,
body[data-la-lens] .fn-la-artefact-crossfile{font-size:.56rem;line-height:1.45}

.fn-la-faction-view-note{
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid var(--fn-record-rule,var(--fn-line));
  background:rgba(0,0,0,.14);
  color:var(--fn-record-ink,var(--fn-ink));
  font-family:'Share Tech Mono',monospace;
}
.fn-la-faction-view-note b{
  font-size:.66rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}
.fn-la-faction-view-note span{
  color:var(--fn-record-ink,var(--fn-ink));
  font-size:.78rem;
  line-height:1.55;
}
body[data-la-lens="observer"] .fn-la-faction-view-note{background:#e1e0d9}
body[data-la-lens="resistance"] .fn-la-faction-view-note{border-style:dashed;background:rgba(69,49,28,.38)}
body[data-la-lens="vril"] .fn-la-faction-view-note{border-left:5px solid #688d7f;background:#10191b}
body[data-la-lens="double_agent"] .fn-la-faction-view-note{border-left:4px solid #d0a253;border-right:4px solid #6ebdb4;background:linear-gradient(90deg,rgba(66,47,25,.42),rgba(12,31,34,.48))}

@media(max-width:620px){
  .fn-la-faction-view-note{grid-template-columns:1fr;gap:5px}
  .fn-la-faction-view-note b{white-space:normal}
  body[data-la-lens] .fn-la-card p{font-size:1rem}
  body[data-la-lens] .fn-la-material-primary,
  body[data-la-lens] .fn-la-material-secondary,
  body[data-la-lens] .fn-la-material-meta,
  body[data-la-lens] .fn-la-material-side{font-size:.7rem}
}
