:root {
    --Backdrop-Color: #6d746a;
}

#TL-Guest-Nav {
    display: none;
}

#TL-Browser {
    width: 100%;
    left: 0;
    /* background-color: red; */
}

#TL-System-Nav {
    display: none;
}

main {
    background-color: #626c90;
    background: #6c746a;
    font-family: "Author-Regular";
}

#TL-Home {
    width: 100%;
    left: 0;
}

#TL-Browser-Initializing {
    background-color: #6d746a;
}

#TL-Browser-Initializing > .orb-thing {
    background-image: linear-gradient(#37eba9, #5b37eb);
    /* background-image: linear-gradient(#eeb551, #c65b1e); */
    background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.TL-Page-Block {
    border-radius: 8px;
    box-shadow: none;
    /* background-color: black; */
}

@media only screen and (max-width: 900px) {
    #TL-Mobile-Nav {
        display: none;
    }

    #TL-Browser,
    #TL-Home {
        left: 0;
        width: 100vw;
        height: 100vh;
    }
}

#TL-Browser-Loading-Bar {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(137deg, #b87333 0%, #dc8535 100%);
    background-size: 300% 100%;
    overflow: hidden;
    -webkit-transition: width 380ms ease;
    -moz-transition: width 380ms ease;
    transition: width 380ms ease;
}

#TL-App-Nav {
    display: none !important;
}
