@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");:root{--color-primary:#ff8200}body,html{max-width:100vw;overflow-x:hidden;background-color:black;color:white;-webkit-user-select:none;-moz-user-select:none;user-select:none}body{color:var(--foreground);background:var(--background);font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-style:normal}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.webGL-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;touch-action:none}.border-parent{position:relative;border-radius:20px;background:linear-gradient(#224658,#6a6c70);z-index:0}.border-parent:before{content:"";position:absolute;inset:2px;background:black;border-radius:17px;z-index:-1}.border-child{position:relative}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:#6a6c70;border-radius:0}::-webkit-scrollbar-track{background:#224658}button{font-family:Roboto Condensed,sans-serif;cursor:pointer}.text--error{color:red}