@font-face {
    font-family: 'FluentSystemIcons-Filled';
    src: url("./themes/_fonts/FluentSystemIcons-Filled.ttf") format("trueType");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}
body, html {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 100%;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #fff;
    background-color: rgb(10, 10, 10);
}
body {
    padding: 0 16px;
    overflow: hidden;
}
.btn {
    cursor: pointer;
    display: flex;
    gap: 6px;
    justify-content: center;
    padding: 12px 24px;
    border: unset;
    border-radius: 8px;
    color: unset;
    background-color: rgb(30, 30, 30);
    transition: all 0.2s ease-in-out;
}
.btn:hover {
    font-weight: 600;
    border-radius: 14px;
    background-color: rgb(34, 34, 34);
}
a {
    text-decoration: none;
    color: #fff;
}
img {
    border-radius: 8px;
}
h1 {
    font-size: 46px;
}
.flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.justify-space-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.column {
    flex-direction: column;
}







#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 46px;
}

#navbar .logo,
#navbar .small-logo {
    height: 20px;
    border-radius: 0;
}
#navbar .small-logo {
    display: none;
}

#navbar .nav-pages {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 16px;
    align-items: center;
}
#navbar .nav-pages span {
    font-weight: 600;
    color: #dddddd;
    text-transform: uppercase;
}
#navbar .nav-pages span:hover {
    color: #fff;
}

#navbar .nav-pages a.active,
#navbar .nav-pages a.active span {
    position: relative;
    display: flex;
    flex-direction: column;
    color: rgb(102, 108, 255);
}
#navbar .nav-pages a.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    background-color: rgb(102, 108, 255);
}


.copyright {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
}




#page-content {
    overflow: hidden;
    position: relative;
    display: flex;
    width: calc(100vw - 32px);
    height: 100vh;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 8px;
    background-color: rgb(17, 17, 17);
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: calc(100vw - 32px);
    height: 100%;
    padding: 0 16px;
}




#landing {
    padding: 0 32px;
}

#landing .title {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#landing .title img {
    max-width: 600px;
    width: 100%;
}

#landing .title .author-space {
    color: rgb(135, 140, 255);
    font-weight: 500;
}
#landing .title .author-energy {
    color: rgb(102, 108, 255);
    font-weight: 900;
}

#landing .title .downloads {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 100px;
    color: #aaaaaa;
    background-color: rgba(30, 30, 30, 80%);
    backdrop-filter: blur(4px) !important;
}

#landing .landing-background {
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.section-desciption {
    text-align: center;
    margin: 0 0 16px 0;
    font-size: 16px;
    color: #aaaaaa;
}




.section:not(#landing) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section:not(#landing) img {
    max-width: 900px;
    width: 100%;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    margin: 16px 0;
}



.gfm-embed {
    position: absolute;
    top: 58px;
    right: 32px;
}



#navigator {
    position: absolute;
    bottom: 32px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 12px 18px;
    border-radius: 100px;
    background-color: rgba(30, 30, 30, 80%);
    backdrop-filter: blur(4px) !important;
}

#navigator .navigator-page {
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: rgb(45, 45, 45);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#navigator .navigator-page.active {
    width: 24px;
    background-color: rgb(102, 108, 255);
}




.status {
    position: absolute;
    right: 32px;
    bottom: 32px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 12px;
    line-height: 12px;
    border-radius: 100px;
    background-color: rgba(30, 30, 30, 80%);
    backdrop-filter: blur(4px) !important;
}

.status::before {
    content: "\f4fb";
    font-family: FluentSystemIcons-Filled !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #dddddd;
    font-size: 20px;
}














#supporter-list {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(80px,1fr));
    gap: 6px;
    width: 100%;
    margin: 16px 0;
}

#supporter-list .user {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}
#supporter-list .user img {
    max-width: 80px;
    max-height: 80px;
    border: 3px solid rgb(30, 30, 30);
    border-radius: 28%;
    transition: all 0.2s ease-in-out;
}
#supporter-list .user:hover img {
    transform: scale(1.1);
}
#supporter-list .user.member img {
    border-color: rgb(102, 108, 255);
}

#supporter-list .user .name {
    position: absolute;
    bottom: 0;
    display: none;
}
#supporter-list .user:hover .name {
    display: block;
}


#supporter .btn img {
    width: 20px;
    height: 20px;
}














@media screen and (min-width: 780px) {
    #supporter-list {
        grid-template-columns: repeat(6, 1fr);
        gap: 6px 26px;
        width: unset;
    }
    #supporter .user {
        padding-bottom: 26px;
    }
    #supporter-list .user img {
        max-width: 100px;
        max-height: 100px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 24px;
    }
    .section-desciption {
        font-size: 12px;
    }

    #navbar .logo {
        display: none;
    }
    #navbar .small-logo {
        display: block;
    }

    #navbar .nav-pages a {
        display: flex;
    }

    #navbar .nav-pages a::before {
        content: "";
        font-family: FluentSystemIcons-Filled !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #dddddd;
        font-size: 20px;
    }
    #navbar .nav-pages a.active::before {
        color: rgb(102, 108, 255);
    }
    #navbar .nav-pages a.navThemes::before {
        content: "\f2f6";
    }
    #navbar .nav-pages a.navHome::before {
        content: "\f488";
    }
    #navbar .nav-pages a.navCommunity::before {
        content: "\f5c3";
    }
    #navbar .nav-pages a.navGithub::before {
        content: "\e1f3";
    }

    #navbar .nav-pages span {
        font-size: 0;
    }


    #navbar .copyright {
        font-size: 8px;
    }


    #supporter-list {
        grid-template-columns: repeat(auto-fill,minmax(60px,1fr));
    }

    #supporter-list .user img {
        max-width: 60px;
        max-height: 60px;
    }


    .btn {
        padding: 12px 16px;
        font-size: 14px;
    }
    #supporter .btn img {
        width: 18px;
        height: 18px;
    }


    

    .gfm-embed {
        top: 36px;
        right: 0;
        transform: scale(0.8);
    }
}