@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes logo-fade-in{0%{opacity:0}to{opacity:1}}body{color:#22c55e;background:#000;margin:0;overflow:hidden}.animate-blink{animation:1s step-end infinite blink}.matrix-shadow{text-shadow:0 0 10px #22c55ee6}.logo-mark{aspect-ratio:658/608;width:clamp(40px,8vw,56px);animation:.6s 2s both logo-fade-in;-webkit-mask-image:url(/mark.svg);mask-image:url(/mark.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width:640px){.button-container{flex-direction:column!important;gap:1rem!important}.logo-container{transform:scale(.8);bottom:20px!important;right:20px!important}}
