.current-quest-editor { margin-top: 1rem; border: 1px solid #39d7ff44; padding: 1rem; background: #090d15; }
.current-quest-editor summary { cursor: pointer; color: #39d7ff; font-weight: 800; }
.current-quest-editor p { color: #abb6ce; line-height: 1.6; }
.current-quest-fields { display: grid; gap: .8rem; margin-block: 1rem; }
.current-quest-fields label { display: grid; gap: .35rem; color: #b7c4dc; font-size: .85rem; }
.current-quest-fields input, .current-quest-fields textarea { box-sizing: border-box; width: 100%; min-width: 0; border: 1px solid #45516a; padding: .7rem; background: #090d15; color: #f5f6fa; font: inherit; }
.current-quest-fields textarea { resize: vertical; }
.current-quest-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.current-quest-review { border-left: 3px solid #41ff74; background: #151325; margin-block: 1rem; padding: 1rem; overflow-wrap: anywhere; }
.current-quest-review h4 { margin: 0 0 .65rem; color: #41ff74; }
.current-quest-review strong { color: #fff; }
.current-quest-editor [hidden] { display: none !important; }
.current-quest-status { min-height: 1.5em; font-size: .85rem; }
