.json-folding-container{position:relative;display:flex!important;background:var(--bg-secondary)!important;font-family:var(--font-mono);font-size:.875rem;line-height:1.6;min-height:400px!important;flex:1!important;border-radius:0 0 8px 8px;overflow:hidden;width:100%!important;height:100%!important}.json-folding-gutter{width:20px;background:var(--bg-secondary);border-right:1px solid var(--border-color);position:relative;-webkit-user-select:none;user-select:none;flex-shrink:0}.json-fold-button{position:absolute;width:16px;height:16px;background:#0000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:8px;color:var(--text-tertiary);border-radius:2px;transition:all .2s ease;z-index:10;right:2px}.json-fold-button:hover{background:var(--bg-tertiary);color:var(--text-secondary);transform:scale(1.1)}.json-fold-button:active{transform:scale(.95)}.json-fold-button.expanded{color:var(--text-secondary)}.json-fold-button.expanded:before{content:"▼";font-size:8px;line-height:1}.json-fold-button.collapsed{color:var(--primary-color)}.json-fold-button.collapsed:before{content:"▶";font-size:8px;line-height:1}.json-fold-line{position:absolute;left:8px;width:1px;background:var(--border-color);opacity:.6;transition:opacity .2s ease;z-index:1}.json-fold-button:hover+.json-fold-line,.json-fold-line:hover{opacity:1;background:var(--primary-color)}.line-number{height:1.6em;display:flex;align-items:center;justify-content:flex-end;position:relative;transition:all .2s ease;font-family:var(--font-mono);font-size:.8125rem;line-height:1.6}.line-number.foldable{color:var(--text-secondary);font-weight:500}.line-number.foldable:hover{color:var(--text-primary)}.line-number.hidden{display:none}.json-folded-content{background:var(--bg-tertiary);padding:2px 6px;border-radius:3px;margin-left:4px;display:inline-block}.json-fold-hint,.json-folded-content{color:var(--text-tertiary);font-style:italic;font-size:.75rem}.json-fold-hint{position:absolute;left:100%;top:0;margin-left:8px;opacity:.8;pointer-events:none;z-index:5}@media (max-width:768px){.json-folding-gutter{width:18px}.json-fold-button{width:14px;height:14px;font-size:7px}.json-fold-button.collapsed:before,.json-fold-button.expanded:before{font-size:7px}}[data-theme=dark] .json-folding-gutter{background:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .json-fold-button{color:var(--text-tertiary)}[data-theme=dark] .json-fold-button:hover{background:var(--bg-tertiary);color:var(--text-secondary)}[data-theme=dark] .json-fold-button.collapsed{color:var(--primary-light)}[data-theme=dark] .json-fold-line{background:var(--border-color)}[data-theme=dark] .json-fold-button:hover+.json-fold-line,[data-theme=dark] .json-fold-line:hover{background:var(--primary-light)}[data-theme=dark] .line-number.foldable{color:var(--text-secondary)}[data-theme=dark] .line-number.foldable:hover{color:var(--text-primary)}[data-theme=dark] .json-folded-content{background:var(--bg-tertiary);color:var(--text-tertiary)}[data-theme=dark] .json-fold-hint{color:var(--text-tertiary)}@keyframes foldCollapse{0%{max-height:1000px;opacity:1}to{max-height:0;opacity:0}}@keyframes foldExpand{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.json-fold-collapsing{animation:foldCollapse .2s ease-out forwards;overflow:hidden}.json-fold-expanding{animation:foldExpand .2s ease-out forwards;overflow:hidden}.json-fold-disabled{opacity:.5;pointer-events:none}.json-fold-tooltip{position:absolute;background:var(--bg-primary);color:var(--text-primary);padding:4px 8px;border-radius:4px;font-size:.75rem;box-shadow:var(--shadow-md);z-index:1000;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none}.json-fold-tooltip.visible{opacity:1}