/* ============================================
   v36 报告 section / dim / deleted / actions / refused / reveal
   补全 v36-report.css 缺失部分
   ============================================ */

/* ----- 通用 section ----- */
.v36-section {
  margin: 16px 0;
  padding: 14px 16px 16px 16px;
  background: #fff;
  border: 1px solid #d1d5db;
  border-left: 4px solid #1a1a1a;
  position: relative;
}
.v36-section-1 { border-left-color: #1a1a1a; }
.v36-section-2 { border-left-color: #2563eb; }
.v36-section-3 { border-left-color: #059669; }
.v36-section-4 { border-left-color: #6b7280; background: #f9fafb; }
.v36-section-5 { border-left-color: #dc2626; background: #fef2f2; }
.v36-section-6 { border-left-color: #f59e0b; background: #fffbeb; }
.v36-section-7 { border-left-color: #1a1a1a; background: #1a1a1a; color: #fafafa; }

.v36-section-num {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.06);
  letter-spacing: -2px;
  font-family: var(--mono, monospace);
}
.v36-section-7 .v36-section-num { color: rgba(255, 255, 255, 0.1); }

.v36-section-head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #d1d5db;
}
.v36-section-7 .v36-section-head { border-bottom-color: rgba(255, 255, 255, 0.2); }

.v36-section-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #1a1a1a;
  letter-spacing: 1px;
}
.v36-section-7 .v36-section-title { color: #fafafa; }

.v36-section-hint {
  font-size: 10px;
  color: #6b7280;
  font-style: italic;
  letter-spacing: 0;
}
.v36-section-7 .v36-section-hint { color: #9ca3af; }

/* ----- section 1 原始输入 ----- */
.v36-raw {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  background: #fafafa;
  border: 1px dashed #9ca3af;
  font-size: 12px;
  line-height: 1.6;
}
.v36-raw-img {
  padding: 4px 8px;
  background: #e5e7eb;
  color: #1a1a1a;
  font-size: 11px;
  font-style: italic;
}
.v36-raw-text {
  font-family: var(--mono, monospace);
  color: #1a1a1a;
  white-space: pre-wrap;
  word-break: break-word;
}

/* ----- section 2 分类策略 ----- */
.v36-strategy {
  padding: 4px 0;
}
.v36-strategy-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.v36-strategy-label { color: #6b7280; font-size: 11px; letter-spacing: 0.5px; }
.v36-strategy-context {
  font-size: 16px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: 0.5px;
}
.v36-strategy-style {
  font-size: 10px;
  color: #6b7280;
  font-style: italic;
  padding: 2px 6px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}
.v36-strategy-rationale {
  padding: 8px 10px;
  background: #f3f4f6;
  border-left: 3px solid #2563eb;
  font-size: 11px;
  color: #374151;
  line-height: 1.5;
}

/* ----- section 3 维度 ----- */
.v36-dim-radar { margin: 10px 0 14px 0; }
.v36-dim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px;
}
.v36-dim {
  background: #fff;
  border: 1px solid #d1d5db;
  border-top: 3px solid #059669;
  padding: 10px 12px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.v36-dim-head {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
}
.v36-dim-num { color: #6b7280; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.v36-dim-name { color: #1a1a1a; font-weight: 700; font-size: 12px; flex: 1; }
.dim-score {
  font-size: 12px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 2px;
  font-family: var(--mono, monospace);
}
.dim-score-high { background: #d1fae5; color: #065f46; }
.dim-score-mid  { background: #fef3c7; color: #92400e; }
.dim-score-low  { background: #fee2e2; color: #991b1b; }
.dim-score-overflow { background: #1a1a1a; color: #dc2626; font-size: 13px; }

.v36-dim-overflow {
  padding: 6px 8px;
  background: #1a1a1a;
  color: #fafafa;
  font-size: 10px;
  line-height: 1.4;
  border-left: 3px solid #dc2626;
}
.v36-dim-overflow-label { color: #f59e0b; font-weight: 700; }
.v36-dim-overflow-num   { color: #dc2626; font-weight: 700; font-size: 14px; }
.v36-dim-overflow-msg   { color: #d1d5db; margin-top: 2px; }

.v36-dim-rationale {
  font-size: 11px;
  color: #374151;
  line-height: 1.5;
  padding: 4px 0;
}
.v36-dim-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-top: 4px;
  border-top: 1px dashed #e5e7eb;
}
.v36-dim-ev-empty { color: #9ca3af; font-size: 10px; font-style: italic; }
.v36-dim-ev-tag {
  padding: 2px 6px;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #1a1a1a;
  font-size: 10px;
  font-family: var(--mono, monospace);
}

/* ----- section 4 删除维度 ----- */
.v36-deleted-list, .v36-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v36-deleted-item {
  padding: 6px 10px;
  background: #f3f4f6;
  border-left: 3px solid #6b7280;
  font-size: 11px;
  color: #6b7280;
  text-decoration: line-through;
  text-decoration-color: #9ca3af;
  font-style: italic;
}

/* ----- section 5 系统动作 ----- */
.v36-actions-item {
  padding: 6px 10px;
  background: #fef2f2;
  border-left: 3px solid #dc2626;
  font-size: 11px;
  color: #991b1b;
  font-weight: 600;
}

/* ----- section 6 REFUSED ----- */
.v36-refused {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 12px;
  background: #fffbeb;
  border: 1px solid #f59e0b;
  font-size: 11px;
}
.v36-refused-badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: var(--mono, monospace);
  background: #1a1a1a;
  color: #fafafa;
  align-self: flex-start;
}
.v36-refused-generated  { background: #059669; }
.v36-refused-pending    { background: #f59e0b; }
.v36-refused-unanswerable { background: #dc2626; }
.v36-refused-hint {
  color: #6b7280;
  font-size: 10px;
  font-style: italic;
}

/* ----- section 7 反向揭示 ----- */
.v36-reveal {
  font-size: 12px;
  line-height: 1.7;
  color: #fafafa;
  padding: 4px 0;
  font-family: var(--mono, monospace);
}

/* ----- footer ----- */
.v36-footer {
  margin-top: 16px;
  padding: 10px 12px;
  background: #1a1a1a;
  color: #9ca3af;
  font-size: 10px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.5px;
}
.v36-footer-label { color: #6b7280; }
