/* Shared navigation gesture; no layout or styling changes to destination pages. */
html.trt-arriving::after{content:'';position:fixed;inset:0;background:#ff5b28;z-index:2147483646;pointer-events:none;animation:trt-uncover 0s 2s forwards}
.trt-page-wipe{position:fixed;inset:0;width:100%;height:100%;z-index:2147483647;pointer-events:none;visibility:hidden}
.trt-page-wipe.is-active{visibility:visible}
@keyframes trt-uncover{to{visibility:hidden}}
@media(prefers-reduced-motion:reduce){html.trt-arriving::after,.trt-page-wipe{display:none}}
