
:root{
  --green:#003B1F;--green2:#006b38;--bright:#00C853;--gold:#F4C542;
  --ink:#101815;--muted:#68756f;--bg:#f4f6f5;--white:#fff;--line:#dfe6e2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}
.header{background:linear-gradient(90deg,#002a16,#004522);padding:12px 5%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;box-shadow:0 2px 14px #0003}
.logo{height:58px;width:auto;object-fit:contain;filter:drop-shadow(0 0 5px #f4c54288)}
.header nav{display:flex;gap:24px;align-items:center}
.header nav a{color:#fff;font-weight:700;font-size:14px;padding:9px 0;border-bottom:2px solid transparent}
.header nav a:hover,.header nav a.active{color:#ffd75a;border-color:#ffd75a}
.hero{min-height:390px;background:linear-gradient(90deg,#001e10cc,#001e1066),url('../img/pitch-bg.jpg') center/cover;display:flex;align-items:center;padding:55px 7%;color:#fff}
.hero-text{max-width:720px}.eyebrow{color:#ffd75a;font-weight:800;letter-spacing:2px;font-size:12px}
.hero h1{font-size:clamp(46px,7vw,78px);margin:10px 0 4px}.hero p{font-size:20px;color:#e5eee9;margin:0 0 24px}
.btn{background:var(--bright);padding:11px 20px;color:#fff;text-decoration:none;border-radius:7px;display:inline-block;margin-top:10px;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-1px);filter:brightness(1.06)}
.cards-section,.analysis-section,.vip-section,.results-section{padding:42px 6%;max-width:1250px;margin:auto}
.cards-section h2,.analysis-section h2,.vip-section h2,.results-section h2{font-size:32px;margin:0 0 22px;color:var(--green)}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px}
.match-card{background:#fff;padding:20px;border-radius:14px;border:1px solid var(--line);box-shadow:0 5px 18px #003b1f0d}
.team-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:800}.team-logo{width:48px;height:48px;border-radius:50%;object-fit:cover}.vs{color:#8a9791;font-size:12px}.league{margin-top:18px;font-size:12px;font-weight:800;color:var(--green2);text-transform:uppercase;letter-spacing:.7px}.kickoff{color:var(--muted);font-size:13px;margin-top:5px}.prediction-type{margin-top:18px;font-size:18px;font-weight:900;color:var(--green)}
.prob-bar{background:#e3e8e5;height:9px;border-radius:10px;margin:12px 0}.prob-fill{background:linear-gradient(90deg,var(--bright),#63e89b);height:9px;border-radius:10px}
.analysis-box,.vip-box,.result-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px;line-height:1.7}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.stat{background:#f2f7f4;border-radius:10px;padding:16px;text-align:center}.stat b{display:block;font-size:25px;color:var(--green)}.stat span{font-size:12px;color:var(--muted)}
.vip-box{border-top:5px solid var(--gold)}.vip-badge{display:inline-block;background:#fff3bf;color:#7d5b00;padding:5px 10px;border-radius:20px;font-weight:900;font-size:11px}
.results-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.results-table th,.results-table td{padding:14px;text-align:left;border-bottom:1px solid var(--line);font-size:14px}.results-table th{background:var(--green);color:#fff}.win{color:#008f3c;font-weight:900}.pending{color:#a17400;font-weight:900}
footer{background:#002a16;color:#cbd9d2;padding:28px 6%;margin-top:30px;text-align:center}footer p{margin:5px}
@media(max-width:760px){.header{padding:10px 4%}.logo{height:46px}.header nav{gap:11px;flex-wrap:wrap;justify-content:flex-end}.header nav a{font-size:11px}.hero{min-height:340px;padding:45px 7%}.hero h1{font-size:50px}.hero p{font-size:17px}.stat-grid{grid-template-columns:repeat(2,1fr)}.team-logo{width:42px;height:42px}}

.page-shell{max-width:1180px;margin:0 auto;padding:36px 20px 70px}.page-hero{margin-bottom:24px}.page-hero h1{margin:6px 0 8px}.page-hero p{color:#66736c;margin:0}.filter-panel{display:flex;gap:12px;align-items:end;flex-wrap:wrap;background:#fff;padding:18px;border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.06);margin-bottom:16px}.filter-panel label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.filter-panel select{min-width:220px;padding:11px 12px;border:1px solid #d8dfda;border-radius:8px;background:#fff}.filter-panel button:disabled{opacity:.6;cursor:wait}.status-box{background:#eef5f0;border:1px solid #d8e6dc;padding:13px 15px;border-radius:10px;margin-bottom:18px;color:#385144}.live-team-row{gap:10px}.team-block{display:flex;align-items:center;gap:9px;min-width:0;font-weight:700}.team-block span{max-width:120px}.fixture-time{font-weight:800;margin:8px 0 12px}.fixture-meta{font-size:12px;color:#6b7770;margin-top:12px}.prediction-placeholder{margin-top:12px;padding-top:12px;border-top:1px solid #edf0ee;font-size:12px;color:#66736c}
