.json-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--tool-border-color)}.json-toolbar-group{display:flex;gap:.5rem;flex-wrap:wrap}.json-editor-container{display:flex;gap:1.5rem;min-height:500px}.json-editor-pane{flex:1;display:flex;flex-direction:column;border:1px solid var(--tool-border-color);border-radius:var(--border-radius-sm);overflow:hidden;background:#fff}.pane-header{background:#f8f9fa;padding:.5rem 1rem;border-bottom:1px solid var(--tool-border-color);font-weight:600;color:var(--text-color);display:flex;justify-content:space-between;align-items:center}.CodeMirror{height:100%;min-height:460px;font-family:'Fira Code',Consolas,monospace;font-size:14px;line-height:1.5}.CodeMirror-lint-tooltip{z-index:10000}@media (max-width:768px){.json-editor-container{flex-direction:column}.json-toolbar{flex-direction:column;align-items:stretch}.json-toolbar-group{justify-content:center}}