.site-branding{position:fixed;top:5%;left:50%;transform:translateX(-50%);z-index:9999;cursor:pointer}.site-title{display:flex;gap:.8em;justify-content:center;align-items:center;margin:0}.title-part{display:inline-block;font-family:'AirportMono',monospace,sans-serif;color:#fff;font-size:40px;text-transform:uppercase;font-weight:700;letter-spacing:.1em;opacity:0;will-change:transform,opacity}@keyframes move-towards-center-left{0%{opacity:0;transform:translateX(-100vw)}20%{opacity:1}100%{opacity:1;transform:translateX(0)}}@keyframes move-towards-center-right{0%{opacity:0;transform:translateX(100vw)}20%{opacity:1}100%{opacity:1;transform:translateX(0)}}.title-part.first.animate{animation:move-towards-center-left 1.5s ease-out forwards,neon 1.5s ease-in-out infinite alternate}.title-part.second.animate{animation:move-towards-center-right 1.5s ease-out forwards,neon 1.5s ease-in-out infinite alternate}@media screen and (max-width:768px){.title-part{font-size:28px}}@media screen and (max-width:480px){.title-part{font-size:24px}}