/* V9.86 · cancha animada para el simulador vivo. */
.live-v517 .live-pitch-card{
  display:grid;
  gap:6px;
  padding:7px 8px;
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(15,23,42,.90),rgba(6,15,27,.94));
}
.live-v517 #liveAnimatedPitchStage{min-height:260px;}
.live-v517 .live-animated-pitch{
  --pitch-home:#e11d48;
  --pitch-away:#60a5fa;
  position:relative;
  min-height:260px;
  aspect-ratio:1.62/1;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(187,247,208,.22);
  background:
    linear-gradient(90deg,rgba(255,255,255,.022) 50%,rgba(0,0,0,.018) 50%) 0 0/20% 100%,
    linear-gradient(180deg,#1d7544,#17663b);
  box-shadow:inset 0 0 32px rgba(0,0,0,.22),0 8px 24px rgba(0,0,0,.18);
}
.live-v517 .live-animated-pitch:after{
  content:"";
  position:absolute;
  inset:7px;
  pointer-events:none;
  border:1px solid rgba(240,253,244,.72);
  border-radius:2px;
}
.live-v517 .live-pitch-markings i{position:absolute;display:block;pointer-events:none;z-index:1;}
.live-v517 .live-pitch-markings .mid{left:50%;top:7px;bottom:7px;width:1px;background:rgba(240,253,244,.68);}
.live-v517 .live-pitch-markings .circle{left:50%;top:50%;width:70px;height:70px;border:1px solid rgba(240,253,244,.68);border-radius:50%;transform:translate(-50%,-50%);}
.live-v517 .live-pitch-markings .circle:after{content:"";position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:rgba(240,253,244,.85);transform:translate(-50%,-50%);}
.live-v517 .live-pitch-markings .box{top:23%;width:16%;height:54%;border:1px solid rgba(240,253,244,.66);}
.live-v517 .live-pitch-markings .box.left{left:7px;border-left:0;}
.live-v517 .live-pitch-markings .box.right{right:7px;border-right:0;}
.live-v517 .live-pitch-markings .goal{top:39%;width:2.4%;height:22%;border:1px solid rgba(240,253,244,.62);background:rgba(255,255,255,.035);}
.live-v517 .live-pitch-markings .goal.left{left:0;border-left:0;}
.live-v517 .live-pitch-markings .goal.right{right:0;border-right:0;}
.live-v517 .live-pitch-team-label{
  position:absolute;z-index:2;top:10px;display:flex;align-items:center;gap:4px;
  max-width:42%;padding:3px 6px;border-radius:999px;
  font-size:7px;font-weight:800;color:rgba(248,250,252,.88);
  background:rgba(2,6,23,.36);backdrop-filter:blur(2px);
  border:1px solid rgba(255,255,255,.09);
}
.live-v517 .live-pitch-team-label.home{left:12px;}
.live-v517 .live-pitch-team-label.away{right:12px;}
.live-v517 .live-pitch-team-label .club-badge{width:13px;height:13px;}
.live-v517 .live-pitch-player{
  position:absolute;z-index:8;
  left:calc(var(--px) * 1%);top:calc(var(--py) * 1%);
  width:54px;height:54px;
  transform:translate(-50%,-50%);
  display:grid;place-content:center;gap:1px;text-align:center;
  padding:4px;border-radius:50%;cursor:pointer;
  color:#fff;border:2px solid rgba(255,255,255,.90);
  box-shadow:0 3px 11px rgba(0,0,0,.38),inset 0 0 0 2px rgba(0,0,0,.12);
  animation:livePitchPlayerInV986 .20s ease-out both;
}
.live-v517 .live-pitch-player.home{background:var(--pitch-home);}
.live-v517 .live-pitch-player.away{background:var(--pitch-away);}
.live-v517 .live-pitch-player span{display:block;max-width:45px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:900;line-height:1.05;text-shadow:0 1px 2px rgba(0,0,0,.6);}
.live-v517 .live-pitch-player small{font-size:5.5px;line-height:1;text-transform:uppercase;letter-spacing:.03em;color:rgba(255,255,255,.76);font-weight:750;}
.live-v517 .live-pitch-player.defender{width:50px;height:50px;}
.live-v517 .live-pitch-player.keeper{width:48px;height:48px;border-style:double;}
.live-v517 .live-pitch-player:hover{z-index:13;filter:brightness(1.12);}
.live-v517 .live-pitch-ball{
  position:absolute;z-index:12;
  left:calc(var(--fx) * 1%);top:calc(var(--fy) * 1%);
  width:15px;height:15px;margin:-7.5px 0 0 -7.5px;
  display:grid;place-items:center;border-radius:50%;
  color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.78);
  font-size:6px;line-height:1;box-shadow:0 2px 7px rgba(0,0,0,.45);
  animation:livePitchBallMoveV986 .52s cubic-bezier(.2,.72,.22,1) forwards;
}
.live-v517 .live-pitch-ball.goal{box-shadow:0 0 0 5px rgba(34,197,94,.18),0 2px 8px rgba(0,0,0,.45);}
.live-v517 .live-pitch-ball.miss{box-shadow:0 0 0 5px rgba(251,146,60,.18),0 2px 8px rgba(0,0,0,.45);}
.live-v517 .live-pitch-status{
  position:absolute;z-index:20;left:50%;bottom:10px;transform:translateX(-50%);
  width:min(78%,360px);display:grid;grid-template-columns:auto 1fr;gap:1px 8px;align-items:center;
  padding:6px 9px;border-radius:10px;
  color:#f8fafc;background:rgba(2,6,23,.78);backdrop-filter:blur(4px);
  border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 20px rgba(0,0,0,.25);
}
.live-v517 .live-pitch-status strong{font-size:10px;font-weight:950;letter-spacing:.055em;grid-row:1 / span 2;}
.live-v517 .live-pitch-status span{font-size:8px;font-weight:720;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.live-v517 .live-pitch-status small{font-size:6.5px;color:#aebed2;font-weight:700;}
.live-v517 .live-pitch-status.goal{border-color:rgba(74,222,128,.66);background:rgba(5,46,22,.88);animation:livePitchKeyPulseV986 .72s ease-out both;}
.live-v517 .live-pitch-status.miss{border-color:rgba(251,146,60,.58);background:rgba(67,20,7,.86);}
.live-v517 .live-pitch-status.steal{border-color:rgba(56,189,248,.56);background:rgba(7,34,55,.88);}
.live-v517 .live-pitch-status.yellow{border-color:rgba(250,204,21,.75);background:rgba(66,48,3,.90);animation:livePitchKeyPulseV986 .72s ease-out both;}
.live-v517 .live-pitch-status.red{border-color:rgba(248,113,113,.78);background:rgba(69,10,10,.92);animation:livePitchKeyPulseV986 .72s ease-out both;}
.live-v517 .live-pitch-status.injury{border-color:rgba(251,146,60,.78);background:rgba(69,26,3,.92);animation:livePitchKeyPulseV986 .72s ease-out both;}
.live-v517 .live-pitch-status.save{border-color:rgba(125,211,252,.58);}
.live-v517 .live-pitch-status.neutral{grid-template-columns:1fr;text-align:center;bottom:50%;transform:translate(-50%,50%);width:min(62%,300px);}
.live-v517 .live-pitch-status.neutral strong{grid-row:auto;}
.live-v517 .live-pitch-legend{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;color:#94a3b8;font-size:6.5px;font-weight:750;}
.live-v517 .live-pitch-legend span{display:inline-flex;align-items:center;gap:3px;}
.live-v517 .live-pitch-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;border:1px solid rgba(255,255,255,.65);}
.live-v517 .live-pitch-legend i.home{background:var(--live-home-color,#e11d48);}
.live-v517 .live-pitch-legend i.away{background:var(--live-away-color,#60a5fa);}
.live-v517 .live-event.highlight.steal{border-color:rgba(56,189,248,.32);background:rgba(56,189,248,.075);}
.live-v517 .live-event.highlight.miss{border-color:rgba(251,146,60,.34);background:rgba(251,146,60,.08);}
.live-v517 .live-event.highlight.save{border-color:rgba(125,211,252,.34);background:rgba(125,211,252,.08);}
.live-v517 .live-event.highlight.yellow{border-color:rgba(250,204,21,.34);background:rgba(250,204,21,.08);}
.live-v517 .live-event.highlight.red{border-color:rgba(248,113,113,.36);background:rgba(248,113,113,.09);}
.live-v517 .live-event.highlight.injury{border-color:rgba(251,146,60,.38);background:rgba(251,146,60,.09);}
@keyframes livePitchBallMoveV986{0%{left:calc(var(--fx) * 1%);top:calc(var(--fy) * 1%);transform:scale(.78)}55%{transform:scale(1.16)}100%{left:calc(var(--tx) * 1%);top:calc(var(--ty) * 1%);transform:scale(1)}}
@keyframes livePitchPlayerInV986{from{opacity:.2;transform:translate(-50%,-50%) scale(.78)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
@keyframes livePitchKeyPulseV986{0%{transform:translateX(-50%) scale(.9);filter:brightness(1.35)}45%{transform:translateX(-50%) scale(1.04)}100%{transform:translateX(-50%) scale(1)}}
@media (max-width:1260px){
  .live-v517 #liveAnimatedPitchStage,.live-v517 .live-animated-pitch{min-height:320px;}
}
@media (max-width:760px){
  .live-v517 #liveAnimatedPitchStage,.live-v517 .live-animated-pitch{min-height:230px;}
  .live-v517 .live-pitch-player{width:46px;height:46px;}
  .live-v517 .live-pitch-player.defender{width:43px;height:43px;}
  .live-v517 .live-pitch-player.keeper{width:41px;height:41px;}
  .live-v517 .live-pitch-player span{max-width:38px;font-size:6.5px;}
  .live-v517 .live-pitch-status{width:86%;bottom:7px;padding:5px 7px;}
  .live-v517 .live-pitch-status strong{font-size:9px;}
  .live-v517 .live-pitch-status span{font-size:7px;}
}
@media (prefers-reduced-motion:reduce){
  .live-v517 .live-pitch-player,.live-v517 .live-pitch-ball,.live-v517 .live-pitch-status{animation:none!important;}
  .live-v517 .live-pitch-ball{left:calc(var(--tx) * 1%);top:calc(var(--ty) * 1%);}
}
