div.header{display:flex;height:65px;background-color:#2a2649;align-items:center;justify-content:center;position:sticky;top:0;z-index:2}.mainTitle{display:flex;gap:20px}.umbrella{width:42px}.title{color:#fff;font-size:30px}.header p{color:#fff;font-size:32px;font-weight:bolder}@font-face{font-family:Baloo2;src:url(/assets/Baloo2-DmQtXhS6.ttf) format("truetype");font-weight:400;font-style:normal}*{margin:0;padding:0;box-sizing:border-box;font-family:Baloo2,Arial,Helvetica,sans-serif}body{background-color:#352f5b;color:#fff}.note{text-align:center;padding-top:10px}.container{display:flex;justify-content:center;align-items:center}.tableContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:30px;padding-left:30px}.table{width:1150px;gap:10px;display:flex;flex-direction:column}.tableHeader{background-color:#2a2649;border-radius:15px;display:flex;align-items:center;height:60px;width:96%}.headerCell1{font-size:26px;width:10%;text-align:center}.cssSucks{display:flex;width:75%;text-align:left}.headerCell2{font-size:26px}.statsIcons{display:flex;justify-content:space-between;flex-direction:row;width:21%;padding-right:22px}.headerCell3{font-size:26px;width:30%;text-align:center}.headerCell4,.headerCell5{font-size:26px;width:20%;text-align:center}.tableBody{display:flex;flex-direction:column;gap:7px}.fulltableRow{display:flex;flex-direction:row;align-items:center;gap:10px}.tableRow{transition:background-color ease .15s,color ease .2s,border-radius ease .2s;background-color:#2a2649;border-radius:12px;display:flex;flex-direction:row;align-items:center;height:50px;width:96%}.tableRow:hover{background-color:#24203e;color:#edecf4;border-radius:15px}.tableCell1{font-size:20px;width:10%;text-align:center}.tableCell2{font-size:20px;width:75%;text-align:left}.stats{display:flex;justify-content:space-between;flex-direction:row;width:20%;padding-right:32px}.tableCell3,.tableCell4,.tableCell5{font-size:18px;text-align:center}.sideButton{opacity:0;pointer-events:none;font-size:24px;transition:opacity .1s ease}.sideButton:hover{cursor:pointer}.fulltableRow:hover .sideButton{opacity:1;pointer-events:auto}.statsUserContainer{padding-top:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:80px;font-size:20px;padding-bottom:80px}.statsUser{padding-top:40px;display:flex;flex-direction:column;width:800px;gap:10px}.statsUserHeader{height:40px;display:flex;align-items:center;justify-content:space-between;font-size:26px;color:#a3a3a3}.statsUserBody{background-color:#2a2649;border-radius:10px;height:50px;display:flex;align-items:center;justify-content:space-between}.statsUserCell{width:200px;text-align:center}.sidebar{padding-left:10px;padding-top:14px;display:flex;gap:5px;flex-direction:column;background-color:#2a2649;height:100vh;width:60px;transition:width .2s ease;position:fixed;top:0;left:0;z-index:3;overflow:auto}div.headerSection{display:flex;gap:15px;flex-direction:row}.sidebarButton{font-size:40px;cursor:default}.sidebarButton:hover{cursor:pointer}.sidebar.open{width:180px}.headerButtons{display:flex;flex-direction:column;gap:5px;padding-bottom:5px}div.headerText{padding-top:2px;display:flex;flex-direction:column;font-size:24px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;gap:6px;cursor:pointer}div.closedButtons{display:flex;gap:5px;flex-direction:column;padding-right:10px;padding-bottom:10px}.closedButtons button{transition:background-color .2s ease;border-radius:6px;text-overflow:ellipsis;color:#fff;background-color:#473f71;border:none;height:40px;font-size:20px;cursor:default}.closedButtons button:hover{background-color:#352f59;cursor:pointer}div.expandedButtons{display:flex;gap:5px;flex-direction:column;padding-right:10px;padding-bottom:10px}.expandedButtons button{transition:background-color .2s ease;border-radius:6px;text-overflow:ellipsis;color:#fff;background-color:#473f71;border:none;height:40px;font-size:20px;overflow:hidden;white-space:nowrap;width:100%;cursor:default}.expandedButtons button:hover{background-color:#352f59;cursor:pointer}div.aboutContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;gap:10px}.tuyuImg{padding-top:20px;width:250px}.aboutContainer p{font-size:20px;text-align:center}.aboutContainer h2{font-weight:700}
