/* Shared stylesheet for the Minesweeper legal pages.
   Minimal, system-font, fast, no external requests. */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 40px 20px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1a202c;
  background: #ffffff;
}

main {
  max-width: 720px;
  margin: 0 auto;
}

header.page-header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

header.page-header .brand {
  font-size: 13px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  margin-bottom: 6px;
}

header.page-header .brand a { color: inherit; text-decoration: none; }
header.page-header .brand a:hover { color: #0891b2; }

h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
  color: #0f172a;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 36px 0 10px;
  color: #0f172a;
  letter-spacing: -0.1px;
}

h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 24px 0 8px;
  color: #1e293b;
}

p, ul, ol { margin: 0 0 14px; }

ul, ol { padding-left: 24px; }
li { margin: 4px 0; }

strong { color: #0f172a; }

a {
  color: #0891b2;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:hover { color: #0e7490; }

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
               "Liberation Mono", "Courier New", monospace;
  background: #f1f5f9;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 0.92em;
  color: #334155;
}

.effective-date {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 24px;
}

footer.page-footer {
  border-top: 1px solid #e2e8f0;
  margin-top: 56px;
  padding-top: 20px;
  color: #64748b;
  font-size: 13px;
}

footer.page-footer a { color: #64748b; }

.toc {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 0 0 32px;
}

.toc-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
}

.toc ol { margin: 0; padding-left: 22px; }
.toc li { margin: 2px 0; font-size: 14px; }
.toc a { text-decoration: none; }
.toc a:hover { text-decoration: underline; }

@media (max-width: 540px) {
  body { padding: 28px 16px 60px; font-size: 15.5px; }
  h1 { font-size: 26px; }
  h2 { font-size: 18px; }
  h3 { font-size: 16px; }
}
