:root{font-family:Mozilla Text,sans-serif;font-size:14px;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:30px;min-width:320px;min-height:100vh;display:flex;align-items:center;place-items:center;text-align:center;justify-content:center}h1{font-size:3.2em;line-height:1.1}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{display:inline-block;width:1ch;animation:blink 1s step-end infinite}.splash-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .5s ease-out}.splash-content{animation:fadeInText .5s ease-out}.splash-content.fade-out{animation:fadeOutText .8s ease-in forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInText{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOutText{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}
