:root{--background:#0a0a0a;--foreground:#ededed;--primary-color:#ff56a3;--secondary-color:#7878c7;--white:#fff;--black:#000;--yellow:#f9dd5d;--red:#ff4d4f;--green:#0f9}body,html{height:100%;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit;font-size:inherit;border:none;outline:none;cursor:pointer}input,select,textarea{background-color:var(--background)}img{pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}