/* Macro Research Workbench — front-end baseline (no-JS fallback + root reset).
   The full UI styling ships in the built mrwb-frontend.css. Everything here is
   scoped under .mrwb-root so it never leaks into the host theme. */
.mrwb-root { box-sizing: border-box; color: #0b1f33; line-height: 1.55; }
.mrwb-root *, .mrwb-root *::before, .mrwb-root *::after { box-sizing: border-box; }
.mrwb-fallback { border: 1px solid #d7dee8; border-radius: 12px; padding: 20px; background: #f7fafc; }
.mrwb-fallback__scope { font-weight: 600; margin: 0 0 8px; }
.mrwb-fallback__loading { color: #5b6472; margin: 0 0 12px; }
.mrwb-disclaimer { font-size: 12px; color: #5b6472; margin: 0; }
