﻿  .json-tree {
            padding: 15px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 4px;
            min-height: 300px;
            overflow: auto;
            font-family: monospace;
        }
        .error {
            color: red;
            margin-top: 10px;
        }
        .tree-node {
            margin-left: 15px;
        }
        .tree-key {
            color: #d14;
            font-weight: bold;
        }
        .tree-index {
            color: #666;
            font-weight: bold;
        }
        .tree-string {
            color: #090;
        }
        .tree-number {
            color: #164;
        }
        .tree-boolean {
            color: #219;
        }
        .tree-null {
            color: #708;
        }
        .tree-toggle {
            cursor: pointer;
            margin-right: 5px;
            user-select: none;
        }
        .collapsed .tree-children {
            display: none;
        }
        .tree-brace, .tree-bracket {
            color: #666;
            font-weight: bold;
        }
        .empty-node {
            color: #999;
            font-style: italic;
        }

.result-section {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    overflow: auto;
}

.diff-added {
    background-color: #e6ffec;
    color: #22863a;
}

.diff-removed {
    background-color: #ffebee;
    color: #b71c1c;
    text-decoration: line-through;
}

.diff-changed {
    background-color: #fff8e1;
    color: #ff8f00;
}

.diff-unchanged {
    color: #333;
}

.error {
    color: red;
    margin-top: 10px;
}

.diff-line {
    margin: 2px 0;
    padding: 2px 5px;
    font-family: monospace;
    white-space: pre-wrap;
}

h2 {
    margin-top: 0;
}

.summary {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-weight: bold;
}

    .summary span {
        margin-right: 15px;
    }

.added-count {
    color: #22863a;
}

.removed-count {
    color: #b71c1c;
}

.changed-count {
    color: #ff8f00;
}

.diff-section {
    margin-bottom: 20px;
}

    .diff-section h3 {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
        margin-top: 0;
    }

.json-key {
    color: brown;
}

.json-string {
    color: green;
}

.json-number {
    color: blue;
}

.json-boolean {
    color: red;
}

.json-null {
    color: gray;
}

.json-tree {
    padding: 15px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 300px;
    overflow: auto;
    font-family: monospace;
}

.error {
    color: red;
    margin-top: 10px;
}

.tree-node {
    margin-left: 15px;
}

.tree-key {
    color: #d14;
    font-weight: bold;
}

.tree-index {
    color: #666;
    font-weight: bold;
}

.tree-string {
    color: #090;
}

.tree-number {
    color: #164;
}

.tree-boolean {
    color: #219;
}

.tree-null {
    color: #708;
}

.tree-toggle {
    cursor: pointer;
    margin-right: 5px;
    user-select: none;
}

.collapsed .tree-children {
    display: none;
}

.tree-brace, .tree-bracket {
    color: #666;
    font-weight: bold;
}

.empty-node {
    color: #999;
    font-style: italic;
}

   