/* Minimal overrides (Bootstrap provides layout/colors) */
body{font-family:Segoe UI, Roboto, Arial, sans-serif; margin:0; padding:0; background:#f8f9fa}
main{padding-top:8px}
.grid{display:none} /* legacy class hidden; Bootstrap tables used instead */

/* JSON rendering uses Bootstrap utilities now; no custom JSON styles remain */

/* JSON pretty-print and collapse/expand */
.json-details{margin:0 0 8px 0}
.json-meta{font-size:12px;color:#666;margin-bottom:6px}
.json-pre{background:#0b1220;color:#e6eef8;padding:10px;border-radius:6px;font-family:Consolas, Monaco, monospace;font-size:13px;line-height:1.3;white-space:pre-wrap;overflow:auto;margin:0}
.json-pre.collapsed{max-height:10em;overflow:hidden;position:relative}
.json-toggle{display:inline-block;margin-top:6px;font-size:13px;cursor:pointer;color:#2b6cb0;background:none;border:0;padding:0}
.json-toggle:focus{outline:2px solid rgba(43,108,176,0.15);border-radius:4px}
