/* V137 — participant profile statistics: four equal, native-looking, clickable cards */
.v137-profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.v137-profile-stats>.v137-clickable-stat{min-width:0;cursor:pointer;user-select:none;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease;outline:none}
.v137-profile-stats>.v137-clickable-stat:hover{transform:translateY(-1px);background-color:rgba(255,255,255,.055)}
.v137-profile-stats>.v137-clickable-stat:active{transform:scale(.985)}
.v137-profile-stats>.v137-clickable-stat:focus-visible{box-shadow:0 0 0 2px rgba(242,13,34,.82)}
.v137-profile-stats>[data-v137-score-card]{color:inherit!important;text-decoration:none!important;border:0!important}
.v137-profile-stats>[data-v137-score-card] p{margin:0}
@media(max-width:380px){.v137-profile-stats{gap:.375rem!important}.v137-profile-stats>.v137-clickable-stat{padding:.6rem .35rem!important}.v137-profile-stats>.v137-clickable-stat p:first-child{font-size:1rem!important}}
