html,body{height:100%;margin:0;overflow:hidden}:root{--scrollbar-bg: #eeeaea;--scrollbar-thumb: #bbb;--json-key: #3b82f6;--json-string: #22c55e;--json-number: #a855f7;--json-mark: #71717a;--line-number-color: #888;--annotation-highlight: yellow}.dark{--scrollbar-bg: #2d3748;--scrollbar-thumb: #4a5568;--json-key: #60a5fa;--json-string: #4ade80;--json-number: #c084fc;--json-mark: #a0aec0;--line-number-color: #9ca3af;--annotation-highlight: rgba(255, 215, 0, .3)}::-webkit-scrollbar{width:6px;height:6px;background-color:var(--scrollbar-bg)}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:6px;border:none}::-webkit-scrollbar-track{background:transparent}#grab{cursor:grab}#grab:active{cursor:grabbing}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.json-key{color:var(--json-key)}.json-string{color:var(--json-string)}.json-number{color:var(--json-number)}.json-mark{color:var(--json-mark)}[contenteditable=true]:focus{outline:none}[data-empty-line]:empty:before{content:" ";display:inline-block}.line-node{white-space:nowrap;min-height:1.6em}.line-node:before{left:0;width:2.5rem;color:var(--line-number-color);-webkit-user-select:none;user-select:none}.annotation{background:var(--annotation-highlight);text-decoration-line:underline;text-decoration-thickness:3px;text-underline-offset:3px}
