@import url("https://fonts.font.im/css2?family=Noto+Sans+SC:wght@500&display=swap");:root{--background-color:#f3f3f3;--theme-color-1:#ffca80;--theme-color-1-oc:#ffca80c7;--theme-color-2:#7da7d4;--theme-color-2-oc:#7da7d4c7;--text-color:#2b3d4f;--text-color-oc:#2b3d4fc7;--card-box-shadow:#dbdbdb;--color-developer:#f2b259;--color-sponsors:#ff9c9e;--color-translator:#285fcd}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{position:relative;color:var(--text-color);font-family:Noto Sans SC,sans-serif;background-color:var(--background-color);width:100vw;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}