:root {
  --bg: #060606;
  --bg-alt: #0f0f0f;
  --border: #222;
  --text: #f0f0f0;
  --text-muted: #9a9a9a;
  --accent: #f0f0f0;
  --font: Brockmann, -apple-system, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

.terms_topbar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.5rem 1.5rem 0;
  max-width: 760px;
  margin: 0 auto;
}

.terms_topbar img {
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
}

.terms_topbar a {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
}

.terms_wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.5rem 6rem;
  line-height: 1.65;
}

.terms_wrap h1 {
  font-size: 2rem;
  margin: 0 0 0.4rem;
}

.terms_updated {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin: 0 0 2.5rem;
}

.terms_wrap h2 {
  font-size: 1.15rem;
  margin: 2.5rem 0 0.9rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.terms_wrap h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.terms_wrap p, .terms_wrap li {
  color: #d5d5d5;
  font-size: 0.95rem;
}

.terms_wrap ul {
  padding-left: 1.25rem;
}

.terms_wrap a {
  color: var(--text);
}

.terms_wrap strong {
  color: var(--text);
}

.terms_back {
  display: block;
  margin-top: 3rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  text-decoration: none;
}

.terms_back:hover {
  color: var(--text);
}
