/* Ensure JSON textarea respects dark mode (Unfold theme) */
.dark .gateway-config-json,
html.dark .gateway-config-json,
[data-theme="dark"] .gateway-config-json {
    background-color: #1e293b !important;
    color: #f1f5f9 !important;
    border-color: #475569 !important;
}
