/* 技术名称样式 */
.tech-stats .stat-item .tech-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    display: block;
}

.tech-stats .stat-item {
    text-align: center;
}

.tech-stats .stat-item p {
    font-size: 0.9rem;
    color: var(--text-light);
    font-weight: 500;
}