.ag-stats-row{display:flex;gap:0;justify-content:center;margin-top:var(--ag-space-10)}.ag-stat{align-items:center;border-right:1px solid var(--ag-color-border);display:flex;flex:1;flex-direction:column;padding:var(--ag-space-5) var(--ag-space-8);text-align:center}.ag-stat:last-child{border-right:none}.ag-stat__label{color:var(--ag-color-text-muted);font-size:.8125rem;font-weight:var(--ag-weight-medium);letter-spacing:.08em;margin-bottom:var(--ag-space-2);text-transform:uppercase}.ag-stat__value{background:linear-gradient(135deg,var(--ag-brand-1),var(--ag-brand-3));-webkit-background-clip:text;font-size:clamp(2.75rem,5vw + .5rem,4.5rem);font-weight:var(--ag-weight-bold);-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.03em;line-height:1}.ag-stat__desc{color:var(--ag-color-text-muted);font-size:.8125rem;margin-top:var(--ag-space-2);max-width:20ch}@media (max-width:640px){.ag-stats-row{flex-direction:column;gap:var(--ag-space-5)}.ag-stat{border-bottom:1px solid var(--ag-color-border);border-right:none;padding:var(--ag-space-5) var(--ag-space-4)}.ag-stat:last-child{border-bottom:none}}