::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}@keyframes vtFadeOut{0%{opacity:1}to{opacity:0}}@keyframes vtFadeIn{0%{opacity:0}to{opacity:1}}::view-transition-old(.vtContent){animation:.12s ease-out both vtFadeOut}::view-transition-new(.vtContent){animation:.12s ease-out both vtFadeIn}@media(prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}}*{box-sizing:border-box;-webkit-tap-highlight-color:#0000;scrollbar-width:thin;scrollbar-color:#eeeeee0a #0000;margin:0}::-webkit-scrollbar{background:0 0;width:8px}::-webkit-scrollbar-thumb{background:#eeeeee0a;border-radius:4px}html,body{background-color:#111}body h1{margin:0}body button{cursor:pointer;background-color:#0000;border:none}main{min-height:100vh}