.neo-stat-card{display:flex;align-items:center;gap:12px;padding:16px;transition:background-color var(--dur-hover) var(--ease-micro),border-color var(--dur-hover) var(--ease-micro)}.neo-stat-card--clickable{cursor:pointer}@media(hover:hover)and (pointer:fine){.neo-stat-card--clickable:hover{background:hsla(0,0%,100%,.06)}}.neo-stat-card--brand .neo-stat-card-value{color:#ff7800}.neo-stat-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:hsla(0,0%,100%,.06);color:#ff7800;flex-shrink:0}.neo-stat-card-icon svg{width:20px;height:20px}.neo-stat-card-content{display:flex;flex-direction:column;min-width:0}.neo-stat-card-value{font-size:20px;font-weight:600;color:#fff;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.neo-stat-card-value.value-changed{animation:statValuePop .25s var(--ease-out-quint)}@media(prefers-reduced-motion:reduce){.neo-stat-card-value.value-changed{animation:none}}.neo-stat-card-label{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.78);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.neo-stat-card.compact{padding:12px;gap:10px}.neo-stat-card.compact .neo-stat-card-icon{width:32px;height:32px}.neo-stat-card.compact .neo-stat-card-icon svg{width:16px;height:16px}.neo-stat-card.compact .neo-stat-card-value{font-size:16px}.neo-stat-card.compact .neo-stat-card-label{font-size:12px}.neo-stat-card.horizontal{flex-direction:row;justify-content:center;text-align:center}.neo-stat-card.horizontal .neo-stat-card-content{flex-direction:row;align-items:baseline;gap:6px}.neo-stat-card.horizontal .neo-stat-card-icon{display:none}@keyframes statValuePop{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}