/* Shared styling for the legal/policy pages. Matches the splash palette. */
:root { color-scheme: light; }
* { margin: 0; box-sizing: border-box; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #f9f9f7; color: #0b0b0b;
  padding: 24px; line-height: 1.6;
}
.wrap { max-width: 680px; margin: 0 auto; }

.logo { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; text-decoration: none; color: #0b0b0b; display: inline-block; }
.logo span { color: #2a78d6; }
.logo .bolt { color: #eb6834; }

.kicker { margin-top: 34px; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #eb6834; }
h1 { font-size: clamp(28px, 5vw, 38px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; margin-top: 8px; }
.updated { margin-top: 10px; font-size: 14px; color: #898781; }

h2 { font-size: 19px; font-weight: 700; margin-top: 34px; letter-spacing: -0.01em; }
h3 { font-size: 16px; font-weight: 700; margin-top: 22px; }
p, ul, ol { margin-top: 12px; font-size: 16px; color: #33322f; }
ul, ol { padding-left: 22px; }
li { margin-top: 6px; }
strong { color: #0b0b0b; }
a { color: #2a78d6; }

.lead { margin-top: 18px; font-size: 17.5px; color: #52514e; }

.box {
  margin-top: 22px; padding: 16px 18px; background: #fcfcfb;
  border: 1.5px solid #e1e0d9; border-left: 4px solid #2a78d6; border-radius: 8px;
  font-size: 15.5px; color: #33322f;
}
.box.warn { border-left-color: #eb6834; }

table { margin-top: 14px; width: 100%; border-collapse: collapse; font-size: 15px; }
th, td { text-align: left; padding: 9px 10px; border-bottom: 1px solid #e1e0d9; vertical-align: top; }
th { font-weight: 700; color: #0b0b0b; }
td { color: #33322f; }

.addr { margin-top: 12px; font-size: 15.5px; color: #33322f; }

footer { margin-top: 48px; padding-top: 18px; border-top: 1px solid #e1e0d9; font-size: 13.5px; color: #898781; line-height: 1.7; }
footer a { color: #898781; }
footer .legal-nav a { margin-right: 14px; white-space: nowrap; }
