:root{--navy:#071a2b;--ink:#102131;--muted:#647482;--line:#dbe2e7;--green:#b8ff38;--paper:#f4f6f7;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topline{background:#04121e;color:#95a5b2;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.topline-inner{height:32px;display:flex;align-items:center;justify-content:space-between}
.live-status{color:#dfe7ec;display:flex;align-items:center;gap:8px}
.live-status i{width:7px;height:7px;background:#ff4d54;border-radius:50%;box-shadow:0 0 0 4px rgb(255 77 84 / 14%)}
.site-header{position:sticky;top:0;z-index:30;background:rgb(255 255 255 / 96%);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:900;letter-spacing:-.05em}
.brand b{color:#3b8a15}
.brand-mark{width:36px;height:36px;display:grid;place-items:center;background:var(--green);color:#0a2614;font:900 22px/1 Arial;transform:skew(-8deg);border-radius:5px 2px}
nav{display:flex;align-self:stretch;gap:32px}
nav a{position:relative;display:flex;align-items:center;color:#5f6e79;font-size:13px;font-weight:700}
nav a.active{color:var(--ink)}
nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#57a91e}
.search-button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 16px;color:#60717f;display:flex;gap:7px}
.ticker{background:var(--navy);color:#fff;border-bottom:3px solid var(--green)}
.ticker-inner{min-height:116px;display:flex;align-items:stretch}
.ticker-label{min-width:140px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #203747}
.ticker-label>span{width:max-content;background:#72818b;padding:4px 7px;border-radius:3px;font-size:10px;font-weight:900;letter-spacing:.12em}
.ticker-label>span.is-live{background:#ed3943}
.ticker-label b{margin-top:10px;font-size:13px}
.ticker-label small{margin-top:5px;color:#7890a1;font-size:8px}
.ticker-matches{display:flex;flex:1;min-width:0}
.ticker-match{position:relative;min-width:220px;flex:1;padding:17px 20px;border-right:1px solid #203747;display:grid;grid-template-columns:1fr auto;gap:4px 12px}
.ticker-match .minute{position:absolute;top:8px;right:12px;color:var(--green);font-size:10px;font-weight:900}
.ticker-teams{display:flex;flex-direction:column;gap:9px;margin-top:9px}
.ticker-teams span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}
.club-badge{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#d7343a;color:#fff;font-style:normal;font-size:7px;border:2px solid rgb(255 255 255 / 35%)}
.club-badge.away{background:#1780b6}
.ticker-match strong{align-self:center;font-size:17px;white-space:nowrap}
.ticker-match small{grid-column:1/-1;color:#7890a1;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
.all-scores{min-width:112px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#dce5eb;font-size:11px;font-weight:700}
.all-scores span{color:var(--green);font-size:22px}
.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:32px;padding-top:34px;padding-bottom:48px}
.lead-story{background:#fff;display:grid;grid-template-columns:1.15fr 1fr;min-height:338px;box-shadow:0 12px 40px rgb(27 49 63 / 8%)}
.lead-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 60% 40%,#8fcf5d 0 4%,transparent 30%),linear-gradient(150deg,#163b2e 0%,#0a261d 45%,#06150f 100%)}
.lead-visual::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(100deg,transparent 0 30px,rgb(255 255 255 / 2%) 31px 32px)}
.lead-visual::after{content:"";position:absolute;width:240px;height:240px;border:2px solid rgb(255 255 255 / 30%);border-radius:50%;left:62%;top:62%;transform:translate(-50%,-50%)}
.stadium-light{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 10px 5px #fff,20px 0 10px 4px #fff,40px 0 10px 4px #fff,60px 0 10px 4px #fff,80px 0 10px 4px #fff;opacity:.8;transform:rotate(-12deg)}
.stadium-light.one{top:42px;left:28px}.stadium-light.two{top:88px;right:110px;opacity:.45;transform:rotate(8deg)}
.pitch-lines{position:absolute;left:0;right:0;bottom:-34px;height:130px;border-top:2px solid rgb(255 255 255 / 35%);transform:perspective(240px) rotateX(38deg);background:linear-gradient(90deg,transparent 49.5%,rgb(255 255 255 / 25%) 50%,transparent 50.5%)}
.story-tag{position:absolute;left:22px;bottom:20px;color:var(--green);font-size:10px;font-weight:900;letter-spacing:.18em}
.lead-copy{padding:42px 38px;display:flex;flex-direction:column;justify-content:center}
.eyebrow,.card-copy small{color:#4b921f;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.lead-copy h1{margin:12px 0;font-size:44px;line-height:.98;letter-spacing:-.055em}
.lead-copy p:not(.eyebrow){color:var(--muted);font:15px/1.65 Georgia,serif}
.lead-copy a{margin-top:14px;font-size:12px;font-weight:900}.lead-copy a span{color:#55a11c;margin-left:6px}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin:38px 0 17px}
.section-heading span{color:#4e981f;font-size:9px;font-weight:900;letter-spacing:.18em}
.section-heading h2{margin:4px 0 0;font:700 27px/1 Georgia,serif;letter-spacing:-.035em}
.section-heading a{font-size:11px;font-weight:800;color:#536673}
.section-heading p{color:#758590;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.story-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:16px}
.story-card{background:#fff;min-width:0}
.card-art{height:122px;padding:14px;position:relative;overflow:hidden;color:#fff;background:#233d4d}
.card-art span{font-size:8px;font-weight:900;letter-spacing:.14em}.card-art b{position:absolute;right:15px;bottom:4px;font-size:55px;line-height:1;opacity:.7}
.card-art.tactics{background:linear-gradient(145deg,#286342,#0c2d21)}.card-art.tactics::after{content:"";position:absolute;width:95px;height:95px;border:1px solid rgb(255 255 255 / 35%);border-radius:50%;left:20px;bottom:-50px}
.card-art.transfer{background:linear-gradient(145deg,#153d67,#081d34)}.card-art.squad{background:linear-gradient(145deg,#85452f,#3b1710)}
.card-copy{padding:17px}.card-copy h3{margin:7px 0 8px;font:700 17px/1.15 Georgia,serif}.card-copy p{color:#6d7c87;font-size:11px;line-height:1.5}.card-copy>span{color:#84919a;font-size:9px}
.sidebar{background:#fff;align-self:start;border-top:3px solid var(--green);box-shadow:0 10px 30px rgb(27 49 63 / 7%)}
.panel-title{padding:22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.panel-title span{color:#4d951e;font-size:9px;font-weight:900;letter-spacing:.16em}.panel-title h2{margin:4px 0 0;font:700 23px/1 Georgia,serif}.panel-title>i{border:1px solid var(--line);background:#fff;padding:7px 9px;color:#60717e;font-style:normal}
.competition-label{padding:13px 18px 8px;color:#61717d;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;display:flex;align-items:center;gap:7px}
.mini-badge{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:6px}.mini-badge.blue{background:#4c2373}.mini-badge.gold{background:#d49b1c}
.fixture{margin:0 17px;padding:13px 0;border-bottom:1px solid #edf0f2;display:grid;grid-template-columns:44px 1fr 33px;align-items:center;gap:8px}.fixture>span{font-size:11px;font-weight:900}.fixture div{display:flex;flex-direction:column;gap:7px}.fixture b{font-size:11px}.fixture em{text-align:center;color:#71818d;font:700 8px/2.1 Arial}
.panel-link{display:flex;justify-content:space-between;padding:17px 20px;font-size:10px;font-weight:900}.panel-link span{color:#52a21c;font-size:16px}
.data-section{padding:10px 0 58px;background:#eef2f4;border-top:1px solid #e2e7ea}
.data-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:16px;align-items:stretch}
.standings-card,.report-card,.updates-card{background:#fff;box-shadow:0 10px 30px rgb(27 49 63 / 6%)}
.data-card-head{min-height:74px;padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.data-card-head small,.report-top span,.update-item small{color:#4f971f;font-size:8px;font-weight:900;letter-spacing:.13em}.data-card-head h3{margin:5px 0 0;font:700 21px/1 Georgia,serif}.data-card-head>span{padding:5px 8px;background:#edf4e8;color:#4c8629;font-size:8px;font-weight:900}
.table-head,.table-row{display:grid;grid-template-columns:26px 1fr 28px 38px 32px;gap:6px;align-items:center;padding:10px 17px}.table-head{color:#84919a;font-size:8px;font-weight:900;border-bottom:1px solid #edf0f2}.table-row{min-height:46px;border-bottom:1px solid #edf0f2;font-size:10px}.table-row>span:nth-child(2){display:flex;align-items:center;gap:8px}.table-row i{width:25px;height:25px;display:grid;place-items:center;background:#102c45;color:#fff;border-radius:50%;font-style:normal;font-size:6px}.table-row strong{color:#376d1c}
.standings-card>a,.updates-card>a{padding:16px 18px;display:flex;justify-content:space-between;font-size:9px;font-weight:900}.standings-card>a span,.updates-card>a span{color:#58a523;font-size:14px}
.report-card{background:var(--navy);color:#fff;display:flex;flex-direction:column;border-top:3px solid var(--green)}.report-top{padding:17px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1c3446}.report-top i{color:#748896;font-size:8px;font-style:normal}.report-score{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:12px;align-items:center;padding:24px 22px;text-align:center}.report-score div{display:flex;flex-direction:column;gap:4px}.report-score div b{width:45px;height:45px;margin:auto;display:grid;place-items:center;background:#1b3d58;border-radius:50%;font-size:9px;border:2px solid #385a72}.report-score small{color:#91a2ad;font-size:9px}.report-score strong{font-size:28px;white-space:nowrap}.report-score em{color:var(--green);font-size:8px;font-style:normal;margin:0 4px}.report-copy{padding:0 26px 21px;text-align:center}.report-copy h3{margin:0 0 10px;font:700 22px/1.08 Georgia,serif}.report-copy p{color:#91a2ad;font:11px/1.6 Georgia,serif}.report-stats{margin-top:auto;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #1c3446}.report-stats span{padding:14px 6px;text-align:center;color:#728796;font-size:8px;border-right:1px solid #1c3446}.report-stats span:last-child{border-right:0}.report-stats b{display:block;color:#fff;font-size:13px;margin-bottom:3px}
.pulse-dot::before{content:"";display:inline-block;width:5px;height:5px;background:#58a62a;border-radius:50%;margin-right:5px}.update-item{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:15px 17px;border-bottom:1px solid #edf0f2}.update-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;font:900 15px/1 Arial;color:#fff;font-style:normal}.update-icon.move{background:#1c5684}.update-icon.medical{background:#b6373c}.update-icon.breaking{background:#d29822}.update-item div{display:flex;flex-direction:column;gap:4px}.update-item b{font:700 12px/1.25 Georgia,serif}.update-item span{color:#86939c;font-size:8px}
.league-section{padding:42px 0 50px;color:#fff;background:var(--navy)}.section-heading.light{margin-top:0}.section-heading.light h2{font-size:31px}.section-heading.light p{color:#8193a0;font-size:11px}.league-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.league-card{padding:17px;display:flex;align-items:center;gap:13px;border:1px solid #1e394b;background:#0c2334;transition:.2s ease}.league-card:hover{border-color:#6aa12e;transform:translateY(-2px)}.league-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;font-style:normal;font-size:9px;font-weight:900;border:2px solid rgb(255 255 255 / 25%)}.tone-1{background:#4c176c}.tone-2{background:#203e74}.tone-3{background:#d8a01e}.tone-4{background:#1872a3}.tone-5{background:#d2393f}.tone-6{background:#2a5bad}.league-card span{display:flex;flex:1;flex-direction:column;gap:4px}.league-card b{font-size:12px}.league-card small{color:#718695;font-size:9px}.league-card strong{color:var(--green)}
footer{background:#04121e;color:#758794;border-top:1px solid #183041}.footer-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between}.footer-inner .brand{color:#fff;font-size:16px}.footer-inner .brand-mark{width:28px;height:28px;font-size:17px}.footer-inner p,.footer-inner>span{font-size:10px}
@media (max-width:980px){.ticker-match:nth-child(3){display:none}.page-grid{grid-template-columns:1fr}.sidebar{display:none}.story-grid{grid-template-columns:1.2fr 1fr}.story-card:last-child{display:none}.data-grid{grid-template-columns:1fr 1fr}.updates-card{grid-column:1/-1}.updates-card .update-item{display:inline-grid;width:33.333%;vertical-align:top}.updates-card>a{border-top:1px solid #edf0f2}}
@media (max-width:700px){.shell{width:min(100% - 26px,1180px)}.topline-inner span:first-child,.topline-inner span:last-child{display:none}.topline-inner{justify-content:center}.header-inner{height:66px}.brand{font-size:17px}.brand-mark{width:32px;height:32px}nav{display:none}.search-button span{display:none}.ticker-inner{min-height:102px}.ticker-label{min-width:90px}.ticker-label b{font-size:10px}.ticker-label small{display:none}.ticker-match{min-width:205px;padding:12px}.ticker-match:nth-child(n+2){display:none}.all-scores{min-width:70px}.page-grid{padding-top:20px}.lead-story{grid-template-columns:1fr}.lead-visual{min-height:230px}.lead-copy{padding:30px 24px}.lead-copy h1{font-size:39px}.story-grid{grid-template-columns:1fr 1fr}.feature-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.4fr}.feature-card .card-art{height:100%}.story-card:last-child{display:block}.card-art{height:96px}.data-section .section-heading p{display:none}.data-grid{grid-template-columns:1fr}.updates-card{grid-column:auto}.updates-card .update-item{display:grid;width:100%}.league-grid{grid-template-columns:1fr 1fr}.league-card{padding:13px}.footer-inner{flex-wrap:wrap;gap:14px;padding:22px 0}.footer-inner p{display:none}}
@media (max-width:480px){.story-grid{grid-template-columns:1fr}.feature-card{display:block;grid-column:auto}.feature-card .card-art{height:115px}.league-grid{grid-template-columns:1fr}.section-heading.light p{display:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.league-card{transition:none}}

/* Interactive application */
.search-button{cursor:pointer}
.story-card{border:0;padding:0;text-align:left;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.story-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgb(27 49 63 / 12%)}
.story-image{background-color:#173e31;background-position:center;background-size:cover}
.fixture{width:calc(100% - 34px);border-left:0;border-right:0;border-top:0;background:#fff;color:inherit;text-align:left}
.data-card-head select,.story-tools select{max-width:125px;border:1px solid var(--line);background:#fff;padding:7px;color:#536673;font-size:9px}
.table-row img{width:25px;height:25px;object-fit:contain}
.update-item{width:100%;border-left:0;border-right:0;border-top:0;text-align:left;background:#fff;color:inherit;cursor:pointer}
.loading-message,.empty-state{padding:22px;color:#758590;font-size:11px;line-height:1.5}
.cms-empty{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;background:#fff}
.cms-empty b{font:700 20px Georgia}.cms-empty a{color:#4f941f;text-decoration:underline}
dialog{width:min(760px,calc(100% - 28px));max-height:88vh;border:0;padding:0;color:var(--ink);box-shadow:0 25px 80px rgb(0 0 0 / 30%)}
dialog::backdrop{background:rgb(3 15 25 / 78%);backdrop-filter:blur(4px)}
.dialog-close{position:sticky;z-index:2;float:right;top:14px;margin:14px 14px -50px 0;width:38px;height:38px;border:0;border-radius:50%;background:#071a2b;color:#fff;font-size:24px;cursor:pointer}
.article-dialog #article-content{padding:44px 58px 58px}.article-hero{width:calc(100% + 116px);height:330px;object-fit:cover;margin:-44px -58px 35px}
.article-dialog small{color:#4f941f;font-weight:900;letter-spacing:.12em}.article-dialog h1{font:700 43px/1.06 Georgia;margin:12px 0}.article-byline{color:#758590;font-size:11px}
.article-excerpt{font:italic 19px/1.55 Georgia;color:#536673;border-left:3px solid var(--green);padding-left:18px;margin:28px 0}.article-body{font:17px/1.75 Georgia;color:#283c4b}
.search-dialog{padding:44px}.search-dialog h2{font:700 30px Georgia}.search-dialog input{width:100%;padding:15px;border:1px solid var(--line);font-size:16px}.search-dialog #search-results{margin-top:12px}
.search-dialog #search-results button{width:100%;padding:15px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left;cursor:pointer}.search-dialog #search-results b,.search-dialog #search-results span{display:block}.search-dialog #search-results span{color:#4f941f;font-size:9px;margin-top:5px}
@media(max-width:700px){.article-dialog #article-content{padding:34px 24px}.article-hero{width:calc(100% + 48px);height:220px;margin:-34px -24px 28px}.article-dialog h1{font-size:32px}.search-dialog{padding:30px 22px}}
.team-card{cursor:default}.team-card:hover{transform:none}.team-card img{width:42px;height:42px;object-fit:contain}.team-grid .loading-message{color:#91a2ad;grid-column:1/-1}
.admin-page [hidden]{display:none!important}
