/* Answers pages only. Loaded after ../base.css, which holds the tokens,
   reset and base type. */

body {
  background: linear-gradient(var(--bg), var(--bg-mid));
  min-height: 100vh;
}

.wrap {
  max-width: 46rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.breadcrumb {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2.5rem;
}

.breadcrumb a { color: var(--accent); text-decoration: none; }

.breadcrumb a:hover { text-decoration: underline; }

h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.answer {
  border-left: 3px solid var(--accent);
  background: var(--panel);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

h2 {
  font-family: var(--mono);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent2);
  margin: 2.5rem 0 0.75rem;
}

p { margin-bottom: 1rem; }

ul, ol { margin: 0 0 1rem 1.25rem; }

li { margin-bottom: 0.4rem; }

a { color: var(--accent); }

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

th, td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

th { font-family: var(--mono); font-size: 0.7rem; text-transform: uppercase; color: var(--muted); }

.cta {
  border: 1px solid var(--border);
  background: var(--panel);
  padding: 1.5rem;
  margin-top: 3rem;
}

.cta a { font-family: var(--mono); }

footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
}

footer a { color: var(--muted); }
