.mjr-editor{border:1px solid var(--mjr-border,#e0e0e0);background:var(--mjr-bg,#fff);color:var(--mjr-fg,#1e1e1e);box-sizing:border-box;border-radius:6px;flex-direction:column;width:100%;min-width:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;display:flex;overflow:hidden}.mjr-toolbar{border-bottom:1px solid var(--mjr-border,#e0e0e0);background:var(--mjr-gutter-bg,#f5f5f5);flex-wrap:wrap;align-items:center;gap:4px;min-height:36px;padding:6px 8px;display:flex}.mjr-toolbar__modes{gap:2px;display:flex}.mjr-toolbar__mode-btn{border:1px solid var(--mjr-border,#e0e0e0);color:var(--mjr-fg,#1e1e1e);cursor:pointer;white-space:nowrap;background:0 0;border-radius:4px;padding:4px 12px;font-size:13px;line-height:1.4;transition:background-color .15s,border-color .15s}.mjr-toolbar__mode-btn:hover{background:var(--mjr-selection,#0000000f)}.mjr-toolbar__mode-btn--active{background:var(--mjr-bg,#fff);border-color:var(--mjr-cursor,#007acc);color:var(--mjr-cursor,#007acc);font-weight:600}.mjr-toolbar__separator{background:var(--mjr-border,#e0e0e0);width:1px;height:20px;margin:0 4px}.mjr-toolbar__btn{min-width:32px;color:var(--mjr-fg,#1e1e1e);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:14px;line-height:1.4;transition:background-color .15s;display:inline-flex}.mjr-toolbar__btn:hover:not(:disabled){background:var(--mjr-selection,#0000000f)}.mjr-toolbar__btn:disabled{opacity:.4;cursor:default}.mjr-toolbar__btn--active{background:var(--mjr-selection,#00000014);border-color:var(--mjr-border,#e0e0e0)}.mjr-search{border-bottom:1px solid var(--mjr-border,#e0e0e0);background:var(--mjr-gutter-bg,#f5f5f5);flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;font-size:13px;display:flex}.mjr-search__input-group{background:var(--mjr-bg,#fff);border:1px solid var(--mjr-border,#e0e0e0);border-radius:4px;flex:1;align-items:center;gap:6px;min-width:0;padding:3px 8px;transition:border-color .15s;display:flex}.mjr-search__input-group:focus-within{border-color:var(--mjr-cursor,#007acc);box-shadow:0 0 0 2px #007acc26}.mjr-search__icon{color:var(--mjr-gutter-fg,#999);flex-shrink:0}.mjr-search__input{min-width:80px;color:var(--mjr-fg,#1e1e1e);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:13px;line-height:1.5}.mjr-search__input::placeholder{color:var(--mjr-gutter-fg,#999)}.mjr-search__count{color:var(--mjr-gutter-fg,#999);white-space:nowrap;flex-shrink:0;padding:0 2px;font-size:11px}.mjr-search__options{gap:2px;display:flex}.mjr-search__option-btn{border:1px solid var(--mjr-border,#e0e0e0);color:var(--mjr-gutter-fg,#999);cursor:pointer;background:0 0;border-radius:3px;justify-content:center;align-items:center;padding:2px 6px;font-family:SF Mono,Fira Code,Menlo,Consolas,monospace;font-size:12px;font-weight:600;line-height:1.4;transition:background-color .1s,border-color .1s,color .1s;display:inline-flex}.mjr-search__option-btn:hover{background:var(--mjr-selection,#0000000f);color:var(--mjr-fg,#1e1e1e)}.mjr-search__option-btn--active{background:var(--mjr-cursor,#007acc);border-color:var(--mjr-cursor,#007acc);color:#fff}.mjr-search__option-btn--active:hover{background:var(--mjr-cursor,#007acc);color:#fff;opacity:.9}.mjr-search__nav{gap:2px;display:flex}.mjr-search__nav-btn{border:1px solid var(--mjr-border,#e0e0e0);width:24px;height:24px;color:var(--mjr-fg,#1e1e1e);cursor:pointer;background:0 0;border-radius:3px;justify-content:center;align-items:center;padding:0;transition:background-color .1s;display:inline-flex}.mjr-search__nav-btn:hover:not(:disabled){background:var(--mjr-selection,#0000000f)}.mjr-search__nav-btn:disabled{opacity:.3;cursor:default}.mjr-search__close{width:24px;height:24px;color:var(--mjr-gutter-fg,#999);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:0;transition:background-color .1s,color .1s;display:inline-flex}.mjr-search__close:hover{background:var(--mjr-selection,#0000000f);color:var(--mjr-fg,#1e1e1e)}.mjr-editor__content{flex:1;min-height:0;display:flex;overflow:hidden}.mjr-editor__panel{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-width:0;overflow:auto}.mjr-editor__panel--half{flex:50%;min-width:0}.mjr-editor__panel--half+.mjr-editor__panel--half{border-left:1px solid var(--mjr-border,#e0e0e0)}.mjr-code-editor{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;tab-size:2;width:100%;height:100%;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;position:relative;overflow:auto}.mjr-code__display{pointer-events:none;white-space:pre;min-height:100%;padding:8px 0}.mjr-code__textarea{color:#0000;width:100%;height:100%;caret-color:var(--mjr-cursor,#007acc);font:inherit;line-height:inherit;tab-size:inherit;resize:none;white-space:pre;box-sizing:border-box;-webkit-overflow-scrolling:touch;background:0 0;border:none;outline:none;margin:0;padding:8px 8px 8px 50px;position:absolute;top:0;left:0;overflow:hidden}.mjr-code__line{min-height:1.5em;padding:0 8px;display:flex}.mjr-code__line--error{background:#ff000014}.mjr-code__line-number{text-align:right;width:40px;min-width:40px;color:var(--mjr-gutter-fg,#999);-webkit-user-select:none;user-select:none;flex-shrink:0;padding-right:8px;display:inline-block}.mjr-code__line-content{flex:1;min-width:0}.mjr-code__error-tooltip{background:var(--mjr-error,#f44336);color:#fff;pointer-events:none;z-index:10;word-break:break-word;border-radius:4px;max-width:80%;padding:4px 10px;font-size:12px;position:absolute;right:12px}.mjr-syn-key{color:var(--mjr-key,#0451a5)}.mjr-syn-string{color:var(--mjr-string,#a31515)}.mjr-syn-number{color:var(--mjr-number,#098658)}.mjr-syn-boolean{color:var(--mjr-boolean,#00f)}.mjr-syn-null{color:var(--mjr-null,#00f);font-style:italic}.mjr-syn-bracket{color:var(--mjr-bracket,#383838)}.mjr-syn-punctuation{color:var(--mjr-fg,#1e1e1e)}.mjr-code__match{color:inherit;background:#ffd50059;border-radius:2px;padding:0;display:inline}.mjr-code__match--active{background:#ffa50099;border-radius:2px;outline:1.5px solid #ff8c00cc}.mjr-tree__match{color:inherit;background:#ffd50066;border-radius:2px;padding:0 1px}.mjr-tree-editor{box-sizing:border-box;min-width:100%;min-height:100%;padding:12px 8px;font-family:SF Mono,Fira Code,Fira Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;display:inline-block;overflow:visible}.mjr-tree-editor--empty{justify-content:center;align-items:center;display:flex}.mjr-tree__empty{color:var(--mjr-gutter-fg,#999);flex-direction:column;align-items:center;gap:12px;padding:32px 16px;display:flex}.mjr-tree__empty p{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}.mjr-tree-node{position:relative}.mjr-tree__row{cursor:default;white-space:nowrap;border-radius:4px;align-items:center;gap:4px;min-height:28px;padding:2px 6px;transition:background-color .1s;display:flex}.mjr-tree__row:hover{background:var(--mjr-tree-hover,#00000009)}.mjr-tree__arrow{width:18px;height:18px;color:var(--mjr-gutter-fg,#999);cursor:default;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .1s;display:inline-flex}.mjr-tree__arrow--expandable{cursor:pointer;color:var(--mjr-fg,#1e1e1e)}.mjr-tree__arrow--expandable:hover{background:var(--mjr-selection,#00000014)}.mjr-tree__arrow-spacer{width:12px;display:inline-block}.mjr-tree__chevron{flex-shrink:0;transition:transform .15s}.mjr-tree__chevron--open{transform:rotate(90deg)}.mjr-tree__content{flex:none;align-items:center;gap:4px;display:flex}.mjr-tree__key{color:var(--mjr-key,#0451a5);white-space:nowrap;flex-shrink:0;font-weight:500}.mjr-tree__key--editable{cursor:pointer;border-radius:2px;margin:0 -2px;padding:0 2px;transition:background-color .1s}.mjr-tree__key--editable:hover{background:var(--mjr-selection,#0000000f)}.mjr-tree__index{color:var(--mjr-gutter-fg,#999);font-style:italic;font-weight:400}.mjr-tree__colon{color:var(--mjr-fg,#1e1e1e);opacity:.4;flex-shrink:0;margin:0 2px}.mjr-tree__value{white-space:nowrap}.mjr-tree__value--editable{cursor:pointer;border-radius:2px;margin:0 -3px;padding:1px 3px;transition:background-color .1s}.mjr-tree__value--editable:hover{background:var(--mjr-selection,#0000000f)}.mjr-tree__value--string{color:var(--mjr-string,#a31515)}.mjr-tree__value--number{color:var(--mjr-number,#098658)}.mjr-tree__value--boolean{color:var(--mjr-boolean,#00f)}.mjr-tree__value--null{color:var(--mjr-null,#00f);font-style:italic}.mjr-tree__preview{align-items:center;gap:3px;display:inline-flex}.mjr-tree__bracket{color:var(--mjr-bracket,#383838);font-weight:500}.mjr-tree__ellipsis{color:var(--mjr-gutter-fg,#999);padding:0 4px;font-size:11px;font-style:italic}.mjr-tree__badge{text-transform:uppercase;letter-spacing:.4px;background:var(--mjr-type-badge-bg,#e8e8e8);color:var(--mjr-gutter-fg,#666);cursor:pointer;appearance:none;border:1px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:1px 6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:600;line-height:1.4;display:inline-flex}.mjr-tree__badge--ro{cursor:default}.mjr-badge--string{color:#a31515;background:#a315151a;border-color:#a3151533}.mjr-badge--number{color:#098658;background:#0986581a;border-color:#09865833}.mjr-badge--boolean{color:#00c;background:#0000ff14;border-color:#0000ff26}.mjr-badge--null{color:#666;background:#8080801f;border-color:#80808033}.mjr-badge--object{color:#0451a5;background:#0451a51a;border-color:#0451a533}.mjr-badge--array{color:#8b008b;background:#8000801a;border-color:#80008033}.mjr-tree__actions{opacity:0;flex-shrink:0;align-items:center;gap:2px;margin-left:4px;transition:opacity .15s;display:flex}.mjr-tree__row:hover .mjr-tree__actions{opacity:1}.mjr-tree__delete{width:22px;height:22px;color:var(--mjr-gutter-fg,#999);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:background-color .1s,color .1s;display:inline-flex}.mjr-tree__delete:hover{color:var(--mjr-error,#f44336);background:#f443361a}.mjr-tree__children{border-left:1px solid var(--mjr-tree-line,#0000001a);margin-left:9px;padding-left:12px;position:relative}.mjr-tree__close-bracket{align-items:center;min-height:24px;padding:1px 6px;display:flex}.mjr-tree__input{border:1px solid var(--mjr-cursor,#007acc);font-family:inherit;font-size:inherit;line-height:inherit;background:var(--mjr-bg,#fff);color:var(--mjr-fg,#1e1e1e);border-radius:3px;outline:none;padding:1px 6px;box-shadow:0 0 0 2px #007acc33}.mjr-tree__input--key{max-width:160px;color:var(--mjr-key,#0451a5);font-weight:500}.mjr-tree__input--value{flex:1;min-width:60px;max-width:300px}.mjr-tree__add-btn{border:1px dashed var(--mjr-border,#d0d0d0);color:var(--mjr-gutter-fg,#999);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:5px 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.mjr-tree__add-btn:hover{border-color:var(--mjr-cursor,#007acc);color:var(--mjr-cursor,#007acc);background:#007acc0a}.mjr-tree__add-btn--root{margin-top:8px;margin-left:24px}.mjr-status-bar{border-top:1px solid var(--mjr-border,#e0e0e0);background:var(--mjr-gutter-bg,#f5f5f5);flex-wrap:wrap;align-items:center;gap:8px;min-height:24px;padding:4px 10px;font-size:12px;display:flex}.mjr-status-bar__indicator{align-items:center;gap:4px;display:flex}.mjr-status--error .mjr-status-bar__icon{color:var(--mjr-error,#f44336)}.mjr-status--warning .mjr-status-bar__icon{color:var(--mjr-warning,#ff9800)}.mjr-status--valid .mjr-status-bar__icon{color:var(--mjr-success,#4caf50)}.mjr-status-bar__separator{opacity:.3}.mjr-status-bar__cursor,.mjr-status-bar__stats,.mjr-status-bar__size{white-space:nowrap}@media (width<=768px){.mjr-editor{font-size:13px}.mjr-editor__content--responsive-stack{flex-direction:column}.mjr-editor__content--responsive-stack .mjr-editor__panel--half{flex:50%;min-height:0}.mjr-editor__content--responsive-stack .mjr-editor__panel--half+.mjr-editor__panel--half{border-left:none;border-top:1px solid var(--mjr-border,#e0e0e0)}.mjr-toolbar{gap:3px;padding:4px 6px}.mjr-toolbar__mode-btn{padding:3px 8px;font-size:12px}.mjr-toolbar__btn{min-width:28px;padding:3px 6px;font-size:13px}.mjr-toolbar__separator{margin:0 2px}.mjr-code-editor{font-size:12px}.mjr-code__line-number{width:32px;min-width:32px;padding-right:6px}.mjr-code__textarea{padding-left:42px}.mjr-tree-editor{padding:8px 4px;font-size:12px}.mjr-tree__children{margin-left:6px;padding-left:10px}.mjr-status-bar{gap:6px;padding:3px 8px;font-size:11px}}@media (width<=480px){.mjr-editor{border-radius:4px;font-size:12px}.mjr-editor__content--responsive-stack{flex-direction:column}.mjr-toolbar{gap:2px;padding:4px}.mjr-toolbar__mode-btn{padding:3px 6px;font-size:11px}.mjr-toolbar__btn{min-width:24px;padding:2px 5px;font-size:12px}.mjr-toolbar__separator{display:none}.mjr-tree__actions{opacity:1}.mjr-tree-editor{padding:6px 2px;font-size:11px}.mjr-tree__children{margin-left:4px;padding-left:8px}.mjr-tree__badge{padding:0 4px;font-size:9px}.mjr-tree__add-btn{padding:4px 10px;font-size:12px}.mjr-tree__add-btn--root{margin-left:12px}.mjr-status-bar__stats,.mjr-status-bar__size{display:none}.mjr-code__error-tooltip{max-width:90%;font-size:11px;right:6px}}.json-source.mjr-editor{height:100%;font-family:var(--font-sans);background:var(--background);color:var(--foreground);border:none;border-radius:0;font-size:.875rem}.json-source .mjr-toolbar{display:none}.json-source .mjr-search,.json-source .mjr-status-bar,.json-source .mjr-tree__empty p,.json-source .mjr-tree__add-btn,.json-source .mjr-tree__badge{font-family:var(--font-display)}.json-source .mjr-code-editor,.json-source .mjr-tree-editor,.json-source .mjr-search__input,.json-source .mjr-tree__input{font-family:var(--font-mono);font-variant-ligatures:none;font-synthesis:none}.json-source .mjr-code-editor,.json-source .mjr-tree-editor{font-size:.875rem;line-height:1.625}.json-source .mjr-search__option-btn:focus-visible,.json-source .mjr-search__nav-btn:focus-visible,.json-source .mjr-search__close:focus-visible{outline:2px solid var(--destructive);outline-offset:2px}.json-source .mjr-search{border-bottom:1px solid var(--border);background:var(--card);padding:.4rem .5rem}.json-source .mjr-search__input-group{border:2px solid var(--input);border-radius:var(--radius);background:var(--field-bg);box-shadow:none}.json-source .mjr-search__input-group:focus-within{border-color:var(--ring);box-shadow:var(--moloo-shadow-sm)}.json-source .mjr-search__option-btn,.json-source .mjr-search__nav-btn{border:2px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground)}.json-source .mjr-search__option-btn--active{background:var(--secondary);border-color:var(--border);color:var(--secondary-foreground)}.json-source .mjr-search__option-btn--active:hover{background:var(--secondary);color:var(--secondary-foreground);opacity:1}.json-source .mjr-code__display{padding:1.5rem 0}.json-source .mjr-code__line{min-height:1.625em;padding:0 1.5rem}.json-source .mjr-code__line-number{width:2.5rem;min-width:2.5rem;padding-right:.75rem}.json-source .mjr-code__textarea{caret-color:var(--foreground);padding:1.5rem}.json-source--readonly .mjr-code__textarea{cursor:text}.json-source .mjr-code-editor:has(.mjr-code__line-number) .mjr-code__textarea{padding-left:4rem}.json-source .mjr-code__line--error{background:color-mix(in oklab, var(--destructive) 10%, transparent)}.json-source .mjr-code__error-tooltip{background:var(--destructive);color:var(--primary-foreground);border-radius:var(--radius);font-family:var(--font-sans)}.json-source .mjr-code__match,.json-source .mjr-tree__match{background:color-mix(in oklab, var(--accent) 45%, transparent);outline:none}.json-source .mjr-code__match--active{background:color-mix(in oklab, var(--accent) 70%, transparent);outline:1.5px solid var(--accent)}.json-source .mjr-tree-editor{padding:1.25rem 1rem}.json-source .mjr-tree__row{border-radius:var(--radius);min-height:1.75rem}.json-source .mjr-tree__badge{border:2px solid var(--border);border-radius:var(--radius);background:var(--muted);height:1.25rem;color:var(--muted-foreground);letter-spacing:-.02em;text-transform:none;padding:0 .4rem;font-size:.625rem;font-weight:700}.json-source .mjr-badge--string,.json-source .mjr-badge--null{background:var(--muted);color:var(--muted-foreground);border-color:var(--border)}.json-source .mjr-badge--number{background:color-mix(in oklab, var(--accent) 22%, transparent);color:var(--foreground);border-color:color-mix(in oklab, var(--accent) 40%, var(--border))}.json-source .mjr-badge--boolean,.json-source .mjr-badge--object,.json-source .mjr-badge--array{background:color-mix(in oklab, var(--primary) 16%, transparent);color:var(--foreground);border-color:color-mix(in oklab, var(--primary) 35%, var(--border))}.json-source .mjr-tree__input{border:2px solid var(--ring);border-radius:var(--radius);background:var(--field-bg);box-shadow:var(--moloo-shadow-sm)}.json-source .mjr-tree__add-btn{border:2px dashed var(--border);border-radius:var(--radius);letter-spacing:-.02em;font-weight:700}.json-source .mjr-tree__add-btn:hover{border-color:var(--primary);color:var(--primary);background:color-mix(in oklab, var(--primary) 8%, transparent)}.json-source .mjr-tree__delete:hover{background:color-mix(in oklab, var(--destructive) 12%, transparent);color:var(--destructive)}.json-source .mjr-status-bar{border-top:1px solid var(--border);background:var(--card);min-height:1.75rem;color:var(--muted-foreground);font-family:var(--font-mono);padding:.25rem .75rem;font-size:.75rem}.json-source .mjr-editor__panel--half+.mjr-editor__panel--half{border-left-color:var(--border)}
