/* Legal pages: quiet, readable, matching the landing's dark surface. */
* { box-sizing: border-box; margin: 0; }

body {
  background: #141414;
  color: #d6d6d6;
  font: 16px/1.65 Inter, system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

.home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 40px;
}
.home span b { color: #0d99ff; font-weight: 600; }

h1 { color: #fff; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 6px; }
.updated { color: #8a8a8a; font-size: 13px; margin-bottom: 36px; }

h2 { color: #f0f0f0; font-size: 19px; letter-spacing: -0.01em; margin: 32px 0 10px; }
p, li { color: #b9b9b9; margin-bottom: 10px; }
ul { padding-left: 22px; margin-bottom: 12px; }
a { color: #0d99ff; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid #0d99ff; outline-offset: 2px; border-radius: 2px; }

.footer-nav {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid #2c2c2c;
  display: flex;
  gap: 18px;
  font-size: 13px;
}
.footer-nav a { color: #8a8a8a; }
