/* 玩家统计卡片样式 */

/* 统计卡片 */
.stats-row {
    margin: 0 -2px;
}

.stats-row .col-4 {
    padding: 0 2px;
}

.stat-item {
    text-align: center;
    padding: 6px 4px;
}

.stat-icon {
    font-size: 1.1rem;
    margin-bottom: 6px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8f9fa;
}

.stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 2px 0;
    color: #2c3e50;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-title {
    color: #6c757d;
    font-size: 0.7rem;
    font-weight: 500;
}
