*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}:where(:root){--ant-scrollbar-width:6px;--ant-scrollbar-height:6px;--ant-scrollbar-thumb-color:rgba(var(--ant-color-text-base-rgb),.2);--ant-scrollbar-thumb-hover-color:rgba(var(--ant-color-text-base-rgb),.4);--ant-scrollbar-track-color:transparent}:where(:root[data-theme=dark]){--ant-scrollbar-thumb-color:#eaeaea;--ant-scrollbar-thumb-hover-color:#fff6}::-webkit-scrollbar{width:var(--ant-scrollbar-width);height:var(--ant-scrollbar-height)}::-webkit-scrollbar-thumb{background-color:var(--ant-scrollbar-thumb-color);border-radius:calc(var(--ant-scrollbar-width)/2);transition:background-color .2s}::-webkit-scrollbar-thumb:hover{background-color:var(--ant-scrollbar-thumb-hover-color)}::-webkit-scrollbar-track{background-color:var(--ant-scrollbar-track-color);border-radius:calc(var(--ant-scrollbar-width)/2)}*{scrollbar-width:thin;scrollbar-color:var(--ant-scrollbar-thumb-color)var(--ant-scrollbar-track-color)}
