.vweb-live-time {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    color: var(--vweb-gold-strong);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.vweb-live-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.vweb-live-summary article {
    position: relative;
    min-height: 118px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(164, 193, 255, 0.15);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(115, 167, 255, 0.10), rgba(240, 201, 122, 0.035)),
        rgba(8, 12, 22, 0.76);
    box-shadow: 0 16px 46px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.vweb-live-summary article::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -42px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(240, 201, 122, 0.13);
    border-radius: 38px;
    transform: rotate(19deg);
}

.vweb-live-summary span,
.vweb-live-summary em {
    display: block;
    color: var(--vweb-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.vweb-live-summary strong {
    display: block;
    margin: 12px 0 8px;
    color: #fff;
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1;
    letter-spacing: -0.06em;
}

.vweb-ranking-grid--live {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vweb-ranking-grid--live .vweb-rank-card {
    min-height: 326px;
}

.vweb-rank-row__main {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.vweb-rank-row__main b {
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vweb-rank-row__main em {
    color: var(--vweb-dim);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.vweb-rank-row span {
    text-align: right;
    white-space: nowrap;
}

.vweb-rank-loading,
.vweb-rank-empty {
    opacity: 0.84;
}

.vweb-rank-empty span,
.vweb-rank-loading span {
    color: rgba(240, 201, 122, 0.72);
}

@media (max-width: 1060px) {
    .vweb-live-summary,
    .vweb-ranking-grid--live {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .vweb-live-time {
        display: block;
        margin: 8px 0 0;
        white-space: normal;
    }

    .vweb-live-summary,
    .vweb-ranking-grid--live {
        grid-template-columns: 1fr;
    }

    .vweb-live-summary article {
        min-height: 104px;
    }

    .vweb-ranking-grid--live .vweb-rank-card {
        min-height: auto;
    }
}
