
    .info_bar.svelte-1clakuu {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 55px;
        background-color: var(--bar-bg);
        box-sizing: border-box;
        backdrop-filter: blur(20px);
    }

    .info_bar.transparent.svelte-1clakuu {
        background-color: transparent;
        backdrop-filter: none;
        box-shadow: none;
    }

    .full.svelte-1clakuu {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0 10px;
    }

    .left_bar.svelte-1clakuu {
        margin-right: auto;
    }

    .search_bar.svelte-1clakuu {
        margin: 0 auto;
    }

    .search_bar.svelte-1clakuu input.a:where(.svelte-1clakuu) {
        display: inline-block;
        margin: 5px;
        padding: 0 20px;
        width: 160px;
        height: 37px;
        border-radius: 10px;
        border: solid 2px rgba(0, 0, 0, 0.1);
        font-size: 16px;
        background: rgba(255, 255, 255, 0.10);
        outline: none;
    }

    /* (unused) .search_bar input.b {
        display: inline-block;
        margin: 8px 0;
        width: 60px;
        height: 36px;
        cursor: pointer;
    }*/

    .right_bar.svelte-1clakuu {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .right_bar.svelte-1clakuu a:where(.svelte-1clakuu) {
        text-decoration: none;
        font-size: 14px;
    }

    .menu.svelte-1clakuu {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 4px;
        height: 100%;
    }

    .logo.svelte-1clakuu {
        margin: 0 0;
    }

    .logo.svelte-1clakuu a:where(.svelte-1clakuu) {
        text-decoration: none;
        color: #333;
    }

    .name.svelte-1clakuu {
        margin: 0;
        line-height: 1;
    }

    .name.svelte-1clakuu h4:where(.svelte-1clakuu) {
        margin: 0;
        font-size: 14px;
    }

    .menu-list.svelte-1clakuu {
        display: flex;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu-item.svelte-1clakuu {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 30px;
        text-decoration: none;
        font-size: 12px;
        gap: 2px;
        transition: border-bottom 0.4s ease, color 0.4s ease;
        border-bottom: solid 2px rgba(222, 222, 222, 0.2);
    }

    .menu-item.svelte-1clakuu:hover,
    .menu-item.active.svelte-1clakuu {
        border-bottom: solid 2px color(display-p3 0 1023 0 /1);
        color: #0070f3;
    }

    .icon_20.svelte-1clakuu {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: inherit;
    }

    .avatar_32.svelte-1clakuu {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        vertical-align: middle;
    }
