.core-stats-grid{gap:var(--space-lg);margin-bottom:var(--space-2xl);grid-template-columns:repeat(4,1fr);display:grid}@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{align-items:flex-start;gap:var(--grid-gap-sm);display:flex}.core-stat-content{flex:1;min-width:0}.core-stat-header{margin-bottom:var(--grid-gap-sm);justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.core-stat-tabs{gap:.25rem;display:flex}.core-stat-tab{background:var(--dashboard-bg-card);border:1px solid var(--dashboard-border-light);border-radius:var(--radius-sm);color:#fff;cursor:pointer;transition:all var(--transition-fast);padding:.25rem .5rem;font-size:.6875rem;font-weight:500}.core-stat-tab:hover{background:#ec48991a;border-color:#ec48994d}.core-stat-tab--active{background:#ec489933;border-color:#ec489980}.core-stat-value{font-size:1.75rem;line-height:1}.core-stat-value--with-margin{margin-bottom:var(--space-sm);font-size:1.75rem;line-height:1}@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{font-size:1.875rem!important;font-weight:800!important}.core-stat-value--with-margin{margin-bottom:.25rem;font-size:1.875rem!important;font-weight:800!important}.lp-card__sublabel{opacity:.8;font-size:.7rem!important}}
