.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    height: var(--header-height);
    padding: 0 16px;
}

.header__left {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header__title {
    font-size: 20px;
    font-weight: bold;
}