
/* Prevent decorative overlays from blocking taps */
.header-glow, .top-glass, .safe-overlay { pointer-events: none; }
.header-glow > *, .top-glass > * { pointer-events: auto; }

/* Keep sign-in on top; keep FAB below */
#googleSignIn, #altSignIn { position: relative; z-index: 30; }
.fab, .whatsapp-fab { z-index: 20; }

/* Respect iOS safe area */
body { padding-top: env(safe-area-inset-top); }
.header { padding-top: calc(env(safe-area-inset-top) + 8px); }

/* Kill rogue click guards */
a.block-cover, .click-guard { pointer-events: none !important; background: transparent !important; }
