:root{--scrollbar-width: 6px;--scrollbar-thumb-color: rgba(0, 0, 0, 0.38);--scrollbar-thumb-hover-color: rgba(0, 0, 0, 0.55)}.theme-dark{--scrollbar-thumb-color: rgba(255, 255, 255, 0.32);--scrollbar-thumb-hover-color: rgba(255, 255, 255, 0.48)}body{margin:0;background-color:#eef2f5}.theme-dark body{background-color:#1e1e1e}:fullscreen,::backdrop{background-color:#fff}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) rgba(0,0,0,0)}}*{font-family:"Noto Sans","Helvetica","Arial",sans-serif}*::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}*::-webkit-scrollbar-track{background:rgba(0,0,0,0);cursor:pointer}*::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}*::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:calc(var(--scrollbar-width)/2);cursor:pointer;transition:background-color .15s ease}*::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}@keyframes waveMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
