footer{padding:2rem 0;--logo-height:3rem}.button{transition:var(--t-f)}.nav-links a{transition:all ease-in-out 300ms}.nav-links a:hover{color:#fff;transition:var(--t-f)}.star{transition:all ease-in-out 300ms}.github-cta:hover .star{transform:scale(1.5)}.features-title p{color:var(--c-t)}.logo-wrap{position:relative}.logo-wrap:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:140px;background:0 0;backdrop-filter:saturate(180%)blur(8px);mask:radial-gradient(ellipse at center,black 0%,black 20%,transparent 80%);z-index:-1;pointer-events:none}.logo-shape{transform-origin:center;transform-box:fill-box;animation-duration:3.5s;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-timing-function:ease-in-out;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:flat;outline:1px solid transparent;transform:translateZ(0)}.logo-shape-1{animation-name:flip-left-seq;animation-delay:0s}.logo-shape-2{animation-name:flip-right-seq;animation-delay:0s}.logo-shape-3{animation-name:flip-left-seq;animation-delay:0s}@keyframes flip-left-seq{0%,28.57%{transform:scaleX(1)}28.57%,42.86%{transform:scaleX(-1)}100%{transform:scaleX(-1)}}@keyframes flip-right-seq{0%,42.86%{transform:scaleX(1)}42.86%,57.14%{transform:scaleX(-1)}100%{transform:scaleX(-1)}}