*{box-sizing:border-box}body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background-color: #0a0e17; color: #e2e8f0; line-height: 1.6; } a { color: #f5a623; text-decoration: none; transition: color 0.3s ease; } a:hover { color: #fff; } .site-header { background-color: #111827; border-bottom: 2px solid #f5a623; padding: 1.5rem 1rem; } .header-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .brand-logo { font-size: 1.6rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #f5a623; } .desktop-nav { display: flex; gap: 2rem; } .desktop-nav a { font-weight: 600; text-transform: uppercase; font-size: 0.9rem; padding: 0.5rem 0; border-bottom: 2px solid transparent; } .desktop-nav a:hover, .desktop-nav a[aria-current='page'] { border-bottom-color: #f5a623; color: #fff; } .mobile-nav { display: none; } .mobile-nav summary { font-weight: bold; color: #f5a623; cursor: pointer; list-style: none; padding: 0.6rem 1.2rem; border: 1px solid #f5a623; border-radius: 4px; background: #1f2937; } .mobile-menu { display: flex; flex-direction: column; gap: 1rem; background-color: #1f2937; padding: 1rem; margin-top: 0.5rem; border-radius: 4px; box-shadow: 0 4px 10px rgba(0,0,0,0.5); } .mobile-menu a { font-weight: 600; padding: 0.5rem 0; border-bottom: 1px solid #374151; } #main { max-width: 1200px; margin: 2rem auto; padding: 0 1rem; display: grid; grid-template-columns: 2fr 1fr; gap: 2rem; } .hero-section { background-color: #111827; padding: 2.5rem; border-radius: 8px; border-left: 5px solid #f5a623; box-shadow: 0 4px 20px rgba(0,0,0,0.3); } .hero-section h1 { font-size: 2.2rem; color: #fff; margin-top: 0; margin-bottom: 1rem; line-height: 1.3; } .subtitle { font-size: 1.15rem; color: #9ca3af; margin-bottom: 2rem; } .matches-container { background: #1f2937; padding: 1.5rem; border-radius: 6px; border: 1px dashed #4b5563; min-height: 100px; color: #f5a623; font-weight: bold; text-align: center; display: flex; align-items: center; justify-content: center; } .sidebar-section { display: flex; flex-direction: column; gap: 1.5rem; } .widget-panel { background-color: #111827; padding: 1.5rem; border-radius: 8px; border-top: 3px solid #f5a623; } .widget-panel h2 { font-size: 1.3rem; color: #fff; margin-top: 0; margin-bottom: 1rem; text-transform: uppercase; border-bottom: 1px solid #374151; padding-bottom: 0.5rem; } .site-footer { background-color: #0b0f19; border-top: 1px solid #1f2937; padding: 2rem 1rem; text-align: center; margin-top: 4rem; color: #9ca3af; font-size: 0.9rem; } .archive-list h1 { font-size: 2rem; margin-bottom: 2rem; color: #fff; text-align: center; width: 100%; grid-column: span 2; } .comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; } .competition-panel { background: #111827; border-radius: 8px; padding: 1.5rem; border: 1px solid #1f2937; } .competition-panel h3 { margin-top: 0; font-size: 1.2rem; color: #f5a623; border-bottom: 1px solid #374151; padding-bottom: 0.5rem; } .match-fixture-dl { margin: 0; display: grid; grid-template-columns: 1fr; gap: 0.75rem; } .match-fixture-dl dt { font-weight: bold; color: #9ca3af; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 0.5rem; } .match-fixture-dl dd { margin-left: 0; padding: 0.6rem; background: #1f2937; border-radius: 4px; color: #fff; font-size: 0.95rem; border-left: 3px solid #f5a623; } .magazine-article { background-color: #111827; padding: 3rem 2rem; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.3); } .magazine-article h1 { font-size: 2.5rem; color: #fff; line-height: 1.2; margin-top: 0; margin-bottom: 1rem; } .article-meta { display: block; color: #f5a623; font-weight: 600; font-size: 0.9rem; text-transform: uppercase; margin-bottom: 2rem; letter-spacing: 1px; } .magazine-article p { font-size: 1.1rem; line-height: 1.8; color: #cbd5e1; margin-bottom: 1.5rem; } .magazine-article p strong { color: #fff; } .magazine-article blockquote { margin: 2rem 0; padding: 1rem 1.5rem; background: #1f2937; border-left: 4px solid #f5a623; font-style: italic; color: #e2e8f0; font-size: 1.2rem; line-height: 1.6; } @media (max-width: 992px) { #main { grid-template-columns: 1fr; } .comp-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .desktop-nav { display: none; } .mobile-nav { display: block; } .header-container { justify-content: space-between; } .hero-section { padding: 1.5rem; } .hero-section h1 { font-size: 1.8rem; } .magazine-article { padding: 1.5rem; } .magazine-article h1 { font-size: 1.8rem; } }
@media(min-width:992px){#main{display:flex;flex-direction:column;max-width:1100px}.header-container{flex-direction:column;gap:22px}.hero-section{text-align:center;padding:48px}.matches-container{display:block}.fixture-groups{grid-template-columns:repeat(3,minmax(0,1fr))}[data-region="secondary"]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}[data-region="primary"]{width:100%}.magazine-article{padding:48px 110px}.comp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
[data-region]{min-width:0}
img,video,iframe{max-width:100%;height:auto}img{display:block}.entry-content{overflow-wrap:anywhere}.entry-content table{max-width:100%}.bvi-skip{position:absolute;left:-10000px}.bvi-skip:focus{left:12px;top:12px;z-index:9999;background:white;padding:12px}.bvi-menu-list{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.bvi-menu-list .sub-menu{list-style:none;padding-left:12px}.mobile-nav .bvi-menu-list{display:block}.bvi-topics{list-style:none;padding:0}.bvi-topics li{padding:10px 0}.bvi-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.bvi-post{padding:20px 0}.bvi-post img{margin:14px 0;aspect-ratio:16/9;object-fit:cover}.bvi-latest{margin-top:28px}.bvi-featured{margin-bottom:24px}[data-region=footer] nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}[data-region=footer] a{color:inherit}.entry-content figure{margin-left:0;margin-right:0}[data-region=primary],[data-region=secondary]{min-width:0}body{overflow-wrap:anywhere}.mobile-nav nav a{display:block;padding:10px}.desktop-nav{flex-wrap:wrap}[data-region=primary]>h1{margin-top:0}.bvi-composition-rail .desktop-nav .bvi-menu-list{flex-direction:column}.bvi-composition-above .bvi-topics{display:flex;flex-wrap:wrap;gap:20px}.bvi-composition-below .article-body{max-width:70ch;margin:auto}
@media(max-width:800px){.bvi-posts{grid-template-columns:minmax(0,1fr)}.entry-content{font-size:17px}.mobile-nav{max-width:100%}.mobile-nav summary{white-space:nowrap}.bvi-menu-list{max-width:100%}}

#wpbo-cs{--ink:#edf2f7;--muted:#bcc8d8;--line:#53637a;--surface:#172337;--accent:#ffb627;--paper:#101827;}

/* Real WordPress markup adaptation, revision 1.1. */
#wpbo-cs{text-align:left;color-scheme:dark}
#wpbo-cs .cs-controls select,#wpbo-cs .cs-controls input{width:100%;border-radius:6px}
#wpbo-cs .cs-dates button,#wpbo-cs .tv-leagues button{border-radius:5px}
#wpbo-cs button:focus-visible,#wpbo-cs select:focus-visible,#wpbo-cs input:focus-visible{outline:3px solid var(--accent);outline-offset:2px}
#wpbo-cs .ce-toggle{border-radius:6px;font-weight:600}
[data-region=secondary] a,.bvi-post a,.article-body a{color:#ffb627}
