body{margin:0;overflow:hidden;background:#d3d3d3}.cursor{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;position:fixed;width:32px;height:32px;transform:translate(-50%,-50%)}.cursor#client-cursor{z-index:2;filter:invert(1)}#chat{z-index:3;position:absolute;bottom:0;right:0;margin:10px;width:20%;height:30%;display:flex;flex-direction:column}#chat ul{list-style-type:none;padding:5px;margin-bottom:5px;flex:1;overflow-y:auto;background:#fff;border:1px solid black}#chat ul li{margin-bottom:5px}#chat ul li:last-child{margin-bottom:0}#chat form{display:flex;width:100%;gap:5px}#chat form input{width:inherit;flex:1}@media (max-width: 768px){#chat{display:none}}
