/* The Crafted Persona — Shared background (Manbg.webp + dark overlay) */
body {
    background: #1B1B1B url('/Manbg.webp') center top/cover no-repeat fixed !important;
}
body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(27,27,27,0.55);
    z-index: 0;
    pointer-events: none;
}
body > * {
    position: relative;
    z-index: 1;
}
