/* PageForge – gescopter Body-Wrapper.
   Erbt Theme-Schrift/Farbe, kapselt aber das Box-Modell, damit Claude-HTML
   vorhersehbar rendert, ohne Theme-Layout zu stören. */
.pf-root { box-sizing: border-box; width: 100%; }
.pf-root *, .pf-root *::before, .pf-root *::after { box-sizing: border-box; }
.pf-root img, .pf-root video, .pf-root svg { max-width: 100%; height: auto; }
.pf-root figure { margin: 0; }

.pf-empty {
    max-width: 720px; margin: 60px auto; padding: 28px; text-align: center;
    color: #64748b; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 12px;
}
