.snack-root .trecovery-card{z-index:2;border:.3125rem solid var(--grey--grey-100,#f2f2f2);background:var(--bg-color--bg-default,#fff);width:min(100%,17.5rem);color:var(--text-color--text-primary,#131313);border-radius:1rem;padding:1.15rem 1.05rem 1.1rem;position:relative;box-shadow:0 6px 13px #00000017,0 24px 24px #00000014,0 53px 32px #0000000d}.snack-root .trecovery-card__kicker{letter-spacing:.18em;color:var(--text-color--text-secondary,#585858);margin:0;font-size:.68rem}.snack-root .trecovery-card__score-row{align-items:baseline;gap:.45rem;margin-top:.5rem;display:flex}.snack-root .trecovery-card__score{letter-spacing:.02em;font-variant-numeric:tabular-nums;color:var(--text-color--text-primary,#131313);margin:0;font-size:3.25rem;line-height:.92}.snack-root .trecovery-card__score-label{letter-spacing:.08em;color:var(--text-color--text-secondary,#585858);font-size:.72rem}.snack-root .trecovery-card__bars{flex-direction:column;gap:.65rem;margin-top:1.1rem;display:flex}.snack-root .trecovery-card__bar-row{flex-direction:column;gap:.3rem;display:flex}.snack-root .trecovery-card__bar-meta{justify-content:space-between;align-items:center;display:flex}.snack-root .trecovery-card__bar-label{letter-spacing:.06em;color:var(--text-color--text-primary,#131313);font-size:.72rem}.snack-root .trecovery-card__bar-pct{letter-spacing:.04em;font-variant-numeric:tabular-nums;color:var(--text-color--text-secondary,#585858);font-size:.68rem}.snack-root .trecovery-card__track{background:var(--grey--grey-100,#f2f2f2);border-radius:999px;height:.45rem;overflow:hidden}.snack-root .trecovery-card__fill{background:var(--bg-color--bg-green,#d6fd70);border-radius:999px;height:100%;width:0;animation:trecovery-fill 1.1s cubic-bezier(.22,1,.36,1) both}.snack-root .trecovery-card__bar-row:first-child .trecovery-card__fill{animation-delay:.2s}.snack-root .trecovery-card__bar-row:nth-child(2) .trecovery-card__fill{animation-delay:.35s}.snack-root .trecovery-card__bar-row:nth-child(3) .trecovery-card__fill{animation-delay:.5s}@keyframes trecovery-fill{0%{width:0}to{width:var(--fill,0)}}@media (prefers-reduced-motion:reduce){.snack-root .trecovery-card__fill{animation:none;width:var(--fill,0)}}