.json-editor-wrapper{position:relative;width:100%}.json-editor{width:100%;min-height:300px;border:1px solid #333;border-radius:6px;padding:1rem;resize:vertical;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;-moz-tab-size:2;tab-size:2;background-color:#111;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 19.6px;background-attachment:local;background-position:0 9.8px;color:#f1f1f1;line-height:19.6px;padding-top:10px;transition:all .3s ease;white-space:pre-wrap;word-break:break-word;color:#ccc!important}.json-editor:focus{outline:2px solid var(--text-primary, #f1c40f);outline-offset:2px;background-color:#0a0a0a}.json-editor.valid{border-color:#27ae60}.json-editor.invalid{border-color:#e74c3c;background-color:#e74c3c0d}.json-editor .error-highlight{background-color:#e74c3c33;border-bottom:2px wavy #e74c3c}.json-validation-message{margin-top:.5rem;padding:.5rem;border-radius:4px;font-size:.875rem;font-family:system-ui,-apple-system,sans-serif}.json-validation-message.error{background-color:#e74c3c1a;color:#e74c3c;border:1px solid rgba(231,76,60,.3)}.json-validation-message.success{background-color:#27ae601a;color:#27ae60;border:1px solid rgba(39,174,96,.3)}.json-escape-suggestions{position:absolute;background:#1e1e1e;border:1px solid #444;border-radius:4px;padding:.5rem;box-shadow:0 4px 6px #0000004d;z-index:1000;max-width:300px}.json-escape-suggestions h4{margin:0 0 .5rem;font-size:.875rem;color:#f1c40f}.json-escape-suggestions .suggestion{padding:.25rem .5rem;margin:.25rem 0;background:#2a2a2a;border-radius:3px;cursor:pointer;font-family:monospace;font-size:.875rem}.json-escape-suggestions .suggestion:hover{background:#3a3a3a;color:#f1c40f}.json-escape-suggestions .suggestion code{color:#27ae60}.json-editor-modal .json-editor{min-height:400px;width:80ch}.json-editor-modal.expanded .json-editor{height:70vh!important}.json-editor-with-lines{display:flex;position:relative}.json-line-numbers{position:absolute;left:0;top:10px;padding:0 .5rem;color:#666;font-family:inherit;font-size:inherit;line-height:19.6px;-webkit-user-select:none;user-select:none;pointer-events:none}.json-editor-with-lines .json-editor{padding-left:3rem}.json-editor .json-key{font-weight:600;color:#4a9eff}.json-editor .json-value{font-weight:400;color:#ccc}.json-editor .json-value[contenteditable=true]:focus{outline:none;background-color:#e6e6e6;color:#000;border-radius:2px;box-shadow:0 0 0 2px #e6e6e6}
