.json-virtual-tree{contain:layout paint style;position:relative}.json-virtual-tree__spacer{min-width:100%;position:relative}.json-virtual-tree__window{left:0;min-width:100%;position:absolute;top:0;width:-moz-max-content;width:max-content}.json-virtual-tree__closing,.json-virtual-tree__node{height:32px}.json-virtual-tree__node .json-tree-node__row{height:32px;min-height:32px}.json-virtual-tree__closing{line-height:32px;min-height:32px}.json-formatter{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:22px;box-shadow:0 18px 45px #11182714;overflow:hidden;position:relative}.json-formatter-pane__footer,.json-formatter-pane__header,.json-formatter__header,.json-formatter__settings,.json-tree__toolbar{align-items:center;display:flex;gap:14px;justify-content:space-between}.json-formatter__header{border-bottom:1px solid #eceff4;padding:18px 20px}.json-formatter__brand,.json-formatter__modes,.json-formatter__options,.json-formatter__result-actions,.json-formatter__top-actions,.json-tree-node__actions,.json-tree__toolbar-actions{align-items:center;display:flex;gap:8px}.json-formatter__brand{min-width:0}.json-formatter__brand-icon{align-items:center;background:#ea55551a;border-radius:14px;color:var(--danger-color);display:inline-flex;flex:0 0 42px;height:42px;justify-content:center;width:42px}.json-formatter__brand-icon svg{height:24px;width:24px}.json-formatter-pane h3,.json-formatter__brand h2,.json-formatter__empty p,.json-formatter__eyebrow,.json-formatter__file-error{margin:0}.json-formatter__eyebrow{color:#6b7280;font-size:12px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.json-formatter__brand h2{font-size:19px;line-height:1.25;margin-top:3px}.json-formatter__settings{background:#f8fafc;border-bottom:1px solid #eceff4;flex-wrap:wrap;padding:12px 20px}.json-formatter__options{flex-wrap:wrap}.json-formatter__indent-select{width:150px}.json-formatter__workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:clamp(580px,68vh,720px);min-width:0;overflow:hidden}.json-formatter-pane{display:grid;grid-template-rows:auto minmax(0,1fr) auto;height:100%;min-height:0;min-width:0;overflow:hidden}.json-formatter-pane--input{border-right:1px solid #e5e7eb}.json-formatter-pane__header{border-bottom:1px solid #eceff4;min-height:66px;padding:12px 16px}.json-formatter-pane__header--result{flex-wrap:wrap}.json-formatter-pane h3{font-size:16px;margin-top:2px}.json-formatter-pane__hint,.json-formatter-pane__meta{color:#6b7280;font-size:12px}.json-code-editor{--json-editor-font-size:14px;--json-editor-line-height:23.1px;background:#fcfcfd;display:grid;grid-template-columns:54px minmax(0,1fr);min-height:0;min-width:0;overflow:hidden;position:relative}.json-code-editor:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #ea55552e!important}.json-code-editor--invalid{background:snow}.json-code-editor__gutter{background:#f5f7fa;border-right:1px solid #e5e7eb;color:#9ca3af;min-width:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3}.json-code-editor--invalid .json-code-editor__gutter{background:#fff1f2;border-right-color:#fecaca}.json-code-editor__line-numbers{display:flex;flex-direction:column;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:calc(var(--json-editor-font-size) - 2px);left:0;line-height:var(--json-editor-line-height);position:absolute;right:0;text-align:right}.json-code-editor__line-numbers span{flex:0 0 var(--json-editor-line-height);height:var(--json-editor-line-height);padding-right:11px}.json-code-editor__line-number--active{color:#475569;font-weight:800}.json-code-editor__surface{min-height:0;min-width:0;overflow:hidden;position:relative}.json-code-editor__active-line{background:#e2e8f06b;left:0;pointer-events:none;position:absolute;right:0;z-index:0}.json-code-editor--invalid .json-code-editor__active-line{background:#fecaca38}.json-code-editor__highlight,.json-code-editor__textarea{border:0;border-radius:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:var(--json-editor-font-size);height:100%;inset:0;line-height:var(--json-editor-line-height);margin:0;padding:18px;position:absolute;-moz-tab-size:2;-o-tab-size:2;tab-size:2;white-space:pre;width:100%}.json-code-editor__highlight{background:transparent;bottom:auto;color:#334155;height:auto;min-height:100%;min-width:100%;overflow:visible;pointer-events:none;right:auto;transform-origin:top left;width:-moz-max-content;width:max-content;z-index:1}.json-code-editor__highlight code{font:inherit}.json-code-editor__textarea{background:transparent;caret-color:#dc2626;color:transparent;outline:0;overflow:auto;resize:none;z-index:2;-webkit-text-fill-color:transparent;scrollbar-color:#c7cbd2 transparent;scrollbar-width:thin}.json-code-editor__textarea::-moz-placeholder{color:#9ca3af;-webkit-text-fill-color:#9ca3af}.json-code-editor__textarea::placeholder{color:#9ca3af;-webkit-text-fill-color:#9ca3af}.json-code-editor__textarea::-moz-selection{background:#60a5fa4d;color:transparent;-webkit-text-fill-color:transparent}.json-code-editor__textarea::selection{background:#60a5fa4d;color:transparent;-webkit-text-fill-color:transparent}.json-code-editor__textarea--plain{color:#334155;-webkit-text-fill-color:#334155}.json-code-editor__textarea--plain::-moz-selection{color:#334155;-webkit-text-fill-color:#334155}.json-code-editor__textarea--plain::selection{color:#334155;-webkit-text-fill-color:#334155}.json-code-editor__token--key{color:#7c3aed}.json-code-editor__token--string{color:#047857}.json-code-editor__token--number{color:#1d4ed8}.json-code-editor__token--boolean{color:#b45309;font-weight:700}.json-code-editor__token--null{color:#64748b;font-style:italic}.json-code-editor__token--punctuation{color:#334155;font-weight:700}.json-code-editor__token--plain{color:#334155}.json-code-editor__font-controls,.json-code-editor__header-actions,.json-code-editor__status{align-items:center;display:flex;gap:8px;min-width:0}.json-code-editor__header-actions{flex-wrap:wrap;justify-content:flex-end}.json-code-editor__font-controls{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:3px}.json-code-editor__font-controls button{align-items:center;background:transparent;border:0;border-radius:8px;color:#4b5563;cursor:pointer;display:inline-flex;height:30px;justify-content:center;padding:0;width:30px}.json-code-editor__font-controls button:hover:not(:disabled){background:#ea555517;color:var(--danger-color)}.json-code-editor__font-controls button:disabled{cursor:not-allowed;opacity:.35}.json-code-editor__font-controls button svg{height:19px;width:19px}.json-code-editor__font-controls>span{color:#6b7280;font-size:11px;font-weight:800;min-width:38px;text-align:center;white-space:nowrap}.json-code-editor__footer{flex-wrap:wrap}.json-code-editor__status{flex:1;flex-wrap:wrap}.json-code-editor__caret-position,.json-code-editor__highlight-note{color:#6b7280;font-size:12px;white-space:nowrap}.json-code-editor__highlight-note{color:#b45309;font-weight:700}.json-formatter-pane__footer{background:#fff;border-top:1px solid #eceff4;min-height:48px;padding:8px 14px}.json-formatter__issue,.json-formatter__valid{align-items:center;display:inline-flex;font:inherit;font-size:13px;gap:8px;min-width:0}.json-formatter__valid{color:#15803d;font-weight:700}.json-formatter__issue>svg,.json-formatter__valid svg{flex:0 0 19px;height:19px;width:19px}.json-formatter__issue{background:transparent;border:0;color:#b91c1c;cursor:pointer;padding:0;text-align:left}.json-formatter__issue:disabled{cursor:default}.json-formatter__issue span{min-width:0;overflow-wrap:anywhere}.json-formatter__tabs{background:#f1f3f6;border-radius:10px;padding:3px}.json-formatter__tab,.json-formatter__tabs button{background:transparent;border:0;border-radius:8px;color:#6b7280;cursor:pointer;font:inherit;font-size:13px;font-weight:800;min-height:34px;padding:0 11px}.json-formatter__tabs .json-formatter__tab--active{background:#fff;color:#111827}.json-tree{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.json-tree__toolbar{background:#fcfcfd;border-bottom:1px solid #eceff4;padding:10px 12px}.json-tree__search{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:11px;display:flex;flex:1;gap:7px;max-width:420px;min-height:38px;min-width:0;padding:0 10px}.json-tree__search:focus-within{border-color:#ea555566;box-shadow:0 0 0 3px #ea555514}.json-tree__search>svg{color:#9ca3af;flex:0 0 18px;height:18px;width:18px}.json-tree__search input{background:transparent;border:0;color:#111827;font:inherit;font-size:13px;min-width:0;outline:0;width:100%}.json-tree__search input::-webkit-search-cancel-button,.json-tree__search input::-webkit-search-decoration{appearance:none;-webkit-appearance:none}.json-tree__search input::-ms-clear{display:none}.json-tree__search-count{color:#6b7280;font-size:12px;white-space:nowrap}.json-tree-node__action,.json-tree__search button,.json-tree__toolbar-actions button{align-items:center;background:transparent;border:0;border-radius:9px;color:#6b7280;cursor:pointer;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;padding:0;width:34px}.json-tree__search button{flex-basis:26px;height:26px;width:26px}.json-tree-node__action:hover,.json-tree__toolbar-actions button:hover:not(:disabled){background:#ea555517;color:var(--danger-color)}.json-tree__toolbar-actions button:disabled{cursor:not-allowed;opacity:.4}.json-tree-node__action svg,.json-tree__toolbar-actions svg{height:18px;width:18px}.json-tree__scroll{background:#fff;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:#c7cbd2 transparent;scrollbar-width:thin}.json-tree-node__row{align-items:center;border-left:3px solid transparent;display:flex;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;min-height:32px;min-width:100%;padding:2px 12px 2px calc(10px + var(--json-tree-depth)*20px)}.json-tree-node__row:hover{background:#f8fafc}.json-tree-node--match>.json-tree-node__row{background:#fff8d9}.json-tree-node--current>.json-tree-node__row{background:#ffedc4;border-left-color:var(--danger-color)}.json-tree-node__toggle,.json-tree-node__toggle-spacer{flex:0 0 24px;height:24px;width:24px}.json-tree-node__toggle{align-items:center;background:transparent;border:0;border-radius:7px;color:#6b7280;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.json-tree-node__toggle:hover{background:#eceff4;color:#111827}.json-tree-node__toggle svg{height:17px;width:17px}.json-tree-node__key{color:#8b3fb3;font-weight:700;white-space:pre}.json-tree-node__separator{color:#9ca3af;margin-right:6px}.json-tree-node__summary{align-items:baseline;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:7px;padding:0}.json-tree-node__bracket{color:#374151;font-weight:800}.json-tree-node__count{color:#9ca3af;font-size:11px}.json-tree-node__value{overflow-wrap:anywhere;white-space:pre-wrap}.json-tree-node__value--string{color:#067647}.json-tree-node__value--number{color:#1d4ed8}.json-tree-node__value--boolean{color:#b45309;font-weight:700}.json-tree-node__value--null{color:#6b7280;font-style:italic}.json-tree-node__actions{margin-left:8px;opacity:0;transition:opacity .16s ease}.json-tree-node__row:focus-within .json-tree-node__actions,.json-tree-node__row:hover .json-tree-node__actions{opacity:1}.json-tree-node__action{flex-basis:27px;height:27px;width:27px}.json-tree-node__closing{color:#374151;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;font-weight:800;line-height:24px;min-height:24px;padding-left:calc(38px + var(--json-tree-depth)*20px)}.json-result-text{background:#fcfcfd;min-height:0;min-width:0;overflow:auto}.json-result-text pre{margin:0;min-width:-moz-max-content;min-width:max-content;padding:18px}.json-result-text code{color:#172033;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.65;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.json-formatter__empty{align-items:center;color:#6b7280;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:0;padding:32px;text-align:center}.json-formatter__empty>svg{color:#c4c9d2;height:46px;width:46px}.json-formatter__empty strong{color:#374151;font-size:16px}.json-formatter__empty--error strong,.json-formatter__empty--error>svg{color:#b91c1c}.json-formatter__file-input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.json-formatter__drop-overlay{align-items:center;background:#fffffff0;color:var(--danger-color);display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:10}.json-formatter__drop-overlay svg{height:54px;width:54px}.json-formatter__file-error{background:#fef2f2;border-top:1px solid #fecaca;color:#b91c1c;font-size:13px;font-weight:700;padding:10px 16px}@media(max-width:980px){.json-formatter__workspace{grid-template-columns:minmax(0,1fr);height:auto;overflow:visible}.json-formatter-pane{height:clamp(480px,68vh,620px)}.json-formatter-pane--input{border-bottom:1px solid #dfe3e8;border-right:0}}@media(max-width:700px){.json-formatter{border-radius:18px}.json-formatter__header,.json-formatter__settings{align-items:stretch;flex-direction:column;padding:14px}.json-formatter__modes,.json-formatter__top-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.json-formatter__modes .UiButton,.json-formatter__top-actions .UiButton{width:100%}.json-formatter__modes .UiButton:first-child{grid-column:1/-1}.json-formatter__options{display:grid;gap:12px;grid-template-columns:minmax(0,1fr)}.json-formatter__indent-select{width:100%}.json-formatter-pane{height:clamp(440px,64vh,540px)}.json-formatter-pane--input .json-formatter-pane__header{align-items:flex-start;flex-direction:column}.json-code-editor__header-actions{justify-content:space-between;width:100%}.json-formatter-pane__header--result{align-items:flex-start;flex-direction:column}.json-formatter__result-actions{width:100%}.json-formatter__tabs{display:grid;flex:1;grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.json-tree__toolbar{align-items:stretch;flex-direction:column}.json-tree__search{max-width:none}.json-tree__toolbar-actions{justify-content:flex-end}.json-tree-node__actions{opacity:1}}@media(max-width:420px){.json-formatter__top-actions{grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.json-tree-node__actions{transition:none}}
