.markdown-editor{max-width:1440px;margin-inline:auto}.markdown-editor h1{font-size:1.35rem;overflow-wrap:anywhere}.markdown-editor__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.markdown-editor__source,.markdown-editor__preview{min-width:0}.markdown-editor textarea{display:block;width:100%;min-height:65vh;margin-top:6px;padding:14px;border:1px solid #c9cdd2;border-radius:6px;background:#fff;color:var(--ink);font:14px/1.5 "SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;resize:vertical;tab-size:4}.markdown-editor textarea:focus{outline:3px solid #ff980040;border-color:var(--orange)}.markdown-editor__preview{min-height:65vh;padding:14px;border:1px solid #c9cdd2;border-radius:6px;background:#fff}.markdown-editor__preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid #e2e5e9}.markdown-editor__preview h2{margin:0 0 10px;font-size:1.1rem}.markdown-editor__preview-status{color:#667085;font-size:.85rem}.markdown-editor__preview-status.is-loading{color:#7a4a08}.markdown-editor__preview-content{min-width:0}.markdown-editor__preview-error{margin:12px 0 0;color:#9d1c1c;font-weight:600}.markdown-editor__actions{display:flex;align-items:center;gap:12px;margin-top:16px}.markdown-editor__actions .admin-action{margin-top:5px}@media(max-width:720px){.markdown-editor__workspace{grid-template-columns:minmax(0,1fr)}.markdown-editor textarea,.markdown-editor__preview{min-height:55vh}.markdown-editor__actions{align-items:stretch;flex-direction:column}.markdown-editor__actions button,.markdown-editor__actions .admin-action{width:100%;justify-content:center}}
