*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
background:#0b0912;
color:#fff;
font-family:Inter,Segoe UI,sans-serif;
}

.page{
display:none;
}

.page.active{
display:block;
}

.section-title{
font-size:28px;
margin-bottom:20px;
}

#privatePlayerResults::-webkit-scrollbar{
width:8px;
}

#privatePlayerResults::-webkit-scrollbar-track{
background:#0b0912;
border-radius:10px;
}

#privatePlayerResults::-webkit-scrollbar-thumb{
background:#00c8ff;
border-radius:10px;
}

.gu-zoomable-img{
cursor:zoom-in;
transition:transform .25s ease;
}

.gu-zoomable-img.gu-zoomed{
cursor:zoom-out;
transform:scale(2.1);
position:relative;
z-index:50;
}
