.logo-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.logo-content{position:relative;display:flex;align-items:baseline;padding:10px;z-index:10}.logo-main,.logo-sub{position:relative;font-family:Space Grotesk,sans-serif;background-image:linear-gradient(110deg,#ffffff1a,#fffc 20%,#c8f0ffcc,#ffffff1a 40%,#ffffff1a);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.8);animation:shimmer-idle 4s infinite linear}.logo-main{font-weight:800;font-size:38px;letter-spacing:-2px;line-height:1;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.logo-sub{font-weight:500;font-size:14px;letter-spacing:5px;margin-left:18px;-webkit-text-stroke:.5px rgba(255,255,255,.6);filter:drop-shadow(0 0 5px rgba(255,255,255,.2));animation-delay:.5s}.logo-content.is-active .logo-main,.logo-content.is-active .logo-sub{background:#fff;-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:2px white;filter:drop-shadow(0 0 20px white);animation:flash-burst .4s ease-out forwards}.logo-content.is-active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,1) 0%,rgba(66,133,244,.8) 30%,transparent 70%);border-radius:50%;z-index:-1;mix-blend-mode:screen;animation:shockwave .6s ease-out forwards}@keyframes shimmer-idle{0%{background-position:150% 0}to{background-position:-50% 0}}@keyframes flash-burst{0%{opacity:1}to{-webkit-text-stroke:1px rgba(255,255,255,.8);background:transparent;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}}@keyframes shockwave{0%{width:0%;height:0%;opacity:1}to{width:250%;height:250%;opacity:0}}.logo-wrapper:active{transform:scale(.96);transition:transform .1s}
