.header-skull{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex:none;user-select:none;-webkit-user-select:none;cursor:pointer;-webkit-tap-highlight-color:transparent;animation:skullFloat 6s ease-in-out infinite}.header-skull img{width:100%;height:100%;display:block;transition:filter .2s ease}.header-skull.dizzy{animation:skullSpin 1.5s linear 1}@keyframes skullFloat{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes skullSpin{0%{transform:rotate(0)}to{transform:rotate(1800deg)}}@media (prefers-reduced-motion: reduce){.header-skull,.header-skull.dizzy{animation:none}}
