/* 结果区显示层模块（FRONTEND_MODULES.md 4.2）。卡片、网格、预览层的基础样式仍在 styles.css；这里只放模块自己新增的部分。 */
.r2-result-notice { white-space:pre-wrap; color:#71431a; margin:8px 0; }
.r2-result-notice:empty { display:none; }
.r2-result-notice[data-type="error"] { color:#b4232f; }
.r2-result-actions { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0; }
.r2-result-actions[hidden] { display:none !important; }
.r2-result-actions button { padding:8px 12px; border:1px solid #9cabb8; border-radius:7px; background:#f8fafc; color:#182b3c; cursor:pointer; font:inherit; }
.r2-result-actions button:disabled { opacity:.5; cursor:default; }
.r2-generation-choice { border:1px solid #9cabb8; border-radius:12px; max-width:min(90vw,520px); padding:24px; }
.r2-generation-choice::backdrop { background:rgb(0 0 0 / 35%); }
.r2-generation-choice p { white-space:pre-wrap; }
.r2-generation-choice button { margin-right:8px; }
