/**
 * Mi Espacio Inter · Sistema visual premium para estadísticas
 * v3.1.18.148
 * Paleta de gráficas: rojo Inter + gris neutro.
 */
:root{
  --ih-stat-red:#D71920;
  --ih-stat-red-dark:#8B1116;
  --ih-stat-red-soft:#FFF0F1;
  --ih-stat-ink:#17171B;
  --ih-stat-text:#273044;
  --ih-stat-muted:#718096;
  --ih-stat-gray:#DDE1E7;
  --ih-stat-gray-soft:#F5F6F8;
  --ih-stat-border:#E1E6ED;
  --ih-stat-card:#FFFFFF;
  --ih-stat-shadow:0 10px 26px rgba(17,24,39,.055);
}

/* Superficies estadísticas globales */
.ihm-player-profile--stats-premium,
.ih-coach-statistics,
.ih-coach-stats-table,
.ih-coach-chart-card,
.ihm-admin-home__card--chart,
.ihm-admin-home__card--distribution,
[class*="statistics"] [class*="chart"],
[class*="estadisticas"] [class*="chart"]{
  color:var(--ih-stat-text);
}

.ih-stats-premium-panel,
.ih-coach-chart-card,
.ih-coach-stats-table,
.ihm-admin-home__card--chart,
.ihm-admin-home__card--distribution{
  background:var(--ih-stat-card)!important;
  border:1px solid var(--ih-stat-border)!important;
  border-radius:22px!important;
  box-shadow:var(--ih-stat-shadow)!important;
}

