/* Five Fox Creative Dashboard — public pages. Self-contained: system fonts,
   no external requests, so the site renders identically for any crawler. */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px; line-height: 1.65; color: #333; background: #fff;
}
header, footer { background: #0c2f39; }
.bar { max-width: 880px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.bar img { height: 34px; width: auto; display: block; }
nav a, footer a { color: #DBC078; text-decoration: none; margin-left: 20px; font-size: 14px; }
nav a:hover, footer a:hover { text-decoration: underline; }
main { max-width: 760px; margin: 0 auto; padding: 48px 24px 64px; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: #0c2f39; }
h1 { font-size: 30px; color: #0c2f39; margin: 8px 0 4px; }
.date { font-size: 13px; color: #888; margin-bottom: 24px; }
h2 { font-size: 20px; color: #0c2f39; margin: 36px 0 10px; }
p, li { color: #444; }
p { margin: 12px 0; }
ul { margin: 12px 0 12px 26px; }
li { margin: 6px 0; }
a.body-link { color: #0c2f39; font-weight: 500; text-decoration: underline; }
table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
th { background: #0c2f39; color: #fff; text-align: left; padding: 10px 12px; }
td { padding: 10px 12px; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; font-size: 13px; }
footer .bar { color: rgba(255,255,255,.8); font-size: 13px; }
strong { color: #333; }
