html{font-size:14px}body{width:100vw;max-width:100vw;height:100vh;margin:0;font-family:Roboto,sans-serif;overflow:hidden}html[data-auto-advance-hold] body>*{visibility:hidden}html[data-auto-advance-hold] body:after{content:"";top:50%;background-color:gray;width:32px;height:32px;margin:-16px 0 0 -16px;animation:1.2s ease-in-out infinite autoAdvanceHoldSpinner;position:absolute;inset-inline-start:50%}@keyframes autoAdvanceHoldSpinner{0%{transform:perspective(120px)rotateX(0)rotateY(0)}50%{transform:perspective(120px)rotateX(-180deg)rotateY(0)}to{transform:perspective(120px)rotateX(-180deg)rotateY(-180deg)}}@media (prefers-reduced-motion:reduce){html[data-auto-advance-hold] body:after{animation:none}}
