/* Shared chrome for static surfaces — hat, outreach, ghost-lab, privacy, 404 */
.lgx-site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  padding: 10px 20px;
  background: #0a0a0d;
  border-bottom: 1px solid rgba(243, 239, 231, 0.08);
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lgx-site-nav a {
  color: #c8c2b6;
  text-decoration: none;
}
.lgx-site-nav a:hover,
.lgx-site-nav a:focus-visible {
  color: #f1ad3f;
  outline: none;
}
.lgx-site-nav .lgx-nav-brand {
  color: #f1ad3f;
  margin-right: 8px;
  letter-spacing: 0.22em;
}
.lgx-site-crisis {
  margin: 16px 20px 0;
  padding: 12px 14px;
  border: 1px solid rgba(200, 18, 38, 0.35);
  background: rgba(200, 18, 38, 0.06);
  color: #c9a0a0;
  font-size: 12px;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
}
.lgx-site-crisis a { color: #f1ad3f; }
.lgx-site-foot {
  margin-top: 36px;
  padding: 20px;
  border-top: 1px solid rgba(243, 239, 231, 0.08);
  color: #6f6a63;
  font-size: 12px;
  line-height: 1.6;
  font-family: system-ui, sans-serif;
}
.lgx-site-foot a { color: #5cc1e5; text-decoration: none; }
.lgx-site-foot a:hover { text-decoration: underline; }
