.core-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}@media (max-width:991px){.core-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.core-stats-grid{grid-template-columns:1fr}}.core-stat-layout{display:flex;align-items:flex-start;gap:var(--grid-gap-sm)}.core-stat-content{flex:1 1;min-width:0}.core-stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--grid-gap-sm);gap:var(--space-sm)}.core-stat-tabs{display:flex;gap:.25rem}.core-stat-tab{padding:.25rem .5rem;background:var(--dashboard-bg-card);border:1px solid var(--dashboard-border-light);border-radius:var(--radius-sm);color:white;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.core-stat-tab:hover{background:rgba(236,72,153,.1);border-color:rgba(236,72,153,.3)}.core-stat-tab--active{background:rgba(236,72,153,.2);border-color:rgba(236,72,153,.5)}.core-stat-value,.core-stat-value--with-margin{font-size:1.75rem;line-height:1}.core-stat-value--with-margin{margin-bottom:var(--space-sm)}@media (max-width:767px){.core-stat-layout{gap:.5rem}.core-stat-header{flex-direction:column;align-items:flex-start;gap:.375rem;margin-bottom:.375rem}.core-stat-tabs{display:none}.core-stat-value,.core-stat-value--with-margin{font-size:1.875rem!important;font-weight:800!important}.core-stat-value--with-margin{margin-bottom:.25rem}.lp-card__sublabel{font-size:.7rem!important;opacity:.8}}