.vm-home-live-stats-v2,
.vm-home-live-stats-v2 *{box-sizing:border-box}
.vm-home-live-stats-v2{
  position:relative;
  z-index:24;
  width:100%;
  padding:18px 0;
  background:linear-gradient(135deg,#061a35 0%,#0a3b78 62%,#8f1826 100%);
  color:#fff;
  border-bottom:4px solid #ffc54d;
  box-shadow:0 12px 28px rgba(0,24,60,.18)
}
.vm-home-live-stats-v2 .wrap{width:min(1180px,calc(100% - 28px));margin:0 auto}
.vm-home-stats-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.vm-home-stats-kicker{display:inline-block;margin-bottom:4px;color:#ffc54d;font-size:.76rem;font-weight:1000;letter-spacing:.08em;text-transform:uppercase}
.vm-home-live-stats-v2 h2{margin:0;color:#fff;font-size:clamp(1.45rem,4vw,2.25rem);line-height:1.08}
.vm-home-stats-heading p{max-width:780px;margin:8px 0 0;color:#e8f2ff;font-size:.96rem;line-height:1.48}
.vm-home-stats-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(0,0,0,.24);font-size:.82rem;font-weight:900;white-space:nowrap}
.vm-home-stats-dot{width:10px;height:10px;border-radius:50%;background:#ffc54d;box-shadow:0 0 0 4px rgba(255,197,77,.18)}
.vm-home-stats-status[data-state="ok"] .vm-home-stats-dot{background:#44d17d;box-shadow:0 0 0 4px rgba(68,209,125,.18)}
.vm-home-stats-status[data-state="error"] .vm-home-stats-dot{background:#ff8f8f;box-shadow:0 0 0 4px rgba(255,143,143,.18)}
.vm-home-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}
.vm-home-stat-card{min-width:0;padding:16px 14px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:rgba(255,255,255,.11);box-shadow:inset 0 1px 0 rgba(255,255,255,.12);text-align:center}
.vm-home-stat-card strong{display:block;color:#fff;font-size:clamp(1.8rem,5vw,2.75rem);font-variant-numeric:tabular-nums;line-height:1;font-weight:1000;overflow-wrap:anywhere}
.vm-home-stat-card span{display:block;margin-top:7px;color:#eaf3ff;font-size:.84rem;font-weight:900;line-height:1.2}
.vm-home-stats-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px}
.vm-home-stats-note{flex:1;margin:0;color:#dcecff;font-size:.78rem;line-height:1.45}
.vm-home-stats-note [data-vm-stat-updated]{display:block;color:#fff;font-weight:900}
.vm-home-stats-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.vm-home-stats-button,
[data-vm-homepage-live-stats-button]{
  position:relative!important;
  z-index:60!important;
  pointer-events:auto!important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:rgba(255,197,77,.3)
}
.vm-home-stats-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 16px;border:2px solid #fff;border-radius:999px;text-align:center;text-decoration:none;font-size:.9rem;font-weight:1000;line-height:1.12;cursor:pointer}
.vm-home-stats-button-primary{background:#c8202f;color:#fff;border-color:#c8202f}
.vm-home-stats-button-secondary{background:#fff;color:#082f61}
.vm-home-stats-button:hover,.vm-home-stats-button:focus-visible,[data-vm-homepage-live-stats-button]:focus-visible{outline:3px solid #ffc54d;outline-offset:3px;transform:translateY(-1px)}
.vm-home-stats-noscript{margin:12px 0 0;padding:10px;border-radius:10px;background:#fff;color:#111;font-weight:800}
.vm-video-hero .actions{position:relative;z-index:55}
.vm-video-hero .vm-advanced-stats-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:820px){
  .vm-home-stats-heading,.vm-home-stats-bottom{display:block}
  .vm-home-stats-status{margin-top:12px}
  .vm-home-stats-actions{justify-content:stretch;margin-top:13px}
  .vm-home-stats-button{flex:1 1 220px}
}
@media(max-width:620px){
  .vm-home-live-stats-v2{padding:14px 0}
  .vm-home-live-stats-v2 .wrap{width:min(100% - 20px,1180px)}
  .vm-home-stats-heading p{font-size:.9rem}
  .vm-home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px}
  .vm-home-stat-card{padding:13px 8px;border-radius:13px}
  .vm-home-stat-card strong{font-size:clamp(1.65rem,10vw,2.25rem)}
  .vm-home-stats-actions{display:grid;grid-template-columns:1fr;width:100%}
  .vm-home-stats-button{width:100%;min-height:50px}
  .vm-video-hero .vm-advanced-stats-button{width:100%;min-height:50px}
}
@media(max-width:340px){.vm-home-stats-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.vm-home-stats-button{transition:none}.vm-home-stats-button:hover,.vm-home-stats-button:focus-visible{transform:none}}

.vm-home-live-stats-v2 .vm-home-stats-source{display:inline-block;margin-top:3px;color:#bfdcff;font-size:.72rem}
.vm-home-live-stats-v2 .vm-home-stats-retry{border:0;background:transparent;color:#fff;text-decoration:underline;font:inherit;font-weight:900;cursor:pointer}
