:root{--bg: #f5f6f8;--surface: #ffffff;--text: #1a1d23;--muted: #6b7280;--border: #e2e5ea;--accent: #2563eb;--row-hover: rgba(37, 99, 235, .06);--match-bg: rgba(250, 204, 21, .35);--tree-line: #e2e5ea;--key-color: #7c3aed;--string-color: #16794e;--number-color: #b45309;--boolean-color: #0369a1;--null-color: #9ca3af;--error-bg: #fef2f2;--error-text: #b91c1c;--error-border: #fecaca}:root.dark{--bg: #14161a;--surface: #1c1f26;--text: #e6e8ec;--muted: #9199a6;--border: #2a2e37;--accent: #60a5fa;--row-hover: rgba(96, 165, 250, .1);--match-bg: rgba(250, 204, 21, .25);--tree-line: #2a2e37;--key-color: #c4b5fd;--string-color: #6ee7b7;--number-color: #fbbf24;--boolean-color: #7dd3fc;--null-color: #6b7280;--error-bg: #2a1518;--error-text: #fca5a5;--error-border: #5b2328}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background .15s ease,color .15s ease}button{font-family:inherit;cursor:pointer}
