/* ========== 家谱导出 ========== */
.export-container { max-width: 900px; margin: 20px auto; background: #fff; padding: 30px; border-radius: 8px; }
.export-container h1 { text-align: center; color: #8B0000; }
.export-container .subtitle { text-align: center; color: #666; margin-bottom: 20px; }
.export-container .stats { text-align: center; color: #999; margin: 10px 0; font-size: 13px; }
.export-container pre { font-family: '宋体', SimSun, serif; white-space: pre-wrap; line-height: 2; font-size: 14px; }

/* ========== 操作按钮 ========== */
.export-actions { text-align: center; margin-top: 30px; }
.export-actions button { padding: 10px 20px; background: #8B0000; color: #fff; border: none; border-radius: 4px; cursor: pointer; font-size: 14px; }
.export-actions .btn-download { display: inline-block; padding: 10px 20px; background: #fff; color: #8B0000; border: 2px solid #8B0000; border-radius: 4px; text-decoration: none; font-size: 14px; margin-left: 10px; }