/* ============================================================
   Class Board — shared brand styles (logo + footer credit).
   The colour palette lives in each page's own :root so you can
   tweak it in one place per page. This file only holds the
   logo + credit footer, which are identical everywhere.
   ============================================================ */

.brand-logo { height:40px; width:auto; display:block; }
.brand-logo-link { display:inline-block; text-decoration:none; }
.brand-logo-link:hover { opacity:.85; }

.brand-footer {
  text-align:center;
  color:#9ca3af;
  font-size:.8rem;
  padding:1rem;
  border-top:2px solid #000;
  background:#2d3748;
}
.brand-footer a { color:#38bdf8; text-decoration:none; font-weight:700; }
.brand-footer a:hover { text-decoration:underline; }
