/* Placeholder landing theme - the full Cullen-style dossier treatment
   arrives in milestone 7. Palette ported from the Android app's
   res/values/colors.xml. */
:root {
  --parchment: #F2EDD7;
  --ink: #1C1914;
  --west-navy: #1B3A6B;
  --east-red: #B22222;
  --cream: #F0EAD6;
}
body {
  font-family: "Courier New", monospace;
  background: var(--parchment);
  color: var(--ink);
  min-height: 100vh;
  margin: 0;
}
main { max-width: 40rem; margin: 0 auto; padding: 2rem; text-align: center; }
main h1 { text-transform: uppercase; letter-spacing: 0.1em; font-size: 1.6rem; }
main h3 { text-transform: uppercase; letter-spacing: 0.08em; }
main p a, .long-description a { color: var(--west-navy); }
.legal-nav {
  margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--ink);
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em;
}
.long-description {
  max-width: 40rem; margin: 0 auto 2rem; padding: 0 2rem;
  text-align: left; line-height: 1.5;
}
.long-description h3 {
  text-transform: uppercase; letter-spacing: 0.08em; margin: 1.4rem 0 0.4rem;
}
.long-description ul { padding-left: 1.2rem; margin: 0.4rem 0; }
.long-description li { margin-bottom: 0.5rem; }
.title-art { max-width: 100%; margin: 0.6rem 0; }
.tagline { font-style: italic; }
.button {
  display: inline-block;
  background: var(--west-navy);
  color: var(--cream);
  padding: 0.6rem 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.top-nav {
  position: fixed; top: 0.8rem; right: 1rem;
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em;
}
.top-nav a { color: var(--ink); text-decoration: none; }
.top-nav a:hover { text-decoration: underline; }
.identity-badge { display: inline-flex; align-items: center; gap: 0.4rem; }
.spy-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.6rem; height: 1.6rem;
  font-weight: bold; font-size: 0.95rem; color: var(--cream);
  background: var(--ink); border: 2px solid var(--ink);
}
.spy-badge.west { background: var(--west-navy); }
.spy-badge.east { background: var(--east-red); }
.spy-badge.indep { background: #6B7235; color: #FFE600; }
.hidden { display: none; }
