/* Buzzard Games — shared styling for written content sections, top nav, and sitewide footer.
   Overlays each tool page's own inline theme; kept neutral so it works on every page. */

.topnav{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.6rem 1.2rem;background:#1e1b2e;color:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}
.topnav a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.9}
.topnav a:hover{opacity:1;text-decoration:underline}
.topnav .brand{font-weight:700;font-size:1.05rem;opacity:1;letter-spacing:.3px}
.topnav .nav-links{display:flex;gap:1.2rem;flex-wrap:wrap}

/* Written content section below the tool */
.article{max-width:820px;margin:2.5rem auto 0;padding:0 1.2rem;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#2b2b33;line-height:1.7}
.article h2{font-size:1.5rem;margin:2rem 0 .75rem;color:#3b2f63;border-bottom:2px solid #eee;padding-bottom:.35rem}
.article h3{font-size:1.12rem;margin:1.4rem 0 .5rem;color:#4b3d7a}
.article p{margin:0 0 1rem;font-size:1rem}
.article ul,.article ol{margin:0 0 1rem 1.4rem}
.article li{margin:.35rem 0}
.article .lead{font-size:1.08rem;color:#444}
.article code,.article .io{font-family:'Courier New',monospace;background:#f4f2fa;padding:.12rem .4rem;border-radius:4px;font-size:.92em;color:#5b3fa0}
.article .example{background:#f8f7fc;border:1px solid #e7e3f5;border-left:4px solid #8b5cf6;border-radius:8px;padding:1rem 1.2rem;margin:0 0 1rem}
.article .example .io{display:inline-block;background:#efeafc}
.article .faq{margin:.5rem 0 1rem}
.article .faq details{border:1px solid #e7e3f5;border-radius:8px;padding:.4rem .9rem;margin-bottom:.6rem;background:#fdfdff}
.article .faq summary{font-weight:600;cursor:pointer;color:#3b2f63;padding:.35rem 0}
.article .faq p{margin:.5rem 0 .3rem}
.article .caveat{background:#fff6f2;border-left:4px solid #e8734a;border-radius:6px;padding:.9rem 1.1rem;margin:1.2rem 0;font-size:.97rem;color:#7a3b23}
.article .caveat strong{color:#c0451c}
.ad-slot{max-width:820px;margin:1.5rem auto;text-align:center;color:#b9b4c9;font-size:.8rem}

/* Sitewide footer */
.site-footer{background:#1e1b2e;color:#d7d3e6;margin-top:3rem;padding:2.5rem 1.2rem 1.5rem;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6}
.site-footer .ft-cols{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2.5rem}
.site-footer .ft-col h4{color:#fff;font-size:.95rem;margin-bottom:.7rem;text-transform:uppercase;letter-spacing:.5px;opacity:.85}
.site-footer .ft-col a{display:block;color:#c8c3dc;text-decoration:none;font-size:.92rem;margin:.28rem 0}
.site-footer .ft-col a:hover{color:#fff;text-decoration:underline}
.site-footer .ft-copy{max-width:900px;margin:2rem auto 0;padding-top:1.2rem;border-top:1px solid #37324d;
  font-size:.85rem;color:#9a95b0;text-align:center}
@media(max-width:640px){.site-footer .ft-cols{gap:1.5rem}.topnav{flex-direction:column;align-items:flex-start;gap:.4rem}}
