/* Shared by the policy, terms, FAQ and deletion pages. Same world as the
   landing page - a map at night - but set for reading rather than persuading:
   a single measured column, generous leading, and no decoration competing with
   the text. These are pages people read when they are worried. */

:root {
  --ink: #070A10;
  --surface: #10151F;
  --line: #222A39;
  --text: #F3F6FA;
  --text-2: #C2CBD8;
  --muted: #7A8698;
  --accent: #5686FF;
  --accent-soft: #8CB0FF;
  --accent-deep: #16244A;
  --good: #3DD68C;
  --warn: #F5B544;
  --bad: #FF6B6F;

  --display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text-2);
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); text-underline-offset: 2px; }
a:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 3px; border-radius: 4px; }

nav {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 10, 16, .9);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}
.nav-in {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 800; font-size: 18px;
  letter-spacing: -.02em; color: var(--text); text-decoration: none;
}
.ring {
  width: 24px; height: 24px; border-radius: 50%;
  border: 2px solid var(--accent);
  display: grid; place-items: center;
}
.ring::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.nav-in .back { margin-left: auto; font-size: 14px; color: var(--muted); text-decoration: none; }
.nav-in .back:hover { color: var(--text); }

main {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 24px 96px;
}

h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.04;
  letter-spacing: -.028em;
  color: var(--text);
  margin: 0 0 10px;
  text-wrap: balance;
}
h2 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -.018em;
  color: var(--text);
  margin: 52px 0 14px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  text-wrap: balance;
}
h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 16px;
  color: var(--text);
  margin: 28px 0 8px;
}
p { margin: 0 0 16px; }
strong { color: var(--text); font-weight: 600; }

.updated {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  letter-spacing: .04em;
}

.lede { font-size: 18px; color: var(--text-2); margin: 22px 0 0; }

ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 9px; }
li::marker { color: var(--muted); }

/* The plain-English summary that sits above the formal text. Someone worried
   about being tracked should get their answer without reading a policy. */
.summary {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 12px;
  padding: 22px 24px;
  margin: 32px 0 12px;
}
.summary h2 {
  margin: 0 0 12px;
  border: 0;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-family: var(--mono);
  font-weight: 500;
  color: var(--accent);
}
.summary ul { margin: 0; }
.summary li { color: var(--text-2); }

.callout {
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--warn);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 26px 0;
}
.callout.stop { border-left-color: var(--bad); }
.callout.good { border-left-color: var(--good); }
.callout p:last-child { margin-bottom: 0; }

.scroll { overflow-x: auto; margin: 20px 0 24px; border: 1px solid var(--line); border-radius: 12px; }
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-size: 14.5px;
  background: var(--surface);
}
th, td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
thead th {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
tbody th { color: var(--text); font-weight: 600; }

code, .mono { font-family: var(--mono); font-size: .9em; color: var(--accent-soft); }

.faq-q {
  font-family: var(--display);
  font-weight: 700;
  font-size: 17.5px;
  color: var(--text);
  margin: 38px 0 8px;
}

.toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 8px;
}
.toc a {
  font-size: 13px;
  text-decoration: none;
  color: var(--text-2);
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 6px 14px;
}
.toc a:hover { border-color: var(--accent); color: var(--accent-soft); }

.todo {
  background: rgba(245, 181, 68, .1);
  border: 1px dashed var(--warn);
  color: var(--warn);
  border-radius: 6px;
  padding: 1px 7px;
  font-family: var(--mono);
  font-size: .85em;
}

footer {
  border-top: 1px solid var(--line);
  margin-top: 72px;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--text); }
footer .spacer { margin-left: auto; color: var(--muted); }
