/* v23 source-inspired interactions. Existing RFA palette/layout is preserved. */
.rfa23-match-shell{display:grid;gap:28px}.rfa23-pitch-wrap{position:relative}.rfa23-pitch{position:relative;min-height:720px;border-radius:18px;overflow:hidden;background:linear-gradient(90deg,rgba(255,255,255,.025) 50%,rgba(255,255,255,.05) 50%),repeating-linear-gradient(0deg,#1b6b39 0,#1b6b39 74px,#176133 74px,#176133 148px);border:2px solid rgba(255,255,255,.55);box-shadow:0 18px 45px rgba(0,0,0,.35);padding:42px 24px 30px}.rfa23-pitch:before{content:"";position:absolute;inset:28px;border:2px solid rgba(255,255,255,.55);border-radius:2px;pointer-events:none}.rfa23-pitch:after{content:"";position:absolute;left:50%;top:28px;bottom:28px;border-left:2px solid rgba(255,255,255,.55);pointer-events:none}.rfa23-centre-circle{position:absolute;left:50%;top:50%;width:150px;height:150px;border:2px solid rgba(255,255,255,.55);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.rfa23-centre-circle:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;background:#fff;border-radius:50%;transform:translate(-50%,-50%)}.rfa23-box-top,.rfa23-box-bottom{position:absolute;left:50%;width:42%;height:110px;border:2px solid rgba(255,255,255,.55);transform:translateX(-50%);pointer-events:none}.rfa23-box-top{top:28px;border-top:0}.rfa23-box-bottom{bottom:28px;border-bottom:0}.rfa23-pitch-content{position:relative;z-index:2;display:grid;grid-template-rows:repeat(4,1fr);min-height:645px;align-items:center}.rfa23-line{display:flex;align-items:center;justify-content:space-evenly;gap:14px;padding:4px 7%}.rfa23-pitch-player{width:116px;text-align:center;color:#fff;text-decoration:none;transition:transform .22s ease}.rfa23-pitch-player:hover{transform:translateY(-5px)}.rfa23-pitch-player__photo{position:relative;width:80px;height:80px;margin:0 auto 7px;border-radius:50%;overflow:hidden;border:3px solid #fff;background:#111;box-shadow:0 7px 20px rgba(0,0,0,.34)}.rfa23-pitch-player__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.rfa23-pitch-player__number{position:absolute;right:-1px;bottom:-1px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#ef0038;color:#fff;font:800 12px Arial,sans-serif;border:2px solid #fff}.rfa23-pitch-player strong{display:block;color:#fff;font-size:12px;line-height:1.15;text-shadow:0 2px 5px #000}.rfa23-pitch-player small{display:block;margin-top:3px;color:#f1f1f1;font-size:10px;text-transform:uppercase;text-shadow:0 2px 5px #000}.rfa23-captain{display:inline-grid;place-items:center;margin-left:3px;width:18px;height:18px;border-radius:50%;background:#fff;color:#111;font:900 10px Arial,sans-serif}.rfa23-lineup-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.rfa23-lineup-meta__coach{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;background:#151517}.rfa23-lineup-meta__coach img{width:46px;height:46px;border-radius:9px;object-fit:cover}.rfa23-lineup-meta__coach strong,.rfa23-lineup-meta__coach span{display:block}.rfa23-lineup-meta__coach span{color:#aaa;font-size:11px}.rfa23-formation{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ef0038;color:#fff;font-weight:800;font-size:12px}.rfa23-bench{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.rfa23-bench::-webkit-scrollbar{display:none}.rfa23-bench-card{flex:0 0 170px;scroll-snap-align:start;display:block;overflow:hidden;border-radius:12px;background:#18181a;color:#fff;text-decoration:none}.rfa23-bench-card img{width:100%;height:150px;object-fit:cover;object-position:center top}.rfa23-bench-card div{padding:12px}.rfa23-bench-card small{color:#aaa}.rfa23-bench-card strong{display:block;margin-top:4px;color:#fff;font-size:14px}.rfa23-stats{display:grid;gap:12px}.rfa23-stat-row{display:grid;grid-template-columns:58px 1fr 150px 1fr 58px;gap:10px;align-items:center}.rfa23-stat-row>strong{font-size:15px;text-align:center}.rfa23-stat-label{text-align:center;color:#cfcfcf;font-size:12px}.rfa23-stat-track{height:7px;border-radius:999px;background:#2b2b2e;overflow:hidden}.rfa23-stat-track i{display:block;height:100%;background:#ef0038;border-radius:inherit}.rfa23-stat-track.right i{margin-left:auto}.rfa23-motm{display:flex;align-items:center;gap:14px;padding:15px;border-radius:13px;background:#18181a}.rfa23-motm img{width:72px;height:72px;border-radius:50%;object-fit:cover}.rfa23-motm small{display:block;color:#aaa;text-transform:uppercase}.rfa23-motm strong{display:block;margin-top:4px;color:#fff;font-size:19px}.rfa23-sponsor-strip{display:flex;align-items:center;gap:16px;overflow-x:auto;padding:10px 2px 16px;scrollbar-width:none}.rfa23-sponsor-strip::-webkit-scrollbar{display:none}.rfa23-sponsor{flex:0 0 170px;height:92px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fff;padding:15px}.rfa23-sponsor img{max-width:100%;max-height:62px;object-fit:contain}.rfa23-gallery-card{position:relative;overflow:hidden;cursor:pointer}.rfa23-gallery-card img{transition:transform .45s ease,filter .45s ease}.rfa23-gallery-card:hover img{transform:scale(1.045);filter:brightness(.72)}.rfa23-gallery-card .gallery-caption{transition:transform .35s ease,opacity .35s ease}.rfa23-gallery-card:hover .gallery-caption{transform:translateY(-6px)}.rfa23-modal{position:fixed;inset:0;z-index:10050;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}.rfa23-modal.open{display:flex}.rfa23-modal-card{position:relative;width:min(680px,100%);max-height:90vh;overflow:auto;border-radius:16px;background:#18181a;color:#fff;padding:22px}.rfa23-modal-card img{width:100%;max-height:420px;object-fit:contain;border-radius:12px;background:#0c0c0d}.rfa23-modal-card h3{margin:16px 0 5px;color:#fff}.rfa23-modal-card p{color:#bbb}.rfa23-modal-close{position:absolute;right:12px;top:12px;z-index:2;width:38px;height:38px;border:0;border-radius:50%;background:#ef0038;color:#fff;font-size:20px}.rfa23-standings .league-table tbody tr:nth-child(-n+3){background:rgba(255,255,255,.035)}.rfa23-standings .league-table tbody tr:hover{background:rgba(255,255,255,.07)}.rfa23-rank{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#1e1e20;color:#fff;font-weight:800}.rfa23-countdown-live{display:flex;gap:8px;margin-top:10px}.rfa23-countdown-live span{display:grid;place-items:center;min-width:54px;padding:7px 5px;border-radius:8px;background:#111;color:#fff;font-size:11px}.rfa23-countdown-live b{font-size:16px}.rfa23-home-partners{padding:35px 0 55px}.rfa23-home-partners .rfa26-section-head{margin-bottom:12px}
@media(max-width:850px){.rfa23-pitch{min-height:600px;padding:34px 8px 22px}.rfa23-pitch-content{min-height:540px}.rfa23-line{gap:7px;padding:3px 2%}.rfa23-pitch-player{width:82px}.rfa23-pitch-player__photo{width:58px;height:58px}.rfa23-pitch-player strong{font-size:10px}.rfa23-pitch-player small{font-size:8px}.rfa23-stat-row{grid-template-columns:42px 1fr 100px 1fr 42px}.rfa23-lineup-meta{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.rfa23-pitch{min-height:510px;border-radius:12px;padding:28px 4px 18px}.rfa23-pitch:before{inset:18px}.rfa23-pitch:after{top:18px;bottom:18px}.rfa23-box-top{top:18px}.rfa23-box-bottom{bottom:18px}.rfa23-pitch-content{min-height:465px}.rfa23-line{gap:2px;padding:2px 0}.rfa23-pitch-player{width:64px}.rfa23-pitch-player__photo{width:48px;height:48px;border-width:2px}.rfa23-pitch-player__number{width:21px;height:21px;font-size:9px}.rfa23-pitch-player strong{font-size:8px;max-width:64px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rfa23-pitch-player small{display:none}.rfa23-centre-circle{width:100px;height:100px}.rfa23-bench-card{flex-basis:132px}.rfa23-bench-card img{height:112px}.rfa23-stat-row{grid-template-columns:34px 1fr 78px 1fr 34px;gap:6px}.rfa23-stat-label{font-size:10px}.rfa23-sponsor{flex-basis:140px;height:78px}}
.rfa23-gallery-card{border:0;padding:0;background:transparent;text-align:left;width:100%;font:inherit;color:inherit}.rfa23-standings{overflow-x:auto}.rfa23-standings .league-table{min-width:760px}
.rfa23-match-countdown{display:block;margin-top:3px;color:#ef0038;font-style:normal;font-size:10px;font-weight:800}
.rfa23-award-btn{border:0;text-align:left;color:inherit;font:inherit;cursor:pointer;width:100%}.rfa23-award-btn:hover{transform:translateY(-3px);transition:transform .2s ease}
