@font-face {
    font-family: SansBold;
    src: url(Font/TikTokSansExtraExpandedBold.ttf);
}

@font-face {
    font-family: SansMed;
    src: url(Font/TikTokSansExtraExpandedMedium.ttf);
}

@font-face {
    font-family: Sans;
    src: url(Font/TikTokSansExtraExpandedRegular.ttf);
}

h1 {
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) background-color, 0.2s cubic-bezier(.4,.13,.48,.79) color;
}

body, html {
    margin: 0;
    color: rgb(0, 0, 0);
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #f2f2f2;
    transition: 0.3s cubic-bezier(.4,.13,.48,.79) background-color;
}

body {
    overflow: none;
    height: 100vh;
    background-image: 
        linear-gradient(to right, #0000000f 1px, transparent 1px),
        linear-gradient(to bottom, #0000000f 1px, transparent 1px);
    background-size: 12.5vw 12.5vw;
    animation: freebg 20s ease-in-out infinite alternate;
}

body.darktheme {
    background-color: #000000;
    color: white;
    background-image: 
        linear-gradient(to right, #ffffff0f 1px, transparent 1px),
        linear-gradient(to bottom, #ffffff0f 1px, transparent 1px);
    background-size: 12.5vw 12.5vw;
    animation: freebg 20s ease-in-out infinite alternate;
}

.header {
    font-family: SansBold, sans-serif;
    margin: 0;
    top: 0;
    display: flex;
    width: 100%;
    position: sticky;
    cursor: default;
    align-items: center;
    flex-direction: row;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) all;
    overflow: hidden;
    height: 64px;
    z-index: 992;
}

body {
    --sizehd: 24px;
}

body.mb {
    --sizehd: 20px;
}

body.mb .hdtxt{
    font-size: 20px;
}

.themes {
    width: 100%;
    margin-right: 16px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.theme {
    cursor: pointer;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) fill;
    height: var(--sizehd);
    width: var(--sizehd);
    --pointer: 1;
}

body.darktheme .theme {
    fill: white;
}

.hdtxt {
    padding: 12px;
    margin: 0;
    font-size: 24px;
}

.main {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: SansBold, sans-serif;
    font-size: 12px;
    cursor: default;
}

body.mb .error {
    font-size: 10px;
}

.errorx {
    margin-bottom: 0;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) color;
}

body.mb .errorx {
    font-size: 16px;
}

.errorm {
    font-family: SansMed, sans-serif;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0;
    cursor: default;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) color;
}

body.mb .errorm {
    font-size: 10px;
}

.goto {
    background-color: black;
    color: white;
    width: 316px;
    height: 39px;
    margin-top: 16px;
    border: none;
    border-radius: 19.5px;
    font-family: SansMed, sans-serif;
    font-size: 19.5px;
    cursor: pointer;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) all;
    --pointer: 1;
}

body.mb .goto {
    font-size: 14px;
    width: 256px;
    height: 29px;
}

body.darktheme .goto {
    background-color: white;
    color: black;
}

.goto:hover {
    transform: scale(1.01) rotateX(24deg);
}

.foot {
    display: flex;
    gap: 12px;
    flex-direction: row;
    margin-top: auto;
    padding: 8px;
    padding-right: 12px;
    background-color: black;
    align-items: center;
    justify-content: flex-start;
}

.right {
    display: flex;
    margin-top: auto;
    align-items: center;
    width: 50%;
    gap: 8px;
    justify-content: flex-end;
    flex-direction: row;
}

.icon {
    fill: white;
    width: 20px;
    margin: 0;
    cursor: pointer;
    --pointer: 1;
}

.left {
    display: flex;
    margin-top: auto;
    align-items: center;
    width: 50%;
    gap: 8px;
    justify-content: flex-start;
    flex-direction: row;
}

.vxk {
    color: white;
    font-family: Sans, sans-serif;
    font-size: 12px;
    margin: 0;
    cursor: default;
}

.vcomm {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 32px;
    margin-right: 32px;
    justify-content: center;
}

.vcomm span {
    background-color: black;
    color: white;
    padding: 2px 6px;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) background-color, 0.2s cubic-bezier(.4,.13,.48,.79) color;
    border-radius: 6px;
    margin-top: 0px;
}

.vxkss {
    margin-bottom: 10px;
    font-size: 32px;
}

body.darktheme .vcomm span {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.t1 {
    display: flex;
    flex-direction: column;
    font-family: SansMed, sans-serif;
    font-size: 12.5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-top: 5vh;
}

.t2 {
    display: flex;
    flex-direction: column;
    font-family: SansMed, sans-serif;
    font-size: 12.5px;
    align-items: center;
    width: 100%;
    height: 60vh;
}

.t3 {
    display: flex;
    flex-direction: column;
    font-family: SansMed, sans-serif;
    font-size: 12.5px;
    align-items: center;
    width: 100%;
    height: 60vh;
}

.see {
    background-color: black;
    color: white;
    width: 256px;
    height: 30px;
    margin-top: 16px;
    border: none;
    border-radius: 10px;
    font-family: SansMed, sans-serif;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) all;
    --pointer: 1;
}

body.darktheme .see {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.see:hover {
    transform: scale(1.05) rotateX(24deg) scaleY(1.1);
}

.spacer {
    background-color: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 16px;
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) background-color, 0.2s cubic-bezier(.4,.13,.48,.79) color;
}

body.darktheme .spacer {
    background-color: rgba(255, 255, 255, 0.2);
}

.hspacer {
    width: 512px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s cubic-bezier(.4,.13,.48,.79) background-color, 0.2s cubic-bezier(.4,.13,.48,.79) color;
}

body.darktheme .hspacer {
    background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 626px) {
    .hspacer {
        width: 90%;
    }
    .vxkss {
        font-size: 16px;
    }
}

@media (max-width: 326px) {
    .hspacer {
        width: 70%;
    }
    .see {
        width: 75%;
        height: auto;
        padding: 4px;
    }
}