.editor-mode-controls{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.editor-mode-button{min-height:44px;padding:.55rem .9rem;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--text);font:inherit;font-weight:700;cursor:pointer}.editor-mode-button[aria-pressed="true"]{border-color:#18B99A;background:rgba(24,185,154,.12);color:#CFFAF0}.editor-workspace{display:grid;grid-template-columns:1fr;gap:1rem;min-width:0}.editor-workspace[data-mode="preview"]>.editor-source{display:none}.editor-workspace[data-mode="edit"]>.editor-preview{display:none}.editor-preview{min-width:0;border:1px solid var(--line);border-radius:10px;background:#0A1633;overflow:hidden}.editor-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--line)}.editor-preview-heading h3{margin:0;font-size:1rem}.preview-badge{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#18B99A}.editor-preview-status{padding:.7rem 1rem;color:var(--muted);font-size:.85rem}.editor-preview-body{padding:1rem;min-width:0;overflow:hidden}.editor-preview-body .post-content{max-width:none}.editor-preview-body img{display:block;max-width:100%;height:auto}.editor-preview-body .code-block{max-width:100%}.editor-preview-body pre{max-width:100%;overflow-x:auto}.preview-validation{margin:0 1rem 1rem;padding:.75rem 1rem;border:1px solid #92400e;border-radius:8px;background:rgba(146,64,14,.12)}.preview-validation:empty{display:none}.preview-validation li{margin:.25rem 0}.preview-image-warning{display:block;margin:.4rem 0;color:#fbbf24;font-size:.85rem}.editor-submission-guidance{margin:.75rem 0 0;color:var(--muted);font-size:.88rem}.status-pending_review{color:#fbbf24}.edit-panel{max-width:min(1320px,calc(100vw - 32px))}.edit-panel-body{min-width:0}@media(min-width:1000px){.editor-workspace[data-mode="split"]{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}}@media(max-width:999px){.editor-workspace[data-mode="split"]{grid-template-columns:1fr}.editor-workspace[data-mode="split"]>.editor-source,.editor-workspace[data-mode="split"]>.editor-preview{display:block}}@media(max-width:520px){.editor-mode-controls{position:sticky;top:0;z-index:2;padding:.5rem 0;background:#0A1633}.editor-mode-button{flex:1 1 auto}.editor-preview-body{padding:.75rem}}
