:root { color-scheme: dark; }
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: #07090b; color: #e9ecef; }
body { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.legal { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 100px; }
.back {
  color: rgba(233,236,239,.48);
  text-decoration: none;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .72rem;
  letter-spacing: .08em;
}
.back:hover, .back:focus-visible,
a:hover, a:focus-visible { color: #e9ecef; }
.symbol {
  margin: 70px 0 8px;
  font-family: "Cambria Math", "Segoe UI Symbol", serif;
  font-size: 4rem;
  line-height: 1;
}
h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 520;
  letter-spacing: -.03em;
}
.legal__updated {
  margin: 0 0 42px;
  color: rgba(233,236,239,.40);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .72rem;
  letter-spacing: .06em;
}
h2 {
  margin: 38px 0 10px;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(233,236,239,.58);
}
p, li { color: rgba(233,236,239,.72); line-height: 1.72; }
ul { margin: 10px 0 16px; padding-left: 1.2rem; }
li + li { margin-top: .22rem; }
a { color: rgba(233,236,239,.78); text-underline-offset: .2em; }
.legal__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid rgba(233,236,239,.10);
  color: rgba(233,236,239,.32);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .70rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal__nav a { color: rgba(233,236,239,.48); text-decoration: none; }
.legal__nav a[aria-current="page"] { color: rgba(233,236,239,.78); }
