/* Legal pages — Meta reviewer aur asli users dono padhte hain.
   Saaf, padhne me aasan, koi chalaki nahi. */

:root {
  --bg: #ffffff;
  --text: #1a2233;
  --muted: #5c6779;
  --line: #e3e8ef;
  --accent: #1877f2;
  --box: #f6f8fb;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.7 ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.top {
  border-bottom: 1px solid var(--line);
  padding: 16px 20px;
}
.top a { font-weight: 700; color: var(--text); text-decoration: none; font-size: 16px; }

.doc {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

h1 { font-size: 30px; margin: 0 0 6px; line-height: 1.25; }
h2 { font-size: 19px; margin: 36px 0 10px; }
h3 { font-size: 16px; margin: 22px 0 6px; }
.updated { color: var(--muted); font-size: 14px; margin: 0 0 32px; }

p, li { color: #2b3648; }
ul { padding-left: 22px; }
li { margin-bottom: 7px; }

table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--box); font-weight: 600; }

.box {
  background: var(--box);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 20px 0;
}
.box p:first-child { margin-top: 0; }
.box p:last-child { margin-bottom: 0; }

a { color: var(--accent); }
code { background: var(--box); padding: 2px 6px; border-radius: 4px; font-size: 14px; }

footer {
  border-top: 1px solid var(--line);
  margin-top: 50px;
  padding-top: 20px;
  color: var(--muted);
  font-size: 14px;
}
footer a { margin-right: 16px; }
