:root { color-scheme: light; font-family: Inter, Arial, sans-serif; color: #162032; background: #f5f7fb; }
body { margin: 0; line-height: 1.55; }
a { color: #075bb5; }
.site-header, main, footer { max-width: 1100px; margin: auto; padding: 1rem 1.5rem; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.site-header nav { display: flex; gap: 1rem; }.brand { font-size: 1.25rem; font-weight: 700; color: #162032; text-decoration: none; }
.breadcrumbs { color: #576174; font-size: .9rem; }.breadcrumbs span { margin: 0 .35rem; }
article { background: white; border-radius: .6rem; padding: 1.5rem; box-shadow: 0 1px 4px #1b2a4520; }
h1 { font-size: clamp(1.8rem, 4vw, 2.7rem); margin: .25rem 0; } h2 { margin-top: 2rem; } h3 { margin-bottom: .25rem; }
.eyebrow { margin: 0; font-weight: 600; }.match-date { color: #576174; }.teams { font-size: 1.15rem; font-weight: 600; display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; }.teams span { margin: 0 .15rem; color: #576174; }.team-badge { width: 32px; height: 32px; object-fit: contain; }.match-result { font-weight: 700; color: #1e5a35; }
.lead { font-size: 1.15rem; }.prediction-grid, .columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .8rem; }
.prediction-grid div, .columns section { padding: .9rem; background: #f0f5fd; border-radius: .4rem; }.prediction-grid dt { font-size: .85rem; color: #576174; }.prediction-grid dd { margin: .25rem 0 0; font-size: 1.05rem; font-weight: 700; }
table { border-collapse: collapse; width: 100%; } th, td { padding: .65rem; border-bottom: 1px solid #dce3ed; text-align: left; } footer { color: #576174; font-size: .9rem; }
.link-list { columns: 2 14rem; padding-left: 1.2rem; }.link-list li { break-inside: avoid; margin: .45rem 0; }.link-list span { color: #576174; font-size: .9rem; }
.match-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }.match-card-seo { padding: 1rem; border: 1px solid #dce3ed; box-shadow: none; }.match-card-seo h3 { margin-top: .25rem; }.match-card-seo p { margin: .4rem 0; }
@media (max-width: 620px) { .site-header { align-items: flex-start; flex-direction: column; } article { padding: 1rem; } }
