/* 5.8.9 — canonical core pages: fast, single-view, soft page entry */
body[data-motion-page="about"] main,
body[data-motion-page="docs"] main,
body[data-motion-page="tahlil"] main{animation:core589In .28s cubic-bezier(.2,.75,.25,1) both}
body.core589-leaving main{animation:core589Out .11s ease both!important;pointer-events:none}
@keyframes core589In{from{opacity:.25;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes core589Out{to{opacity:.18;transform:translateY(4px)}}
@media(prefers-reduced-motion:reduce){body[data-motion-page] main,body.core589-leaving main{animation:none!important}}
