/* Shared styles for tos.html, coc.html, pp.html. Match the artwae aesthetic
   but optimize for readability — no overflow:hidden, text is selectable. */

html, body {
  margin: 0;
  min-height: 100%;
  background: #0b0f1f;
}

body {
  color: #cdd6e8;
  padding: 32px 20px 64px;
  box-sizing: border-box;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
}

.policy {
  max-width: 720px;
  margin: 0 auto;
}

.brand {
  font-weight: 700;
  font-size: 22px;
  color: #e7efff;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  display: inline-block;
}

.brand a, .brand a:visited {
  color: #e7efff;
  text-decoration: none;
}

.crumbs {
  font-size: 13px;
  color: #889;
  margin-bottom: 32px;
}

.crumbs a {
  color: #abc;
  text-decoration: underline;
  text-underline-offset: 2px;
}

h1 {
  font-weight: 800;
  font-size: 36px;
  color: #e7efff;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
}

.subtitle {
  color: #889;
  font-size: 14px;
  margin: 0 0 32px;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  color: #e7efff;
  margin: 32px 0 8px;
}

p {
  margin: 0 0 14px;
}

ul {
  padding-left: 22px;
  margin: 0 0 14px;
}

li {
  margin: 0 0 6px;
}

strong {
  color: #e7efff;
}

a {
  color: #cfe3ff;
}

a:hover {
  color: #ffffff;
}

.footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #233;
  font-size: 14px;
  color: #889;
}

.footer a {
  color: #abc;
}
