/* BenchPad P161 — remove only artificial outer top padding on standard internal pages.
   Real device cutouts remain protected by env(safe-area-inset-top). */
html{margin-top:0!important;padding-top:0!important}
body[data-bp-page]{margin-top:0!important;padding-top:env(safe-area-inset-top,0px)!important}
