.result-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.result-kpi{border:0;border-radius:7px;padding:11px 12px;background:linear-gradient(145deg,rgba(255,255,255,.032),rgba(17,22,17,.96));box-shadow:none}.result-kpi span{display:block;color:var(--muted);font-size:7px;font-weight:900;letter-spacing:.08em}.result-kpi strong{display:block;margin-top:4px;font-size:22px}.result-kpi.win{background:linear-gradient(145deg,rgba(131,223,137,.07),rgba(17,22,17,.96))}.result-kpi.win strong{color:var(--green)}.result-kpi.loss{background:linear-gradient(145deg,rgba(255,139,139,.06),rgba(17,22,17,.96))}.result-kpi.loss strong{color:var(--red)}.result-kpi.odds{background:linear-gradient(145deg,rgba(242,210,27,.045),rgba(17,22,17,.96))}.result-kpi.odds strong{color:var(--yellow)}@media(max-width:680px){.result-kpis{grid-template-columns:repeat(3,1fr);gap:6px}.result-kpi{padding:9px}.result-kpi strong{font-size:18px}.result-kpi span{font-size:6px}}
