html.ui-first-paint,html.ui-first-paint body{color:#000;background:#fff}html.ui-first-paint[data-theme=dark],html.ui-first-paint[data-theme=dark] body{color:#fff;background:#000}html.ui-first-paint body>:not(#navbar):not(.skip-link):not(script):not(style):not(link){opacity:0}@keyframes ui-page-enter{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translate(0,0)}}html.ui-page-enter body>:not(#navbar):not(.skip-link):not(script):not(style):not(link){will-change:opacity, transform;animation:.82s cubic-bezier(.22,.1,.18,1) both ui-page-enter}html.ui-motion-disabled.ui-page-enter body>:not(#navbar):not(.skip-link):not(script):not(style):not(link){opacity:1;animation:none;transform:none}@media (prefers-reduced-motion:reduce){html.ui-page-enter body>:not(#navbar):not(.skip-link):not(script):not(style):not(link){opacity:1;animation:none;transform:none}}