/* breakthrough.css — 突破页面纯文字+颜色布局 */

#page-breakthrough {
  padding: 10px;
}

.bt-card {
  background: #252525;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}

.bt-title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

.bt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.bt-label {
  font-size: 13px;
  color: #aaa;
}

.bt-value {
  font-size: 14px;
  font-weight: bold;
}

.bt-record {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #333;
}

.bt-record:last-child {
  border-bottom: none;
}

.bt-empty {
  text-align: center;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  padding: 20px 0;
}
