.text-workshop {max-width:1000px;margin:auto;color:#183128}
.edit-scene {display:block;width:100%;height:auto;aspect-ratio:1000/240;object-fit:contain}
.edit-status,.edit-tools,.edit-actions {display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:16px 0}
.edit-status {justify-content:space-between;border-block:1px solid #b9c8c0;padding:14px 0}
.edit-actions button,.edit-status button {min-height:44px;padding:10px 16px;border:1px solid #637b70;border-radius:6px;background:#fff;color:#183128;font:600 16px Arial,sans-serif;cursor:pointer}
.edit-actions button.primary-action {width:auto;background:#1d6977;color:white;border-color:#1d6977}
.edit-actions button:disabled {opacity:.6;cursor:default}
.edit-notes,.edit-targets {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.edit-notes label {font-weight:700;min-width:0}
.edit-notes input {display:block;box-sizing:border-box;width:100%;min-width:0;margin-top:8px;border:2px solid #708779;border-radius:6px;padding:14px 10px;font:20px ui-monospace,monospace;color:#172e25;background:white;letter-spacing:0}
.edit-notes input:focus {border-color:#25698f;outline:3px solid #b7ddf3;outline-offset:3px}
.edit-notes input:disabled {background:#edf4ef;color:#334b3d;opacity:1}
.edit-targets p {margin:8px 0;padding:12px 0;border-bottom:2px solid #acbfd0;overflow-wrap:anywhere}
.edit-targets strong {font-family:ui-monospace,monospace;white-space:pre-wrap}
.edit-tools button {width:48px;height:48px;padding:0;display:grid;place-items:center;font-size:28px;line-height:1;border:1px solid #637b70;border-radius:6px;background:#fff;color:#183128;cursor:pointer}
.text-workshop button:focus-visible {outline:3px solid #25698f;outline-offset:3px}
.edit-tools button:hover {background:#e5f1f8}
.edit-clipboard {border-left:4px solid #856200;padding:12px 16px;background:#fff8db;margin:16px 0}
.edit-clipboard output {display:block;margin-top:8px;font-family:ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere;min-height:24px}
#edit-selection,#edit-active {min-height:24px;overflow-wrap:anywhere}
#edit-feedback {min-height:48px;font-weight:700;padding:12px;border-left:4px solid #217343;background:#edf7ee}
#edit-feedback.is-error {color:#842c24;background:#fff0ee;border-color:#aa3c31}
#edit-hint-text {padding:12px 0;border-block:1px solid #b9c8c0}
.text-workshop [hidden] {display:none!important}
@media(max-width:600px){.edit-notes,.edit-targets{grid-template-columns:minmax(0,1fr);gap:12px}.edit-tools{gap:8px}.edit-actions{align-items:stretch}.edit-actions button{max-width:100%;white-space:normal}.edit-scene{min-height:92px}}
@media print{.edit-tools,.edit-actions,.edit-status button,#edit-start,#edit-again{display:none}}
