/* 能力进度条样式 */
.progress-bar {
    height: 8px;
    background: #3498db;
    border-radius: 4px;
    margin-top: 0.5rem;
}

/* 关系图谱容器 */
.relationship-web {
    margin: 2rem 0;
    padding: 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.relationship-web img {
    width: 100%;
    height: auto;
}

/* 语录区块 */
.quote-block {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.quote-block footer {
    text-align: right;
    color: #7f8c8d;
    margin-top: 1rem;
}