.user-element-money{background-color:#292b2f;border-radius:40px;box-shadow:0 1px 3px #0009;display:flex;height:80px;margin-bottom:16px;padding:8px;position:relative}@media only screen and (width <= 480px){.user-element-money{height:64px}}.user-element-money:last-child{margin-bottom:0}.user-element-money.highlight:after{animation:highlight-anim 1s linear infinite;border-radius:44px;content:"";top:-4px;right:-4px;bottom:-4px;left:-4px;position:absolute}@keyframes highlight-anim{0%{border:4px solid transparent}50%{border:4px solid #cd7e57}to{border:4px solid transparent}}.user-element-money .userinfo{align-items:center;display:flex;width:100%}.user-element-money .userinfo .avatar{background-position:50%;background-size:cover;border:3px solid #cd6e57;border-radius:32px;height:64px;margin:0 16px 0 0;position:relative;width:64px}@media only screen and (width <= 480px){.user-element-money .userinfo .avatar{height:52px;width:52px}}.user-element-money .userinfo .avatar:after{align-items:center;background-color:#cd6e57;border-radius:10px;box-shadow:0 0 5px 2px #292b2f;color:#fff;content:attr(place);display:flex;font-size:14px;font-weight:900;height:20px;justify-content:center;position:absolute;right:-4px;top:-4px;width:20px}.user-element-money .userinfo .avatar:before{content:var(--image);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}.user-element-money .userinfo .username{color:#fff;font-size:22px;font-weight:500;max-width:calc(100% - 160px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (width <= 480px){.user-element-money .userinfo .username{font-size:18px}}.user-element-money:first-child .avatar{border:3px solid #de9e0d}.user-element-money:first-child .avatar:after{background-color:#de9e0d}.user-element-money:nth-child(2) .avatar{border:3px solid #adadad}.user-element-money:nth-child(2) .avatar:after{background-color:#adadad}.user-element-money:nth-child(3) .avatar{border:3px solid #af5f00}.user-element-money:nth-child(3) .avatar:after{background-color:#af5f00}.user-element-money .stats{background-color:#cd6e57;border-radius:32px;display:flex;height:64px;margin-left:auto;padding:6px;position:absolute;right:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media only screen and (width <= 480px){.user-element-money .stats{height:48px;padding:3px}}.user-element-money .stats .money{align-items:center;background-color:#383c41;border-radius:26px;display:flex;height:52px;justify-content:center;padding:5px;position:relative}@media only screen and (width <= 480px){.user-element-money .stats .money{height:42px;padding:4px}}.user-element-money .stats .money>span{color:#fff;display:block;font-size:16px;font-weight:600;position:absolute;text-align:center;white-space:nowrap;width:100%;z-index:1}@media only screen and (width <= 480px){.user-element-money .stats .money>span{font-size:14px}}.user-element-money .stats .money svg{height:42px;width:70px}@media only screen and (width <= 480px){.user-element-money .stats .money svg{height:34px;width:54px}}.user-element-money .stats .elements{align-items:center;display:flex;overflow:hidden;transition:all .6s cubic-bezier(.42,.04,.85,.42);width:0}.user-element-money .stats .elements .wrapper{display:flex;justify-content:space-around;min-width:100px}@media only screen and (width <= 480px){.user-element-money .stats .elements .wrapper{min-width:70px}}.user-element-money .stats .elements .wrapper .element{align-items:center;color:#fff;display:flex;flex-direction:column;overflow:hidden}.user-element-money .stats .elements .wrapper .element .value{font-size:16px;font-weight:700}@media only screen and (width <= 480px){.user-element-money .stats .elements .wrapper .element .value{font-size:14px}}.user-element-money .stats .elements .wrapper .element .title{font-size:14px;font-weight:lighter}@media only screen and (width <= 480px){.user-element-money .stats .elements .wrapper .element .title{font-size:12px}}.user-element-money.active .stats,.user-element-money:hover{transition:all .6s ease}.user-element-money.active .stats .elements,.user-element-money:hover .elements{transition:all .9s ease-in-out;width:100px}@media only screen and (width <= 480px){.user-element-money.active .stats .elements,.user-element-money:hover .elements{width:70px}}.economy-member{box-shadow:0 1px 3px #0009;cursor:pointer;display:flex;padding:16px;position:relative;transition:all .6s cubic-bezier(.165,.84,.44,1)}.economy-member.include:after{border-radius:5px;box-shadow:0 5px 15px #0000004d;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .6s cubic-bezier(.165,.84,.44,1);width:100%;z-index:-1}.economy-member.include:hover{transform:scale(1.01)}.economy-member.include:hover:after{opacity:1}.economy-member .avatar{background-position:50%;background-size:cover;border:3px solid #cd6e57;border-radius:40px;height:80px;position:relative;width:80px}.economy-member .avatar:before{content:var(--image);height:0;overflow:hidden;position:absolute;width:0;z-index:-1}@media only screen and (width <= 1100px){.economy-member .avatar{height:64px;width:64px}}.economy-member .avatar.has-place:after{align-items:center;background-color:#cd6e57;border-radius:10px;box-shadow:0 0 5px 2px #292b2f;color:#fff;content:attr(place);display:flex;font-size:14px;font-weight:900;height:20px;justify-content:center;min-width:20px;position:absolute;right:-4px;top:-4px}.economy-member .infos{display:flex;flex:1;flex-direction:column;justify-content:center;margin-left:16px}.economy-member .infos .elements{align-items:center;display:flex;justify-content:space-around}.economy-member .infos .elements .element{align-items:center;color:#fff;display:flex;flex-direction:column;overflow:hidden}.economy-member .infos .elements .element .value{font-size:16px;font-weight:700}@media only screen and (width <= 1100px){.economy-member .infos .elements .element .value{font-size:14px}}.economy-member .infos .elements .element .title{font-size:14px;font-weight:lighter}@media only screen and (width <= 1100px){.economy-member .infos .elements .element .title{font-size:12px}}.economy-member .infos .progress{background-color:#383c41;border-radius:8px;margin-top:8px;width:100%}.economy-member .infos .progress .bar{background-color:#cd6e57;border-radius:8px;height:16px}@media only screen and (width <= 1100px){.economy-member .infos .progress .bar{height:12px}}.economy-leaderboard{background-color:#383c41;min-height:calc(100vh - 365px);position:relative}.economy-leaderboard>div{margin:0 auto;max-width:1400px}.economy-leaderboard .top{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:16px;padding:56px 50px 0}@media screen and (width <= 800px){.economy-leaderboard .top{padding:56px 20px 0}}@media screen and (width <= 480px){.economy-leaderboard .top{padding:32px 20px 0}}.economy-leaderboard .top .server-identity{align-items:center;display:flex}.economy-leaderboard .top .server-identity .icon{background-position:50%;background-size:cover;border-radius:50%;height:80px;min-width:80px}@media screen and (width <= 800px){.economy-leaderboard .top .server-identity .icon{height:64px;min-width:64px}}@media screen and (width <= 480px){.economy-leaderboard .top .server-identity .icon{height:52px;margin-left:6px;min-width:52px}}.economy-leaderboard .top .server-identity .name{color:#fff;font-size:28px;font-weight:600;margin-left:20px;text-shadow:0 0 3px rgba(0,0,0,.8)}@media screen and (width <= 800px){.economy-leaderboard .top .server-identity .name{font-size:22px}}@media screen and (width <= 480px){.economy-leaderboard .top .server-identity .name{font-size:18px;margin-left:12px}}.economy-leaderboard .top .search-bar{max-width:400px}@media only screen and (width <= 1100px){.economy-leaderboard .top .search-bar{max-width:300px}.economy-leaderboard .top .search-bar input{font-size:18px}}@media only screen and (width <= 480px){.economy-leaderboard .top .search-bar{height:52px;margin-right:6px;min-width:52px;width:52px}}.economy-leaderboard .content{align-items:flex-start;display:flex;padding:16px 50px}@media screen and (width <= 800px){.economy-leaderboard .content{padding:16px 20px}}.economy-leaderboard .content .users-list{display:flex;flex:1 0;flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 268px);padding:0 32px 64px 0}@media screen and (width <= 800px){.economy-leaderboard .content .users-list{padding-right:0}}.economy-leaderboard .content .users-list .no-users{border:1px dashed hsla(0,0%,100%,.5);border-radius:3px;color:#ffffff80;cursor:default;display:flex;font-size:14px;justify-content:center;padding:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.economy-leaderboard .content .users-list .loader{height:64px;width:100%}.economy-leaderboard .content .sidebar{max-width:400px;position:sticky;top:32px;width:100%}@media only screen and (width <= 1100px){.economy-leaderboard .content .sidebar{max-width:300px}}@media screen and (width <= 800px){.economy-leaderboard .content .sidebar{display:none}}.economy-leaderboard .content .sidebar .block{background-color:#292b2f;border-radius:4px;box-shadow:1px 1px 3px #0009;margin-bottom:32px;padding:20px}@media only screen and (width <= 1100px){.economy-leaderboard .content .sidebar .block{padding:16px}}.economy-leaderboard .content .sidebar .block.articles{color:#fff;max-height:calc(100vh - 64px)}.economy-leaderboard .content .sidebar .block.articles h3{font-size:20px;margin:0 0 16px}.economy-leaderboard .content .sidebar .block.articles .article{align-items:center;background-color:#292b2f;border:2px solid #2f3136;border-radius:6px;display:flex;margin-bottom:20px;position:relative}.economy-leaderboard .content .sidebar .block.articles .article:last-child{margin-bottom:0}.economy-leaderboard .content .sidebar .block.articles .article .bar{background-color:#cd6e57;border-radius:6px 0 0 6px;bottom:0;color:#fff;position:absolute;top:0;width:6px}.economy-leaderboard .content .sidebar .block.articles .article .a-content{display:flex;flex-direction:column;padding:16px 0 16px 22px;width:100%}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view{align-items:center;display:flex;min-height:24px}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view .name{line-height:20px;margin-right:auto;overflow:hidden;padding-right:16px;text-overflow:ellipsis}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view .price{font-size:16px;font-weight:700}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view .down{background-color:transparent;border:0;cursor:pointer;display:flex;margin:0 8px;outline:0}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view .down .icon{font-size:24px;transition:transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-view .down .icon.active{transform:rotate(180deg)}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-details{color:#bfbfbf;font-size:14px;height:0;line-height:18px;margin-right:16px;overflow:hidden;transition:height .3s ease}.economy-leaderboard .content .sidebar .block.articles .article .a-content .a-details .markdown-text{overflow:hidden;padding-top:12px;text-overflow:ellipsis}.economy-leaderboard .content .sidebar .block.articles .article .a-content .emoji{height:18px;margin-left:1px;margin-right:1px;-o-object-fit:contain;object-fit:contain;vertical-align:-3px;width:18px}.economy-leaderboard .content .sidebar .block.articles .article .a-content .emoji.currency{height:16px;margin-left:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16px}.economy-leaderboard .content .sidebar .block.articles p{color:#b3b3b3;font-size:14px;margin:0}.infinite-scroll-trigger{bottom:100px;position:absolute}
