/* v21：纯文本版专属样式（独立抽屉 #aiDrawerText，不再依赖 body.phase1-mode） */
/* v21：快捷提示（在 AI 气泡内，替代快捷卡） */
.quick-hint-list { margin-top: 10px; font-size: 13px; color: #666; line-height: 1.8; }
.quick-hint-list b { color: #da2634; font-weight: 600; }
/* v21：纯文本结构化块（替代交互卡片，无背景/边框/内边距） */
.pure-block { margin: 4px 0 4px 0; padding: 0; background: transparent; border: none; border-radius: 0; font-size: 13px; color: #374151; line-height: 1.85; }
.pure-block .pure-title { font-weight: 500; color: #1f2937; margin-bottom: 2px; }
.pure-block .pure-lines { display: flex; flex-direction: column; gap: 4px; }
.pure-block .pure-line { font-size: 13px; padding: 0; }
.pure-block .pure-tip { margin-top: 2px; color: #999; font-size: 12px; }
.quick-title-bar { background: #ffebd0; border-radius: 10px; padding: 10px; text-align: center; font-size: 18px; font-weight: 700; letter-spacing: 2px; }
