*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:var(--bg-color, #190c05);cursor:url(/buddy/cursor.svg),auto}html:active,body:active{cursor:url(/buddy/cursor-click.svg),auto}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(var(--char-color-faint, rgba(255, 180, 100, .1)) 2.5px,transparent 1px);background-size:32px 32px;pointer-events:none;z-index:1}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.4) 100%);pointer-events:none;z-index:2}#loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--char-color, rgba(255, 180, 100, .8));font-family:monospace;font-size:24px;z-index:0}#loading.hidden{display:none}canvas{display:block;width:100%;height:100%}
