html,
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    position: relative;
    z-index: 99;
    scroll-behavior: smooth;
    background-color: var(--bg-color-1);
}

body {
    font-family: 'Inter', sans-serif;
}

.back-to-top {
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

body::-webkit-scrollbar {
    display: none;
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

.heading {
    position: relative;
    width: fit-content;
    z-index: 11;
}

.heading::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 8px;
    background-color: var(--bg-color-6);
    z-index: -1;
}

.num a {
    counter-increment: mvp-trend;
}

.num a .font-serif::after {
    content: "0" counter(mvp-trend) ;
}

.num a:last-child {
    border: none;
    padding-bottom: 0;
}

@media (min-width:768px) {}

@media (max-width:768px) {
    .game-text::-webkit-scrollbar {
        width: 4px;
    }
}

.star i.full {
    color: #F6CC22;
}

.star i {
    color: #E4E4E4;
}

.star i.partial {
    background: linear-gradient(to right, #F6CC22 var(--percent, 0%), #E4E4E4 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
