html,body,#root{height:100%}body{margin:0;background:var(--app-bg, #f6f8fa);color:var(--app-text, #1f2328)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--app-scrollbar, rgba(140, 140, 140, .4));border-radius:999px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--app-scrollbar-hover, rgba(140, 140, 140, .7));background-clip:content-box}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar, rgba(140, 140, 140, .4)) transparent}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.log-anchor>td{background:var(--app-anchor, rgba(9, 105, 218, .1))!important}.log-anchor>td:first-child{box-shadow:inset 2px 0 0 var(--app-primary, #0969da)}.ant-layout-sider-children{display:flex;flex-direction:column;height:100%}
