.json-string { color: #22c55e; } /* Green */
.json-number { color: #f97316; } /* Orange */
.json-boolean { color: #3b82f6; } /* Blue */
.json-null { color: #ef4444; } /* Red */
.json-key { color: #38bdf8; font-weight: 600; } /* Cyan */
.highlight-box { white-space: pre-wrap; font-family: 'Courier New', Courier, monospace; background: #0f172a; padding: 1.5rem; border-radius: 8px; color: #e2e8f0; height: 100%; min-height: 250px; overflow-x: auto; line-height: 1.6; font-size: 0.95rem; border: 1px solid var(--border); }
