@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap");@font-face{font-family:futura;src:url(/futura.ttf) format("truetype")}:root{--body-bg:#3d3d3d;--text-color:#ccc;--start-bg-grad:linear-gradient(0deg,#e7977f,#78127e 33%,#0b1026);--card-gradient:linear-gradient(45deg,#e7977f,#f3bcac);--card-shadow:#be6f573f;--popup-bg-color:#000000a8;--yellow:#e7977f;--textYellow:#e9c082;--textPara:#630e2e;--purple:#78127e;--blue:#fff130;--error-color:#fff130;--v2-bg-grad:linear-gradient(0deg,#ff4363,#ffe574)}*{box-sizing:border-box;padding:0;margin:0}body,html{overflow-x:hidden;width:100vw;height:100vh;height:100dvh;max-width:100vw}body{background-color:var(--body-bg);color:var(--text-color);font-family:futura}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer}