:root{ color-scheme: light; }
.reveal{ transform: translateY(16px); opacity:.0; transition:.6s ease;}
.reveal.on{ transform: translateY(0); opacity:1;}
.text-balance{ text-wrap: balance; }
.text-pretty{ text-wrap: pretty; }
.safe-bottom{ padding-bottom: calc(env(safe-area-inset-bottom) + .75rem); }