.nested-stats-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(143px,1fr));gap:10px}.nested-stats{min-width:143px;position:relative;display:flex;flex-direction:column;padding:16px;justify-content:center;align-items:flex-start;border-radius:8px;gap:16px;flex:1 0 0}.nested-stats p{margin-bottom:0}.nested-stats::before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:var(--standard-blue);-webkit-mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.nested-stats-white{background:#fff;color:#1a31ff}.nested-stats-blue{background-color:#1a31ff;color:#fff}.nested-stats-yellow{background-color:#e8ff26;color:#1a31ff}