:root{--shadows1:5px 5px #fff;--shadows2:5px 5px #fff;--shadows3:5px 5px #fff}.dnd-section:has(#space){isolation:isolate;position:relative}#space{background:#020126;height:100%;inset:0;overflow:hidden;width:100%;z-index:-1}#space,.particle,.particle:after{position:absolute}.particle:after{content:"";right:100vw}.particle:first-child{animation:move 15s linear infinite;z-index:3}.particle:nth-child(2){animation:move 30s linear infinite;z-index:2}.particle:nth-child(3){animation:move 60s linear infinite;z-index:1}.particle:first-child,.particle:first-child:after{box-shadow:var(--shadows1);height:2px;width:2px}.particle:nth-child(2),.particle:nth-child(2):after{box-shadow:var(--shadows2);height:4px;width:4px}.particle:nth-child(3),.particle:nth-child(3):after{box-shadow:var(--shadows3);height:5px;width:5px}#cursor-rocket{--size:100px;height:var(--size);left:calc(var(--size)/-2);pointer-events:none;position:fixed;top:calc(var(--size)/-2);transition:top .15s ease-out,left .15s ease-out,width .15s ease-out,height .15s ease-out,background-color .15s ease-out;width:var(--size);z-index:999}@keyframes move{0%{transform:translateX(0)}to{transform:translateX(100vw)}}