*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#C8102E;--brand-dk:#9B0C23;--surface:#F7F4EE;--panel:#FFFFFF;--muted:#556270;--text:#18242E;--border:#D8D1C7;--accent:#E3A62B}body{font-family:Inter,sans-serif;background:linear-gradient(180deg,#fbf9f4,#f7f4ee 45%,#f1ece3);color:var(--text);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.header{background:#fffdfcf5;border-bottom:3px solid var(--brand);position:sticky;top:0;z-index:140;backdrop-filter:blur(10px);box-shadow:0 10px 30px #47311c14}.header__inner{max-width:1280px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo__icon{width:38px;height:38px;background:linear-gradient(135deg,var(--brand) 0%,#E14D3A 100%);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;box-shadow:0 8px 20px #c8102e33}.logo__text{font-weight:900;font-size:20px;letter-spacing:-.5px}.logo__text span{color:var(--brand)}nav{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--muted);transition:all .15s;white-space:nowrap}nav a:hover,nav a.active{color:var(--text);background:#f3e7d8}nav a.active{color:var(--brand)}.header__actions{display:flex;gap:8px;margin-left:auto;align-items:center}.btn{padding:9px 16px;border-radius:999px;font-size:13px;font-weight:700;border:1px solid var(--border);background:#fff8f0;white-space:nowrap}.subnav{position:sticky;top:76px;z-index:130;background:#fbf9f4f5;border-bottom:1px solid #E9DED1;overflow-x:auto;scrollbar-width:none;padding:10px 0 8px;backdrop-filter:blur(8px)}.subnav::-webkit-scrollbar{display:none}.subnav__inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;gap:8px;align-items:center}.subnav a{padding:7px 14px;font-size:13px;font-weight:700;color:var(--muted);border:1px solid #E1D8CB;border-radius:999px;background:#f8f2e8;transition:all .15s;white-space:nowrap}.subnav a:hover{color:var(--text);background:#f2e6d6}.subnav a.active{color:#fff;background:var(--brand);border-color:var(--brand)}.page{max-width:1280px;margin:0 auto;padding:28px 20px 60px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-bottom:24px}.hero-card,.panel,.section-card,.focus-card,.list-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;box-shadow:0 16px 38px #4a37230d}.hero-card{overflow:hidden}.hero-card__image{aspect-ratio:16/9;background:#e8dccb}.hero-card__image img{width:100%;height:100%;object-fit:cover}.hero-card__body{padding:22px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:10px}.hero-card h1{font-size:clamp(30px,5vw,46px);line-height:1.08;margin-bottom:14px;letter-spacing:-.04em}.hero-card p{font-size:16px;color:#33414b;line-height:1.7}.panel{padding:20px}.panel h2{font-size:18px;font-weight:800;margin-bottom:10px}.panel p{font-size:14px;color:var(--muted);line-height:1.7}.focus-grid,.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.focus-card,.section-card,.list-card{padding:18px}.tag{display:inline-block;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:999px;margin-bottom:6px;background:var(--brand)}.focus-card__eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.focus-card__title,.section-card__title{font-size:18px;font-weight:800;line-height:1.25;margin-bottom:8px}.focus-card__desc,.section-card__meta,.section-list__meta{font-size:13px;line-height:1.65;color:var(--muted)}.section-grid{margin-bottom:24px}.section-card{display:block;overflow:hidden;padding:0}.section-card__img{aspect-ratio:16/9;background:#e8dccb}.section-card__img img{width:100%;height:100%;object-fit:cover}.section-card__body{padding:14px}.section-list{display:grid;gap:12px}.section-list__item{display:block;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fffcf7}.section-list__title{font-size:15px;font-weight:800;line-height:1.35;margin-bottom:6px}.page-footer{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.page-footer a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;font-size:13px;font-weight:700}.snapshot-list{display:grid;gap:8px;padding-left:18px;margin-top:10px}.snapshot-list li{font-size:13px;color:#33414b}.source-note{font-size:11px;color:var(--muted);margin-top:10px;line-height:1.6}.fixture-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:14px}.fixture-table{width:100%;border-collapse:collapse;font-size:12px;min-width:720px}.fixture-table thead th{padding:10px;border-bottom:1px solid var(--border);background:#f8f1e4;color:#5f6c77;font-size:10px;text-transform:uppercase;letter-spacing:.06em;text-align:left}.fixture-table tbody td{padding:10px;border-bottom:1px solid var(--border);vertical-align:top;background:#fffdf9}.fixture-table tbody tr:last-child td{border-bottom:none}.fixture-date{font-weight:800;color:#7c4a00;white-space:nowrap}.fixture-match{font-weight:800;color:#1c2a33}.fixture-meta{color:var(--muted)}.module-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.module-links a{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;font-size:12px;font-weight:700}.city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.city-card{border:1px solid var(--border);border-radius:12px;background:#fffcf7;padding:12px}.city-card h4{font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#7c4a00;margin-bottom:6px}.city-card p{font-size:13px;color:#2c3943;line-height:1.55}.news-cluster{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;margin-bottom:24px}.cluster-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 10px 24px #4a37230d}.cluster-card h3{font-size:18px;font-weight:800;margin-bottom:10px}.cluster-card ul{display:grid;gap:8px;padding-left:18px}.cluster-card li{font-size:13px;color:#33414b}.cluster-card li a{font-weight:700;color:#1d2a33}.cluster-card li a:hover{color:var(--brand)}@media(max-width:900px){.hero,.focus-grid,.section-grid{grid-template-columns:1fr}.header__actions{width:100%;justify-content:space-between}nav{order:3;width:100%}.subnav__inner,.header__inner,.page{padding-left:14px;padding-right:14px}}.module-block{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:24px;box-shadow:0 16px 38px #4a37230d}.module-block__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.module-block__title{font-size:18px;font-weight:800}.module-note{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.6}.live-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:#0e9f6e1a;color:#0e9f6e;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.live-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:#0e9f6e}.ev-feed{display:grid;gap:8px}.ev{display:grid;grid-template-columns:38px 28px 1fr;gap:10px;align-items:start;padding:10px 12px;border-radius:12px;background:#fffcf7;border:1px solid var(--border)}.ev--goal{border-left:3px solid #0E9F6E}.ev--var{border-left:3px solid #E3A62B}.ev--yellow{border-left:3px solid #EAB308}.ev--red{border-left:3px solid #C8102E}.ev--sub{border-left:3px solid #6366F1}.ev__time{font-size:11px;font-weight:900;color:var(--brand);padding-top:2px}.ev__icon{font-size:15px;text-align:center}.ev__title{font-size:13px;font-weight:700;margin-bottom:2px}.ev__detail{font-size:12px;color:var(--muted)}.xg-block{display:grid;gap:10px;margin-bottom:16px}.xg-row{display:grid;grid-template-columns:1fr 44px 100px 44px 1fr;gap:8px;align-items:center}.xg-team{font-size:13px;font-weight:700}.xg-team--right{text-align:right}.xg-bar-wrap{height:8px;background:#ede4d6;border-radius:999px;overflow:hidden}.xg-bar-fill{height:100%;border-radius:999px;background:var(--brand)}.xg-val{font-size:13px;font-weight:900;color:var(--brand);text-align:center}.tactic-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tactic-item{padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fffcf7}.tactic-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.tactic-text{font-size:13px;line-height:1.6;color:var(--text)}.group-block{margin-bottom:14px;border:1px solid var(--border);border-radius:14px;overflow:hidden}.group-header{background:#f5ebdd;padding:10px 14px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.group-table{width:100%;border-collapse:collapse;font-size:12px}.group-table th{padding:7px 10px;text-align:center;color:var(--muted);font-weight:600;font-size:10px;text-transform:uppercase;border-bottom:1px solid var(--border);background:#fffcf7}.group-table th:nth-child(2){text-align:left}.group-table td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:center;color:var(--muted)}.group-table tr:last-child td{border-bottom:none}.group-table td:nth-child(2){text-align:left;font-weight:600;color:var(--text)}.group-table .pts{font-weight:800;color:var(--text)}.group-table tr.q2 td{background:#0e9f6e0d}.group-table tr.q3 td{background:#e3a62b0d}.qual-legend{display:flex;gap:14px;padding:8px 14px;font-size:11px;color:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap}.ql{display:flex;align-items:center;gap:5px}.ql-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0}.player-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:8px}.player-card{background:#fffcf7;border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}.player-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.player-rating{font-size:26px;font-weight:900;color:var(--brand);line-height:1}.player-name{font-size:14px;font-weight:800}.player-team{font-size:11px;color:var(--muted);font-weight:600;margin-top:2px}.player-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.stat{text-align:center;padding:6px 4px;background:#f5ebdd;border-radius:8px}.stat-val{display:block;font-size:15px;font-weight:900;color:var(--text)}.stat-label{display:block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:1px}.player-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}.player-status:before{content:"";width:6px;height:6px;border-radius:50%}.player-status--fit{background:#0e9f6e1a;color:#0e9f6e}.player-status--fit:before{background:#0e9f6e}.player-status--doubt{background:#e3a62b1a;color:#b45309}.player-status--doubt:before{background:#e3a62b}.player-status--out{background:#c8102e1a;color:#c8102e}.player-status--out:before{background:#c8102e}.tp-list{display:grid;gap:12px}.tp-item{display:grid;grid-template-columns:60px 1fr;gap:14px;padding:16px;border:1px solid var(--border);border-radius:14px;background:#fffcf7}.tp-min{font-size:13px;font-weight:900;color:var(--brand);padding-top:2px}.tp-min span{display:block;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:3px}.tp-title{font-size:14px;font-weight:800;margin-bottom:6px}.tp-text{font-size:13px;line-height:1.65;color:var(--muted)}@media(max-width:640px){.tactic-grid,.player-grid,.city-grid,.news-cluster{grid-template-columns:1fr}.xg-row{grid-template-columns:1fr 44px 1fr}.xg-bar-wrap{display:none}.tp-item{grid-template-columns:1fr}}.pmg-layout{display:grid;gap:18px}.pmg-head{background:#fff;border:1px solid var(--border);border-radius:18px;padding:20px;box-shadow:0 16px 38px #4a37230d;display:grid;grid-template-columns:1fr;gap:14px;align-items:center}.pmg-head h1{font-size:30px;line-height:1.1;letter-spacing:-.03em}.pmg-head p{font-size:14px;color:var(--muted);margin-top:10px;max-width:68ch}.pmg-quickfacts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.pmg-fact{border:1px solid var(--border);border-radius:12px;background:#fffcf7;padding:9px 10px}.pmg-fact-label{font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#a15b06}.pmg-fact-value{font-size:14px;font-weight:800;line-height:1.3;margin-top:3px}.pmg-core{display:grid;grid-template-columns:1.06fr .94fr;gap:16px}.pmg-panel{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 16px 38px #4a37230d}.pmg-panel--data{background:linear-gradient(180deg,#fffdf9,#fff7ee)}.pmg-panel--media{background:linear-gradient(180deg,#fffefc,#f7f8ff)}.pmg-panel h2{font-size:21px;line-height:1.2}.pmg-panel-copy{font-size:13px;color:var(--muted);line-height:1.65;margin:8px 0 14px}.pmg-key{border:1px solid var(--border);border-radius:14px;background:#fffcf7;padding:14px}.pmg-key-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.pmg-key-label{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7c4a00}.pmg-key-title{font-size:28px;font-weight:900;line-height:1.1;letter-spacing:-.02em}.pmg-key-subtitle{font-size:13px;color:var(--muted);margin-top:5px;line-height:1.5}.pmg-badge{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#f3e7d8;color:#7a1e16;white-space:nowrap}.pmg-key-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pmg-key-item{border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px}.pmg-key-item h4{font-size:11px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#a15b06;margin-bottom:5px}.pmg-key-item p{font-size:12px;color:#2a3740;line-height:1.55}.pmg-key-item ul{display:grid;gap:5px;padding-left:16px}.pmg-key-item li{font-size:12px;color:#2a3740;line-height:1.5}.pmg-key-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pmg-key-actions a,.pmg-key-actions button{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid var(--border);background:#fff8f0;font-size:12px;font-weight:800;color:#8d3508;cursor:pointer}.pmg-reminder-note{font-size:11px;color:var(--muted);margin-top:8px}.pmg-list{display:grid;gap:8px}.pmg-list a{display:grid;grid-template-columns:90px 1fr auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff}.pmg-list-date{font-size:11px;font-weight:900;color:#7c4a00;text-transform:uppercase;letter-spacing:.06em}.pmg-list-match{font-size:13px;font-weight:800;line-height:1.3}.pmg-list-meta{font-size:11px;color:var(--muted);margin-top:2px}.pmg-list-time{font-size:12px;font-weight:800;color:#1b2731}.pmg-collapse{margin-top:12px;border:1px solid var(--border);border-radius:12px;background:#fffcf7;overflow:hidden}.pmg-collapse summary{list-style:none;cursor:pointer;padding:11px 12px;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f8f1e4}.pmg-collapse summary::-webkit-details-marker{display:none}.pmg-collapse summary:after{content:"＋";font-size:14px;color:#7c4a00}.pmg-collapse[open] summary:after{content:"－"}.pmg-collapse-body{padding:12px}.pmg-chip-row{display:flex;gap:8px;flex-wrap:wrap}.pmg-chip{font-size:11px;font-weight:800;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff}.pmg-pct-list{display:grid;gap:8px}.pmg-pct{display:grid;grid-template-columns:120px 1fr 48px;align-items:center;gap:10px}.pmg-pct-name{font-size:12px;font-weight:800}.pmg-pct-bar{height:7px;border-radius:999px;background:#ede4d6;overflow:hidden}.pmg-pct-fill{height:100%;border-radius:999px;background:var(--brand)}.pmg-pct-val{font-size:12px;font-weight:900;color:#7a1e16;text-align:right}.pmg-source{font-size:11px;color:var(--muted);line-height:1.6;margin-top:12px}.pmg-media-grid{display:grid;gap:12px}.pmg-story{border:1px solid var(--border);border-radius:14px;background:#fffcf7;overflow:hidden}.pmg-story-cover{aspect-ratio:16/8;background:#e8dccb}.pmg-story-cover img{width:100%;height:100%;object-fit:cover}.pmg-story-body{padding:12px}.pmg-story-kicker{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#a15b06}.pmg-story-title{font-size:20px;font-weight:900;line-height:1.2;margin:6px 0}.pmg-story-meta{font-size:12px;color:var(--muted);line-height:1.6}.pmg-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pmg-team{border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px}.pmg-team h4{font-size:12px;font-weight:900;margin-bottom:5px}.pmg-team p{font-size:12px;color:#2a3740;line-height:1.55}.pmg-team a{display:inline-flex;margin-top:8px;font-size:11px;font-weight:800;color:#8d3508}.pmg-mini-link{display:block;border:1px solid var(--border);border-radius:12px;background:#fff;padding:11px;font-size:13px;font-weight:800;line-height:1.45}.pmg-mini-link span{display:block;font-size:11px;font-weight:600;color:var(--muted);margin-top:4px}.pmg-tools{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:0 16px 38px #4a37230d}.pmg-tools h3{font-size:18px;font-weight:900}.pmg-tools p{font-size:13px;color:var(--muted);line-height:1.6;margin-top:6px}.pmg-tools-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.pmg-tool{display:grid;gap:8px;padding:12px;border:1px solid var(--border);border-radius:12px;background:#fffcf7}.pmg-tool h4{font-size:13px;font-weight:900}.pmg-tool p{font-size:12px;line-height:1.55;margin:0}.pmg-tool a,.pmg-tool button{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:11px;font-weight:800;color:#8d3508;cursor:pointer}@media(max-width:1080px){.pmg-head,.pmg-core{grid-template-columns:1fr}.pmg-team-grid,.pmg-tools-row,.pmg-quickfacts{grid-template-columns:1fr 1fr}}@media(max-width:680px){.pmg-head h1{font-size:24px}.pmg-key-title{font-size:22px}.pmg-key-grid,.pmg-team-grid,.pmg-quickfacts{grid-template-columns:1fr}.pmg-list a{grid-template-columns:1fr;align-items:flex-start}.pmg-tools-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.pmg-tool{min-width:240px;scroll-snap-align:start}}.visually-hidden[data-astro-cid-itqfxgap]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
