/* Shared styling for the static legal pages (privacy/terms, all languages). Kept in one file so a
   translated copy is only the text, not another copy of the stylesheet. */
:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0; background: #070b14; color: #cbd5e1;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.7; font-size: 15px;
}
.wrap { max-width: 760px; margin: 0 auto; padding: 48px 24px 80px; }
.top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; gap: 16px; }
a { color: #818cf8; text-decoration: none; }
a:hover { color: #a5b4fc; }
.brand { font-weight: 800; font-size: 18px; color: #fff; }
.brand span { color: #818cf8; }
h1 { color: #fff; font-size: 32px; font-weight: 800; margin: 0 0 8px; }
h2 { color: #fff; font-size: 19px; font-weight: 700; margin: 36px 0 10px; }
.meta { color: #64748b; font-size: 13px; margin-bottom: 8px; }
ul { padding-left: 20px; }
li { margin: 6px 0; }
footer { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.06); padding-top: 20px;
         color: #64748b; font-size: 13px; }
