/* Existing green, gold and dark stadium palette. */
:root{--bg:#07150e;--card:#10291d;--hover:#143526;--green:#00c853;--gold:#ffd700;--text:#e2e8f0;--muted:#a8b8b0;--border:#245139;--radius:8px;color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.65;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{color:var(--gold)}a:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:4px}img{max-width:100%;height:auto;display:block}h1,h2,h3,p{margin:0 0 1rem}h1{font-size:clamp(1.65rem,4vw,2.2rem);line-height:1.2;color:#fff;font-weight:850}h2{font-size:clamp(1.2rem,2.6vw,1.5rem);line-height:1.3;color:#fff}h3{font-size:1.075rem;line-height:1.4;color:#fff}p:last-child{margin-bottom:0}header{background:#020805;border-bottom:3px solid var(--green);padding:14px 4%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;position:sticky;top:0;z-index:10}.logo{font-size:1.4rem;font-weight:900;letter-spacing:1px;display:inline-flex;align-items:center;gap:4px;line-height:1.3;color:#fff}.logo span{color:var(--green);background:#092c19;padding:3px 6px;border-radius:4px}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{font-size:.9rem;padding:5px 0}.container{width:min(1100px,92%);margin:0 auto;padding:24px 0;flex:1}.hero{background:linear-gradient(120deg,#103624,#091b12);border:1px solid var(--border);border-left:4px solid var(--green);padding:25px 28px;border-radius:var(--radius);margin-bottom:28px}.hero p{max-width:790px;color:var(--muted)}.hero .eyebrow,.eyebrow{color:var(--green);font-size:.875rem;font-weight:750;letter-spacing:1.4px;margin-bottom:10px}.badges{display:flex;gap:10px;flex-wrap:wrap}.badges span{padding:4px 12px;border:1px solid var(--border);border-radius:20px;font-size:.875rem;color:#cce9d8}section{margin-bottom:34px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.section-heading h2{margin-bottom:0}.count{font-size:.875rem;background:#103b23;color:#a2eabe;border-radius:20px;padding:4px 12px}.section-desc{color:var(--muted);margin-top:10px}.agenda-meta,.source-note{font-size:.875rem;color:var(--muted)}.agenda-meta time{color:var(--text)}.source-note{margin-top:14px}.source-note a,.text-link{color:var(--gold);text-decoration:underline;text-underline-offset:3px}.notice{background:#0d2418;border:1px solid var(--border);border-radius:6px;padding:12px 15px;font-size:.9rem;color:#bacebf}.notice-stale{border-color:#8d7120;color:#f2dfa3;background:#28240f}.fixtures{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:9px}.fixture{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);overflow:hidden}.fixture summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:24px minmax(0,1fr) auto 18px;align-items:center;gap:15px;min-height:83px;padding:14px 18px}.fixture summary::-webkit-details-marker{display:none}.fixture summary:hover{background:var(--hover)}.fixture details[open] summary{background:#163b27;border-bottom:1px solid var(--border)}.fixture-copy{min-width:0}.competition{display:block;color:var(--muted);font-size:.875rem;line-height:1.4;margin-bottom:4px}.fixture-title{display:block;font-size:1rem;font-weight:650;line-height:1.45;overflow-wrap:anywhere}.flag{width:24px;height:18px;object-fit:contain}.match-time{font:750 .95rem/1.3 ui-monospace,SFMono-Regular,Consolas,monospace;background:var(--gold);color:#101b11;border-radius:5px;padding:7px 9px;white-space:nowrap;display:inline-block}.expand-icon{font-size:1.4rem;color:var(--green);text-align:center}.fixture details[open] .expand-icon{transform:rotate(45deg)}.fixture-detail{padding:18px 24px 20px 57px}.fixture-detail p{margin-bottom:8px}.muted{color:var(--muted);font-size:.9rem}.channel-tags{list-style:none;display:flex;gap:8px;flex-wrap:wrap;padding:0;margin:12px 0 16px}.channel-tags li{border:1px solid var(--border);background:#061b10;border-radius:5px;padding:5px 10px;font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.card{border:1px solid var(--border);background:var(--card);border-radius:var(--radius);overflow:hidden}.card a{display:flex;height:100%;flex-direction:column;padding:13px 10px 10px;align-items:center;text-align:center;gap:10px}.card:hover{border-color:var(--green);background:var(--hover)}.card img{width:100%;height:58px;object-fit:contain}.card-name{font-size:.875rem;font-weight:700;line-height:1.4}.card-btn{display:block;background:var(--green);border-radius:5px;padding:6px 8px;font-weight:750;color:#031208;font-size:.875rem;width:100%;margin-top:auto}.seo-box,.info-box{background:#0b2015;border:1px solid var(--border);padding:26px 28px;border-radius:var(--radius);margin-top:24px}.seo-box p,.prose p{color:#bdcec4}.seo-box h3,.prose h2{margin-top:24px}.faq-item{border-top:1px solid var(--border);padding-top:22px;margin-top:22px}.faq-item h3{margin-top:0}.faq-item p{margin-bottom:0}.reading-list{padding-left:22px}.reading-list li{margin:10px 0}.error{text-align:center;padding:50px 24px}.error-code{font-size:5rem;font-weight:900;line-height:1;color:var(--green)}.button{display:inline-block;background:var(--green);color:#021208;font-weight:750;padding:10px 18px;border-radius:6px;margin-top:18px}.button:hover{background:var(--gold);color:#021208}footer{background:#020805;border-top:2px solid var(--green);padding:28px 4%;margin-top:30px;text-align:center;color:var(--muted);font-size:.875rem}footer nav{justify-content:center;gap:18px;margin:15px 0}footer nav a{color:var(--gold)}.skip-link{position:fixed;left:12px;top:-100px;padding:10px 16px;background:var(--gold);color:#07150e;z-index:100}.skip-link:focus{top:12px}.skip-link:hover{color:#07150e}
@media(max-width:900px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){header{position:static;justify-content:center;padding:13px 3%;gap:8px}header nav{gap:24px}.logo{font-size:1.25rem}.container{width:94%;padding:16px 0}.hero{padding:19px 18px}.hero p{font-size:1rem}.section-heading{gap:10px}.fixture summary{grid-template-columns:18px minmax(0,1fr) auto 14px;gap:9px;padding:12px 10px}.flag{width:18px;height:15px}.match-time{font-size:.875rem;padding:6px}.fixture-detail{padding:16px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seo-box,.info-box{padding:20px 17px}.card a{padding:12px}.card img{height:65px}footer nav{gap:12px 18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
