html,body{overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}html.moyu-app-zoomed{overflow:hidden}html.moyu-app-zoomed body{width:calc(100vw / var(--moyu-app-zoom));height:calc(100vh / var(--moyu-app-zoom));transform-origin:0 0}@supports (zoom:1){html.moyu-app-zoomed body{zoom:var(--moyu-app-zoom)}}@supports not (zoom:1){html.moyu-app-zoomed body{transform:scale(var(--moyu-app-zoom))}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0;border-radius:6px}::-webkit-scrollbar-thumb{background:rgba(150,150,150,.4) padding-box padding-box;border:2px solid transparent;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:rgba(150,150,150,.4) padding-box padding-box}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:rgba(150,150,150,.4) transparent}diffs-container{scrollbar-width:auto;scrollbar-color:auto}