.stat-block[data-v-f9b6a0e4] {
    position: relative
}

.stat-block[data-v-f9b6a0e4]:before {
    animation: scale-full-f9b6a0e4 .8s ease-out .44s forwards;
    background: linear-gradient(180deg, rgba(255, 255, 255, var(--stroke-opacity)) 0, #fff0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    width: 1px
}

.stat-block[data-v-f9b6a0e4]:before:first-child {
    animation-delay: .24s
}

.stat-block[data-v-f9b6a0e4]:last-child:after {
    animation: scale-full-f9b6a0e4 .8s ease-out 1.2s forwards;
    background: linear-gradient(180deg, rgba(255, 255, 255, var(--stroke-opacity)) 0, #fff0);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    width: 1px
}

@keyframes scale-full-f9b6a0e4 {
    to {
        transform: scale(1)
    }
}

.text-stats-row[data-v-44a96286] {
    position: relative
}

.text-stats-row[data-v-44a96286]:before {
    animation: draw-in-left-44a96286 1s ease .2s forwards;
    background-color: rgba(255, 255, 255, var(--stroke-opacity));
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    z-index: 0
}

@keyframes draw-in-left-44a96286 {
    to {
        transform: scale(1)
    }
}