/* Override to hide Manus branding */
[class*="manus-branding"],
[id*="manus-branding"],
a[href*="manus.space"],
a[href*="manus.ai"],
a[href*="Made with Manus"],
a:contains("Made with Manus") {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}
