/* Bloom Mixer editing layer — intentionally separate from the compact game stylesheet. */
.bloom-review-editor{position:fixed;inset:0;z-index:20;display:none!important;overflow:auto;margin:0;padding:24px;background:rgba(53,42,35,.58);backdrop-filter:blur(9px)}
.bloom-review-editor.open{display:grid!important;place-items:center}
.bloom-editor-dialog{width:min(1180px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:24px;border:1px solid #f0d8c9;border-radius:28px;background:#fffaf6;box-shadow:0 28px 80px rgba(44,30,22,.28)}
.review-editor-head{align-items:flex-start}
.review-editor-head-actions,.bloom-editor-actions{display:flex;align-items:center;gap:8px}
.review-editor-head-actions{justify-content:flex-end}
.review-editor-grid{margin-top:14px}
.review-editor-grid label{font-size:11px}
.review-editor-grid label small{float:right;color:#a18473;font-size:9px;text-transform:none}
.review-editor-grid textarea{min-height:360px;background:#fff;font-size:11px}
.bloom-editor-actions{justify-content:flex-end;margin-top:8px}
.bloom-editor-actions .btn{min-width:170px}
.bloom-review-result [contenteditable="true"]{padding:9px 12px;border-radius:12px;background:#fff;outline:3px solid rgba(244,119,67,.35);cursor:text}
.bloom-review-result [contenteditable="true"]:focus{outline-color:#f47743}
@media(max-width:900px){.bloom-review-editor{padding:10px}.bloom-editor-dialog{max-height:calc(100vh - 20px);padding:17px;border-radius:20px}.review-editor-grid textarea{min-height:180px}}
