/* ====================================================================
   LEGAL PAGES — shared styles for privacy/terms/cookies
   ==================================================================== */

.legal-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 50px 24px 80px;
}

.legal-shell h1 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  margin: 8px 0 6px;
}

.legal-updated {
  color: var(--muted-soft);
  font-size: 0.84rem;
  font-weight: 700;
  margin: 0 0 32px;
}

.legal-shell > p {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-shell h2 {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 38px 0 12px;
}

.legal-shell ul {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
  padding-left: 22px;
}

.legal-shell li { margin-bottom: 6px; }

.legal-shell a {
  color: var(--accent-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-table {
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 16px 0 24px;
  width: 100%;
}

.cookie-table th, .cookie-table td {
  border: 1px solid var(--border-soft);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.cookie-table th {
  background: var(--panel);
  color: var(--ink-soft);
  font-weight: 800;
}

.cookie-table td { color: var(--ink-soft); line-height: 1.5; }

@media (max-width: 620px) {
  .cookie-table { font-size: 0.8rem; }
  .cookie-table th, .cookie-table td { padding: 8px; }
}
