.Topbar-i9CLvddIhE
{
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px 20px;
    border-bottom: 1px solid #333333;
    backdrop-filter: blur(30px) invert(0.05);
    -webkit-backdrop-filter: blur(30px) invert(0.05);
    z-index: 1000;
}

.TitleInteractable-DHw1KzpMb3
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.Icon-sMIGUm3gV6
{
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.Title-rHYznurCWV
{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
}

.ButtonArea-3l9ymK0kKg
{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.Button-eMUN0SkQGT
{
    background-color: transparent;
    color: #aaaaaa;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    gap: 5px;
    padding: 5px;
    transition: color 0.1s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.Button-eMUN0SkQGT:hover
{
    color: #ffffff;
}

.Button-eMUN0SkQGT:active
{
    color: #aaaaaa;
}

@media screen and (min-width: 600px)
{
    .Topbar-i9CLvddIhE
    {
        padding: 5px 30px;
    }
}

@media screen and (min-width: 900px)
{
    .Topbar-i9CLvddIhE
    {
        padding: 5px 40px;
    }
}

@media screen and (min-width: 1000px)
{
    .Topbar-i9CLvddIhE
    {
        padding: 5px 50px;
    }
}

@media screen and (min-width: 1250px)
{
    .Topbar-i9CLvddIhE
    {
        padding: 5px 70px;
    }
}