.page{background-color:var(--theme_bg);position:absolute;inset:0;animation:page-enter .3s ease-out both}@keyframes page-enter{0%{opacity:0}to{opacity:1}}
