/* 奖励说明管理预览 */

.rewards-preview-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 16px;
  font-size: 11px;
  color: #bbb;
  max-height: 520px;
  overflow-y: auto;
}
.rw-header { display: flex; justify-content: space-between; margin-bottom: 14px; }
.rw-title { font-size: 15px; font-weight: 700; color: #fff; }
.rw-sub { font-size: 10px; color: #666; margin-top: 2px; }
.rw-close { color: #666; font-size: 14px; }
.rw-section {
  background: #252525; border-radius: 10px; padding: 12px;
  margin-bottom: 12px; border: 1px solid rgba(255,255,255,0.06);
}
.rw-section.gold { border-color: rgba(201,168,0,0.35); }
.rw-section.blue { border-color: rgba(94,179,246,0.35); }
.rw-section.red { border-color: rgba(248,113,113,0.35); background: rgba(248,113,113,0.05); }
.rw-sec-head { font-weight: 600; margin-bottom: 8px; font-size: 12px; }
.rw-sec-head.gold { color: #c9a800; }
.rw-sec-head.blue { color: #5eb3f6; }
.rw-sec-head.red { color: #f87171; }
.rw-rank { display: flex; gap: 8px; margin-bottom: 6px; align-items: flex-start; }
.rw-rank-num {
  width: 20px; height: 20px; border-radius: 50%; font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rw-rank-num.n1 { background: #c9a800; color: #000; }
.rw-rank-num.n2 { background: #9ca3af; color: #000; }
.rw-rank-num.n3 { background: #d97706; color: #000; }
.rw-gift { display: flex; gap: 6px; margin-bottom: 5px; }
.rw-process { display: flex; gap: 8px; margin-bottom: 6px; }
.rw-num {
  width: 18px; height: 18px; border-radius: 50%; background: #c9a800; color: #000;
  font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rw-footer { margin-top: 8px; padding-top: 6px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 9px; color: #888; }
.rw-bullet { display: flex; gap: 4px; margin-bottom: 4px; }
.rw-dot { color: #c9a800; font-size: 6px; margin-top: 3px; }

.reward-item-row {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 8px;
}
