body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background-color: #ece1c8; color: #2b2119; }
body { background-image: repeating-linear-gradient(0deg, rgba(43, 33, 25, 0.03) 0px, rgba(43, 33, 25, 0.03) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 4px), radial-gradient(ellipse at 50% 0%, #f4ecdb 0%, #ece1c8 60%, #e2d3b3 100%); }
.wrapper { max-width: 1160px; margin: 0 auto; padding: 16px 12px 48px; }
.site-header { border: 3px solid #2b2119; background-color: #f4ecdb; box-shadow: 6px 6px 0 rgba(43, 33, 25, 0.85); margin-bottom: 24px; }
.site-header .site-header-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 20px 16px; text-align: center; border: 1px solid #2b2119; margin: 5px; }
.site-header .club-crest { width: 64px; height: 64px; }
.site-header .club-line { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #6d5c44; font-weight: 600; }
.site-header .site-title { font-size: 34px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; line-height: 1.05; margin-top: 6px; }
.site-header .strapline { font-size: 13px; font-style: italic; color: #6d5c44; margin-top: 8px; }
.site-header .scoreboard { display: flex; gap: 10px; }
.site-header .scoreboard-item { display: flex; flex-direction: column; align-items: center; border: 2px solid #2b2119; background-color: #2b2119; color: #f4ecdb; padding: 6px 14px; min-width: 84px; }
.site-header .scoreboard-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #cbb894; }
.site-header .scoreboard-value { font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums; }
.site-footer { margin-top: 28px; border-top: 2px solid #2b2119; padding-top: 14px; }
.site-footer .footer-note { font-size: 12px; font-style: italic; color: #6d5c44; text-align: center; }
@media (min-width: 768px) {
  .wrapper { padding: 28px 20px 64px; }
  .site-header .site-header-inner { flex-direction: row; text-align: left; justify-content: space-between; padding: 22px 26px; }
  .site-header .site-header-titles { flex: 1; padding: 0 20px; }
  .site-header .site-title { font-size: 42px; }
}
@media (min-width: 1024px) {
  .site-header .site-title { font-size: 50px; }
}
