/* results.css - 结果卡片、提示词框、文字提示、标签 */
.results { display: none; }
.result-card { background: #fff; border-radius: 12px; border: 0.5px solid #e0e0d8; padding: 18px; margin-bottom: 12px; }
.result-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 8px; }
.result-title { font-size: 13px; font-weight: 500; }
.prompt-box { background: #f8f8f5; border-radius: 8px; padding: 14px; font-size: 13px; line-height: 1.85; color: #1a1a1a; border-left: 2px solid #1a1a1a; white-space: pre-wrap; word-break: break-all; }
.prompt-box[contenteditable]:hover { background: #f0f0eb; border-left-color: #1565c0; }
.prompt-box[contenteditable]:focus { background: #fff; border-left-color: #1565c0; box-shadow: 0 0 0 2px rgba(21,101,192,0.15); }
.text-tip { background: #f0f7ff; border-radius: 8px; padding: 12px 14px; margin-top: 10px; font-size: 12px; color: #444; line-height: 1.7; }
.text-tip strong { color: #1565c0; }
.tip-plain { background: #f9f9f6; }
.scene-tag { display: inline-block; background: #1a1a1a; color: #fff; font-size: 12px; padding: 3px 10px; border-radius: 100px; margin-right: 5px; margin-bottom: 5px; }
.style-tag { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 12px; padding: 3px 10px; border-radius: 100px; margin-right: 5px; margin-bottom: 5px; }
