#bonsai-debugger { position: fixed; right: 12px; bottom: 12px; z-index: 2147483647; font: 13px monospace; color: #fff; }
#bonsai-debugger button { padding: 7px 10px; border: 0; border-radius: 4px; background: #7b1e1e; color: inherit; cursor: pointer; }
#bonsai-debugger section { width: min(540px, calc(100vw - 24px)); margin-top: 6px; padding: 10px; border: 1px solid #8f3131; border-radius: 5px; background: #1f1f1f; }
#bonsai-debugger pre { max-height: 250px; overflow: auto; white-space: pre-wrap; color: #ffd4d4; }
