.front-title{display:flex;flex-direction:column;align-items:center}.front-title h1{font-size:clamp(1.5rem,3vw,1.75rem)}@media(min-width: 800px){.front-title h1{font-size:clamp(2rem,5vw,2.5rem)}}.front-title__link{display:inline-block;text-decoration:none;font-weight:bold}.front-title__link:hover,.front-title__link:focus{color:var(--color-highlight-brighten);animation:neon-flicker var(--flicker-duration, 600ms) steps(2, end) both}@keyframes neon-flicker{0%{opacity:1;filter:drop-shadow(0 0 6px currentColor);transform:translateZ(0)}8%{opacity:.12;filter:none}22%{opacity:1;filter:drop-shadow(0 0 10px currentColor)}36%{opacity:.18;filter:none}60%{opacity:1;filter:drop-shadow(0 0 8px currentColor)}100%{opacity:1;filter:drop-shadow(0 0 6px currentColor)}}@media(prefers-reduced-motion: reduce){.front-title .flicker,.front-title h2{animation:none !important;opacity:1 !important;filter:none !important}}.front-title .title--green{color:#7fff00}.front-title .typewriter{overflow:hidden;border-right:.15em solid orange;white-space:nowrap;max-width:max-content;letter-spacing:.15em;animation:typing 6s steps(40, end),blink-caret .75s step-end infinite}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:rgba(0,0,0,0)}50%{border-color:#7fff00}}.site-branding{position:relative}.site-branding .front-title__title{margin-bottom:var(--gap);font-size:clamp(1.5rem,3vw,1.75rem)}@media(min-width: 800px){.site-branding .front-title__title{font-size:clamp(2rem,5vw,2.5rem)}}
