:root{--ink:#102c27;--green:#173f37;--lime:#d6ff59;--cream:#f5f2e8;--line:#d9ddd3;--muted:#718079}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans','Noto Sans SC',sans-serif}header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 5vw;gap:60px;background:#f8f6ef;position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:900;line-height:.85}.brand i{font-style:normal;background:var(--ink);color:var(--lime);font-size:25px;padding:9px 7px}.brand small{font-size:7px;letter-spacing:2px}nav{display:flex;height:100%;gap:30px}nav button{border:0;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}nav button.active{color:var(--ink);border-bottom:3px solid var(--ink)}.season{margin-left:auto;border:1px solid var(--line);padding:11px 16px;font-weight:700}.season span{margin-left:20px}.hero{min-height:350px;background:var(--green);color:white;padding:65px 8vw;display:flex;align-items:flex-end;justify-content:space-between;position:relative;overflow:hidden}.hero:after{content:'N';position:absolute;right:10%;top:-70px;font-size:360px;font-weight:900;color:#ffffff08}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:700;color:#8a9993}.hero .eyebrow{color:var(--lime)}h1{font-size:clamp(45px,6vw,82px);margin:12px 0;letter-spacing:-4px;line-height:1}h1 em{font-style:normal;color:var(--lime)}.desc{max-width:620px;color:#bfd0cb;font-size:16px}.hero-stat{border-left:1px solid #ffffff33;padding-left:36px;display:flex;flex-direction:column;z-index:1}.hero-stat b{font-size:64px;line-height:1;color:var(--lime)}.hero-stat small{color:#8fa49e;margin-top:16px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;margin:-22px auto 70px;max-width:1400px;padding:0 4vw;position:relative;z-index:2}.card{background:#fff;border:1px solid var(--line);box-shadow:0 8px 30px #173f3710}.card-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid var(--line);font-weight:800}.live-dot{display:inline-block;width:8px;height:8px;background:#57d258;border-radius:50%;margin-right:10px}.card-head label{font-size:11px;color:var(--muted)}input{border:0;border-bottom:1px solid var(--line);padding:8px;margin-left:8px;outline:none}.scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th{font-size:10px;color:#84918c;text-align:center;padding:14px 10px;background:#fafbf8}th:nth-child(2){text-align:left}td{padding:12px 10px;border-top:1px solid #edf0eb;text-align:center;font-size:13px}tr{cursor:pointer;transition:.15s}tbody tr:hover{background:#f4fbdc}td.team{text-align:left;font-weight:700;white-space:nowrap}.badge{display:inline-grid;place-items:center;width:31px;height:31px;margin-right:10px;background:var(--green);color:white;font-size:10px;border-radius:50%}.pts{font-weight:900;font-size:17px}.form{display:flex;gap:3px;justify-content:center}.form i{font-style:normal;color:white;font-size:8px;width:18px;height:18px;border-radius:2px;display:grid;place-items:center}.w{background:#36a85b}.d{background:#aeb7b2}.l{background:#dc685e}.rank{border-left:4px solid transparent}.rank.r1{border-left-color:#bddd3b}.rank.r2,.rank.r3,.rank.r4{border-left-color:#4aa8d8}.rank.r14{border-left-color:#e2a23e}.rank.r15,.rank.r16{border-left-color:#d9554e}.table-card footer{padding:18px 22px;display:flex;gap:20px;flex-wrap:wrap;font-size:10px;color:var(--muted)}.zone{display:inline-block;width:8px;height:8px;margin-right:5px}.champion{background:#bddd3b}.europe{background:#4aa8d8}.playoff{background:#e2a23e}.relegation{background:#d9554e}.pulse{padding:30px 24px;align-self:start}.pulse h3{font-size:23px;margin:4px 0 22px}.pulse>div{padding:16px 0;border-top:1px solid var(--line);display:flex;align-items:end;justify-content:space-between}.pulse b{font-size:27px}.pulse span{font-size:11px;color:var(--muted)}.pulse .top{display:block;background:var(--ink);color:white;margin:20px -24px -30px;padding:20px 24px}.pulse strong{display:flex;justify-content:space-between;margin-top:9px}.pulse strong i{font-style:normal;color:var(--lime)}.results{max-width:1400px;margin:0 auto 80px;padding:0 4vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-head h2{font-size:34px;margin:4px 0}.section-head>span{font-size:11px;color:var(--muted)}#resultGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.match{background:white;border:1px solid var(--line);padding:17px}.match time{font-size:10px;color:var(--muted)}.match p{display:flex;justify-content:space-between;font-weight:700;margin:14px 0}.match b{background:var(--ink);color:white;padding:3px 7px}.match small{display:block;text-align:right;color:var(--muted)}.overlay{position:fixed;inset:0;background:#081c18aa;opacity:0;pointer-events:none;transition:.3s;z-index:9}.drawer{position:fixed;right:0;top:0;width:min(560px,100%);height:100vh;background:#f8f6ef;z-index:10;transform:translateX(100%);transition:.35s;overflow:auto;padding:42px}.overlay.open{opacity:1;pointer-events:auto}.drawer.open{transform:none}.close{position:absolute;right:24px;top:18px;border:0;background:none;font-size:32px;cursor:pointer}.team-hero{padding-bottom:25px;border-bottom:1px solid var(--line)}.team-hero .bigbadge{width:70px;height:70px;border-radius:50%;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-weight:900;font-size:22px}.team-hero h2{font-size:38px;margin:16px 0 4px}.summary{display:grid;grid-template-columns:repeat(4,1fr);margin:22px 0}.summary div{border-right:1px solid var(--line)}.summary b,.summary span{display:block;text-align:center}.summary b{font-size:22px}.summary span{font-size:9px;color:var(--muted)}.history h3{margin-top:30px}.history .game{display:grid;grid-template-columns:70px 1fr 50px 50px;align-items:center;border-top:1px solid var(--line);padding:15px 0;font-size:12px}.game .opponent{font-weight:700}.game .score{font-weight:900;font-size:16px;text-align:center}.game .ht{color:var(--muted);text-align:center}.outcome{width:22px;height:22px;display:inline-grid;place-items:center;color:white;font-size:9px;margin-right:7px}.source{font-size:10px;color:var(--muted);margin-top:30px}@media(max-width:900px){.layout{grid-template-columns:1fr}.pulse{display:none}#resultGrid{grid-template-columns:repeat(2,1fr)}.hero-stat{display:none}nav{display:none}}@media(max-width:550px){header{padding:0 18px}.hero{padding:48px 22px;min-height:310px}h1{letter-spacing:-2px}.layout{padding:0 12px}.card-head label{display:none}#resultGrid{grid-template-columns:1fr}.drawer{padding:28px 22px}.history .game{grid-template-columns:58px 1fr 44px 44px}}
