:root {
  color-scheme: dark;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #06080f;
  color: #e8edf7;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.12), transparent 35rem),
    radial-gradient(circle at 85% 10%, rgba(247, 193, 75, 0.1), transparent 30rem),
    #06080f;
}

.legal {
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0 80px;
  line-height: 1.7;
}

.back {
  color: #22d3ee;
  text-decoration: none;
}

a { color: #22d3ee; }

.eyebrow {
  margin: 48px 0 8px;
  color: #f7c14b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

h1 {
  margin: 0;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  line-height: 1.05;
}

h2 {
  margin: 38px 0 8px;
  font-size: 1.2rem;
  color: #f7c14b;
}

p { color: #b8c2d6; }
.updated { color: #7f8ba3; }