/* Tarjetas de habilidades del jugador: exactamente estilo premium del mockup */
.ih-stats-score-gauges{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch;
}
.ih-stats-score-gauge{
  min-width:0;
  min-height:248px;
  padding:22px 16px 18px;
  background:#fff;
  border:1px solid var(--ih-stat-border);
  border-radius:20px;
  box-shadow:0 7px 22px rgba(17,24,39,.045);
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:12px!important;
  overflow:hidden;
}
.ih-stats-score-gauge .ih-stats-gauge{
  width:100%;
  min-height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  position:relative;
}
.ih-stats-gauge-svg{
  display:block;
  width:min(100%,230px);
  height:auto;
  overflow:visible;
  filter:drop-shadow(0 3px 5px rgba(17,24,39,.04));
}
.ih-stats-gauge-svg path{
  fill:none;
  stroke-linecap:butt;
  stroke-width:15;
  vector-effect:non-scaling-stroke;
}
.ih-stats-gauge-svg__track{stroke:var(--ih-stat-gray)}
.ih-stats-gauge-svg__value{
  stroke:var(--ih-stat-red);
  transition:stroke-dasharray .65s ease;
}
.ih-stats-score-gauge .ih-stats-gauge strong{
  color:var(--ih-stat-red)!important;
  font-size:38px!important;
  font-weight:600!important;
  letter-spacing:-.045em!important;
  line-height:1!important;
  margin-top:-4px!important;
  position:relative;
  z-index:2;
}
.ih-stats-score-gauge .ih-stats-gauge small{
  color:#596477!important;
  font-size:16px!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
.ih-stats-score-gauge>span{
  width:48px!important;
  height:48px!important;
  border-radius:50%!important;
  background:var(--ih-stat-red-soft)!important;
  color:var(--ih-stat-red)!important;
  font-size:23px!important;
  box-shadow:none!important;
}
.ih-stats-score-gauge>b{
  color:var(--ih-stat-ink)!important;
  font-size:16px!important;
  font-weight:550!important;
  line-height:1.2;
}

/* Indicadores semicirculares usados en otras pantallas */
.ih-stats-gauge i{
  background:conic-gradient(from 270deg,var(--ih-stat-red) 0deg,var(--ih-stat-red) calc(var(--ih-gauge,0)*1.8deg),var(--ih-stat-gray) calc(var(--ih-gauge,0)*1.8deg),var(--ih-stat-gray) 180deg,transparent 180deg,transparent 360deg)!important;
}
.ih-stats-gauge strong{color:var(--ih-stat-red)!important;font-weight:600!important}

/* Radar: jugador rojo, referencia gris; sin colores extra */
.ih-radar-grid{fill:none!important;stroke:#E5E7EB!important;stroke-width:1!important}
.ih-radar-axis{stroke:#E5E7EB!important;stroke-width:1!important}
.ih-radar-category{fill:rgba(165,165,168,.10)!important;stroke:#A5A5A8!important;stroke-width:2!important;stroke-dasharray:5 5!important}
.ih-radar-player{fill:rgba(215,25,32,.13)!important;stroke:var(--ih-stat-red)!important;stroke-width:3!important}
.ih-radar-point{fill:var(--ih-stat-red)!important;stroke:#fff!important;stroke-width:2!important}
.ih-radar-dot--category{background:#A5A5A8!important}
.ih-radar-dot--player{background:var(--ih-stat-red)!important}
.ih-radar-label{fill:#4B5565!important;font-size:11px!important;font-weight:600!important}

/* Barras: dos colores y pistas neutras */
.ih-coach-bars{gap:15px!important}
.ih-coach-bar-row{padding:12px 0;border-bottom:1px solid #EEF0F4}
.ih-coach-bar-row:last-child{border-bottom:0}
.ih-coach-bar-row>div{position:relative;background:var(--ih-stat-gray-soft);border-radius:999px;overflow:hidden;min-height:30px}
.ih-coach-bar{position:relative;z-index:1;border-radius:999px!important;min-height:30px;display:flex;align-items:center;padding:0 11px!important;color:#fff!important;font-size:11px!important;font-weight:750!important}
.ih-coach-bar--goals{background:var(--ih-stat-red)!important}
.ih-coach-bar--assists{background:#4B5563!important}

/* Gráficas de inicio/admin: rojo + gris */
.ihm-admin-home__bars .ihm-admin-home__bar,
.ihm-admin-home__bars i,
.ihm-admin-home__line-chart .ihm-admin-home__bar{
  background:linear-gradient(180deg,var(--ih-stat-red),var(--ih-stat-red-dark))!important;
  border-radius:8px 8px 3px 3px!important;
}
.ihm-admin-home__chart-grid i{border-color:#E7EAF0!important}
.ihm-admin-home__card--chart header b{color:var(--ih-stat-red)!important;font-weight:600!important}

/* Líneas, anillos y progresos genéricos dentro de módulos estadísticos */
.ihm-player-profile--stats-premium progress,
.ih-coach-statistics progress,
.ih-coach-stats-table progress{accent-color:var(--ih-stat-red)}
.ihm-player-profile--stats-premium [class*="progress"],
.ih-coach-statistics [class*="progress"]{--ih-progress-color:var(--ih-stat-red)}
.ihm-player-profile--stats-premium [class*="trend"],
.ihm-player-profile--stats-premium [class*="line"]{color:var(--ih-stat-red)}

/* Cabeceras y tablas estadísticas */
.ih-stats-panel-head{border-bottom:1px solid #EEF0F4!important;padding-bottom:14px!important;margin-bottom:18px!important}
.ih-stats-panel-head h3,.ih-coach-chart-card h3,.ih-coach-stats-table h2{color:var(--ih-stat-ink)!important;font-size:18px!important;font-weight:750!important;letter-spacing:-.02em}
.ih-stats-panel-head span{color:var(--ih-stat-muted)!important;font-size:12px!important}
.ih-coach-stats-table th{background:#17171B!important;color:#fff!important}
.ih-coach-stats-table td{border-color:#E8EBF0!important}

/* KPI estadísticos */
.ih-coach-stats-kpis .ihm-public-card,
.ih-stats-top-card{
  background:#fff!important;
  border:1px solid var(--ih-stat-border)!important;
  border-radius:20px!important;
  box-shadow:var(--ih-stat-shadow)!important;
}
.ih-stats-card-icon{background:var(--ih-stat-red-soft)!important;color:var(--ih-stat-red)!important}

/* Responsive */
@media(max-width:1180px){
  .ih-stats-score-gauges{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:720px){
  .ih-stats-score-gauges{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .ih-stats-score-gauge{min-height:205px;padding:16px 10px 14px}
  .ih-stats-score-gauge .ih-stats-gauge{min-height:105px}
  .ih-stats-score-gauge .ih-stats-gauge-svg{width:min(100%,190px)!important}
  .ih-stats-score-gauge .ih-stats-gauge strong{font-size:29px!important;margin-top:-3px!important}
  .ih-stats-score-gauge>span{width:42px!important;height:42px!important;font-size:20px!important}
  .ih-stats-score-gauge>b{font-size:14px!important}
}
@media(max-width:430px){
  .ih-stats-score-gauges{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .ih-stats-score-gauge{min-width:0!important;min-height:184px!important;padding:13px 7px 12px!important}
  .ih-stats-score-gauge .ih-stats-gauge{min-height:92px!important}
  .ih-stats-score-gauge .ih-stats-gauge-svg{width:min(100%,152px)!important;height:auto!important}
  .ih-stats-score-gauge .ih-stats-gauge strong{font-size:24px!important;line-height:1!important;margin-top:-1px!important}
  .ih-stats-score-gauge .ih-stats-gauge small{font-size:11px!important}
  .ih-stats-score-gauge>span{width:36px!important;height:36px!important;font-size:17px!important}
  .ih-stats-score-gauge>b{font-size:12px!important;line-height:1.15!important}
}

@media(prefers-reduced-motion:reduce){
  .ih-stats-score-gauge,.ih-coach-bar{transition:none!important;animation:none!important}
}


/* v3.1.18.162 — Asistencia general usa el mismo gauge SVG premium que Táctico. */
.ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg{
  width:100%;
  min-height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  position:relative;
  margin-top:8px;
}
.ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg .ih-stats-gauge-svg{
  width:min(100%,230px)!important;
  height:auto!important;
}
.ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg strong{
  color:var(--ih-stat-red)!important;
  font-size:38px!important;
  font-weight:600!important;
  letter-spacing:-.045em!important;
  line-height:1!important;
  margin-top:-4px!important;
  position:relative;
  z-index:2;
}
.ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg strong small{
  color:#596477!important;
  font-size:16px!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
@media (max-width:620px){
  .ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg{min-height:105px!important}
  .ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg .ih-stats-gauge-svg{width:min(100%,190px)!important}
  .ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg strong{font-size:29px!important;margin-top:-3px!important}
  .ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg strong small{font-size:13px!important}
}


/* v3.1.18.163 — KPI de Estadísticas unificados con el sistema compacto global. */
.ih-stats-topline{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.ih-stats-top-card{
  min-height:112px!important;
  padding:16px 18px!important;
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
}
.ih-stats-top-card .ih-stats-card-icon{
  width:44px!important;height:44px!important;border-radius:14px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  font-size:20px!important;
}
.ih-stats-top-card small{font-size:11px!important;line-height:1.2!important;letter-spacing:.04em!important;}
.ih-stats-top-card strong{font-size:24px!important;line-height:1.1!important;font-weight:500!important;letter-spacing:-.025em!important;}
.ih-stats-top-card--status strong{font-size:18px!important;line-height:1.15!important;}
.ih-stats-top-card em{font-size:11px!important;line-height:1.25!important;margin-top:4px!important;}
@media(max-width:720px){
  .ih-stats-topline{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .ih-stats-top-card{min-height:96px!important;padding:12px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:9px!important;}
  .ih-stats-top-card .ih-stats-card-icon{width:38px!important;height:38px!important;font-size:17px!important;}
  .ih-stats-top-card strong{font-size:20px!important;}
  .ih-stats-top-card--status strong{font-size:15px!important;}
  .ih-stats-top-card small,.ih-stats-top-card em{font-size:9.5px!important;}
}

/* v3.1.18.352 — Estadísticas: indicadores circulares completos y multicolor. */
.ih-stats-gauge--circle{
  --ih-gauge-color:#D71920;
  min-height:150px!important;
  justify-content:center!important;
}
.ih-stats-gauge--circle .ih-stats-gauge-svg{
  width:132px!important;
  height:132px!important;
  overflow:visible!important;
  transform:none!important;
}
.ih-stats-gauge--circle .ih-stats-gauge-svg circle{
  fill:none!important;
  stroke-width:12!important;
  stroke-linecap:round!important;
  vector-effect:non-scaling-stroke;
  transform:rotate(-90deg);
  transform-origin:60px 60px;
}
.ih-stats-gauge--circle .ih-stats-gauge-svg__track{stroke:#EDF0F4!important}
.ih-stats-gauge--circle .ih-stats-gauge-svg__value{
  stroke:var(--ih-gauge-color)!important;
  transition:stroke-dasharray .65s ease;
  filter:drop-shadow(0 3px 5px color-mix(in srgb,var(--ih-gauge-color) 22%,transparent));
}
.ih-stats-gauge--circle strong{
  position:absolute!important;
  inset:50% auto auto 50%!important;
  transform:translate(-50%,-50%)!important;
  margin:0!important;
  color:var(--ih-gauge-color)!important;
  text-align:center;
}
.ih-stats-score-gauge--red{--ih-gauge-color:#D71920}
.ih-stats-score-gauge--blue{--ih-gauge-color:#286FBE}
.ih-stats-score-gauge--amber{--ih-gauge-color:#F59E0B}
.ih-stats-score-gauge--purple{--ih-gauge-color:#7C3AED}
.ih-stats-score-gauge--red>span{background:#FFF0F1!important;color:#D71920!important}
.ih-stats-score-gauge--blue>span{background:#EAF3FF!important;color:#286FBE!important}
.ih-stats-score-gauge--amber>span{background:#FFF7E6!important;color:#B86E00!important}
.ih-stats-score-gauge--purple>span{background:#F3EDFF!important;color:#7C3AED!important}
.ih-stats-gauge--attendance-svg{--ih-gauge-color:#168447!important}
.ih-stats-attendance-gauge .ih-stats-gauge--attendance-svg strong{color:#168447!important}
@media(max-width:700px){
  .ih-stats-gauge--circle{min-height:112px!important}
  .ih-stats-gauge--circle .ih-stats-gauge-svg{width:104px!important;height:104px!important}
  .ih-stats-gauge--circle .ih-stats-gauge-svg circle{stroke-width:10!important}
}


/* v3.1.18.353 — Radar legible y espaciado consistente */
.ih-stats-radar-wrap > h4 {
	margin: 0 0 16px !important;
	line-height: 1.3 !important;
}
.ih-stats-radar-wrap .ih-radar-legend,
.ih-radar-card .ih-radar-legend {
	margin: 0 0 10px !important;
	gap: 10px 18px !important;
	min-height: 24px;
}
.ih-radar-legend span {
	font-size: .84rem !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	white-space: nowrap;
}
.ih-radar-svg {
	display: block;
	height: auto !important;
	max-height: none !important;
	max-width: 620px;
	min-height: 0 !important;
	margin: 0 auto;
	overflow: visible;
}
.ih-radar-label {
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}
@media (max-width: 700px) {
	.ih-stats-radar-wrap > h4 { margin-bottom: 14px !important; }
	.ih-stats-radar-wrap .ih-radar-legend,
	.ih-radar-card .ih-radar-legend { margin-bottom: 8px !important; gap: 8px 12px !important; }
	.ih-radar-legend span { font-size: .76rem !important; }
	.ih-radar-svg { width: 100%; max-width: 430px; }
	.ih-radar-label { font-size: 11px !important; font-weight: 700 !important; }
}


/* v3.1.18.591 — Estadísticas del Entrenador: estilos externos, compatibles con la ruta pública.
 * No depende de <style> embebido y mantiene las gráficas visibles incluso con políticas CSP estrictas. */
.ihm-statistics-suite{--chart-0:#D71920;--chart-1:#17171B;--chart-2:#286FBE;--chart-3:#F59E0B;--chart-4:#168447;--chart-5:#7C3AED;display:grid!important;gap:18px!important;width:100%;min-width:0}
.ihm-statistics-suite .ihs-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.ihm-statistics-suite .ihs-kpis article,.ihm-statistics-suite .ihs-card{background:#fff!important;border:1px solid #e6e8ed!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(11,11,13,.06)!important}
.ihm-statistics-suite .ihs-kpis article{min-height:104px!important;padding:16px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}
.ihm-statistics-suite .ihs-kpis article>span{width:46px!important;height:46px!important;border-radius:14px!important;background:#fff0f1!important;color:#d71920!important;display:grid!important;place-items:center!important;font-size:20px!important;font-weight:900!important}
.ihm-statistics-suite .ihs-kpis small{display:block!important;color:#667085!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.04em!important}
.ihm-statistics-suite .ihs-kpis strong{display:block!important;color:#17171b!important;font-size:26px!important;line-height:1.15!important;margin:4px 0!important}
.ihm-statistics-suite .ihs-kpis em{display:block!important;font-style:normal!important;color:#98a2b3!important;font-size:12px!important}
.ihm-statistics-suite .ihs-grid{display:grid!important;gap:18px!important;min-width:0}
.ihm-statistics-suite .ihs-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.ihm-statistics-suite .ihs-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.ihm-statistics-suite .ihs-card{padding:20px!important;min-width:0!important;overflow:hidden}
.ihm-statistics-suite .ihs-card header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;border-bottom:1px solid #eef0f4!important;padding:0 0 14px!important;margin:0 0 18px!important;background:transparent!important}
.ihm-statistics-suite .ihs-card h2{font-size:17px!important;margin:0!important;color:#17171b!important}
.ihm-statistics-suite .ihs-card p{margin:5px 0 0!important;color:#667085!important;font-size:12px!important}
.ihm-statistics-suite .ihs-donut-layout{display:grid!important;grid-template-columns:145px minmax(0,1fr)!important;gap:18px!important;align-items:center!important}
.ihm-statistics-suite .ihs-donut,.ihm-statistics-suite .ihs-ring{--ring:#d71920;border-radius:50%!important;background:conic-gradient(var(--ring) var(--value,0%),#edf0f4 0)!important;position:relative!important;display:grid!important;place-items:center!important;flex:0 0 auto}
.ihm-statistics-suite .ihs-donut{width:140px!important;height:140px!important}
.ihm-statistics-suite .ihs-donut:before,.ihm-statistics-suite .ihs-ring:before{content:"";position:absolute!important;inset:13px!important;background:#fff!important;border-radius:50%!important}
.ihm-statistics-suite .ihs-donut strong,.ihm-statistics-suite .ihs-donut small,.ihm-statistics-suite .ihs-ring strong,.ihm-statistics-suite .ihs-ring small{position:relative!important;z-index:1!important}
.ihm-statistics-suite .ihs-donut strong{font-size:27px!important}
.ihm-statistics-suite .ihs-donut small{margin-top:-35px!important;color:#667085!important}
.ihm-statistics-suite .ihs-legend{display:grid!important;gap:9px!important;min-width:0}
.ihm-statistics-suite .ihs-legend>div{display:grid!important;grid-template-columns:9px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;font-size:12px!important}
.ihm-statistics-suite .ihs-legend i{display:block!important;width:9px!important;height:9px!important;border-radius:50%!important}
.ihm-statistics-suite .ihs-legend b{color:#17171b!important}
.ihm-statistics-suite .ihs-rings{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.ihm-statistics-suite .ihs-ring{width:92px!important;height:92px!important;margin:auto!important}
.ihm-statistics-suite .ihs-ring:before{inset:9px!important}
.ihm-statistics-suite .ihs-ring strong{font-size:20px!important}
.ihm-statistics-suite .ihs-ring small{font-size:10px!important;margin-top:-24px!important;color:#667085!important;text-align:center}
.ihm-statistics-suite .ihs-ring--green{--ring:#168447}.ihm-statistics-suite .ihs-ring--orange{--ring:#F59E0B}.ihm-statistics-suite .ihs-ring--red{--ring:#D71920}.ihm-statistics-suite .ihs-ring--blue{--ring:#286FBE}
.ihm-statistics-suite .ihs-ring--chart-0{--ring:var(--chart-0)}.ihm-statistics-suite .ihs-ring--chart-1{--ring:var(--chart-1)}.ihm-statistics-suite .ihs-ring--chart-2{--ring:var(--chart-2)}.ihm-statistics-suite .ihs-ring--chart-3{--ring:var(--chart-3)}
.ihm-statistics-suite .ihs-scoreline{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:18px!important}
.ihm-statistics-suite .ihs-scoreline span{background:#f8f9fb!important;padding:10px!important;border-radius:12px!important;font-size:11px!important;display:flex!important;justify-content:space-between!important}
.ihm-statistics-suite .ihs-bars,.ihm-statistics-suite .ihs-team-bars{display:grid!important;gap:13px!important}
.ihm-statistics-suite .ihs-bars label,.ihm-statistics-suite .ihs-team-bars label{display:flex!important;justify-content:space-between!important;gap:12px!important;font-size:12px!important;margin-bottom:6px!important}
.ihm-statistics-suite .ihs-bars>div>div,.ihm-statistics-suite .ihs-team-bars>div>div{height:9px!important;background:#edf0f4!important;border-radius:999px!important;overflow:hidden!important}
.ihm-statistics-suite .ihs-bars i,.ihm-statistics-suite .ihs-team-bars i{display:block!important;height:100%!important;background:linear-gradient(90deg,#d71920,#8b1116)!important;border-radius:999px!important}
.ihm-statistics-suite .ihs-bar-0{background:var(--chart-0)!important}.ihm-statistics-suite .ihs-bar-1{background:var(--chart-1)!important}.ihm-statistics-suite .ihs-bar-2{background:var(--chart-2)!important}.ihm-statistics-suite .ihs-bar-3{background:var(--chart-3)!important}.ihm-statistics-suite .ihs-bar-4{background:var(--chart-4)!important}.ihm-statistics-suite .ihs-bar-5{background:var(--chart-5)!important}
.ihm-statistics-suite .ihs-columns{height:225px!important;display:flex!important;align-items:flex-end!important;gap:12px!important;padding:12px 5px 0!important;overflow-x:auto!important}
.ihm-statistics-suite .ihs-column{height:100%!important;min-width:54px!important;display:grid!important;grid-template-rows:1fr auto!important;gap:7px!important}
.ihm-statistics-suite .ihs-column-bars{height:100%!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:4px!important;border-bottom:1px solid #dfe3e8!important}
.ihm-statistics-suite .ihs-column-bars i,.ihm-statistics-suite .ihs-column-bars b{display:block!important;width:16px!important;min-height:2px!important;border-radius:5px 5px 0 0!important}
.ihm-statistics-suite .ihs-column-bars i{background:#17171b!important}.ihm-statistics-suite .ihs-column-bars b{background:#d71920!important}
.ihm-statistics-suite .ihs-column span{text-align:center!important;font-size:10px!important;color:#667085!important}
.ihm-statistics-suite .ihs-mini-legend{display:flex!important;justify-content:center!important;gap:18px!important;margin-top:12px!important;font-size:11px!important}
.ihm-statistics-suite .ihs-mini-legend i{display:inline-block!important;width:9px!important;height:9px!important;border-radius:2px!important;background:#17171b!important;margin-right:5px!important}.ihm-statistics-suite .ihs-mini-legend span:last-child i{background:#d71920!important}
.ihm-statistics-suite .ihs-table-card{padding:0!important;overflow:hidden!important}.ihm-statistics-suite .ihs-table-card header{padding:20px!important;margin:0!important}.ihm-statistics-suite .ihs-table-wrap{overflow:auto!important}.ihm-statistics-suite .ihs-table{width:100%!important;border-collapse:collapse!important;min-width:760px!important}.ihm-statistics-suite .ihs-table th{background:#17171b!important;color:#fff!important;padding:13px!important;text-align:left!important;font-size:11px!important}.ihm-statistics-suite .ihs-table td{padding:13px!important;border-bottom:1px solid #eceff3!important;font-size:12px!important}
.ihm-statistics-suite .ihs-empty{padding:30px!important;text-align:center!important;color:#667085!important}
.ihm-statistics-suite .ihs-section-heading{padding:8px 2px!important}.ihm-statistics-suite .ihs-section-heading small{color:#d71920!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}.ihm-statistics-suite .ihs-section-heading h2{margin:5px 0 2px!important;font-size:22px!important}.ihm-statistics-suite .ihs-section-heading p{margin:0!important;color:#667085!important;font-size:13px!important}
.ihm-statistics-suite .ihs-dot-0{background:var(--chart-4)!important}.ihm-statistics-suite .ihs-dot-1{background:var(--chart-0)!important}.ihm-statistics-suite .ihs-dot-2{background:var(--chart-3)!important}.ihm-statistics-suite .ihs-dot-3{background:var(--chart-2)!important}.ihm-statistics-suite .ihs-dot-4{background:var(--chart-5)!important}.ihm-statistics-suite .ihs-dot-5{background:#64748B!important}
.ihm-statistics-suite .ihs-status-columns{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.ihm-statistics-suite .ihs-status-columns>div{background:#f8f9fb!important;border-radius:14px!important;padding:12px!important}.ihm-statistics-suite .ihs-status-columns h3{margin:0 0 9px!important;font-size:12px!important}.ihm-statistics-suite .ihs-status-columns span{display:flex!important;justify-content:space-between!important;padding:7px 0!important;border-bottom:1px solid #e8ebef!important;font-size:11px!important}.ihm-statistics-suite .ihs-status-columns span:last-child{border:0!important}.ihm-statistics-suite .ihs-rings--dynamic{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.ihs-modal[hidden]{display:none!important}.ihs-modal{position:fixed!important;inset:0!important;z-index:100000!important;display:grid!important;place-items:center!important;padding:16px!important}.ihs-backdrop{position:absolute!important;inset:0!important;background:rgba(11,11,13,.68)!important;backdrop-filter:blur(4px)}.ihs-modal>section{position:relative!important;width:min(620px,100%)!important;background:#fff!important;border-radius:20px!important;box-shadow:0 28px 80px rgba(0,0,0,.28)!important;overflow:hidden!important}.ihs-modal header{padding:22px 24px 17px!important;border-bottom:1px solid #eceff3!important;display:flex!important;justify-content:space-between!important}.ihs-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;padding:22px 24px!important}.ihs-export-options{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;padding:24px!important}
@media(max-width:1100px){.ihm-statistics-suite .ihs-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ihm-statistics-suite .ihs-grid--3{grid-template-columns:1fr 1fr!important}.ihm-statistics-suite .ihs-grid--3>*:last-child{grid-column:1/-1!important}}
@media(max-width:700px){.ihm-statistics-suite .ihs-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.ihm-statistics-suite .ihs-kpis article{grid-template-columns:38px minmax(0,1fr)!important;padding:12px!important;min-height:92px!important}.ihm-statistics-suite .ihs-kpis article>span{width:38px!important;height:38px!important}.ihm-statistics-suite .ihs-kpis strong{font-size:21px!important}.ihm-statistics-suite .ihs-kpis em{display:none!important}.ihm-statistics-suite .ihs-grid--3,.ihm-statistics-suite .ihs-grid--2{grid-template-columns:1fr!important}.ihm-statistics-suite .ihs-grid--3>*:last-child{grid-column:auto!important}.ihm-statistics-suite .ihs-donut-layout{grid-template-columns:116px minmax(0,1fr)!important}.ihm-statistics-suite .ihs-donut{width:116px!important;height:116px!important}.ihm-statistics-suite .ihs-rings{gap:4px!important}.ihm-statistics-suite .ihs-ring{width:82px!important;height:82px!important}.ihs-form-grid,.ihs-export-options{grid-template-columns:1fr!important}}
@media(max-width:430px){.ihm-statistics-suite{gap:12px!important}.ihm-statistics-suite .ihs-kpis{grid-template-columns:1fr 1fr!important}.ihm-statistics-suite .ihs-kpis article{min-height:86px!important}.ihm-statistics-suite .ihs-card{padding:16px!important}.ihm-statistics-suite .ihs-donut-layout{grid-template-columns:1fr!important;justify-items:center!important}.ihm-statistics-suite .ihs-legend{width:100%!important}.ihm-statistics-suite .ihs-rings{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ihm-statistics-suite .ihs-ring{width:76px!important;height:76px!important}.ihm-statistics-suite .ihs-scoreline{grid-template-columns:1fr!important}}
.ihm-statistics-suite .ihs-value-0{--value:0%!important}
.ihm-statistics-suite .ihs-width-0{width:0%!important}
.ihm-statistics-suite .ihs-height-0{height:0%!important}
.ihm-statistics-suite .ihs-value-1{--value:1%!important}
.ihm-statistics-suite .ihs-width-1{width:1%!important}
.ihm-statistics-suite .ihs-height-1{height:1%!important}
.ihm-statistics-suite .ihs-value-2{--value:2%!important}
.ihm-statistics-suite .ihs-width-2{width:2%!important}
.ihm-statistics-suite .ihs-height-2{height:2%!important}
.ihm-statistics-suite .ihs-value-3{--value:3%!important}
.ihm-statistics-suite .ihs-width-3{width:3%!important}
.ihm-statistics-suite .ihs-height-3{height:3%!important}
.ihm-statistics-suite .ihs-value-4{--value:4%!important}
.ihm-statistics-suite .ihs-width-4{width:4%!important}
.ihm-statistics-suite .ihs-height-4{height:4%!important}
.ihm-statistics-suite .ihs-value-5{--value:5%!important}
.ihm-statistics-suite .ihs-width-5{width:5%!important}
.ihm-statistics-suite .ihs-height-5{height:5%!important}
.ihm-statistics-suite .ihs-value-6{--value:6%!important}
.ihm-statistics-suite .ihs-width-6{width:6%!important}
.ihm-statistics-suite .ihs-height-6{height:6%!important}
.ihm-statistics-suite .ihs-value-7{--value:7%!important}
.ihm-statistics-suite .ihs-width-7{width:7%!important}
.ihm-statistics-suite .ihs-height-7{height:7%!important}
.ihm-statistics-suite .ihs-value-8{--value:8%!important}
.ihm-statistics-suite .ihs-width-8{width:8%!important}
.ihm-statistics-suite .ihs-height-8{height:8%!important}
.ihm-statistics-suite .ihs-value-9{--value:9%!important}
.ihm-statistics-suite .ihs-width-9{width:9%!important}
.ihm-statistics-suite .ihs-height-9{height:9%!important}
.ihm-statistics-suite .ihs-value-10{--value:10%!important}
.ihm-statistics-suite .ihs-width-10{width:10%!important}
.ihm-statistics-suite .ihs-height-10{height:10%!important}
.ihm-statistics-suite .ihs-value-11{--value:11%!important}
.ihm-statistics-suite .ihs-width-11{width:11%!important}
.ihm-statistics-suite .ihs-height-11{height:11%!important}
.ihm-statistics-suite .ihs-value-12{--value:12%!important}
.ihm-statistics-suite .ihs-width-12{width:12%!important}
.ihm-statistics-suite .ihs-height-12{height:12%!important}
.ihm-statistics-suite .ihs-value-13{--value:13%!important}
.ihm-statistics-suite .ihs-width-13{width:13%!important}
.ihm-statistics-suite .ihs-height-13{height:13%!important}
.ihm-statistics-suite .ihs-value-14{--value:14%!important}
.ihm-statistics-suite .ihs-width-14{width:14%!important}
.ihm-statistics-suite .ihs-height-14{height:14%!important}
.ihm-statistics-suite .ihs-value-15{--value:15%!important}
.ihm-statistics-suite .ihs-width-15{width:15%!important}
.ihm-statistics-suite .ihs-height-15{height:15%!important}
.ihm-statistics-suite .ihs-value-16{--value:16%!important}
.ihm-statistics-suite .ihs-width-16{width:16%!important}
.ihm-statistics-suite .ihs-height-16{height:16%!important}
.ihm-statistics-suite .ihs-value-17{--value:17%!important}
.ihm-statistics-suite .ihs-width-17{width:17%!important}
.ihm-statistics-suite .ihs-height-17{height:17%!important}
.ihm-statistics-suite .ihs-value-18{--value:18%!important}
.ihm-statistics-suite .ihs-width-18{width:18%!important}
.ihm-statistics-suite .ihs-height-18{height:18%!important}
.ihm-statistics-suite .ihs-value-19{--value:19%!important}
.ihm-statistics-suite .ihs-width-19{width:19%!important}
.ihm-statistics-suite .ihs-height-19{height:19%!important}
.ihm-statistics-suite .ihs-value-20{--value:20%!important}
.ihm-statistics-suite .ihs-width-20{width:20%!important}
.ihm-statistics-suite .ihs-height-20{height:20%!important}
.ihm-statistics-suite .ihs-value-21{--value:21%!important}
.ihm-statistics-suite .ihs-width-21{width:21%!important}
.ihm-statistics-suite .ihs-height-21{height:21%!important}
.ihm-statistics-suite .ihs-value-22{--value:22%!important}
.ihm-statistics-suite .ihs-width-22{width:22%!important}
.ihm-statistics-suite .ihs-height-22{height:22%!important}
.ihm-statistics-suite .ihs-value-23{--value:23%!important}
.ihm-statistics-suite .ihs-width-23{width:23%!important}
.ihm-statistics-suite .ihs-height-23{height:23%!important}
.ihm-statistics-suite .ihs-value-24{--value:24%!important}
.ihm-statistics-suite .ihs-width-24{width:24%!important}
.ihm-statistics-suite .ihs-height-24{height:24%!important}
.ihm-statistics-suite .ihs-value-25{--value:25%!important}
.ihm-statistics-suite .ihs-width-25{width:25%!important}
.ihm-statistics-suite .ihs-height-25{height:25%!important}
.ihm-statistics-suite .ihs-value-26{--value:26%!important}
.ihm-statistics-suite .ihs-width-26{width:26%!important}
.ihm-statistics-suite .ihs-height-26{height:26%!important}
.ihm-statistics-suite .ihs-value-27{--value:27%!important}
.ihm-statistics-suite .ihs-width-27{width:27%!important}
.ihm-statistics-suite .ihs-height-27{height:27%!important}
.ihm-statistics-suite .ihs-value-28{--value:28%!important}
.ihm-statistics-suite .ihs-width-28{width:28%!important}
.ihm-statistics-suite .ihs-height-28{height:28%!important}
.ihm-statistics-suite .ihs-value-29{--value:29%!important}
.ihm-statistics-suite .ihs-width-29{width:29%!important}
.ihm-statistics-suite .ihs-height-29{height:29%!important}
.ihm-statistics-suite .ihs-value-30{--value:30%!important}
.ihm-statistics-suite .ihs-width-30{width:30%!important}
.ihm-statistics-suite .ihs-height-30{height:30%!important}
.ihm-statistics-suite .ihs-value-31{--value:31%!important}
.ihm-statistics-suite .ihs-width-31{width:31%!important}
.ihm-statistics-suite .ihs-height-31{height:31%!important}
.ihm-statistics-suite .ihs-value-32{--value:32%!important}
.ihm-statistics-suite .ihs-width-32{width:32%!important}
.ihm-statistics-suite .ihs-height-32{height:32%!important}
.ihm-statistics-suite .ihs-value-33{--value:33%!important}
.ihm-statistics-suite .ihs-width-33{width:33%!important}
.ihm-statistics-suite .ihs-height-33{height:33%!important}
.ihm-statistics-suite .ihs-value-34{--value:34%!important}
.ihm-statistics-suite .ihs-width-34{width:34%!important}
.ihm-statistics-suite .ihs-height-34{height:34%!important}
.ihm-statistics-suite .ihs-value-35{--value:35%!important}
.ihm-statistics-suite .ihs-width-35{width:35%!important}
.ihm-statistics-suite .ihs-height-35{height:35%!important}
.ihm-statistics-suite .ihs-value-36{--value:36%!important}
.ihm-statistics-suite .ihs-width-36{width:36%!important}
.ihm-statistics-suite .ihs-height-36{height:36%!important}
.ihm-statistics-suite .ihs-value-37{--value:37%!important}
.ihm-statistics-suite .ihs-width-37{width:37%!important}
.ihm-statistics-suite .ihs-height-37{height:37%!important}
.ihm-statistics-suite .ihs-value-38{--value:38%!important}
.ihm-statistics-suite .ihs-width-38{width:38%!important}
.ihm-statistics-suite .ihs-height-38{height:38%!important}
.ihm-statistics-suite .ihs-value-39{--value:39%!important}
.ihm-statistics-suite .ihs-width-39{width:39%!important}
.ihm-statistics-suite .ihs-height-39{height:39%!important}
.ihm-statistics-suite .ihs-value-40{--value:40%!important}
.ihm-statistics-suite .ihs-width-40{width:40%!important}
.ihm-statistics-suite .ihs-height-40{height:40%!important}
.ihm-statistics-suite .ihs-value-41{--value:41%!important}
.ihm-statistics-suite .ihs-width-41{width:41%!important}
.ihm-statistics-suite .ihs-height-41{height:41%!important}
.ihm-statistics-suite .ihs-value-42{--value:42%!important}
.ihm-statistics-suite .ihs-width-42{width:42%!important}
.ihm-statistics-suite .ihs-height-42{height:42%!important}
.ihm-statistics-suite .ihs-value-43{--value:43%!important}
.ihm-statistics-suite .ihs-width-43{width:43%!important}
.ihm-statistics-suite .ihs-height-43{height:43%!important}
.ihm-statistics-suite .ihs-value-44{--value:44%!important}
.ihm-statistics-suite .ihs-width-44{width:44%!important}
.ihm-statistics-suite .ihs-height-44{height:44%!important}
.ihm-statistics-suite .ihs-value-45{--value:45%!important}
.ihm-statistics-suite .ihs-width-45{width:45%!important}
.ihm-statistics-suite .ihs-height-45{height:45%!important}
.ihm-statistics-suite .ihs-value-46{--value:46%!important}
.ihm-statistics-suite .ihs-width-46{width:46%!important}
.ihm-statistics-suite .ihs-height-46{height:46%!important}
.ihm-statistics-suite .ihs-value-47{--value:47%!important}
.ihm-statistics-suite .ihs-width-47{width:47%!important}
.ihm-statistics-suite .ihs-height-47{height:47%!important}
.ihm-statistics-suite .ihs-value-48{--value:48%!important}
.ihm-statistics-suite .ihs-width-48{width:48%!important}
.ihm-statistics-suite .ihs-height-48{height:48%!important}
.ihm-statistics-suite .ihs-value-49{--value:49%!important}
.ihm-statistics-suite .ihs-width-49{width:49%!important}
.ihm-statistics-suite .ihs-height-49{height:49%!important}
.ihm-statistics-suite .ihs-value-50{--value:50%!important}
.ihm-statistics-suite .ihs-width-50{width:50%!important}
.ihm-statistics-suite .ihs-height-50{height:50%!important}
.ihm-statistics-suite .ihs-value-51{--value:51%!important}
.ihm-statistics-suite .ihs-width-51{width:51%!important}
.ihm-statistics-suite .ihs-height-51{height:51%!important}
.ihm-statistics-suite .ihs-value-52{--value:52%!important}
.ihm-statistics-suite .ihs-width-52{width:52%!important}
.ihm-statistics-suite .ihs-height-52{height:52%!important}
.ihm-statistics-suite .ihs-value-53{--value:53%!important}
.ihm-statistics-suite .ihs-width-53{width:53%!important}
.ihm-statistics-suite .ihs-height-53{height:53%!important}
.ihm-statistics-suite .ihs-value-54{--value:54%!important}
.ihm-statistics-suite .ihs-width-54{width:54%!important}
.ihm-statistics-suite .ihs-height-54{height:54%!important}
.ihm-statistics-suite .ihs-value-55{--value:55%!important}
.ihm-statistics-suite .ihs-width-55{width:55%!important}
.ihm-statistics-suite .ihs-height-55{height:55%!important}
.ihm-statistics-suite .ihs-value-56{--value:56%!important}
.ihm-statistics-suite .ihs-width-56{width:56%!important}
.ihm-statistics-suite .ihs-height-56{height:56%!important}
.ihm-statistics-suite .ihs-value-57{--value:57%!important}
.ihm-statistics-suite .ihs-width-57{width:57%!important}
.ihm-statistics-suite .ihs-height-57{height:57%!important}
.ihm-statistics-suite .ihs-value-58{--value:58%!important}
.ihm-statistics-suite .ihs-width-58{width:58%!important}
.ihm-statistics-suite .ihs-height-58{height:58%!important}
.ihm-statistics-suite .ihs-value-59{--value:59%!important}
.ihm-statistics-suite .ihs-width-59{width:59%!important}
.ihm-statistics-suite .ihs-height-59{height:59%!important}
.ihm-statistics-suite .ihs-value-60{--value:60%!important}
.ihm-statistics-suite .ihs-width-60{width:60%!important}
.ihm-statistics-suite .ihs-height-60{height:60%!important}
.ihm-statistics-suite .ihs-value-61{--value:61%!important}
.ihm-statistics-suite .ihs-width-61{width:61%!important}
.ihm-statistics-suite .ihs-height-61{height:61%!important}
.ihm-statistics-suite .ihs-value-62{--value:62%!important}
.ihm-statistics-suite .ihs-width-62{width:62%!important}
.ihm-statistics-suite .ihs-height-62{height:62%!important}
.ihm-statistics-suite .ihs-value-63{--value:63%!important}
.ihm-statistics-suite .ihs-width-63{width:63%!important}
.ihm-statistics-suite .ihs-height-63{height:63%!important}
.ihm-statistics-suite .ihs-value-64{--value:64%!important}
.ihm-statistics-suite .ihs-width-64{width:64%!important}
.ihm-statistics-suite .ihs-height-64{height:64%!important}
.ihm-statistics-suite .ihs-value-65{--value:65%!important}
.ihm-statistics-suite .ihs-width-65{width:65%!important}
.ihm-statistics-suite .ihs-height-65{height:65%!important}
.ihm-statistics-suite .ihs-value-66{--value:66%!important}
.ihm-statistics-suite .ihs-width-66{width:66%!important}
.ihm-statistics-suite .ihs-height-66{height:66%!important}
.ihm-statistics-suite .ihs-value-67{--value:67%!important}
.ihm-statistics-suite .ihs-width-67{width:67%!important}
.ihm-statistics-suite .ihs-height-67{height:67%!important}
.ihm-statistics-suite .ihs-value-68{--value:68%!important}
.ihm-statistics-suite .ihs-width-68{width:68%!important}
.ihm-statistics-suite .ihs-height-68{height:68%!important}
.ihm-statistics-suite .ihs-value-69{--value:69%!important}
.ihm-statistics-suite .ihs-width-69{width:69%!important}
.ihm-statistics-suite .ihs-height-69{height:69%!important}
.ihm-statistics-suite .ihs-value-70{--value:70%!important}
.ihm-statistics-suite .ihs-width-70{width:70%!important}
.ihm-statistics-suite .ihs-height-70{height:70%!important}
.ihm-statistics-suite .ihs-value-71{--value:71%!important}
.ihm-statistics-suite .ihs-width-71{width:71%!important}
.ihm-statistics-suite .ihs-height-71{height:71%!important}
.ihm-statistics-suite .ihs-value-72{--value:72%!important}
.ihm-statistics-suite .ihs-width-72{width:72%!important}
.ihm-statistics-suite .ihs-height-72{height:72%!important}
.ihm-statistics-suite .ihs-value-73{--value:73%!important}
.ihm-statistics-suite .ihs-width-73{width:73%!important}
.ihm-statistics-suite .ihs-height-73{height:73%!important}
.ihm-statistics-suite .ihs-value-74{--value:74%!important}
.ihm-statistics-suite .ihs-width-74{width:74%!important}
.ihm-statistics-suite .ihs-height-74{height:74%!important}
.ihm-statistics-suite .ihs-value-75{--value:75%!important}
.ihm-statistics-suite .ihs-width-75{width:75%!important}
.ihm-statistics-suite .ihs-height-75{height:75%!important}
.ihm-statistics-suite .ihs-value-76{--value:76%!important}
.ihm-statistics-suite .ihs-width-76{width:76%!important}
.ihm-statistics-suite .ihs-height-76{height:76%!important}
.ihm-statistics-suite .ihs-value-77{--value:77%!important}
.ihm-statistics-suite .ihs-width-77{width:77%!important}
.ihm-statistics-suite .ihs-height-77{height:77%!important}
.ihm-statistics-suite .ihs-value-78{--value:78%!important}
.ihm-statistics-suite .ihs-width-78{width:78%!important}
.ihm-statistics-suite .ihs-height-78{height:78%!important}
.ihm-statistics-suite .ihs-value-79{--value:79%!important}
.ihm-statistics-suite .ihs-width-79{width:79%!important}
.ihm-statistics-suite .ihs-height-79{height:79%!important}
.ihm-statistics-suite .ihs-value-80{--value:80%!important}
.ihm-statistics-suite .ihs-width-80{width:80%!important}
.ihm-statistics-suite .ihs-height-80{height:80%!important}
.ihm-statistics-suite .ihs-value-81{--value:81%!important}
.ihm-statistics-suite .ihs-width-81{width:81%!important}
.ihm-statistics-suite .ihs-height-81{height:81%!important}
.ihm-statistics-suite .ihs-value-82{--value:82%!important}
.ihm-statistics-suite .ihs-width-82{width:82%!important}
.ihm-statistics-suite .ihs-height-82{height:82%!important}
.ihm-statistics-suite .ihs-value-83{--value:83%!important}
.ihm-statistics-suite .ihs-width-83{width:83%!important}
.ihm-statistics-suite .ihs-height-83{height:83%!important}
.ihm-statistics-suite .ihs-value-84{--value:84%!important}
.ihm-statistics-suite .ihs-width-84{width:84%!important}
.ihm-statistics-suite .ihs-height-84{height:84%!important}
.ihm-statistics-suite .ihs-value-85{--value:85%!important}
.ihm-statistics-suite .ihs-width-85{width:85%!important}
.ihm-statistics-suite .ihs-height-85{height:85%!important}
.ihm-statistics-suite .ihs-value-86{--value:86%!important}
.ihm-statistics-suite .ihs-width-86{width:86%!important}
.ihm-statistics-suite .ihs-height-86{height:86%!important}
.ihm-statistics-suite .ihs-value-87{--value:87%!important}
.ihm-statistics-suite .ihs-width-87{width:87%!important}
.ihm-statistics-suite .ihs-height-87{height:87%!important}
.ihm-statistics-suite .ihs-value-88{--value:88%!important}
.ihm-statistics-suite .ihs-width-88{width:88%!important}
.ihm-statistics-suite .ihs-height-88{height:88%!important}
.ihm-statistics-suite .ihs-value-89{--value:89%!important}
.ihm-statistics-suite .ihs-width-89{width:89%!important}
.ihm-statistics-suite .ihs-height-89{height:89%!important}
.ihm-statistics-suite .ihs-value-90{--value:90%!important}
.ihm-statistics-suite .ihs-width-90{width:90%!important}
.ihm-statistics-suite .ihs-height-90{height:90%!important}
.ihm-statistics-suite .ihs-value-91{--value:91%!important}
.ihm-statistics-suite .ihs-width-91{width:91%!important}
.ihm-statistics-suite .ihs-height-91{height:91%!important}
.ihm-statistics-suite .ihs-value-92{--value:92%!important}
.ihm-statistics-suite .ihs-width-92{width:92%!important}
.ihm-statistics-suite .ihs-height-92{height:92%!important}
.ihm-statistics-suite .ihs-value-93{--value:93%!important}
.ihm-statistics-suite .ihs-width-93{width:93%!important}
.ihm-statistics-suite .ihs-height-93{height:93%!important}
.ihm-statistics-suite .ihs-value-94{--value:94%!important}
.ihm-statistics-suite .ihs-width-94{width:94%!important}
.ihm-statistics-suite .ihs-height-94{height:94%!important}
.ihm-statistics-suite .ihs-value-95{--value:95%!important}
.ihm-statistics-suite .ihs-width-95{width:95%!important}
.ihm-statistics-suite .ihs-height-95{height:95%!important}
.ihm-statistics-suite .ihs-value-96{--value:96%!important}
.ihm-statistics-suite .ihs-width-96{width:96%!important}
.ihm-statistics-suite .ihs-height-96{height:96%!important}
.ihm-statistics-suite .ihs-value-97{--value:97%!important}
.ihm-statistics-suite .ihs-width-97{width:97%!important}
.ihm-statistics-suite .ihs-height-97{height:97%!important}
.ihm-statistics-suite .ihs-value-98{--value:98%!important}
.ihm-statistics-suite .ihs-width-98{width:98%!important}
.ihm-statistics-suite .ihs-height-98{height:98%!important}
.ihm-statistics-suite .ihs-value-99{--value:99%!important}
.ihm-statistics-suite .ihs-width-99{width:99%!important}
.ihm-statistics-suite .ihs-height-99{height:99%!important}
.ihm-statistics-suite .ihs-value-100{--value:100%!important}
.ihm-statistics-suite .ihs-width-100{width:100%!important}
.ihm-statistics-suite .ihs-height-100{height:100%!important}
