#splash{position:fixed;inset:0;background:#111;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;animation:fadeOut .8s ease forwards;animation-delay:1.5s}#splash img{width:100px;margin-bottom:15px;animation:logoGlow 2s infinite alternate}#splash h1{font-size:28px;color:#daa520;margin:0}#splash p{font-size:14px;margin:5px 0 15px;color:#ccc}.loader span{display:inline-block;width:8px;height:8px;background:#e23744;border-radius:50%;margin:0 4px;animation:bounce 1.2s infinite ease-in-out}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes logoGlow{0%{filter:drop-shadow(0 0 5px goldenrod)}to{filter:drop-shadow(0 0 15px goldenrod)}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@keyframes floatPulse{0%{transform:translateY(0);box-shadow:0 0 12px #e2374499}50%{transform:translateY(-5px);box-shadow:0 0 22px #e23744e6}to{transform:translateY(0);box-shadow:0 0 12px #e2374499}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif}
